Hi, I got round this by adding the button borders to the illustrator file, importing into Flash and applying the 9-slice scaling there before saving down the...
Hi, I'm not totally clear what you want to achieve but I think you want to do the following... ( [ O Button 1 ] [ O Button 1 ] [ O Button 1 ] [ O Button 1 ] ) ...
Thanks for your answer Indeed, that you describe is that I want to do. I found mistake, label not appear because, in my css file chrome color is not good. ...
Is there any way to change the color of a component state with ActionScript? What I'd like to do is define a style called overColors and then pick this color...
Have you looked at http://www.flexicious.com/ from Tour de Flex? Michael J. Regert Please consider the environment before printing this email. Confidentiality...
161391
Brian Vosburgh
beevee@...
Mar 1, 2011 8:10 pm
create a string object: var CSV:String = new String(); Then loop through the datagrid's dataprovider: for(var i:int=0; i<dataprovider.length; i++) { CSV +=...
Hi everyone, I've got a TextArea on a TitleWindow pop up in Flex 4. However, when I right click on the TextArea, the context menu doesn't include copy and...
Im working in Tab Source and need to populate a text area in tab destination, but it doesnt seem to be available until after I've clicked the tab. How do I do...
Hi Christophe, var dataProviderCollection:ArrayCollection=dataGrid.dataProvider as ArrayCollection; var rowCount:int=dataProviderCollection.length; ...
I”d recommend having the textArea bind to a data model On 3/1/11 2:58 AM, "plucka70" <dale@...> wrote: Im working in Tab Source and need to populate...
So I set up a new project, an MVT template... I created all my folders.. a new project, and setup is always annoying... Beyond irritations with out code...
Hi, I've read Martin Fowlers article ( http://martinfowler.com/eaaDev/PresentationModel.html) on PM which, has C# examples but are there any decent articles on...
I got around this by reading the overColors into an ArrayCollection and binding that to the GradientEntry color.over, but this seems like a pretty obtuse way...
Here is my scenario: I have an AIR application that loads a SWF written in AS2. That SWF loads a series of other SWFs. All SWFs are on the user's hard disk....
Hi Nick In my view (ahem), having a direct reference to the view (as opposed to the indirect one where the view is a listener) would be considered bad...
Hi Richard, Thanks for your point of view :-) What do you mean by indirect and direct referencing? I can only imagine indirect is setting an event handler of a...
There are places in Flex where the implementation diverges from standard OO practices. The skinning implementation is one of them. From an architecture point...
I've built a few Flex apps in the past, but never one that required much view state management - mostly single interface smaller apps. The app I am building...
Thanks Alex - I checked the docs, and first of all, interestingly for "destructionPolicy", it says, Language Version: ActionScript 4.0 Typo? :P Then, after...
Hi, Normally for bulk folder/ file operations I do all this at the Desktop level, mainly because my projects are synced with SVN and performing folder moves/...
I would recommend using modules for what you are doing. It's not that hard ;-} I have a very large enterprise app that uses modules extensively. The main...
Thanks for that reply, yeah, I made and loaded a test Module into my app last night, but what I couldn't figure out, after a lot of Googling, is how to listen...
Hi, I know with standard eclipse its possible to share an installation, including all the plug-ins by zipping the eclipse folder and sending this to our...
Jason Here is a very simple example I created for another poster a little while ago. In this example the application just has a TextInput and the module has a...
Nick I don't think you should compare PM-V to the composition of components or the skinning architecture. Just read the literature as you are doing, and pay...