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...
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...
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@...
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...
sweet thx... will try it out, really need it for a project here. Dimitrios Gianninas Developer Optimal Payments Inc. ________________________________ From:...
... 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...
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, 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...
Further, use the Timer class to periodically run the expiration test logic. Tracy ________________________________ From: flexcomponents@yahoogroups.com ...
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, ...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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@...
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...
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...
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...
"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, Out of curiosity, you mention event listeners specifically. When you are removing children and changing dataProviders, are you also removing event...