Welcome, Guest
  • Author Topic: XMLConnector + DateChooser -> DataGrid  (Read 1428 times)

    Danne

    • Server what's that
    • *
    • Posts: 1
      • View Profile
      • Email
    XMLConnector + DateChooser -> DataGrid
    « on: 08/06/04, 14:03 »
    Hi all, new user here :)

    Id like to have an XMLConnector read an xml-file (containing dates, and a "To Do" string for each date).

    A DateChooser should be on stage, enabling the user to select a date, and view the textstring for that specific date pop up in a DataGrid.

    Something very similar to this tutorial, in the section "Arrays and Indexing", replacing the ComboBox with a DateChooser:

    http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/tutorials/flashmx2004/databinding.php

    I tried modifying the tutorial accordingly, but without success. I guess my skills aint good enough to accomplish this yet.

    Could you help out?

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re:XMLConnector + DateChooser -> DataGrid
    « Reply #1 on: 08/22/04, 00:24 »
    Hi Danne,
    what I would do:
    make the user select the data in the date selector, send this date, propably with a userid, to the server, and then do the query, returning the values you want.

    This way you dont send values around nobody wants to see ;)
    happy flashing
    8)
    Ronald