lblTitre.Text ="Mes points forts"
txtPointsForts.Initialize("txtTitrePointsForts")
txtPointsForts.SingleLine = False
txtPointsForts.Gravity = Gravity.TOP
txtPointsForts.Text = result
Activity.AddView(txtPointsForts,0%x,10%y, 100%x, 100%y)
InpTyp.SetInputType(txtPointsForts,Array As Int(InpTyp.TYPE_CLASS_TEXT,InpTyp.TYPE_TEXT_FLAG_CAP_SENTENCES))
oIME.showKeyboard(txtPointsForts)