MoreButtons 1.0 Release
Posted: Wed Nov 30, 2005 8:19 pm
This LIB includes the LED gadget and LED switch I previously wrote, but since have updated and cleaned up. It also includes TWO types of hoverbuttons.
1) Text
2) image
YOU are responsible for resizing the image of each Imagehoverbutton, as the drawing functions bitblt_() to the DC of the button, so if your image doesnt fit the dimensions, it will be clipped.
Image hoverbuttons CAN have text, it just appears as a TOOLTIP (much like a toolbar button)
Image and text hover buttons CAN be used in the event loop, either with an actual number or #pb_any as always.
LED switches dont really return an event, they just basically store the state in a visual way.
For the "on/off" types
OFF=0
ON=1
for the 2 and 3 state types
RED=0
Green=1
YELLOW=2
GET and SET switch state return\set the number value of the switch, and the corresponding image.
see what you think and post comments/suggestions. I have thought about TOGGLE hoverbuttons, but i dont know how useful most people would find these for me to write the timeconsuming callbacks.
http://www.penguinbyte.com/apps/pbwebst ... Button.zip
1) Text
2) image
YOU are responsible for resizing the image of each Imagehoverbutton, as the drawing functions bitblt_() to the DC of the button, so if your image doesnt fit the dimensions, it will be clipped.
Image hoverbuttons CAN have text, it just appears as a TOOLTIP (much like a toolbar button)
Image and text hover buttons CAN be used in the event loop, either with an actual number or #pb_any as always.
LED switches dont really return an event, they just basically store the state in a visual way.
For the "on/off" types
OFF=0
ON=1
for the 2 and 3 state types
RED=0
Green=1
YELLOW=2
GET and SET switch state return\set the number value of the switch, and the corresponding image.
see what you think and post comments/suggestions. I have thought about TOGGLE hoverbuttons, but i dont know how useful most people would find these for me to write the timeconsuming callbacks.
http://www.penguinbyte.com/apps/pbwebst ... Button.zip