Re: [flexcoders] 32 K limit in Player 8?

2005-11-25 Thread Alias
To?

On 11/25/05, Manish Jethani <[EMAIL PROTECTED]> wrote:
> Is there a "32 K limit" in Player 8?
>
> Manish
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Printing a .swf in Flex.

2006-01-17 Thread Alias
Yes - you can create a new, non visible version of the area you are
planning to print, and use the PrintJob class to interrogate the
particular printer's printable dimensions.

Some more info (Flex 1.5/Flash) here:
http://www.sephiroth.it/reference.php?id=505&cat=1

or for Flex 2
http://livedocs.macromedia.com/labs/1/flex/langref/flash/print/PrintJob.html


HTH,
Alias

On 1/17/06, egor_flex <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We are currently using Flex in a large scale project and the issue of
> accurate printing has come up.
>
> When printing out a .swf that has been entered into a Loader object,
> when printing only the viewable area of the swf is printed out, i.e.
> the size of the browser window with the rest of the image printed as a
> grey shape. Interestingly this also happens if the Loader isn't
> visible. this is obviously a concern with the app possibly being used
> at different screen resolutions.
>
> I have found the .addPage() workaround for this in the macromedia tech
> note:
> http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19241
> , but this raises some issues about it's accuracy (as well as being a
> nasty kludge).
>
> So my question is, is there a way to print a .swf (or anything else
> for that matter) in Flex without it being constrained by the size of
> the browser window?
>
> Gk.
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] modelChanged event and mx:Tree

2006-01-19 Thread Alias
That whole "write your own damn tree component" trick?

Snark ;)

Alias

On 1/18/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
>  Hi All
>
>  I have a model which dispatches the model change event which in turn gets
> caught by the mx:Tree (i have established this by subclassing the tree and
> checking if the events come in), but my tree just does not update and to add
> insult to injury after that it stops dispatching nodeOpen events in
> subnodes.
>
>  any tips or tricks that i am missing here?
>  thanks
>  --
> j:pn
>
>
>  --
>  Flexcoders Mailing List
>  FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>  
>  YAHOO! GROUPS LINKS
>
>
>  Visit your group "flexcoders" on the web.
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>  
>


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-08-11 Thread Alias
Craig,

This sounds like it's actually the result of a *fix* that's in the new
player. If an object's _alpha is set to zero, it shouldn't be
displayed at all - however, there were some issues with rendering
device text with alpha, which is due to the limited font information
the host platform passes back. However, as I understand it, the flash
8 player has much improved font rendering capabilities.

So on a player level, this is expected behavior - it's just one of
those unfortunate cases where a bug becomes a fact of life, and fixing
it ends up causing problems. I'd say - design for the new player.

HTH,
Alias

On 7/14/05, Craig Newroth <[EMAIL PROTECTED]> wrote:
>  
> okay, maybe i did not make my self clear...when I was using Flash PLayer 7
> and set the property 'alpha' to zero, then not only could I NOT see the bar
> (which is what I wanted) but i COULD STILL see the text in the control. Now
> in Flah Player 8, if i set the SAME property (alpha) in the SAME control to
> zero not only can I NOT see the BAR in the control, but the text is
> invisible now also... 
> If i set the property to "1" then I cannot see the bar, but CAN still see
> the text of the 'LinkBar" tag...
>  
> 
> 
> PR Muruganandh <[EMAIL PROTECTED]> wrote: 
>  
>  
> 
> Hi 
> 
>   
> 
> In FP7[IE] & FP8[FireFox] 
> 
>   
> 
> The following code works the same way 
> 
>   
> 
>  
> 
> http://www.macromedia.com/2003/mxml";> 
> 
> 
>  
> 
>   
> 
> If I change alpha="100", then also FP7[IE] & FP8[FireFox] works similar! 
> 
>   
> 
> Might be some problem with this 
> 
> mouseOver="triggerShowEffectNeedReports()" ! 
> 
>   
> 
>   
> 
> - anand 
> 
>   
> 
>   
>  
>  
>  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Abdul Qabiz
> Sent: Thursday, July 14, 2005 6:05 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!! 
> 
>   
> 
> Hi, 
> 
>   
> 
> We tried reproducing the same here at our end and we don't see any
> difference between two players (FP7 & FP8 Beta). 
> 
>   
> 
> -abdul 
> 
>   
>  
>  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Craig Newroth
> Sent: Thursday, July 14, 2005 5:41 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!! 
>  
> 
> and here is what I did to get it to do what I wanted, evidently the Flash
> player 8 takes it literally on the alpha property :) - i set it to 1 (one)
> instead of zero (0) and it is back to being transparent like I wanted it to
> be... whew! 
>  
> 
> WIll post that to the feedback Andrew, thx 
>  
> 
> Craig 
>  
> 
> 
> 
> Andrew Spaulding <[EMAIL PROTECTED]> wrote: 
>  
> 
> Well I'm yet to find a bug but there seems to be some noticable
> improvements in performance.
> 
> Be sure to post your bug using the feedback form found here
> http://www.macromedia.com/bin/fp8betafeedback.cgi?
> 
> Cheers,
> 
> Andrew Spaulding
> www.flexdaddy.info
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "cnewroth55" <[EMAIL PROTECTED]> wrote:
> > Okay, saw the post about the beta Flash Player 8 beta, and as I like 
> > to jump in with both feet, installed it for IE, Netscape 7.2 and Fire 
> > Fox 1.0.4...went to one of my flex apps and found that I could no 
> > longer see my label in the Link tag in my app. I was setting the 
> > property 'alpha' to  zero so that the "bar" that highlights the 
> > selection is invisible and just the rollovers would be seen. Removing 
> > the alpha property lets my labe be seen but then (as I am using 
> > haloBlue) i get a big ugly blue bar across my link label...I have a 
> > graphic behind the link bar and did not want this to show up (the 
> > bar)...it used to work in Flash player 7...so beta team thought you 
> > would like to knowI really, really dont want to give up my alpha :)
> > 
> > ps. did noticed a slight improvement in load speed...
> > 
> > this on longer works
> >  > modalTransparency="0" borderStyle="none" alpha="0" 
> > textRollOverColor="#0099CC" mouseOver="triggerShowEffectNeedReports
> > ()" />
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/f

Re: [flexcoders] Mxml compiler for Unix/Linux

2005-03-22 Thread Alias

I believe the question was for a compiler, not for deployment. 

You will need to use the linux flash 7 player for deployment to unix
clients - however there are definitely minor issues with the linux
player itself, as it has not had the same development resources
invested in it as the Windows & Mac versions. However the majority of
mxml stuff should work pretty well.

As far as the compiler goes, I believe you should be able to get it to
work on anything that runs the JRun java app server, (touches a big
piece of wood)...

HTH
Alias

On Tue, 22 Mar 2005 22:11:12 +0530, Manish Jethani
<[EMAIL PROTECTED]> wrote:
> 
> On Tue, 22 Mar 2005 08:00:58 -0800 (PST), Valy Sivec
> <[EMAIL PROTECTED]> wrote:
> 
> > If I compile the mxml files on windows, do I have
> > any issues deploying them to Unix?.
> 
> You should be able to deploy SWF files onto any operating system as
> long as the SWF version (Player version 7) is the same.  Platform
> Independent (TM).
> 
> Manish
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
>


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/