Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigation Toolbar
Message
 
To
17/05/2004 10:44:30
Ali Ozmez
Galaksi Bilgisayar
Ankara, Turkey
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00904579
Message ID:
00904926
Views:
18
Ali,

>I am using the Navigation Toolbar on my main form as prescribed in the MM .NET Developer's Guide. It works fine with a single active form. However, when I open another form as a Dialog I can not have the Navigation Toolbar to work on this new form. It looks like a bug to me. Any thoughts?

The Navigation Toolbar is set up on a per-form basis. You can specify whether a form uses a navigation toolbar or not...however, you mentioned you're showing your form as a dialog? If you mean modal dialog, then you won't be able to access the navigation toolbar. Modal dialogs in .NET (or Windows in general) do not allow you to access toolbars...it's part and parcel of what being modal means.

If you need to leave the dialog as modal but still want to use a navigation toolbar, you can display the navigation toolbar directly on the modal form. You can do this very easily by setting the MM .NET form's DisplayNavigationToolbar property to ToolBarOnActiveForm.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform