Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars with Modal Form
Message
From
26/12/1997 16:19:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Toolbars with Modal Form
Miscellaneous
Thread ID:
00068007
Message ID:
00068007
Views:
73
I've created a toolbar at the application level that behaves like
the windows taskbar. When a form is open it puts a button on the
toolbar and the button's click() show()s the related form. It works
fine except for modal forms.

When I do a modal form, it does not put a button on the toolbar,
but the toolbar buttons will still place one of the other forms
on top of my modal form. It doesn't accept input, but I can't get
at the modal form anymore.

Is it supposed to be like this, or an I doing something wrong?

The solution I came up with was to set the toolbar's visible property
to .f. in frmModal.Init(), and reset it in the frmModal.Destroy().
I'd really like to keep the toolbar up so the user can see whate forms
are open.

TIA
Bill Morris
Reply
Map
View

Click here to load this message in the networking platform