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

  1. Avg. Rating 5.0

    How get the next Monday date ?

    Using the Date.day property calculate the difference between now and the next Monday.

  2. Avg. Rating 4.0

    Chatting Program in Flex AIR

    The short answer is to create a PHP web service that can store messages typed into the chat and return a list of chats after a specific time period. Then setup a timer that polls the webservice every X number of minutes.

  3. Avg. Rating 4.0

    Programmatically change DateField label with selected date

    Instead of just updating DateField.selectedDate you need to set DateField.selectedDate to null then set it to the new value.

  4. Avg. Rating 3.0

    I need an input for prices / numeric / decimal values with d ...

    All you need for this is a TextInput with a CurrencyFormatter. Use the keyDown event to intercept any alphabetic keys that are pressed. Then whenever focus is lost on the component or the Enter key is pressed format the text.

  5. Not yet rated

    Soundex and Reverse Soundex

    The class provides a Soundex and Reverse Soundex algorithm

  6. Not yet rated

    How to export datagrid values to an Excel file

    The easiest and quickest solution is to export the data out to CSV, which is readable by Excel, Notepad, and many other programs. I recommend using csvlib to make your live a little easier for handling the CSV.

  7. Not yet rated
  • Results 1-7 of 7