[flexcoders] Flex builder Linux Adobe's Plans

2009-07-19 Thread nospam allowed
http://bugs.adobe.com/jira/browse/FB-19053

For those of you using the Flex Builder on Linux please comment that you
wish to see it stay on Linux.


Re: [flexcoders] IE8 problem

2009-04-24 Thread nospam allowed
Just an FYI I know Flex works well with IE 8 since we've tested an
application my company built in IE 8 with no differences that we found
between it and IE 7, it must be something your doing



On Fri, Apr 24, 2009 at 5:55 AM, senthilkumarirtt 
senthilkumari...@yahoo.co.in wrote:



 hi all ,i develop dashboard using Flex3...But ouput is working in all
 browsers other than Internet Explorer 8...
 i cant understand What is the problem...Give some suggestion...

  




-- 
Thanks
Jason

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Software Engineer  Web Design
Adobe Flex, PHP, MySQL, Oracle

I don't hate windows, I just know Linux is better :P
You cannot force ideas. Successful ideas are the result of slow growth.
Ideas do not reach perfection in a day, no matter how much study is put upon
them
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


[flexcoders] modules, rendering event trigger

2009-04-24 Thread nospam allowed
I've got
parentApplication.addEventListener(ModuleEvent.READY,
parentApplication.createmeals_swf.child.which_plan);

Which loads my function on first load of the swf, but I need a way to know
when that module renders because if i try to call that function and it has
not rendered then it throws an error when its not ready.

so if i can do something like this would be great

if(module --ready)
   parentApplication.createmeals_swf.child.which_plan
else
  parentApplication.addEventListener(ModuleEvent.READY,
parentApplication.createmeals_swf.child.which_plan);


-- 
Thanks
Jason


Re: [flexcoders] IE8 problem

2009-04-24 Thread nospam allowed
Can you post the wrapper?

On Fri, Apr 24, 2009 at 9:31 AM, Carlos Rovira carlos.rov...@gmail.comwrote:



 two days ago a friend maintaining a Flash 7 old project had a refresh
 problem with IE8
 it seems IE8 can load a SWF7 but can't reload it!. He workaround the
 problem making
 a Flash 8 wrapper for the SWF7.

 Well, I think this shows up the great quality of IE8. Think that your
 problem could be
 IE8 working in the classic microsoft's way...

 C.


 2009/4/24 nospam allowed nos...@advancedonsite.com



 Just an FYI I know Flex works well with IE 8 since we've tested an
 application my company built in IE 8 with no differences that we found
 between it and IE 7, it must be something your doing



  On Fri, Apr 24, 2009 at 5:55 AM, senthilkumarirtt 
 senthilkumari...@yahoo.co.in wrote:



 hi all ,i develop dashboard using Flex3...But ouput is working in all
 browsers other than Internet Explorer 8...
 i cant understand What is the problem...Give some suggestion...




 --
 Thanks
 Jason

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Software Engineer  Web Design
 Adobe Flex, PHP, MySQL, Oracle

 I don't hate windows, I just know Linux is better :P
 You cannot force ideas. Successful ideas are the result of slow growth.
 Ideas do not reach perfection in a day, no matter how much study is put
 upon them
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



  




-- 
Thanks
Jason

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Software Engineer  Web Design
Adobe Flex, PHP, MySQL, Oracle

I don't hate windows, I just know Linux is better :P
You cannot force ideas. Successful ideas are the result of slow growth.
Ideas do not reach perfection in a day, no matter how much study is put upon
them
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Re: [flexcoders] Blank Screen issue with application preloaders

2009-04-24 Thread nospam allowed
Works great here, loads almost instantly, must be related to your flash ver
or computer/network?



On Thu, Apr 23, 2009 at 5:59 AM, b_alen alen.ba...@gmail.com wrote:



 I get a blank screen for more than 10 seconds for the app that's about 700k
 in size. Only then the preloader appears and starts from somewhere around
 70%.

 In the Flash days, this was easily solved by having one small SWF with
 preloader that would load the main SWF in empty movie clip. Is something
 like this possible in Flex?

 I did a small experiment with loading the Flex app into Flash SWF, but then
 the sizing and alignments were lost. I also tried loading a Flex app into a
 smaller Flex app, but still there was a blank screen for quite a while.

 It's a huge usability issue knowing that users leave after 8 seconds, which
 is actualy true looking at google analytics reports.

 I've checked numerous blogs about custom preloaders but only found that all
 of them have the same issue.

 These are all the apps and samples with the same issue:

 http://tv.adobe.com/#
 http://onflash.org/ted/2006/07/flex-2-custom-preloaders.php
 http://onflash.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php

 http://jessewarden.com/2007/07/making-a-cooler-preloader-in-flex-part-1-of-3.html

  




-- 
Thanks
Jason