Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    How can I set "maxChars" of the TextInput in an editable Com ...

    Extend the ComboBox Class, adding a property to specify the maximum number of characters allowed for the TextInput.

  2. Avg. Rating 4.5
  3. Avg. Rating 4.0

    Select AdvancedDataGrid row under point with mouse right-cli ...

    I override the mouseOverHandler() method of the AdvancedDataGrid, and store the itemRenderer that the mouse is over in a private variable. When the user right clicks, I catch this with a ContextMenuEvent handler, using the itemRenderer under point to get that items index, and then setting the select ...

  4. Avg. Rating 3.6

    TREE - Trigger Display of Item Editor from Custom Event

    I manually dispatch an itemEditBeginning ListEvent in ActionScript with a reason that I specify. In the Handler for the itemEditBeginning Event, I have a condition to stop the propogation of the Event if the reason on the Event Object is not the one I specified (since the default reason is null).

  5. Avg. Rating 3.4

    Select List item with mouse right-click

    I used built-in functions of ListBase to find the index of the item being "selected" and selected it.

  6. Avg. Rating 2.0
  • Results 1-6 of 6