Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars and the Mac
Message
 
To
12/01/1999 12:36:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00175129
Message ID:
00175136
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform