G4P : new version available

The latest version (4.0.4) of G4P is now available from Sourceforge and should be available through the Contribution Manager soon.

This library fixes a bug in the GTextArea class when the text was cleared while the control had focus.

The slider, knob and GTextArea scrollbars now respond to the mouse wheel event. The user can the effect of the wheel rotation direction direction with the methods
G4P.mouseWheelDirection(int dir) and G4P.mouseWheelScrollbarDirection(int dir) where dir is either G4P.FORWARD (default) or G4P.REVERSE

The GTextArea control now fires the GEvent.ENTERED event when the Return or Enter key is typed.

Comments

Sign In or Register to comment.