Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
skylarchalland #1
DataGrid/XMLConnector quirk?
I am using the Macromedia tutorial on Data Integration to populate a DataGrid
from an XMLConnector:
[url]http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.ht[/url]
m?context=LiveDocs_Parts&file=00000756.html
I have it working fine, but when I try to put it in my application I found a
weird quirk. What I have found out is that if you have the DataGrid inside a
movie clip, go to another frame within that clip, and then go back to the frame
(with the data grid) it will NOT load the data. To see what I mean go to:
[url]http://www.idsgn.org/temp/working2.swf[/url]
Click load, then hit next, and the back again. Try loading and it won't.
Is this a bug or am I missing something? When I try to dig in the code I find
that the XMLConnector IS getting the xml, but is not populating either the
DataSet or the DataGrid...
Source files:
[url]http://www.idsgn.org/temp/xmlgrid.zip[/url]
Any ideas? Thanks!
skylarchalland Guest
-
Datagrid, xmlConnector in Internet Explorer
Hi everybody, I have developped a actionScript interface which connects a mySQL database to get data trough an XMLConncetor and fill a datagrid... -
Datagrid - XMLConnector and Dataset.schema
Hi all, I want to display the contents of an XML file into a datagrid component. So, I use a Datagrid component, an XMLConnector component and a... -
Datagrid/xmlconnector problem
Hi all, i have an xml file with aprox 6500 records and each of them contains 4 fields. I used the xmlconnector to connect the xml file with... -
flash datagrid,dataset,xmlconnector and php
Hi, All I want to do is to have a table load from mysql into a datagrid and display items in a list. I have found examples on the internet but... -
Can you give me datagrid bind with xmlconnector
Pls can you give me datagrid bind with xmlconnector or display data in datagrid from xml file I am fresh to flash mx 2004 Pls help me -
The Feldkircher #2
Re: DataGrid/XMLConnector quirk?
G'day
OK!, The problem I think is with the data binding of symbol1 if you remove
symbol 1 and place all components on the stage in frame 1 and #2 in frame 2 of
the Main Timeline the problem goes away.
Hope this helps
The Feldkircher Guest
-
skylarchalland #3
Re: DataGrid/XMLConnector quirk?
I suppose I should have been more clear. I have the components in a movie clip
for a reason (that's how the application works). It works inside the movie clip
as you can see, but not after you switch frames. Am I doing something wrong or
is this a bug in Flash?
skylarchalland Guest
-
The Feldkircher #4
Re: DataGrid/XMLConnector quirk?
I can't see the need for a symbol, but if thats what you need then I think your
only solution is 'hardwire' in A.S an XMLParser
this will then parse the file everytime you return to frame 1. For some reason
the Dataset never gets refreshed - must be a bug in flash, hey if it was simple
everybody would be doing it..........
The Feldkircher Guest
-
skylarchalland #5
Re: DataGrid/XMLConnector quirk?
It needs to be in a Movie Clip, because it is part of a more complex application (with windows, scrolling frames, etc). Thanks for you help though, I submitted the bug to Adobe.
skylarchalland Guest



Reply With Quote

