[Flashcoders] ALT+GR in FireFox 4.0

2011-04-27 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] Strange Behavior with an email link

2011-04-27 Thread Dave Watts
Hi! I'm the list administrator.

You may post questions, but:
- only once,
- and not within a thread started by someone else.

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] Unknown error optimizing byte code.

2011-04-27 Thread lists-09
Thanks Cedric – good suggestions.

I did see that there were Flex (and Java) command line options to free memory; 
but I’m locked into FLASH for this one.  I fear a hard upper limit coming to 
hit me.  I’m surprised that others don’t get this more; as my app isn’t all 
that big.

Thanks again.

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


Re: [Flashcoders] Unknown error optimizing byte code.

2011-04-27 Thread Cédric Muller
You could also try searching google with 'White screen of death' or 'WSOD'. 
This leads to some technical insight. I think Keith Peters was the first to 
experience this /thing/.

Cedric

> 
> I am starting to see this error more and more when testing apps:
> 
>  Line 15005: Unknown error optimizing byte code.
> This is in a fully updated Flash CS5 Professional, and occurs when working 
> with either AIR or Flash apps. No other compile errors; and the app does not 
> load.
> Moving past my love of tools that report ‘unknown errors’ within their own 
> processing – it does not seem that this has been resolved anywhere in my 
> searches.
> The only temp solution is to get out of Flash and reload the app, which 
> allows a number of more compiles, before the error pops up again.
> Anyone else seeing this error occur?
> Any thoughts on solutions?
> File, Publish Settings, Flash tab, [x] Compress movie has no bearing.
> Thanks
> ___
> 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] Unknown error optimizing byte code.

2011-04-27 Thread Cédric Muller
Hi,
It happened to me once with a big project: Flash would break during compilation 
and throw this error.

What worked for me: 
I kept removing classes from my project until Flash would compile the file 
correctly.
Then, I worked around the way I was using some classes (that were central to 
the project) by trimming them into multiple classes. Sometimes, this happens 
because Flash keeps importing a class that is used across the whole project. 
All in all, it was a misconception of the project that led me to this error. 
Try to think about the central (major) classes you use in your project and try 
to know exactly what these are doing: maybe there is a cross reference 
somewhere.

Another solution would to .swc a part of your classes, which means that these 
wouldn't be 'compiled' during compilation time ,hence releasing a lot of memory 
for Flash.
Another solution would to use Flex and give more memory to its compiler 
(there's a command out there, Google knows it).

hth,
Cedric

> 
> I am starting to see this error more and more when testing apps:
> 
>  Line 15005: Unknown error optimizing byte code.
> This is in a fully updated Flash CS5 Professional, and occurs when working 
> with either AIR or Flash apps. No other compile errors; and the app does not 
> load.
> Moving past my love of tools that report ‘unknown errors’ within their own 
> processing – it does not seem that this has been resolved anywhere in my 
> searches.
> The only temp solution is to get out of Flash and reload the app, which 
> allows a number of more compiles, before the error pops up again.
> Anyone else seeing this error occur?
> Any thoughts on solutions?
> File, Publish Settings, Flash tab, [x] Compress movie has no bearing.
> Thanks
> ___
> 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] Unknown error optimizing byte code.

2011-04-27 Thread lists-09

I am starting to see this error more and more when testing apps:

  Line 15005: Unknown error optimizing byte code.
This is in a fully updated Flash CS5 Professional, and occurs when working with 
either AIR or Flash apps. No other compile errors; and the app does not load.
Moving past my love of tools that report ‘unknown errors’ within their own 
processing – it does not seem that this has been resolved anywhere in my 
searches.
The only temp solution is to get out of Flash and reload the app, which allows 
a number of more compiles, before the error pops up again.
Anyone else seeing this error occur?
Any thoughts on solutions?
File, Publish Settings, Flash tab, [x] Compress movie has no bearing.
Thanks
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] For solution needed........

2011-04-27 Thread Vedanayagam G
 Hi dear,

  In VMWare player(blacberry playbook tablet) how to access sqlite
data base... it can be access in simulator but not working in player.. whats
d solution for this..
any one do me  a favour..

On Wed, Apr 27, 2011 at 1:42 PM, Paul Andrews  wrote:

