Re: [Flashcoders] New way to resize TextField in IDE ?

2005-10-27 Thread Lanny McNie
mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] comboBox not working after upgrading to 8

2005-11-17 Thread Lanny McNie
-- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Toronto Flash Coders?

2005-11-29 Thread Lanny McNie
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Distance: mouse to MC's edge (not regpoint)

2005-11-30 Thread Lanny McNie
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Display same value in 3 fields

2005-12-08 Thread Lanny McNie
-- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Using getURL twice in a function

2006-01-10 Thread Lanny McNie
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] addEventListener - MovieClip wants to pass event to containing class

2006-01-19 Thread Lanny McNie
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] clearInterval question

2006-01-19 Thread Lanny McNie
, a.k.a. Jason ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Lanny McNie ___ Flashcoders mailing list

Re: [Flashcoders] photoshop-like filters

2006-02-01 Thread Lanny McNie
-- - Lanny McNie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Stage.width not working in IE

2006-02-11 Thread Lanny McNie
subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- - Lanny McNie

Re: [Flashcoders] Stage.width not working in IE

2006-02-12 Thread Lanny McNie
by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- - Lanny McNie ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Stage.width not working in IE

2006-02-13 Thread Lanny McNie
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- - Lanny McNie ___ Flashcoders

Re: [Flashcoders] getting the actual width of a scaled child clip

2006-02-22 Thread Lanny McNie
-- - Lanny McNie ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting

Re: [Flashcoders] getting the actual width of a scaled child clip

2006-02-23 Thread Lanny McNie
but of course not seen). Lanny McNie wrote: Also, you could just multiply the width/height by the scale.. var w = subClip._width * subClip._parent._xscale / 100; var h = subClip._height * subClip._parent._yscale / 100; Sorry for the psuedo code. On 2/22/06, Rich Rodecker [EMAIL PROTECTED

Re: [Flashcoders] SharedObject always undefined

2006-04-06 Thread Lanny McNie
to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- - Lanny McNie ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] Can You Extend a Swc Component?

2006-04-06 Thread Lanny McNie
/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- - Lanny McNie ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread Lanny McNie
subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- - Lanny McNie

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread Lanny McNie
Additionally, you can replicate this by setting the _xscale in Actionscript. So setting to 100% before applying the _width would resolve it as well. On 6/8/06, Lanny McNie [EMAIL PROTECTED] wrote: You don't necessarily need to create it with Actionscript, just remove the transform

Re: [Flashcoders] replacing the Library palette?

2006-07-04 Thread Lanny McNie
http://training.figleaf.com -- - Lanny McNie ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

Re: [Flashcoders] replacing the Library palette?

2006-07-04 Thread Lanny McNie
Alf can be found at http://osflash.org/alf On 7/4/06, Lanny McNie [EMAIL PROTECTED] wrote: The library panel is not written in JSFL. JSFL has access to most of the properties of the library and its symbols, but not the symbol preview. There are some helper tools, such as ALF which can make

Re: [Flashcoders] gProject

2006-11-28 Thread Lanny McNie
\classes\ directory You can also specify a template file to use in the panel preferences. There are details in the bundled documentation on setting up custom templates. Regards, Lanny McNie // gskinner.com On 11/27/06, Charles Parcell [EMAIL PROTECTED] wrote: There is a file you can edit, thus