Please add EventTypes to EditorGadget and ComboGadget

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
CSAUER
Enthusiast
Enthusiast
Posts: 188
Joined: Mon Oct 18, 2004 7:23 am
Location: Germany

Please add EventTypes to EditorGadget and ComboGadget

Post by CSAUER »

Please make following event types available on all gadgets:
- left click
- left double click
- right click
- right double click
- focus
- lost focus
- DragStart

On "input-able" gadgets I would expect following event types additionally:
- change
- submit (Return-key/selection/splitter drop)

This would make the event system much more flexible.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PB4.1 - Win: MacBook black 2008 2,4 GHz, 4 GB RAM, MacOSX 10.5/VMWare/WinXP
PB4.1 - Mac: MacMini G4 1,4 GHz, 512 MB RAM, MacOSX 10.4
Kazmirzak
User
User
Posts: 92
Joined: Fri Jun 18, 2004 5:44 pm
Location: Germany

Post by Kazmirzak »

I do support that idea!

I want to delete a file in an ExplorerListGadget with the user pressing a Hot-Key-Button. Funny thing is how should I know if he is still IN there? (He could be in a neighbour gadget) I really need the Focus ones, and the rest seems smart, too.
Post Reply