Hello, I have a TitleWindow and inside I hold a signup form. In the signup form I ask for the Birthdate using a DateField. When clicked on for the first time...
Hello, In a signup form, when I click the submit button I would like for all the validation to happen and then actually hit the addMember() function. But if a...
BTW, You can go to this url; http://www.flex2components.com/wiki/doku.php/as3:flex2framework:hierarchy To see what this wiki is about. I plan on automating...
Hi Mike, I understand the login, but how do I reference the validation? I mean what would actually go where you have "validation is success". I'm not an...
Here's a code snippet that works in Flex 1.5. It may need some refactoring for version 2. This code uses the StringValidator. If Validator.isStructureValid ...
As I'm implementing the usage of the Cairngorm 2 microarchitecture on a project, I came across a question regarding the new Flex 2 States concept and how to...
We have a simillar problem with porting from Beta 1 to Beta 2. The following error occurs when we load our FormWindow component: Error: Multiple sets of visual...
Actually, application state can be stored in the Model. If you look at the login example, you'll see them storing a workflowState variable. However, if you're...
In addition to all of the community resources out there and the labs Wiki we are investigating adding some more functionality to the Developer Center that will...
You can do this the same way as you would have done using a ViewStack approach. As Scott said, you can store the state representations and a workflow property...
Matt; sounds great! How can those people willing, help? Will we be able to add to it, and share? A tip, snippets, tutorial repository would be very handy.. ...
Matt, I think you know that the more places there are good information, the better our jobs are and the more we get paid ;-) I think we could say that it can ...
33063
Dreamer
zilong-1987@...
Apr 2, 2006 1:42 pm
Alex & Alex, you can put the data be validated in a model.like this: <mx:Model id="order"> <email>{email.text}</email>//email is a textInput controller39;s id ...
Hi all, I am working on a big project using flex for building the client side. We use the flex builder/SEPY for writing teh action scrip but none of them...
Hi, I am developing a charting application. I am simulating a live chart which is updated after finite interval. X-Axis of the chart is going to have dates and...
made this during the weekend :-) *blog entry: http://ria.richtechmedia.com/?p=356 *demo video: http://tinyurl.com/zmpsn * *features* -100% based on flex 2...
What are you loading? Looks like the main SWF is on one domain and the other SWF is on another domain? You might need to do Security.allowDomain work? ... ...
Do you guys really want the installer to grow by that much more? I think it's fine if we want to include docs on how to download Eclipse, but I'm not sure you...
Effects have metadata just like the styles and events. E.g., /** * Component is moved. */ [Effect(name="moveEffect", event="move")] Name is the name, event is...
Probably not in Flex2/Player 8.5. We're working on it for RTMP but don't have the resources to get it going across all sockets in this release. Before anyone...