Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbars and the Mac
Message
 
À
12/01/1999 12:36:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00175129
Message ID:
00175136
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform