Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars and the Mac
Message
From
12/01/1999 19:30:31
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00175129
Message ID:
00175296
Views:
26
>Hi Stan,
>
>>I have an application (Visual 3.0) running on both PC's and the Mac(Powerbook). If a user double clicks a disabled toolbar button, the toolbar undocks and disappears from the screen. On the PC, it simply undocks and is still on the screen. How can I prevent the Toolbar from undocking on the Mac. Any help would be appreciated.
>
>Put the following code in the MouseUp event of the toolbar:
>
>	Local loRef
>	loRef = Sys(1270)
>	If not Lower( loRef.Baseclass ) == "toolbar"
>		?? Chr(7)
>		NoDefault
>	Endif
>Christof

Christof,

Works like a champ - thanks.

Stan Symons
Previous
Reply
Map
View

Click here to load this message in the networking platform