Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Object with negative .left proptie still visible
Message
From
10/02/2003 13:12:27
Walter Meester
HoogkarspelNetherlands
 
 
To
10/02/2003 11:11:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00751331
Message ID:
00751523
Views:
36
Hi brad,

Just try the following:
DELETE FILE ccc*
create CLASS cnt1 OF ccc as container nowait
KEYBOARD '{CTRL+W}'
doevents
SET CLASSLIB TO ccc.vcx
MODIFY FORM ccc nowait
=ASELOBJ(lar,1)
lar[1].addobject('cnt11','cnt1','cc.vcx')
lar[1].cnt11.addobject('cnt11','Custom','')
lar[1].cnt11.left=30
lar[1].cnt11.cnt11.left=-20 
Intersting enough that the custom class shows anywhere outside the container, not just to the left of the container.

Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform