b4xfloattextfield

  1. Fr Simon Rundell

    B4J Question XUI: Enabled/Visible on B4XFloatTextField

    I am loving the XUI Library, but some of the opportunities the new controls offer also come with (perhaps unforseen) limitations. Having a Password feature in a B4XFloatTextField is awesome, but I am surprised that I can no longer set this control as txtfield.Enabled=True so that I can lock it...
  2. imbault

    Android Question B4XFloatTextField Problem

    Hi, I recursively go throught a panel, and I've troube dealing with B4XFloatTextField : here is the code Dim pn = findPanel(clv2, "epi2") As Panel For Each v As View In pn.GetAllViewsRecursive If v Is B4XFloatTextField Then Dim vx As B4XFloatTextField = v...
  3. Abdou1283

    B4J Question B4XFloatTextField Font

    HI, i m using the B4XFloatTextField control in my app. i want to change the font of the hint text and the text of textField. The hint text Font is changed but not the text. 1st Try myTextField.TextField.Font=xui.CreateFont(fx.LoadFont(File.DirAssets,"SOME FONT.ttf",20),20) <<NOT WORKING>>...
Top