several bugs and feature requests?

Working on my first application I found the following which I don’t understand:

  1. [F] I would like a label to be multiline.
  2. I can’t make a multiline field/tag right aligned.
    3. [F] I would likt it if a checkbox and radiobutton field can be horizontal.
    4. selecting a button with a dataprovider behind it can’t be changed through an inputdialog…
    5. a tabfield doesn’t remember it’s transparent settings.
    I hope that you can solve these issues for me. They are all almost equally important.
    Thanks,
    Marcel
  1. [F] I would like a label to be multiline.

Select in the text-property: use HTML, than it works!

I can’t make a multiline field/tag right aligned.

Do the same as above

selecting a button with a dataprovider behind it can’t be changed through an inputdialog…

Don’t know what you mean!?

a tabfield doesn’t remember it’s transparent settings.
[/quote]Are you using a style on this form?. If you do and change something, with a restart the settings of the style are loaded. Delete the style of this form, than it will work!

HJK:

  1. [F] I would like a label to be multiline.

Select in the text-property: use HTML, than it works!
thanks…

I can’t make a multiline field/tag right aligned.

Do the same as above
thanks…

selecting a button with a dataprovider behind it can’t be changed through an inputdialog…

Don’t know what you mean!?
The following: I have a button, it takes it’s text from a dataprovider. Clicking the button I call a dialog to change that same dataprovider. After closing the dialog and inputting the reply into the dataprovider changes nothing. It looks like the button text/link overrides the change made in the dialog because when I take out the dataprovider of the button the change is made like it should… Hope this is more clear…

a tabfield doesn’t remember it’s transparent settings.
[/quote]Are you using a style on this form?. If you do and change something, with a restart the settings of the style are loaded. Delete the style of this form, than it will work![/quote]
ok, thanks…