Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33047 - 33076 of 149779   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33047
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...
Alex & Alex
alex49080
Offline Send Email
Apr 1, 2006
10:30 am
33048
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...
Alex & Alex
alex49080
Offline Send Email
Apr 1, 2006
10:32 am
33049
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...
Michael Schmalle
teotigraphix
Offline Send Email
Apr 1, 2006
10:51 am
33050
Anyone got any luck with this? I seem to be unable to set up a working shortcut for Run... _____ From: flexcoders@yahoogroups.com...
Stefan Richter
stoemone
Offline Send Email
Apr 1, 2006
11:24 am
33051
Alex & Alex, you can write a function,like that. if(validation is success) addMember(); else alert("invalid input!!!"); ¡¡¡¡¡¡¡¡¡¡¡¡¡¡ Peace, ...
Dreamer
zilong-1987@...
Send Email
Apr 1, 2006
1:22 pm
33052
Can you supply some sample code snipits? Thanks Ross...
inawire
Offline Send Email
Apr 1, 2006
3:56 pm
33053
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...
Alex & Alex
alex49080
Offline Send Email
Apr 1, 2006
5:37 pm
33054
... In Flex 1.5 you used to be able to call isStructureValid() on the data model. I don't know how it is in Flex 2.0 Mansih...
Manish Jethani
manish_jethani
Offline Send Email
Apr 1, 2006
7:12 pm
33055
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 ...
Marc Archuleta
archuleta37
Offline Send Email
Apr 1, 2006
8:14 pm
33056
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...
sof4real03
Offline Send Email
Apr 2, 2006
1:42 am
33057
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...
Nathan Smith
nsmi077
Offline Send Email
Apr 2, 2006
1:46 am
33058
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...
Scott Langeberg
scoobeedogg
Offline Send Email
Apr 2, 2006
1:48 am
33059
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...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
4:21 am
33060
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...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Apr 2, 2006
8:56 am
33061
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.. ...
Jason Hawryluk
sourcecoderia
Offline Send Email
Apr 2, 2006
9:05 am
33062
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 ...
Michael Schmalle
teotigraphix
Offline Send Email
Apr 2, 2006
9:23 am
33063
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 controller's id ...
Dreamer
zilong-1987@...
Send Email
Apr 2, 2006
1:42 pm
33064
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...
bkeinan
Offline Send Email
Apr 2, 2006
1:42 pm
33065
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...
Sachin Dharmapurikar
sachin_vigimon
Offline Send Email
Apr 2, 2006
1:42 pm
33066
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...
jeremy lu
digicat66
Offline Send Email
Apr 2, 2006
6:05 pm
33067
very nice, are you sharing your efforts? I'd be great if your blog would feature more articles in english, it looks interesting. Stefan _____ From:...
Stefan Richter
stoemone
Offline Send Email
Apr 2, 2006
6:31 pm
33068
Not sure if you received a response to this but I've forwarded it internally. ________________________________ From: flexcoders@yahoogroups.com...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
6:31 pm
33069
We're still working on the docs but I believe that paging should work. What makes you think it didn't? ... From: flexcoders@yahoogroups.com...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
6:33 pm
33070
Both of these feel like bugs to me. I'll forward them on. Matt ________________________________ From: flexcoders@yahoogroups.com...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
6:42 pm
33071
Setting the selectedIndex should work. Then you can set the vPosition to scroll to it. Matt ... From: flexcoders@yahoogroups.com...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
7:02 pm
33072
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? ... ...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
7:03 pm
33073
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...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
7:06 pm
33074
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...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
7:16 pm
33075
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...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
7:20 pm
33076
When the DG creates your headerRenderer it will call setValue(headerText) on it. ________________________________ From: flexcoders@yahoogroups.com...
Matt Chotin
m_chotin
Offline Send Email
Apr 2, 2006
7:23 pm
Messages 33047 - 33076 of 149779   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help