Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
General
»
V2 Components (Flash MX 2004 - Flash 8)
(Moderators:
vesa kortelainen
,
Ronald Wernecke
,
Jorge Solis
,
..:: Mazhar Hasan ::..
,
papachan
) »
XMLConnector + DateChooser -> DataGrid
« previous
next »
Print
Pages: [
1
]
Author
Topic: XMLConnector + DateChooser -> DataGrid (Read 1428 times)
Danne
Server what's that
Posts: 1
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?
Logged
Ronald Wernecke
Global Moderator
Systems Administrator
Posts: 6203
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
Logged
happy flashing
Ronald
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
General
»
V2 Components (Flash MX 2004 - Flash 8)
(Moderators:
vesa kortelainen
,
Ronald Wernecke
,
Jorge Solis
,
..:: Mazhar Hasan ::..
,
papachan
) »
XMLConnector + DateChooser -> DataGrid