Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When does my mouse cursor leave an object
Message
From
25/02/1998 15:50:24
 
 
To
25/02/1998 15:22:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00080256
Message ID:
00081181
Views:
35
>>>Check out what's New last 5 days and you can download the following class
>>>OnMouseOut( )
>>>This zip file contain a classlib with all you need to enabled a OnMouseOut event in your objects! It also contain a sample form, try it...
>>
>>How to use this class in toolbar? I want, when mouse cursor
>>is under CommandButton in Toolbar, to produce sunken effect. Hovever,
>>SpecialEffect changing in class designer will not affect to command
>>button? How to produce some effect in toolbar commandbutton whithout
>>creating separate picture?
>
>I guess, that you use Container to imitate Raised/sunken commandbuton. This case you have to 'push' it resetting Visible property forth and back, e.g.
>*** Container.MouseDown event
>this.specialeffect=1
>this.visible=.f.
>this.visible=.t.

I do not have container.
I have classical simple toolbar: commandbuttons
placed directly to toolbar base class. When I change specialeffect
property of commandbutton (there are only 2 values allowed: plain and 3D) in class designer, nothing happens. It seems that switching specialeffect
property of commandbutton does not have any visual effect during design?
Maybe it works in runtime?
Andrus
Previous
Reply
Map
View

Click here to load this message in the networking platform