robert.berger Posted January 14, 2005 Report Share Posted January 14, 2005 i wanted to make some hover buttons (button property changes with mouse over). some on their own and others in clusters. its not hard to do with the events structure, but it seems like there is a better way to do it then what i did. anybody got a better suggestion? LVversion7.0 thanks, robert Download File:post-981-1105725797.llb Quote Link to comment
hfettig Posted January 14, 2005 Report Share Posted January 14, 2005 its not hard to do with the events structure, but it seems like there is a better way to do it then what i did. anybody got a better suggestion? LVversion7.0 Hi Robert, You can indeed simplify it a bit by combining all 'mouse enter' and 'mouse leave' events for the same cluster into one event case. Then you can check the 'Type' of event returned (enter or leave) and react accordingly. This way you can get it down to six event cases. Cheers, Heiko Download File:post-1022-1105734514.llb Quote Link to comment
robert.berger Posted January 14, 2005 Author Report Share Posted January 14, 2005 Hi Robert,You can indeed simplify it a bit by combining all 'mouse enter' and 'mouse leave' events for the same cluster into one event case. Then you can check the 'Type' of event returned (enter or leave) and react accordingly. This way you can get it down to six event cases. Cheers, Heiko 3528[/snapback] heiko, yes, good idea :thumbup: . i like it. thanks for your response. robert Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.