This is a great topic that needs to stay alive, as books and tutorials are just now showing up now that Flex2 has been officially released. lynda.com has a...
Oh, and another thing -- my next logical question is: How do you access the PERCENTAGE that Flex calculates for you automatically in a 100% bar chart?...
I am using flex 2 as UI, in my as file, I try to setup the height to 100% myVBox.height = 100%; I do this all the time in ActionScript 2, but not working in...
I passed this info to my other programmers and they insist the documentation says we need to send the XML as an odject. We are using odjects to retrieve data....
Sorry, you wanted height... myVBox.percentHeight=100; _____________________________________ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com ...
Hi! I have an ArrayCollection object returned from a RemoteObject call and I need some help getting the data out of the collection. What is the syntax to...
Hi! I have an ArrayCollection object returned from a RemoteObject call and I need some help getting the data out of the collection. What is the syntax to...
While not a book, the PHP RIA SDK by Adobe is a good source of samples for using PHP and Flex together. (We're also working on getting some Spry samples in...
Hi! I have an ArrayCollection object returned from a RemoteObject call and I need some help getting the data out of the collection. What is the syntax to...
Hi There list I've tried a lot of solution to Change from a State that call a external component to an new State that already exist in the Application What Can...
Micky, 3rd party books are not yet out. Video based training is already out (including Lynda.com <http://movielibrary.lynda.com/html/modPage.asp?ID=248>as...
Greg - I'll upload the code sometime today or tonight. Impudent1 - I'll create a new post sometime today or tonight talking about what I did. I'm starting a...
49170
Oriol Gual
oriol.gual@...
Sep 1, 2006 3:11 pm
Ok then, have you set your return type in your method table? It also has to be the fully qualified name....
49171
Oriol Gual
oriol.gual@...
Sep 1, 2006 3:11 pm
There has been a lot of talk about this, see: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg35108.html...
Did someone say PHP... ? That's what I call timing. http://www.themidnightcoders.com/blog/ Looks like they'll be releasing a php version of FDS in the next...
Was there ever a solution for this? I'm experiencing the same problem and it's very frustrating. I don't have the ability to modify the server, just utilize...
When using a dateField and datefield.selectedDate and adding/updateing records in the database, users in different time zones results in an inaccurate date. ...
I see in the docs where you should be able to send an XML document using application/xml. I have never done this, I have only used string name=value pairs. ...
The answer you're looking for is UTC. Standard practice around here is to -Always- convert times to UTC before storing them on the server. The client app is...
getitemAt will return an item object, not necessarily a string, depending on your data. Perhaps you want var oItem:Object = myCollection.getItemAt(0); msg =...