> On 27/04/2011 08:49, Vedanayagam G wrote:
>
>> Hi
>>
>> In flex mobile project how to execute sql update and insert query
>> for play book tablet VMware player
>> cos in simulator its working but not update and insert query working in
>> playbook tablet VMware player..
>>
>> any body do me a favour for this my query..
>>
>> Thanks in advance.
>>
>>
> It would be far more sensible to ask this on the blackberry playbook
> development forums.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] test swf on slow machines

2011-04-27 Thread Vedanayagam G
  Hi dear,

  In VMWare player(blacberry playbook tablet) how to access sqlite
data base... it can be access in simulator but not working in player.. whats
d solution for this..
any one do me  a favour..

On Wed, Apr 27, 2011 at 1:24 PM, Paul Andrews  wrote:

> On 27/04/2011 08:40, Vedanayagam G wrote:
>
>> Hi
>>
>> In flex mobile project how to execute sql update and insert query
>> for play book tablet cos in simulator its working but not update and
>> insert
>> query working in playbook tablet..
>>
>> any body do me a favour for this my query
>>
>
> You give so little information it's very hard to say.
>
> It's not good practice to hijack someone else's thread. Apart from anything
> else, this thread isn't about your problem.
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] For solution needed........

2011-04-27 Thread Paul Andrews

On 27/04/2011 08:49, Vedanayagam G wrote:

Hi

 In flex mobile project how to execute sql update and insert query
for play book tablet VMware player
cos in simulator its working but not update and insert query working in
playbook tablet VMware player..

any body do me a favour for this my query..

Thanks in advance.



It would be far more sensible to ask this on the blackberry playbook 
development forums.

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


Re: [Flashcoders] test swf on slow machines

2011-04-27 Thread Paul Andrews

On 27/04/2011 08:40, Vedanayagam G wrote:

Hi

 In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query


You give so little information it's very hard to say.

It's not good practice to hijack someone else's thread. Apart from 
anything else, this thread isn't about your problem.

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


[Flashcoders] For solution needed........

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet VMware player
cos in simulator its working but not update and insert query working in
playbook tablet VMware player..

any body do me a favour for this my query..

Thanks in advance.

-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] test swf on slow machines

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Sun, Apr 10, 2011 at 6:27 PM, Paul Andrews  wrote:

> I would think that very few people have such slow machines and while they
> are out there do they really form part of your target audience?
>
> What exactly are you doing to exercise the machines heavily?
>
> Last year I worked on a project that involved animating 150+ avatars on
> screen together (with depth queues and collision detection) and naturally
> while the clients machines ran fine, I knew that for many people the
> experience would be poor - their machine would be unable to sustain the
> frame rate.
>
> I decided what the lowest acceptable frame rate was and built in a counter
> to measure the actual frame rate on the users machine. If the frame rate
> dipped below the acceptable level I reduced the number of avatars until the
> frame rate recovered. This worked very well. It could also be used to
> increase the avatars if the user had a very fast machine.
>
> So depending on your particular usage, you may be able to adapt to the
> users machine capabilities.
>
> Paul
>
>
> On 10/04/2011 01:43, Anthony Pace wrote:
>
>> How do you do your testing?
>>
>> Do you still have slow machines to test everything on? do you virtualize
>> it and assign a slow processor speed and fewer resources?  or do you have
>> another method?
>>
>> I used to test apps on an old Compaq p3 633 mhz (if it ran well there than
>> I could trust it would run almost anywhere); however, I don't have access to
>> it anymore, and I totally need some accurate benchmarks.
>> ___
>> 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
>



-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] test swf on slow machines

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Sun, Apr 10, 2011 at 6:13 AM, Anthony Pace wrote:

> How do you do your testing?
>
> Do you still have slow machines to test everything on? do you virtualize it
> and assign a slow processor speed and fewer resources?  or do you have
> another method?
>
> I used to test apps on an old Compaq p3 633 mhz (if it ran well there than
> I could trust it would run almost anywhere); however, I don't have access to
> it anymore, and I totally need some accurate benchmarks.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange Behavior with an email link

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Mon, Apr 25, 2011 at 10:37 PM, Steve Abaffy wrote:

