Page 1 of 1

TextToolBar show/hide in dialog form

PostPosted: Thu Jul 09, 2009 12:48 pm
by tgs
When I open a dialog form by application.showFormInDialog() I can set the parameter to show or hide the texttoolbar in the dialog form. But this is not what I need and would like to have. It would be much better to show/hide the texttoolbar by methode in an open dialog form. If I create such a methode for the dialog form, the texttoolbar is showing/hidding in the back on the main form! That's not nice.

Thomas

Servoy 4.1

Re: TextToolBar show/hide in dialog form

PostPosted: Fri Jul 10, 2009 8:22 am
by ptalbot
Although it might look very different, I would guess that it is the same bug that there is in the public API when you try to call IClientPluginAccess.getCurrentWindow() - see http://forum.servoy.com/viewtopic.php?f=15&t=12550

If so, Rob Gansevles said the it
rgansevles wrote:has already been fixed in next major release of Servoy.

Meaning "Tano" :)

Re: TextToolBar show/hide in dialog form

PostPosted: Wed Aug 12, 2009 11:20 am
by jcompagner
you mean by using the call:

Code: Select all
application.setToolbarVisible('text',false);


?

that still will not work in tano. that will always go to the main toolbar and do stuff on it there
Make a case for this if you want that changed.

Re: TextToolBar show/hide in dialog form

PostPosted: Thu Aug 13, 2009 11:32 am
by tgs
Hi Johann,

I made a Case ID 185.080!

Thanks
Thomas