Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Real problem with classes
Message
From
06/06/2001 12:57:14
 
 
To
05/06/2001 22:57:13
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00515559
Message ID:
00515898
Views:
12
I think that in and of itself a container has no UI. You have to add the add the object to the screen or a form, since those are the UI contianers that hold visible objects...

_Screen.AddObject('oObj','MyClass')
_Screen.oObj.Visible = .t.

BOb


>I am having a problem with classes. It has not been a problem for me in the past because I have only used them to drop on forms.
>
>My problem is that when I execute (in the command box):
>oObj = createobject('myclass')
>oObj.visible = .t.
>
>The object appears in its full glory in the debugger, but nothing shows on the screen...at all. This happens with every class that I try.
>
>Anyone have any ideas?
>
>BTW: if I try to execute: oObj.show(1), I get the error 'Property SHOW not found'
>BTW2: I have SP5 installed.
>Thanks, Randy
Previous
Reply
Map
View

Click here to load this message in the networking platform