> I have the following code, and in IE8, IE9, Chrome when the email link
> button is pressed, it opens the client email as expected but it also opens
> a
> new page that says "Navigation Cancelled" in Firefox it works without
> opening the extra page.
>
>
>
> How do I make it stop doing that.
>
> function SendRepEmail(e:MouseEvent): void{
>
> var url:String = "mailto:"; + e.target.RepEmailText.text;
>
>  var request:URLRequest = new URLRequest(url);  // Also triedvar
> request:URLRequest = new URLRequest(url,"_blank' ); with the same result
>
>  try {
>
>navigateToURL(request);
>
>  } catch (e:Error) {
>
>//Do Nothing
>
>  }
>
> }
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange Behavior with an email link

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Mon, Apr 25, 2011 at 10:52 PM, DONALD TALCOTT wrote:

> had somewhat the same problem, used as below to fix.
>
> //SET THE MAILTO ADDRESS
> var emailLink1:String = "mailto:...@i.com";;
>
> //ADD EVENT LISTENER FOR EMAIL LINK
> mailtoLink1.addEventListener(MouseEvent.MOUSE_DOWN,function():void {
> navigateToURL(new URLRequest(emailLink1), "_self");}
> );
>
> On Apr 25, 2011, at 1:07 PM, Steve Abaffy wrote:
>
> > I have the following code, and in IE8, IE9, Chrome when the email link
> > button is pressed, it opens the client email as expected but it also
> opens a
> > new page that says "Navigation Cancelled" in Firefox it works without
> > opening the extra page.
> >
> >
> >
> > How do I make it stop doing that.
> >
> > function SendRepEmail(e:MouseEvent): void{
> >
> > var url:String = "mailto:"; + e.target.RepEmailText.text;
> >
> >  var request:URLRequest = new URLRequest(url);  // Also triedvar
> > request:URLRequest = new URLRequest(url,"_blank' ); with the same result
> >
> >  try {
> >
> >navigateToURL(request);
> >
> >  } catch (e:Error) {
> >
> >//Do Nothing
> >
> >  }
> >
> > }
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> DON TALCOTT
> 316 Greenwood Avenue
> Decatur, Georgia 30030
>
> 404.538.1642
> dtalc...@mindspring.com
>
>
>
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange Behavior with an email link

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Mon, Apr 25, 2011 at 11:22 PM, Steve Abaffy wrote:

> Thank you that did the trick.
>
> -Original Message-
> From: flashcoders-boun...@chattyfig.figleaf.com
> [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of DONALD
> TALCOTT
> Sent: Monday, April 25, 2011 12:23 PM
> To: Flash Coders List
> Subject: Re: [Flashcoders] Strange Behavior with an email link
>
> had somewhat the same problem, used as below to fix.
>
> //SET THE MAILTO ADDRESS
> var emailLink1:String = "mailto:...@i.com";;
>
> //ADD EVENT LISTENER FOR EMAIL LINK
> mailtoLink1.addEventListener(MouseEvent.MOUSE_DOWN,function():void {
> navigateToURL(new URLRequest(emailLink1), "_self");}
> );
>
> On Apr 25, 2011, at 1:07 PM, Steve Abaffy wrote:
>
> > I have the following code, and in IE8, IE9, Chrome when the email link
> > button is pressed, it opens the client email as expected but it also
> opens
> a
> > new page that says "Navigation Cancelled" in Firefox it works without
> > opening the extra page.
> >
> >
> >
> > How do I make it stop doing that.
> >
> > function SendRepEmail(e:MouseEvent): void{
> >
> > var url:String = "mailto:"; + e.target.RepEmailText.text;
> >
> >  var request:URLRequest = new URLRequest(url);  // Also triedvar
> > request:URLRequest = new URLRequest(url,"_blank' ); with the same result
> >
> >  try {
> >
> >navigateToURL(request);
> >
> >  } catch (e:Error) {
> >
> >//Do Nothing
> >
> >  }
> >
> > }
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> DON TALCOTT
> 316 Greenwood Avenue
> Decatur, Georgia 30030
>
> 404.538.1642
> dtalc...@mindspring.com
>
>
>
>
>
> ___
> 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
>



-- 
*Thanks & Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders