Search the web
Sign In
New User? Sign Up
flexcomponents · Flex Component Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1953 - 1988 of 3885   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1953
Hi, If you need to change the appearance of a chart item conditionally, based upon data values, you can use a barRenderer (or wedgeRenderer; a little confused...
Tim Hoff
turbo_vb
Offline Send Email
Apr 1, 2007
10:50 pm
1958
I got it to work. thanks for the insight Alex. ... -- I am not a diabetic, I have diabetes my blog - http://grumpee.instantspot.com/blog...
Clint Tredway
clinttredway
Offline Send Email
Apr 2, 2007
1:31 am
1959
Ok, I updated the sample app that I used to test this. This class now has 2 custom events, onTimeOut and onSendUpdate. go here to get it: ...
Clint Tredway
clinttredway
Offline Send Email
Apr 2, 2007
2:20 am
1960
Basically, i want to make an expiration component that I can reuse. I just would like to have something to expire my drafts when I send them out. Nothing at...
Chris Boosalis
Boosalic
Offline Send Email
Apr 2, 2007
6:43 am
1963
Hi Chris couldn't you use the Alert component for this? Other possibilities are a ViewStack with two views "expired" and "app", or states with two different...
Ralf Bokelberg
ralf.bokelberg@...
Send Email
Apr 2, 2007
11:04 am
1964
I swear I saw this somewhere... a formatting textinput control. So say I tell the textinput control to format xx.xx then as the user types it will put the...
Dimitrios Gianninas
angelone197555
Offline Send Email
Apr 2, 2007
1:47 pm
1965
Absolutely...check out the Masked Text Input on the Flex Developer Exchange. One moment... ...
Mike Kelp
kelpmike
Offline Send Email
Apr 2, 2007
2:00 pm
1966
sweet thx... will try it out, really need it for a project here. Dimitrios Gianninas Developer Optimal Payments Inc. ________________________________ From:...
Dimitrios Gianninas
angelone197555
Offline Send Email
Apr 2, 2007
2:19 pm
1967
... naming? It's just our naming convention for packages... this casing does not affect how FlexBuilder's hinting or anything else behaves. If you don't like...
Gordon Smith
gsmithsf
Offline Send Email
Apr 2, 2007
5:47 pm
1968
Hi, Ralf: I presume I could and will research it. But, I'm stuck as far as how to code it. AS2 and Flash was more friendly, but pure Flex is a bit tough for...
Chris Boosalis
Boosalic
Offline Send Email
Apr 2, 2007
5:58 pm
1969
Chris, going from Flash timeline to Flex is a bit of a mental shift. If I were you I would investigate what we call "states" which is represented by the...
Alex Harui
alex_harui
Offline Send Email
Apr 2, 2007
6:39 pm
1970
Further, use the Timer class to periodically run the expiration test logic. Tracy ________________________________ From: flexcomponents@yahoogroups.com ...
Tracy Spratt
nts333rd
Offline Send Email
Apr 2, 2007
6:44 pm
1971
Thanks for the responses :) It's encouraging. I really don't mind states so much - I can do simple navigation with them and the odd transition (fades, ...
Chris Boosalis
Boosalic
Offline Send Email
Apr 2, 2007
7:36 pm
1972
You are probably getting errors because you named your function "Date" which is the name of a built in Class. This is always a bad idea. Here is an example...
Tracy Spratt
nts333rd
Offline Send Email
Apr 2, 2007
8:34 pm
1973
Chris, I'd expect errors in AS2 as well. You are defining a function Date() that returns a new class Date(). And hopefully you didn't name this thing...
Alex Harui
alex_harui
Offline Send Email
Apr 2, 2007
10:02 pm
1974
Found this example a while back on converting an image into ASCII art and I have never been able to find the code listed in this livedoc. Can anyone tell me...
imjustlar
Offline Send Email
Apr 3, 2007
3:37 pm
1975
In a comment at the bottom of that page, it says that you can get the code here: http://www.adobe.com/go/as3examples -Josh imjustlar wrote: Found this example...
Josh Tynjala
joshtynjala
Offline Send Email
Apr 3, 2007
3:53 pm
1976
http://www.adobe.com/go/as3examples somebody named * jrunrandy *linked to it at the bottom of the livedoc... thanks for the headsup! never saw that page, neat...
Sakri Rosenstrom
sakri_rosens...
Offline Send Email
Apr 4, 2007
3:51 am
1977
I am new to flex and have a quick question about the language features of flex/flash. Does Flex or Flash have a language translation engine? If not is there a...
nails41175
Offline Send Email
Apr 5, 2007
1:50 pm
1978
... I'm not sure what you mean by that term, but they don't have anything that I'd call a language translation engine. ... application? localize a Flex...
Gordon Smith
gsmithsf
Offline Send Email
Apr 5, 2007
7:31 pm
1979
My app uses xml metadata to render itself. Some of the dynamically instantiated components use the popupManager to display a toolbar when they are created. But...
Tracy Spratt
nts333rd
Offline Send Email
Apr 5, 2007
11:45 pm
1980
I don't see why you'd need to use SystemManager; the fact that PopUpManager uses it should be an implementation detail. Couldn't you just keep track of the...
Gordon Smith
gsmithsf
Offline Send Email
Apr 6, 2007
1:38 am
1981
You can easily call your own formatter using the TextInput's change event. Rich On 02 Apr 2007 06:47:15 -0700, Dimitrios Gianninas < ... -- Rich Tretola ...
Rich Tretola
rtretola@...
Send Email
Apr 6, 2007
1:41 pm
1982
Hi All, I have designed a datagrid in which i have my own custom itemrenderer that display's bar chart. I have set a property in the datagrid so that user can...
arpan srivastava
arpan30_cs
Offline Send Email
Apr 6, 2007
3:13 pm
1983
Just set backgroundAlpha=1 on the custom chart renderer ________________________________ From: flexcomponents@yahoogroups.com ...
Alex Harui
alex_harui
Offline Send Email
Apr 6, 2007
5:38 pm
1984
I have a custom component that works pretty well. When I change the dataProvider while the application is running it gets slower and slower. The more I...
Nate Pearson
napearson99
Offline Send Email
Apr 7, 2007
12:29 am
1985
Are you changing the entire dp or values inside it? Is memory usage going up? What gets slower? Scrolling? Something else? What kinds of custom component...
Alex Harui
alex_harui
Offline Send Email
Apr 7, 2007
1:14 am
1986
"Are you changing the entire dp or values inside it?" I have 4 dps each which hit its own instance of the component. I am getting new data from a webservice...
Nate Pearson
napearson99
Offline Send Email
Apr 7, 2007
10:11 pm
1987
Nate, Out of curiosity, you mention event listeners specifically. When you are removing children and changing dataProviders, are you also removing event...
Michael Labriola
malabriola
Offline Send Email
Apr 8, 2007
1:02 am
1988
I am not removing any event listeners. Here's how I am adding them. endDate.addEventListener(MouseEvent.CLICK, barClick) private function...
Nate Pearson
napearson99
Offline Send Email
Apr 9, 2007
12:06 am
Messages 1953 - 1988 of 3885   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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