Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UT membership should increase
Message
 
 
To
22/08/2001 20:32:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00540894
Message ID:
00548306
Views:
16
>Yep yep, its that screen object thingy. If you want, one last test (blows everytime for me):

>I suppose since teh error has to do with my Image

It has nothing to do with your image, but rather a _screen object trying to override the _screen's resize method. The following code repros:
_screen.NewObject('oLogo', 'logo')
SUSPEND 

DEFINE CLASS logo AS image
	oscr = _SCREEN

	PROCEDURE oscr.Resize
	ENDPROC
ENDDEFINE
Mike Stewart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform