Apache Flex is a framework for developing Rich Internet Applications that run in Flash Player or Adobe Air.

learn more… | top users | synonyms

9
votes
1answer
180 views

Date range validation

The following code is ran when the user presses a button to generate a log file based on the date selected. The DatePicker has a restrictive selected date range of ...
4
votes
1answer
309 views

Getting better speed from adjusting rows in a DockableToolBar

I've been using FlexLib for its dockable toolbar feature. When you shrink the window, it will try to wrap rows if the stage width is less than the row width. Unfortunately, it won't reverse the ...
3
votes
1answer
94 views

Simple flex-based lexer

I am trying to learn flex and have created this simple program. The rule for comments works correctly for single line comments such as: // this is a comment and ...