[flexcoders] Upload component

2010-07-08 Thread Christophe
Hello, I am searching a reliable component to upload images from a FlashBuilder 4 application. Thank you, Christophe,

[flexcoders] Re: TabNavigator styles not being applied (flex4)

2010-07-08 Thread Amy
It looks like you're not using the mx namespace you've declared in your stylesheet. --- In flexcoders@yahoogroups.com, bhaq1972 mbha...@... wrote: Anyone know why styling is not being applied to this Flex4 example (a modified example from livedocs)? thanks s:Application

[flexcoders] Source view files not generated

2010-07-08 Thread lanekelly5
Apologies if this has been covered, but the group's search feature isn't working for me (it's throwing server too busy errors). I have one project that isn't cooperating when I try to export a release build and enable source view. I have the box checked and it creates the srcview folder, but

[flexcoders] Re: TabNavigator styles not being applied (flex4)

2010-07-08 Thread bhaq1972
They look the same to me. I just added another style ... fontWeight:bold and that is being applied. Maybe I will use a skin Thanks --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: It looks like you're not using the mx namespace you've declared in your stylesheet.

Re: [flexcoders] Upload component

2010-07-08 Thread claudiu ursica
What do you use as back end service? Takes tops 1day to write 1 from scratch though... C From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Thu, July 8, 2010 10:36:14 AM Subject: [flexcoders] Upload component Hello, I

[flexcoders] Re: Loading animation between LCDS page fetched

2010-07-08 Thread Aasim
I think i found the answer, need to look at the ItemPendingError -Aasim --- In flexcoders@yahoogroups.com, Aasim aasimmo...@... wrote: Hi, I need to show a loading animation while scrolling in a LCDS paging enabled datagrid. Is there a way to know when a new page is requested in flex

Re: [flexcoders] Re: Loading animation between LCDS page fetched

2010-07-08 Thread Jeffrey Vroom
Depending on your use case, you may not see that error. If you are scrolling through a list or grid, it gets caught and handled by the DataGrid. My memory on this is a little hazy now but I think you can listen to events on the DataService and see all of the traffic from the data service to the

[flexcoders] reuse paths shapes in skins

2010-07-08 Thread arocheking
Hi, I've used the common examples to skin my components. So that's going ok. But now I want to be able to centralize and reuse pieces. The most simple thing I may want to do is reuse a shape. Like: s:Path data=V 20 L 20 10 Z horizontalCenter=0 verticalCenter=0 s:fill s:LinearGradient

[flexcoders] Flex Project Management App

2010-07-08 Thread Angelo Anolin
Hi FlexCoders, I came across a Flex PM site and I would like to ask what are the necessary controls / things I need to do to achieve the same application. The site's page is: http://www.radscientist.com/flexpm/demo/index.html I am having problems re-creating those items which expands when the

Re: [flexcoders] Flex Project Management App

2010-07-08 Thread Brendan Meutzner
You posted on this a few weeks ago, and I replied with some suggestions a few weeks ago. If you need additional help, reply to your original thread. On Thu, Jul 8, 2010 at 3:47 PM, Angelo Anolin angelo_ano...@yahoo.comwrote: Hi FlexCoders, I came across a Flex PM site and I would like to

[flexcoders] what flex can not catch event from Flash

2010-07-08 Thread markflex2007
Hi, My flex app load a flash swf like following mx:SWFLoader id=mySwf source=assets/question.swf/ I catch event like this in flex mySwf.addEventListener(test1,doStep1); private function doStep1():void{ trace(step1); } In the question.fla ,I use a bttoun to dispathch a event like

[flexcoders] focusrect on custom components?

2010-07-08 Thread Nick Middleweek
Hi, Does anyone know the right way of applying the focusrect to a composite component, instead of the individual components that make it up? I've got a custom comp made up of about 4 basic UI objects and when I click inside it I want the whole component to look as if it's received the focus and

Re: [flexcoders] User Interface Design Groups

2010-07-08 Thread Nick Middleweek
Hi, I wil get it compiled an upload to a site and post a follow up - thanks for the message :) Cheers, NIck On 7 July 2010 22:21, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: nick, i know the perfect group, its called flexcoders. ...or flashcoders. most flash

[flexcoders] How to print full content of TextArea component ?

2010-07-08 Thread Ramalingam G
Hello everyone, I am re-posting this. The print() function listed below prints only the visible area (scrolled somewhere) of the TextArea component. But, I want to print full contents of the TextArea. private function print():void{ var printResult:PrintJob = new PrintJob(); var output:Sprite =

Re: [flexcoders] Flex Project Management App

2010-07-08 Thread Angelo Anolin
It was a different topic. If I recall correctly, I was asking on the effects used on it. I was now asking on the controls which were used. Sort of AddChild for each component. Thanks. From: Brendan Meutzner bmeutz...@gmail.com To:

[flexcoders] Re: reuse paths shapes in skins

2010-07-08 Thread arocheking
I have seen info on skinning subcomponents. That's easy enough but just doesn't seem very efficient. I would create a component and a skin for it... just to get a reusable graphic.

[flexcoders] Can't get FlexUnit results to show up

2010-07-08 Thread napearson99
I have a flex 4 air project and I've set up a class with a simple method, a test class and a test suit class. When I try to run my test cases nothing shows up in the FlexUnit results in the bottom. I can get break points to hit in my test class, so I know it's hitting. I also have an assert