![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I can get the form to open correctly, but I don't have a way to turn off the 'dialog mode' once it is opened, since the menu is not available. |
|
Also, I can't capture the form's current position once it is a dialog for the same reason. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I've got the openAsDialog worked out, including using a preset position. I just need a way to let them adjust the dialog once it is opened - without access to a menu, or design-mode on a form (since they'll be delivered). The users are constantly referring to some of the overview screens in my application. Currently, they have to open them or window to them if already open. I want to let them park them over to the side and leave them open all the time. Any other windows they use would open in the regular Pdox desktop. Thanks, Jim Moseley |
#5
| |||
| |||
|
|
if you use OpenAsDialog, doesn't that prevent any further work until the form is closed? |
#6
| |||
| |||
|
|
I like your idea of using the form's close() to save the position. |
|
I still need some way to turn off the dialog mode (for the next time the window opens). |
|
I just need a way to let them adjust the dialog once it is opened - without access to a menu, or design-mode on a form (since they'll be delivered). |
#7
| |||
| |||
|
|
I still think, that once you have the form open, you can't change it's status as a regular form/dialog. You will have to close and reopen it with the new status, but I could be wrong on this. |
#8
| |||
| |||
|
|
Since it will be delivered code, I can't just add a uiObject to the form. Also, I'd rather not have blank space on the form if it isn't a dialog. So, that's what got me thinking about putting a button on the title bar. I've seen other apps do it, but can't find any Opal code for it. Make sense? |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Anders, It's not just one form. I'm letting my users control which of the 200 or so forms in my application they want to open as a dialog. Does anyone know how to add a button to the title bar? Thanks, Jim Moseley |
![]() |
| Thread Tools | |
| Display Modes | |
| |