B4J Question B4XPreferencesDialog, multiline text

stevetheframe

Member
Licensed User
Longtime User
I'm trying to build the JSON file with FormBuilder (1.66)
One of the sections I want is "Multilinetext", but even though I put the height (say 100dip) in the options field nothing seems appear.
I've looked at the documentation and cannot find an example of "Multilinetext" used.
Any help would be appreciated.
 

DonManfred

Expert
Licensed User
Longtime User
FormBuilder? The tool which creates the old - deprecated - Layouts?

The suggested way is to use the internal Designer.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
Hum. I've made your layout, and it's working fine. Attached the json, open it.
What I don't understand is where you set the height to 100dip...
1588623650986.png
 

Attachments

  • test.zip
    314 bytes · Views: 132
Upvote 0

stevetheframe

Member
Licensed User
Longtime User
Hum. I've made your layout, and it's working fine. Attached the json, open it.
What I don't understand is where you set the height to 100dip...
View attachment 93305
That's just what I wanted.
However my Formsbuilder produces the same json file as yours, but doesn't show the multiline text.
The height is set in the options box (hidden under the dialog) , though I didn't set it for the attached file.
 

Attachments

  • Job.zip
    312 bytes · Views: 131
Upvote 0

josejad

Expert
Licensed User
Longtime User
I see your form rigth too.

The height is set in the options box (hidden under the dialog)
I can't find it.

Don't know what can be happening. Do you get the same with the compiled FormBuilder's .jar, and compiling it from the B4J project?
 
Upvote 0

stevetheframe

Member
Licensed User
Longtime User
I see your form rigth too.


I can't find it.

Don't know what can be happening. Do you get the same with the compiled FormBuilder's .jar, and compiling it from the B4J project?
Thanks for looking.
I've attached a screenshot from the project.
As can be seen the multi-line text doesn't appear. I'm using the same json file as your "Text.zip"
 

Attachments

  • ProgramScreenGrab.jpg
    ProgramScreenGrab.jpg
    55.4 KB · Views: 112
Upvote 0
Top