Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 161385 - 161414 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
161385 Nick Middleweek
nmiddleweek Offline Send Email
Mar 1, 2011
11:12 am
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...
161386 Nick Middleweek
nmiddleweek Offline Send Email
Mar 1, 2011
12:14 pm
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 ] ) ...
161387 Isabelle Loyer Perso
isa_loyer Offline Send Email
Mar 1, 2011
1:53 pm
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. ...
161388 mariposasw Offline Send Email Mar 1, 2011
6:15 pm
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...
161389 Christophe
christophe_j... Offline Send Email
Mar 1, 2011
6:24 pm
Hello, How to generate an excel file from a Datagrid datas ? Thx, Christophe,...
161390 michael_regert@...
mregert... Offline Send Email
Mar 1, 2011
8:01 pm
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@... Send Email
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 +=...
161392 Ivan
ivansebastia... Offline Send Email
Mar 1, 2011
10:03 pm
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...
161393 plucka70 Offline Send Email Mar 1, 2011
11:46 pm
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...
161394 plucka70 Offline Send Email Mar 2, 2011
2:56 am
Found it. Need creationPolicy="all" <mx:TabNavigator id="tbMain" left="10" top="40" bottom="10" right="10" creationPolicy="all">...
161395 Ju Aedis
aedisju Offline Send Email
Mar 2, 2011
3:20 am
Dear All When I used Embed(source="assets/common/common.swf", symbol="Close"); in Flex(version 3.5). Flex Builder warning:Class ...
161396 prudhvi
prudhvi_indi... Offline Send Email
Mar 2, 2011
5:49 am
Hi Christophe, var dataProviderCollection:ArrayCollection=dataGrid.dataProvider as ArrayCollection; var rowCount:int=dataProviderCollection.length; ...
161397 Alex Harui
alex_harui Offline Send Email
Mar 2, 2011
6:28 am
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...
161398 Patrick
djhatrick Offline Send Email
Mar 2, 2011
4:26 pm
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...
161399 Nick Middleweek
nmiddleweek Offline Send Email
Mar 2, 2011
5:59 pm
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...
161400 mariposasw Offline Send Email Mar 2, 2011
6:01 pm
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...
161401 Kevin MacDonald
kevinmacdona... Offline Send Email
Mar 2, 2011
8:39 pm
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....
161402 Richard Rodseth
rcrodseth Offline Send Email
Mar 2, 2011
10:40 pm
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...
161403 Nick Middleweek
nmiddleweek Offline Send Email
Mar 2, 2011
11:54 pm
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...
161404 Alex Harui
alex_harui Offline Send Email
Mar 3, 2011
1:41 am
There are places in Flex where the implementation diverges from standard OO practices. The skinning implementation is one of them. From an architecture point...
161405 jmerrill_2001 Offline Send Email Mar 3, 2011
2:02 am
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...
161406 Alex Harui
alex_harui Offline Send Email
Mar 3, 2011
2:58 am
See doc on “destructionPolicy” On 3/2/11 6:01 PM, "jmerrill_2001" <jason.merrill@...> wrote: I've built a few Flex apps in the past, but...
161407 jmerrill_2001 Offline Send Email Mar 3, 2011
3:15 am
Thanks Alex - I checked the docs, and first of all, interestingly for "destructionPolicy", it says, Language Version: ActionScript 4.0 Typo? :P Then, after...
161408 Nick Middleweek
nmiddleweek Offline Send Email
Mar 3, 2011
10:35 am
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/...
161409 valdhor Offline Send Email Mar 3, 2011
1:12 pm
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...
161410 jmerrill_2001 Offline Send Email Mar 3, 2011
2:44 pm
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...
161411 Wesley Acheson
wesley.acheson Offline Send Email
Mar 3, 2011
2:47 pm
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...
161412 valdhor Offline Send Email Mar 3, 2011
3:53 pm
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...
161413 jmerrill_2001 Offline Send Email Mar 3, 2011
4:00 pm
Ooh - nice Steve - thanks, I'll try this out. Jason...
161414 Richard Rodseth
rcrodseth Offline Send Email
Mar 3, 2011
7:23 pm
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...
Messages 161385 - 161414 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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