onMous...

Would it be possible to give us some events in the properties screen like:

onMouseEnter;
onMouseExit;
onMouseDown;
onMouseUp;

for label/button and imageMedia (or maybe all controls)…

Would be great. I want to make something visible when the mouse enters a label but can’t do so…

What would you like to do in a label/button?
Because you can already specify a rolloverimage for those (so you can display something else when mouse goes over the label/button)

But we will add those events to the feature list.

I would like to make two ‘handles’ visible on entering a field…

Let’s say I have a number box and want to give the user the possibility to change the content with an up and down control but only make that visible if the user goes there with his/her cursor.

Thanks BTW…

In addition: What about onMouseLclick and onMouseDoubleClick?

I would like this feature especially on portals/listviews:
1 click = for example select record (preferably giving the selected record a different color (happens on portal now, not on listviews))
2 clicks = for example open new dialog with more details attached to the record

Paul

Added to feature list

  1. getMousePressX(), getMousePressY()

  2. getMouseReleaseX(), getMouseReleaseY()

  3. To build rudimentary diagrams.

  4. To move the value up and down on the JProgress bar bean by clicking on it.

Wow! This is in the list of events I asked in the past.
I’m very happy to see I’m not the only fool with this needs!