Re: [flexcoders] Flash Builder 4 issues

2010-05-22 Thread Rick Genter
On May 22, 2010, at 5:44 PM, Oleg Sivokon wrote: > The first one never happened to me before, but, if I had to work around that, > I'd set it to compile with Ant and I would try to change the settings so that > it wouldn't generate as files in the source folder. The error message may be > some

Re: [flexcoders] How to use Graphics in FB4

2010-05-22 Thread Shabir Gilkar
Dear Oleg, Thank you very much for your mail. I know that FB is not Image Editor, As i mentioned earlier that i want to create self designed graphics for my MiniBrowser Project and Later on Putting Controles on It, so as make it look like good. As we are doing in Flash CS4, we are creating graphic

[flexcoders] Progress bar is rendering even when hidden - Show Redraw Regions

2010-05-22 Thread dorkie dork from dorktown
I have a progress bar that even when I remove it (remove it's parent) from the stage it continues to render. I know this whenever the screen changes quickly I see it's outline. And also because Show Redraw Regions outlines it as well. I can't figure out how to stop this or if it's causing performan

Re: [flexcoders] Flash Builder 4 issues

2010-05-22 Thread Oleg Sivokon
The first one never happened to me before, but, if I had to work around that, I'd set it to compile with Ant and I would try to change the settings so that it wouldn't generate as files in the source folder. The error message may be somewhat ambiguous, but what it is trying to say is that it is try

Re: [flexcoders] How to use Graphics in FB4

2010-05-22 Thread Oleg Sivokon
Well, FB isn't a graphic editor, so, if you have Flash CS, that's the best way to create graphics. You can then compile them into SWC and use that SWC in FB. Other options are to make SVG in something like Inkscape and then Flex compiler should technically understand SVG, but I wouldn't count on 10

Re: [flexcoders] DataGrid and XML

2010-05-22 Thread Alex Harui
I didn’t see any code that would automatically fetch new data when the data changed. If you click the button after you change the date it should attempt to get new data but if the url is exactly the same, the data might be pulled from the browser cache. On 5/21/10 7:53 PM, "Mauro Emiliano Alt

[flexcoders] Flash Builder 4 issues

2010-05-22 Thread Rick Genter
I'm developing an application using Flash Builder 4 and have encountered two issues: 1) If I turn on -keep-generated-actionscript=true, the generated ActionScript results in errors. The errors appear to stem from a strange placement of the generated folder: it's putting it in src/, not in bin/

Re: [flexcoders] best automated testing tool for flex?

2010-05-22 Thread Evan Klein
They have released flex monkey for the sdk 4.0 recently. Check out gorilla logic's website. On Fri, May 21, 2010 at 4:58 PM, sathish_mca_raja < sathish_mca_r...@yahoo.com> wrote: > > > Just wanted to know which is the best automated testing tool out of the > tools that are currently available i

Re: [flexcoders] Anybody has worked with flex-plugin and MAVEN ..???

2010-05-22 Thread Marvin Froeder
Lol, I'm no longer the only one recommending that =D But yeah, flexmojos is the way to go, israfil mojo is death for more then an year, and flex-plugin stayed death for more then an year too, back from ashes now, but flexmojos still has way more features. VELO On Fri, May 21, 2010 at 2:00 AM, Da

Re: [flexcoders] Why isn't fB4 smart enough to generate it's templates

2010-05-22 Thread Guy Morton
On 22/05/2010, at 11:05 PM, Patrick wrote: > Drives me nuts, i create a new project, usually in Actionscript, and the > software won't create my .html file correctly. > > The most annoying problem in the world. > That's a pretty big call there Patrick... :-) Guy

[flexcoders] Why isn't fB4 smart enough to generate it's templates

2010-05-22 Thread Patrick
Drives me nuts, i create a new project, usually in Actionscript, and the software won't create my .html file correctly. The most annoying problem in the world.

Re: [flexcoders] upload files more than 150mb

2010-05-22 Thread free man
it just Freeze. --- On Fri, 5/21/10, Tom Chiverton wrote: From: Tom Chiverton Subject: Re: [flexcoders] upload files more than 150mb To: flexcoders@yahoogroups.com Date: Friday, May 21, 2010, 10:37 AM   On Friday 21 May 2010 13:13:03 you wrote: > Good day all, > > I just start using flex

Re: [flexcoders] DataGrid and XML

2010-05-22 Thread Mauro Emiliano Alturria
Alex thank you very much in fact the DataGrid shows the first series of XML that I generate, but when change the date I generate the new XML and the DataGrid does not reflect the change, there is some type of update that to do? Thanks again Mauro E. Alturria 2010/5/21 Alex Harui > > > I placed

[flexcoders] How to use Graphics in FB4

2010-05-22 Thread Shabir Gilkar
Hi All! I am Beginner in FB4, As i am currently creating a simple minibrowser in FB4 as AIR App, Now i want to create some graphics which i can later use as Background, Butons, Links etc. as previously i have some experience in Flash and I have CS4 Flash authoring tool. As in Flash we are creating

Re: [flexcoders] how to adjust mouse wheel scrolling for custom itemrender?

2010-05-22 Thread dorkie dork from dorktown
I claim victory as well. Here is one method. This doesn't support mouse wheel acceleration or kinetic scrolling. http://pastebin.com/xssXXY2p JP On Fri, May 21, 2010 at 3:27 PM, Alex Harui wrote: > > > I’m pretty sure at least one person claimed victory by modifying the delta > of the MouseEve