Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I add code to a class ?
Message
From
03/03/2004 11:53:18
 
 
To
03/03/2004 10:28:09
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00881982
Message ID:
00882760
Views:
16
Yes, this is the code it gives me problems. As you see I put the rem asterisk before the code which could give problem...butwithout results.
What is strange is that in VF8 it works fine.

Coma vedi, le procedure Mousemove e activate sono remmate.
Ho anche provato a caricare la classe nativa pageframe al posto della classe
menu , ma da sempre problemi. Come se fosse un Bug della versione 7.
Ora ho parzialmente risolto aggirando l'ostcolo.
Invece di un pageframe vuoto carico una classe Pageframe con le pagine e aggiungo semplicemente i pulsanti che mi servono. Non era proprio quello che volevo fare, ma ...diciamola tutta... mi sono un po' rotto i coglioni !!!
Quando passerò stabilmente alla versione 8 riprenderò la strada che volevo percorrere.
>
>themes is a property which belongs to VFP8, I haven't problems if I run this code under VFP8
>

>
>Then, when the problem begin ?
>This is the code with problems ?
>
>Mettendo un this.activate() in MouseMove te lo mitraglia a nastro.
>Puoi usare MouseEnter ?
>
>>*	Procedure Activate
>>*		for i = 1 to this.controlcount
>>*			this.controls(i).disattiva()
>>*		endfor
>>*	EndProc
>>	*
>>*	Procedure Mousemove
>>*		LPARAMETERS nButton, nShift, nXCoord, nYCoord
>>*		NoDefault
>>*		this.activate()
>>*		DoDefault(nButton, nShift, nXCoord, nYCoord)	
>>*	EndProc
>>	*
>
>
>>Comunque, grazie dell'interessamento (ci sto uscendo matto !)
>
>E' normale!
>
>Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform