Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class definition problem
Message
 
To
29/05/2001 23:57:10
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00512512
Message ID:
00512770
Views:
7
This message has been marked as a message which has helped to the initial question of the thread.
Try this for the third example. The second one won't work.

define class MyRoom as container
add object "Detector" as MyShape
enddefine

define class MyShape as shape
procedure init
with this
.borderstyle=0
.backstyle=0
endwith
endproc

procedure click
wait window "You clicked me!"
endproc
enddefine

---
Dave Brenner
Previous
Reply
Map
View

Click here to load this message in the networking platform