Is it possible to have multiple windows, and bring on window in front from another, optionally with parameters? In my GUI the menu item “New window” is inactive/grey. Regards Arnar Dagsson |
Hi Arnar, In my GUI the menu item “New window” is inactive/grey.
It's normal that the menu item “New window” is inactive/grey in the Formspider IDE(GUI) since the window is not a Formspider object. You can create either a mainFrame or a dialog object as a window. You have to expand the "Windows" node and then right-click on "Dialogs" node to see the menu item active. Is it possible to have multiple windows, and bring on window in front from another, optionally with parameters? If the dialog is modal, it will be brought in front of all windows by the framework when it's displayed through the Therefore in your case, you can define your dialogs as modal and use Hope this helps, |