Re: [Flashcoders] ALT+GR in FireFox 4.0

2011-04-29 Thread Elia Morlin
Surely someone has a fix ?

On Thu, Apr 28, 2011 at 4:14 PM, Elia Morlin elia.li...@gmail.com wrote:

 I know, but I can't remove opaque. It must be opaque.


 On Thu, Apr 28, 2011 at 3:47 PM, kris range krisra...@gmail.com wrote:

 If I remember correctly, this has popped up a few times and I think
 it's related to the wmode property being set to transparent or opaque.
 If you can remove that, it should go away.

 On Thu, Apr 28, 2011 at 8:47 AM, Elia Morlin elia.li...@gmail.com
 wrote:
  Does anyone have an AS3 solution for the ALT+GR problem in FireFox 4.0?
 It
  will not accept ALT+GR in combination with any character. So it's
 impossible
  to enter a @, [ or ].
 
  Thanks
  Elia Morling
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] ALT+GR in FireFox 4.0

2011-04-28 Thread Elia Morlin
Does anyone have an AS3 solution for the ALT+GR problem in FireFox 4.0? It
will not accept ALT+GR in combination with any character. So it's impossible
to enter a @, [ or ].

Thanks
Elia Morling
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ALT+GR in FireFox 4.0

2011-04-28 Thread Elia Morlin
I know, but I can't remove opaque. It must be opaque.

On Thu, Apr 28, 2011 at 3:47 PM, kris range krisra...@gmail.com wrote:

 If I remember correctly, this has popped up a few times and I think
 it's related to the wmode property being set to transparent or opaque.
 If you can remove that, it should go away.

 On Thu, Apr 28, 2011 at 8:47 AM, Elia Morlin elia.li...@gmail.com wrote:
  Does anyone have an AS3 solution for the ALT+GR problem in FireFox 4.0?
 It
  will not accept ALT+GR in combination with any character. So it's
 impossible
  to enter a @, [ or ].
 
  Thanks
  Elia Morling
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Omit Files on Build in Flash Builder

2010-05-19 Thread Elia Morlin
No, the files are not directly included. They are files residing in source
folders which should be omitted. I see that I can set a whole folder to be
read-only or archive. Is there no option to Omit from build?

The flow you describe would work I guess. It just seems very cumbersome.

Thanks
Elia

On Sat, May 15, 2010 at 9:28 PM, Dave Watts dwa...@figleaf.com wrote:

  How do I define which files to omit when the building process occurs in
  Flash Builder.
 
  Flash Builder likes to include every single swf, gif, png.

 Are any of those files directly included in the file you're building
 via the Embed directive? If so, they're going to be included in the
 build process, as they have to be read by the compiler into the
 output.

 In other cases, you can define a working set that includes just the
 resources you want, then uncheck Build Automatically and build the
 working set instead.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Omit Files on Build in Flash Builder

2010-05-15 Thread Elia Morlin
How do I define which files to omit when the building process occurs in
Flash Builder.

Flash Builder likes to include every single swf, gif, png.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Test

2010-05-14 Thread Elia Morlin
Are my messages coming through?

Thanks
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] FocusManager

2010-05-13 Thread Elia Morlin
I needed to know which object was in Focus, so I imported the FocusManager
from the fl.managers package which is not included in AS projects in Flex.

The whole library is rather bloated, and contains loads of warnings.

Is there some other FocusManager I should be using for an AS3 project in
Flex?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] FocusManager

2010-05-04 Thread Elia Morlin
I needed to know which object was in Focus, so I imported the FocusManager
from the fl.managers package which is not included in AS projects in Flex.

The whole library is rather bloated, and contains loads of warnings.

Is there some other FocusManager I should be using for an AS3 project in
Flex?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Restrict Copypixels to a Specific Rectangle

2010-04-22 Thread Elia Morlin
Say I have a BitmapData that is 500x500 pixels.
I want to restrict the area that will be updated in a series of copypixel
operations.
For example I want to restrict the rectangle that will be updated in the
target Bitmapdata to Rectangle(100,100,50, 50).
How do I do that without using a mask?

Thanks
Elia
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Restrict Copypixels to a Specific Rectangle

2010-04-22 Thread Elia Morlin
Yes I know, but I need a function that calculates the optimal source
rectangle to fit in a target rectangle.

On Thu, Apr 22, 2010 at 7:51 PM, Zeh Fernando z...@zehfernando.com wrote:

 sourceRect is one of the parameters of the copyPixels method. It describes
 which is the rectangle to be used when copying. No masking is necessary.
 This has the same effect as limiting the target area to a specific
 rectangle.


 http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1400.html

 Zeh

 On Thu, Apr 22, 2010 at 8:37 AM, Elia Morlin elia.li...@gmail.com wrote:

  Say I have a BitmapData that is 500x500 pixels.
  I want to restrict the area that will be updated in a series of copypixel
  operations.
  For example I want to restrict the rectangle that will be updated in the
  target Bitmapdata to Rectangle(100,100,50, 50).
  How do I do that without using a mask?
 
  Thanks
  Elia
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Restrict Copypixels to a Specific Rectangle

2010-04-22 Thread Elia Morlin
Solved. This was the solution.


private function copypixels(target:BitmapData, src:BitmapData, destP:Point,
targetR:Rectangle ):Boolean{
var toR:Rectangle = new Rectangle(destP.x, destP.y, src.width,
src.height);
var inR:Rectangle = targetR.intersection(toR);
if(inR.width==0 || inR.height==0){return false;} // skip
var srcR:Rectangle = new Rectangle(inR.x-toR.x, inR.y-toR.y,
inR.width, inR.height);
target.copyPixels(src, srcR, new Point(inR.x, inR.y), null, null,
true);
return true;
}

/Elia

On Thu, Apr 22, 2010 at 8:32 PM, Elia Morlin elia.li...@gmail.com wrote:

 Yes I know, but I need a function that calculates the optimal source
 rectangle to fit in a target rectangle.


 On Thu, Apr 22, 2010 at 7:51 PM, Zeh Fernando z...@zehfernando.com wrote:

 sourceRect is one of the parameters of the copyPixels method. It describes
 which is the rectangle to be used when copying. No masking is necessary.
 This has the same effect as limiting the target area to a specific
 rectangle.


 http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1400.html

 Zeh

 On Thu, Apr 22, 2010 at 8:37 AM, Elia Morlin elia.li...@gmail.com
 wrote:

  Say I have a BitmapData that is 500x500 pixels.
  I want to restrict the area that will be updated in a series of
 copypixel
  operations.
  For example I want to restrict the rectangle that will be updated in the
  target Bitmapdata to Rectangle(100,100,50, 50).
  How do I do that without using a mask?
 
  Thanks
  Elia
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders