Is there a built in method for detecting the Mouse Down, Mouse Up and Mouse Move events on gadgets - specifically the ImageGadget.
I realise that there would be OS specific methods via the OS api's, but I'm wondering if this is possible cross platform with the PB command set?
ImageGadget & Mouse Events
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
Re: ImageGadget & Mouse Events
did you try EventType()?
I thought it should work?
I thought it should work?
oh... and have a nice day.
Re: ImageGadget & Mouse Events
Documentation only mentions these constants in the context of EventType():
and only these gadgets support those:#PB_EventType_LeftClick
#PB_EventType_RightClick
#PB_EventType_LeftDoubleClick
#PB_EventType_RightDoubleClick
#PB_EventType_Focus
#PB_EventType_LostFocus
#PB_EventType_Change
#PB_EventType_DragStart
- ExplorerListGadget()
- ExplorerTreeGadget()
- ImageGadget()
- ListViewGadget()
- ListIconGadget()
- MDIGadget()
- SpinGadget()
- StringGadget()
- WebGadget()