Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

flexcoders · RIA Development with Adobe Flex

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12335
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 161355 - 161384 of 165719   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#161355 From: "cuttenv" <cuttenv@...>
Date: Fri Feb 25, 2011 9:53 pm
Subject: Re: Flash Builder Debugger Crashing
cuttenv
Send Email Send Email
 
Also it seems like Eclipse is no longer recognizing external libraries that I
added to my class path...

--- In flexcoders@yahoogroups.com, "cuttenv" <cuttenv@...> wrote:
>
> Hello, yesterday I updated my mac os x Java to the latest version. Things were
working fine but today all hell has broken loose. My Flash Builder debugger just
won't run anymore. When I try to add a break point I get a null pointer
exception.
>
> I am using Flash Builder Plugin Version 4.0.1 build 277662
> Eclipse 3.5.2.M20100211-1343
>
> Here is the Eclipse Error:
>
> Message:
> Problems occurred when invoking code from plug-in:
"com.adobe.flexbuilder.debug".
>
> Exception Stack Trace:
> java.lang.NullPointerException
>  at
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexL\
ineBreakpoint.java:412)
>  at
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineB\
reakpoint.java:465)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebu\
gTarget.java:1012)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget.access$4(FlexDebugTarget.java:\
1006)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.installDeferredBreak\
points(FlexDebugTarget.java:637)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.advanceStateMachine(\
FlexDebugTarget.java:668)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.access$7(FlexDebugTa\
rget.java:642)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread$1.run(FlexDebugTarge\
t.java:752)
>  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.eventLoop(FlexDebugT\
arget.java:732)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.run(FlexDebugTarget.\
java:793)
>  at java.lang.Thread.run(Thread.java:680)
>
> Session Data:
> eclipse.buildId=unknown
> java.version=1.6.0_22
> java.vendor=Apple Inc.
> BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product -keyring
/Users/phoenixage/.eclipse_keyring -showlocation
> Command-line arguments:  -os macosx -ws carbon -arch x86 -product
org.eclipse.epp.package.jee.product -keyring /Users/phoenixage/.eclipse_keyring
-showlocation
>

#161356 From: "jack_freud" <jack_web@...>
Date: Fri Feb 25, 2011 10:19 pm
Subject: Reading barcode from android camera in Hero?
jack_freud
Send Email Send Email
 
I'm curious about scanning barcodes and I haven't  found a mention of doing it
with Hero yet anywhere...



The zxing project has an  as3 port that I got to work on a Hero project, but
it's painfully slow. I think the reason is the size of the image: when it scans
a premade image file of about 7K (it is small and black/white, after all), it
comes back with the decoding very fast, but if I take a picture with the camera
that I then pass to ZXing, even with th camera set to its lowest resolution, it
takes a very long time.

Has anyone been down that road or have any suggestions?



I'm wondering if it's possible for an Air app on Android to call the intent of
another program in native Java and get the value returned back? I did that with
the pure camera because that's built into Hero, but I wonder if it would be
possible to do the same for any other native android app?



Thanks

#161357 From: "alain.ekambi" <alain.ekambi@...>
Date: Fri Feb 25, 2011 12:28 pm
Subject: Java API for Adobe Flex(AIR and Browser)
alain.ekambi
Send Email Send Email
 
Hello Community,
Sometimes ago i started the project located at: :
http://code.google.com/p/gwt4air/ , wich primary goal was to bring another
approach on writing AIR application by providing a Java API for the AIR
platform. On top of that i added support for PDF and Excel generation using
Java.

I m glad to announce that  the project  will now add support for the Flex
Framework.
I wrote a post about it on the main page on  the project.
The Idea behind it is to give Java Developers a more simple way to write Flex
Application by leaveraging a swing like API.
I hope this project will be a good alternative to the MXML+ ActionScript
approach and looking for people willing to join the project.

Regards,

Alain

#161358 From: "Emmanouil Tzoumas" <manos1986@...>
Date: Fri Feb 25, 2011 4:24 pm
Subject: add component to stage
man.tzoumas
Send Email Send Email
 
Hello,

I am trying change the parent of my video display component to stage in order
open it in full screen mode (i want to see only the video component). I removed
it from the current parent and the I added to the stage but when I trace it, it
says that is null. Furthermore, when I change the display mode from full screen
to normal I want to remove it from the stage and added back where it was I
cannot changes parents.

trace("this1:", this)
this.parent.removeChild(this)
trace("this2:", this)
Application.application.stage.addChild(this)
trace("this3:", this)

the output for each trace is:
this1: application.hbox.video
this2: video
this3: null

Can anyone please help me?

Many thanks

#161359 From: Gordon Smith <gosmith@...>
Date: Sat Feb 26, 2011 12:53 am
Subject: RE: In a nested DisplayObject, does removing the parent remove all children?
gsmithsf
Send Email Send Email
 

Removing the parent removes the children, assuming you don't have other references to the children.

 

Gordon Smith

Adobe Flex SDK Team

 

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clark Stevenson
Sent: Friday, February 25, 2011 1:18 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] In a nested DisplayObject, does removing the parent remove all children?

 

 


Hey all.

I know this might not make much sense because theres multiple display lists. So for example consider:

spriteA
spriteB
spriteC


stage.addChild(spriteA);
spriteA.addChild(spriteB);
spriteB.addChild(spriteC);


So lets say i want to destroy this completely, is the following statement valid for garbage collection?


stage.removeChild(spriteA);
spriteA = null


Or do i need to follow the same process:


spriteB.removeChild(spriteC);
spriteA.removeChild(spriteB);
stage.removeChild(spriteA);

c = null
b = null
a = null


I know it seems a basic question, but id really appreciate a fact instead of being unsure about it.

Clark.


#161360 From: sony antony <pow_like_me143@...>
Date: Sat Feb 26, 2011 7:11 am
Subject: datagrid_delay
pow_like_me143
Send Email Send Email
 
Here in my application,
Datagrid is taking more time to process data.

I have two itemrenderes for my gatagrid each for two columns.

There is a delay between two actions 

Is any such behavior is already registered for the datagrid component?
Any suggestion to improve the processing is appreciable.

Regards,
Sony


#161361 From: "dennis" <dennis@...>
Date: Sat Feb 26, 2011 10:05 am
Subject: RE: does Flash v10.1 for Android can play native swf for pc's Flash v10.1? REFdn4047634841
fdennis090
Send Email Send Email
 

The answer is here

http://labs.adobe.com/technologies/flex/mobile/

 

share your thoughts…

 

dennis

...we are what we are doing...  P Think! before you print.

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dennis
Sent: Friday, February 25, 2011 4:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] does Flash v10.1 for Android can play native swf for pc's Flash v10.1? REFdn4047634841

 

 

does Flash v10.1 for Android can play native swf for pc's Flash v10.1?

 

Other question…

How can we develop applications with Flex4 for android?

 

 

dennis

...we are what we are doing...  P Think! before you print.

 


#161362 From: "cuttenv" <cuttenv@...>
Date: Sat Feb 26, 2011 10:31 am
Subject: Re: Flash Builder Debugger Crashing
cuttenv
Send Email Send Email
 
I guess I will have to reinstall eclipse and flash builder... I hope that fixes
the problem
--- In flexcoders@yahoogroups.com, "cuttenv" <cuttenv@...> wrote:
>
> Hello, yesterday I updated my mac os x Java to the latest version. Things were
working fine but today all hell has broken loose. My Flash Builder debugger just
won't run anymore. When I try to add a break point I get a null pointer
exception.
>
> I am using Flash Builder Plugin Version 4.0.1 build 277662
> Eclipse 3.5.2.M20100211-1343
>
> Here is the Eclipse Error:
>
> Message:
> Problems occurred when invoking code from plug-in:
"com.adobe.flexbuilder.debug".
>
> Exception Stack Trace:
> java.lang.NullPointerException
>  at
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexL\
ineBreakpoint.java:412)
>  at
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineB\
reakpoint.java:465)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebu\
gTarget.java:1012)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget.access$4(FlexDebugTarget.java:\
1006)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.installDeferredBreak\
points(FlexDebugTarget.java:637)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.advanceStateMachine(\
FlexDebugTarget.java:668)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.access$7(FlexDebugTa\
rget.java:642)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread$1.run(FlexDebugTarge\
t.java:752)
>  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.eventLoop(FlexDebugT\
arget.java:732)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.run(FlexDebugTarget.\
java:793)
>  at java.lang.Thread.run(Thread.java:680)
>
> Session Data:
> eclipse.buildId=unknown
> java.version=1.6.0_22
> java.vendor=Apple Inc.
> BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product -keyring
/Users/phoenixage/.eclipse_keyring -showlocation
> Command-line arguments:  -os macosx -ws carbon -arch x86 -product
org.eclipse.epp.package.jee.product -keyring /Users/phoenixage/.eclipse_keyring
-showlocation
>

#161363 From: "cuttenv" <cuttenv@...>
Date: Sat Feb 26, 2011 11:39 pm
Subject: Re: Flash Builder Debugger Crashing
cuttenv
Send Email Send Email
 
Seems pretty ridiculous that upgrading my java would destroy my flex debugger...

--- In flexcoders@yahoogroups.com, "cuttenv" <cuttenv@...> wrote:
>
> Hello, yesterday I updated my mac os x Java to the latest version. Things were
working fine but today all hell has broken loose. My Flash Builder debugger just
won't run anymore. When I try to add a break point I get a null pointer
exception.
>
> I am using Flash Builder Plugin Version 4.0.1 build 277662
> Eclipse 3.5.2.M20100211-1343
>
> Here is the Eclipse Error:
>
> Message:
> Problems occurred when invoking code from plug-in:
"com.adobe.flexbuilder.debug".
>
> Exception Stack Trace:
> java.lang.NullPointerException
>  at
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexL\
ineBreakpoint.java:412)
>  at
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineB\
reakpoint.java:465)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebu\
gTarget.java:1012)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget.access$4(FlexDebugTarget.java:\
1006)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.installDeferredBreak\
points(FlexDebugTarget.java:637)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.advanceStateMachine(\
FlexDebugTarget.java:668)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.access$7(FlexDebugTa\
rget.java:642)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread$1.run(FlexDebugTarge\
t.java:752)
>  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.eventLoop(FlexDebugT\
arget.java:732)
>  at
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.run(FlexDebugTarget.\
java:793)
>  at java.lang.Thread.run(Thread.java:680)
>
> Session Data:
> eclipse.buildId=unknown
> java.version=1.6.0_22
> java.vendor=Apple Inc.
> BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product -keyring
/Users/phoenixage/.eclipse_keyring -showlocation
> Command-line arguments:  -os macosx -ws carbon -arch x86 -product
org.eclipse.epp.package.jee.product -keyring /Users/phoenixage/.eclipse_keyring
-showlocation
>

#161364 From: Brendan Meutzner <bmeutzner@...>
Date: Sun Feb 27, 2011 2:01 am
Subject: Re: Re: Flash Builder Debugger Crashing
brendansjunk
Send Email Send Email
 
Updated the JVM earlier today and now FlexBuilder won't even start... period...

Did you find success by re-installing it?



Brendan




On Sat, Feb 26, 2011 at 5:39 PM, cuttenv <cuttenv@...> wrote:
 

Seems pretty ridiculous that upgrading my java would destroy my flex debugger...



--- In flexcoders@yahoogroups.com, "cuttenv" <cuttenv@...> wrote:
>
> Hello, yesterday I updated my mac os x Java to the latest version. Things were working fine but today all hell has broken loose. My Flash Builder debugger just won't run anymore. When I try to add a break point I get a null pointer exception.
>
> I am using Flash Builder Plugin Version 4.0.1 build 277662
> Eclipse 3.5.2.M20100211-1343
>
> Here is the Eclipse Error:
>
> Message:
> Problems occurred when invoking code from plug-in: "com.adobe.flexbuilder.debug".
>
> Exception Stack Trace:
> java.lang.NullPointerException
> at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexLineBreakpoint.java:412)
> at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineBreakpoint.java:465)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebugTarget.java:1012)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget.access$4(FlexDebugTarget.java:1006)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.installDeferredBreakpoints(FlexDebugTarget.java:637)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.advanceStateMachine(FlexDebugTarget.java:668)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.access$7(FlexDebugTarget.java:642)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread$1.run(FlexDebugTarget.java:752)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.eventLoop(FlexDebugTarget.java:732)
> at com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.run(FlexDebugTarget.java:793)
> at java.lang.Thread.run(Thread.java:680)
>
> Session Data:
> eclipse.buildId=unknown
> java.version=1.6.0_22
> java.vendor=Apple Inc.
> BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product -keyring /Users/phoenixage/.eclipse_keyring -showlocation
> Command-line arguments: -os macosx -ws carbon -arch x86 -product org.eclipse.epp.package.jee.product -keyring /Users/phoenixage/.eclipse_keyring -showlocation
>



#161365 From: "cuttenv" <cuttenv@...>
Date: Sun Feb 27, 2011 2:48 am
Subject: Re: Flash Builder Debugger Crashing
cuttenv
Send Email Send Email
 
Glad to know I'm not the only one in this boat. I wish someone would help us. I
haven't tried re-installing yet. I am going to download everything I need first.
I was waiting to see if someone would respond with an answer. I think there
maybe an issue with the symbolic links? but I'm not sure. Let me know if you
have any success I'd all report back here if I find a solution.
Thanks!

--- In flexcoders@yahoogroups.com, Brendan Meutzner <bmeutzner@...> wrote:
>
> Updated the JVM earlier today and now FlexBuilder won't even start...
> period...
>
> Did you find success by re-installing it?
>
>
>
> Brendan
>
>
>
>
> On Sat, Feb 26, 2011 at 5:39 PM, cuttenv <cuttenv@...> wrote:
>
> >
> >
> > Seems pretty ridiculous that upgrading my java would destroy my flex
> > debugger...
> >
> >
> > --- In flexcoders@yahoogroups.com, "cuttenv" <cuttenv@> wrote:
> > >
> > > Hello, yesterday I updated my mac os x Java to the latest version. Things
> > were working fine but today all hell has broken loose. My Flash Builder
> > debugger just won't run anymore. When I try to add a break point I get a
> > null pointer exception.
> > >
> > > I am using Flash Builder Plugin Version 4.0.1 build 277662
> > > Eclipse 3.5.2.M20100211-1343
> > >
> > > Here is the Eclipse Error:
> > >
> > > Message:
> > > Problems occurred when invoking code from plug-in:
> > "com.adobe.flexbuilder.debug".
> > >
> > > Exception Stack Trace:
> > > java.lang.NullPointerException
> > > at
> >
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexL\
ineBreakpoint.java:412)
> > > at
> >
com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineB\
reakpoint.java:465)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebu\
gTarget.java:1012)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget.access$4(FlexDebugTarget.java:\
1006)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.installDeferredBreak\
points(FlexDebugTarget.java:637)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.advanceStateMachine(\
FlexDebugTarget.java:668)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.access$7(FlexDebugTa\
rget.java:642)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread$1.run(FlexDebugTarge\
t.java:752)
> > > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.eventLoop(FlexDebugT\
arget.java:732)
> > > at
> >
com.adobe.flexbuilder.debug.model.FlexDebugTarget$FdbThread.run(FlexDebugTarget.\
java:793)
> > > at java.lang.Thread.run(Thread.java:680)
> > >
> > > Session Data:
> > > eclipse.buildId=unknown
> > > java.version=1.6.0_22
> > > java.vendor=Apple Inc.
> > > BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
> > > Framework arguments: -product org.eclipse.epp.package.jee.product
> > -keyring /Users/phoenixage/.eclipse_keyring -showlocation
> > > Command-line arguments: -os macosx -ws carbon -arch x86 -product
> > org.eclipse.epp.package.jee.product -keyring
> > /Users/phoenixage/.eclipse_keyring -showlocation
> > >
> >
> >
> >
>

#161366 From: Lee Kulberda <lee@...>
Date: Sun Feb 27, 2011 4:36 pm
Subject: Problems with IE
rebarmedia
Send Email Send Email
 
The app I am working on is a fairly large PureMVC based app. I have 2
bugs revolving around IE8.

One seems to be focus manager/tabIndex based where the tab focus goes
out to the address bar in the browser, even though the focus within the
app does shift properly.

The second one involves the loading of a displayObject at the initial
load of the app. Seems any interaction with the app (resize, button
click)  triggers the load, but if it sits, no load.

Does anyone have a concise explanation of the differences between
flashplayer for IE and for other browsers? If I can narrow down the
differences, I think the debug will go easier.

Thanks in advance!

lk

#161367 From: Alex Harui <aharui@...>
Date: Mon Feb 28, 2011 7:06 am
Subject: Re: Problems with IE
alex_harui
Send Email Send Email
 
Flex has special handling for IE with regard to focus.  You can set focusManager.browserMode=false to turn it off.

Not sure about the second one.


On 2/27/11 8:36 AM, "Lee Kulberda" <lee@...> wrote:


 
 
   

The app I am working on is a fairly large PureMVC based app. I have 2
bugs revolving around IE8.

One seems to be focus manager/tabIndex based where the tab focus goes
out to the address bar in the browser, even though the focus within the
app does shift properly.

The second one involves the loading of a displayObject at the initial
load of the app. Seems any interaction with the app (resize, button
click)  triggers the load, but if it sits, no load.

Does anyone have a concise explanation of the differences between
flashplayer for IE and for other browsers? If I can narrow down the
differences, I think the debug will go easier.

Thanks in advance!

lk
 
   



--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui

#161368 From: Alex Harui <aharui@...>
Date: Mon Feb 28, 2011 7:06 am
Subject: Re: datagrid_delay
alex_harui
Send Email Send Email
 
Use the profiler.  See past threads on renderer performance.


On 2/25/11 11:11 PM, "sony antony" <pow_like_me143@...> wrote:


 
 
   

Here in my application,
Datagrid is taking more time to process data.

I have two itemrenderes for my gatagrid each for two columns.

There is a delay between two actions

Is any such behavior is already registered for the datagrid component?
Any suggestion to improve the processing is appreciable.

Regards,
Sony

 
   



--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui

#161369 From: <michael_regert@...>
Date: Mon Feb 28, 2011 2:39 pm
Subject: FB plugin & eclipse
mregert...
Send Email Send Email
 

I’m running a 64-bit OS with 8GB memory.  I tried to install 64-bit Eclipse, and then install the FB plugin, but noticed it only work in a 32-bit eclipse.  I was hoping to increase the memory allocated to eclipse to at least 2GB since I have it, but I’m finding that if I set -Xmx1024m above 1GB, eclipse fails to start.  Is 1GB the max, or is there any other suggestions to help the performance of compile time, and not getting an out-of-memory error when I have more than one project open at a time?

--------------------------------------------------------------------------

-startup

plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810

-product

org.eclipse.epp.package.jee.product

--launcher.defaultAction

openFile

--launcher.XXMaxPermSize

256M

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

--launcher.defaultAction

openFile

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Xms40m

-Xmx1024m

 

Michael J. Regert

Please consider the environment before printing this email.

 

Confidentiality Notice | This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or proprietary information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, immediately contact the sender by reply e-mail and destroy all copies of the original message.

 


#161370 From: "valdhor" <valdhorlists@...>
Date: Mon Feb 28, 2011 3:41 pm
Subject: Re: add component to stage
valdhor
Send Email Send Email
 
I can understand why. You are removing this and then trying to access it from
within the component itself. I would put the code in the parent in a function
and call the function or send an event to the parent to run the function.

--- In flexcoders@yahoogroups.com, "Emmanouil Tzoumas" <manos1986@...> wrote:
>
> Hello,
>
> I am trying change the parent of my video display component to stage in order
open it in full screen mode (i want to see only the video component). I removed
it from the current parent and the I added to the stage but when I trace it, it
says that is null. Furthermore, when I change the display mode from full screen
to normal I want to remove it from the stage and added back where it was I
cannot changes parents.
>
> trace("this1:", this)
> this.parent.removeChild(this)
> trace("this2:", this)
> Application.application.stage.addChild(this)
> trace("this3:", this)
>
> the output for each trace is:
> this1: application.hbox.video
> this2: video
> this3: null
>
> Can anyone please help me?
>
> Many thanks
>

#161371 From: grimmwerks <grimm@...>
Date: Mon Feb 28, 2011 4:55 pm
Subject: FLAKINESS: number always NaN
grimmwerks
Send Email Send Email
 
I can't see what I'm doing wrong here and would appreciate an assist; I'm able to feed in askPrice and bidPrice just fine - the changes are reflected in the private vars of _askPrice / _bidPrice -- but for the life of me I can't see WHY offerPrice being set NEVER gets taken - even when I'm debugging and the param sent of num IS a number.  I'm even CASTING things in as a number (ie component.offerPrice = Number(600) ) -- but it's ALWAYS NaN.


<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009
xmlns:mx="library://ns.adobe.com/flex/mx" width="250" height="40">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>





<fx:Script>
<![CDATA[


/* [Bindable] public var bidPrice:Number;
[Bindable] public var askPrice:Number;
[Bindable] public var currentBid:Number; */


[Bindable] private var _offer:Number;
[Bindable] private var _bidPrice:Number;
[Bindable] private var _askPrice:Number;
//[Bindable] private var _offerPrice:Number;




public function set bidPrice(num:Number):void{
_bidPrice = num;
setPointer();
}


public function get bidPrice():Number{
return _bidPrice;
}


public function set askPrice(num:Number):void{
_askPrice = num;
setPointer();
}


public function get askPrice():Number{
return _askPrice;
}


  public function set offerPrice(num:Number):void{
_offer = offerPrice;
setPointer();
}


public function get offerPrice():Number{
return _offer;
}  

 

private function setPointer():void{
/* if(isNaN(_offerPrice)){return};
if(_offerPrice < _bidPrice){pointer.x = (bidGroup.x - (pointer.width/2))};
if(_offerPrice > _askPrice){pointer.x = askGroup.right + (pointer.width/2)};


if(_offerPrice == _bidPrice){pointer.horizontalCenter = bidGroup.x + bidGroup.width + (pointer.width/2)};
if(_offerPrice == _askPrice){pointer.horizontalCenter = askGroup.x - (pointer.width/2)};  */


/* if(_offerPrice < _bidPrice){return(bidGroup.x - (pointer.width/2)))};
if(_offerPrice > _askPrice){pointer.x = askGroup.right + (pointer.width/2)};


if(_offerPrice == _bidPrice){return(bidGroup.x + bidGroup.width + (pointer.width/2))};
if(_offerPrice == _askPrice){return(askGroup.x - (pointer.width/2))}; */
}


]]>
</fx:Script>


<s:HGroup width="100%" height="100%" verticalAlign="middle" verticalCenter="0" horizontalCenter="0"
  paddingLeft="5" paddingRight="5">
<s:VGroup id="bidGroup" gap="2" width="50" horizontalAlign="left" paddingLeft="4" paddingRight="4">
<s:Label styleName="label" text="Bid" />
<s:Label id="labelBid"  text="{_bidPrice}" visible="{!isNaN(_bidPrice)}"/>
</s:VGroup>


<mx:HSlider thumbCount="0" tickInterval="1" minimum="{_bidPrice}" maximum="{_askPrice}
width="100%" mouseEnabled="false" />


<s:VGroup id="askGroup" gap="2" width="50" horizontalAlign="right"  paddingLeft="4" paddingRight="4">
<s:Label styleName="label" text="Offer" />
<s:Label id="labelOffer" text="{_askPrice}"  visible="{!isNaN(_askPrice)}"/>
</s:VGroup>
</s:HGroup>



<s:ToggleButton id="pointer" styleName="bidAskPointer"  verticalCenter="0" width="26" height="24"  visible="{!isNaN(_offer)}"/>


</s:Group>


#161372 From: grimmwerks <grimm@...>
Date: Mon Feb 28, 2011 5:05 pm
Subject: Re: FLAKINESS: number always NaN NEVERMIND
grimmwerks
Send Email Send Email
 
Nevermind,   I'm a dope.


On Feb 28, 2011, at 11:55 AM, grimmwerks wrote:



I can't see what I'm doing wrong here and would appreciate an assist; I'm able to feed in askPrice and bidPrice just fine - the changes are reflected in the private vars of _askPrice / _bidPrice -- but for the life of me I can't see WHY offerPrice being set NEVER gets taken - even when I'm debugging and the param sent of num IS a number.  I'm even CASTING things in as a number (ie component.offerPrice = Number(600) ) -- but it's ALWAYS NaN.


<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/20 09
 xmlns:mx="library://ns.adobe.com/flex/mx" width="250" height="40">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>




<fx:Script>
<![CDATA[

/* [Bindable] public var bidPrice:Number;
[Bindable] public var askPrice:Number;
[Bindable] public var currentBid:Number; */

[Bindable] private var _offer:Number;
[Bindable] pr ivate var _bidPrice:Number;
[Bindable] private var _askPrice:Number;
//[Bindable] private var _offerPrice:Number;



public function set bidPrice(num:Number):void{
_bidPrice = num;
setPointer();
}

public function get bidPrice():Number{
return _bidPrice;
}

public function set askPrice(num:Number):void{
_askPrice = num;
setPointer();
}

< /span>public function get askPrice():Number{
return _askPrice;
}

   public function set offerPrice(num:Number):void{
_offer = offerPrice;
setPointer();
}

public function get offerPrice():Number{
return _offer;
}  
 
private function setPointer():void{
/* if(isNaN(_offerPrice)){return};
if(_offerPrice < _bidPrice){pointer.x = (bidGroup.x - (pointer.width/2))};
if(_offerPrice > _askPrice){pointer.x = askGroup.right + (pointer.width/2)};

if(_offerPrice == _bidPrice){pointer.horizontalCenter = bidGroup.x + bidGroup.width + (pointer.width/2)};
if(_offerPrice == _askPrice){pointer.horizontalCenter = askGroup.x - (pointer.width/2)};  */

/*  if(_offerPrice < _bidPrice){return(bidGroup.x - (pointer.width/2)))};
if(_offerPrice > _askPrice){pointer.x = askGroup.right + (pointer.width/2)};

if(_offerPrice == _bidPrice){return(bidGroup.x + bidGroup.width + (pointer.width/2))};
if(_offerPrice == _askPrice){return(as kGroup.x - (pointer.width/2))}; */
}

]]>
</fx:Script>

<s:HGroup width="100%" height="100%" verticalAlign="middle" verticalCenter="0" horizontalCenter="0"
  paddingLeft="5" paddingRight="5">< /div>
<s:VGroup id="bidGroup" gap="2" width="50" horizontalAlign="left" paddingLeft="4" paddingRight="4">
<s:Label styleName="label" text="Bid" />
<s:Label id="labelBid"  text="{_bidPrice}" visible="{!isNaN(_bidPrice)}"/>
</s:VGroup>

<mx:HSlider thumbCount="0" tickInterval="1" minimum="{_bidPrice}" maximum="{_askPrice}
width="100%" mouseEnabled="false" />

<s:VGroup id="askGroup" gap="2" width="50" horizontalAlign="right"  paddingLeft="4" paddingRight="4">
<s:Label styleName="< span style="color: #a90e0c">label" text="Offer" />
<s:Label id="labelOffer" text="{_askPrice}"  visible="{!isNaN(_askPrice)}"/>
</s:VGroup>
</s:HGroup>


<s:ToggleButton id="pointer" styleName="bidAskPointer"&nb sp; verticalCenter="0" width="26" height="24"  visible="{!isNaN(_offer)}"/>

</s:Group>




Garry Schafer
grimmwerks






#161373 From: <michael_regert@...>
Date: Mon Feb 28, 2011 5:25 pm
Subject: Selecting text in grid
mregert...
Send Email Send Email
 

Is there a way to allow a user to select and copy ‘all’ text in a grid by just highlighting it all?  I can only seem to implement a line-at-a-time.

 

Michael


#161374 From: Nick Middleweek <nick@...>
Date: Mon Feb 28, 2011 5:35 pm
Subject: How to skin a button but keeping the borders
nmiddleweek
Send Email Send Email
 
Hi,

We've got some custom skins that we're using for out buttons. They are vector images that were drawn in AI and imported to our fla library and converted to a symbol.

I've applied the skin to the various button states but now want to apply a border and I've tried specifying the border using the normal...

border-alpha:1;
border-color:#FF0000;
border-thickness:2;
border-style:solid;

but because the skins are applied, no borders are showing.

We're using these skins on various buttons of different sizes so I don't think I can simply add a border to the AI or Flash symbol because it will get stretched.

Is there any way I can achieve a custom skin with a border?


Thanks,
Nick


#161375 From: Alex Harui <aharui@...>
Date: Mon Feb 28, 2011 6:24 pm
Subject: Re: Selecting text in grid
alex_harui
Send Email Send Email
 
You can write anything you want via System.setClipboard().


On 2/28/11 9:25 AM, "michael_regert@..." <michael_regert@...> wrote:


 
 
   

Is there a way to allow a user to select and copy ‘all’ text in a grid by just highlighting it all?  I can only seem to implement a line-at-a-time.
 
Michael

   



--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui

#161376 From: Nick Middleweek <nick@...>
Date: Mon Feb 28, 2011 7:00 pm
Subject: Re: How to skin a button but keeping the borders
nmiddleweek
Send Email Send Email
 
Hi,

Is it possible to use scale-9 on a symbol that's been imported from a SWF?

I'm guessing this is the way to go but I've got my Symbol, with a border and I'm specifying the scale-9 on the Embed statement. I'm assigning that image to my image control but the width and height are being ignored and it's really small (same size as in the SWF).

Mmmmm, any ideas?


ta.




On 28 February 2011 17:35, Nick Middleweek <nick@...> wrote:
Hi,

We've got some custom skins that we're using for out buttons. They are vector images that were drawn in AI and imported to our fla library and converted to a symbol.

I've applied the skin to the various button states but now want to apply a border and I've tried specifying the border using the normal...

border-alpha:1;
border-color:#FF0000;
border-thickness:2;
border-style:solid;

but because the skins are applied, no borders are showing.

We're using these skins on various buttons of different sizes so I don't think I can simply add a border to the AI or Flash symbol because it will get stretched.

Is there any way I can achieve a custom skin with a border?


Thanks,
Nick





#161377 From: <michael_regert@...>
Date: Mon Feb 28, 2011 7:49 pm
Subject: RE: Selecting text in grid
mregert...
Send Email Send Email
 

I understand, if I want to add a button, for example, that they can click to copy all, I can set this via System.setClipboard. 

 

But can you recommend a way to allow the user to click, drag across the grid, and select all text?  I’m probably just not understanding.  Thanks…

 

Michael J. Regert

 

Please consider the environment before printing this email.

 

Confidentiality Notice | This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or proprietary information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, immediately contact the sender by reply e-mail and destroy all copies of the original message.

 

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui
Sent: Monday, February 28, 2011 12:24 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Selecting text in grid

 

 

You can write anything you want via System.setClipboard().


On 2/28/11 9:25 AM, "michael_regert@..." <michael_regert@...> wrote:


 
 
   

Is there a way to allow a user to select and copy ‘all’ text in a grid by just highlighting it all?  I can only seem to implement a line-at-a-time.
 
Michael

   


--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


#161378 From: Alex Harui <aharui@...>
Date: Mon Feb 28, 2011 8:05 pm
Subject: Re: Selecting text in grid
alex_harui
Send Email Send Email
 
I was thinking the button would copy the text from the selected rows to the clipboard.

If you only want to select certain columns out of the rows, I would try doing that with Spark DataGrid.  MX DataGrid doesn’t support that.  It might be possible with AdvancedDataGrid.

Drag-selection isn’t built in.  I think some folks have found a way to do it though.  It will depend on the details of the interaction you want to support.




On 2/28/11 11:49 AM, "michael_regert@..." <michael_regert@...> wrote:


 
 
   

I understand, if I want to add a button, for example, that they can click to copy all, I can set this via System.setClipboard.  
 
But can you recommend a way to allow the user to click, drag across the grid, and select all text?  I’m probably just not understanding.  Thanks…
 

Michael J. Regert

Please consider the environment ! before printing this email.
 
Confidentiality Notice | This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or proprietary information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, immediately contact the sender by reply e-mail and destroy all copies of the original message.

 

From: flexcoders@yahoogroups.com [mailto:flexcod! ers@yahoogroups.com] On Behalf Of Alex Harui
Sent! : Mo nday, February 28, 2011 12:24 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Selecting text in grid

  

You can write anything you want via System.setClipboard().


On 2/28/11 9:25 AM, "michael_regert@..." <michael_regert@...> wrote:


 
 
   

Is there a way to allow a user to select and copy ‘all’ text in a grid by just highlighting it all?  I can only seem to implement a line-at-a-time.
 
Michael

   



--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui

#161379 From: "cuttenv" <cuttenv@...>
Date: Mon Feb 28, 2011 8:58 pm
Subject: Re: Problems with IE
cuttenv
Send Email Send Email
 
Hey Alex,
Can you help me with my issue? I just uninstalled eclipse with the flash builder
plugin, because after I updated my java (using apple software update tool) the
flash builder debugger didn't work. I downloaded the standalone version of flash
builder hoping that would at least work. But still it doesn't work. Here is java
error eclipse keeps throwing
An internal error occurred during: "Adding breakpoint".
java.lang.NullPointerException
Thanks


--- In flexcoders@yahoogroups.com, Alex Harui <aharui@...> wrote:
>
> Flex has special handling for IE with regard to focus.  You can set
focusManager.browserMode=false to turn it off.
>
> Not sure about the second one.
>
>
> On 2/27/11 8:36 AM, "Lee Kulberda" <lee@...> wrote:
>
>
>
>
>
>
> The app I am working on is a fairly large PureMVC based app. I have 2
> bugs revolving around IE8.
>
> One seems to be focus manager/tabIndex based where the tab focus goes
> out to the address bar in the browser, even though the focus within the
> app does shift properly.
>
> The second one involves the loading of a displayObject at the initial
> load of the app. Seems any interaction with the app (resize, button
> click)  triggers the load, but if it sits, no load.
>
> Does anyone have a concise explanation of the differences between
> flashplayer for IE and for other browsers? If I can narrow down the
> differences, I think the debug will go easier.
>
> Thanks in advance!
>
> lk
>
>
>
>
>
> --
> Alex Harui
> Flex SDK Team
> Adobe System, Inc.
> http://blogs.adobe.com/aharui
>

#161380 From: "isa_loyer" <isa_loyer@...>
Date: Mon Feb 28, 2011 9:40 pm
Subject: Placing icons and icon inside a ToggleButtonBar
isa_loyer
Send Email Send Email
 
As It's explain on subject, I try to create a custom ToggleButtonBar with icon
and label on top.

To do that, I create the class you can read below

********************************************
package
     import mx.controls.Button;
     import mx.controls.ToggleButtonBar;
     import mx.core.IFlexDisplayObject;

     public class IconToggleButtonBar extends ToggleButtonBar

     {
         [Inspectable (enumeration = "left,right,top,bottom",
defaultValue="left")]




         public var labelPlacement:String="left";

         override protected function createNavItem(label:String,
icon:Class=null):IFlexDisplayObject
         {
             var b:Button = Button (super.createNavItem(label,icon));
             b.labelPlacement= labelPlacement;
             return b;
         }
     }
}


********************************************

To use this class, I had done:
  <fx:Script >
         <![CDATA[
     [Embed (source= "icon/paramList/archive.png")]
             public var icon1:Class ;

             private var listeObject:Object={label:"Label1", icon : icon1};
             private var actesObject:Object={label:"Label2", icon : icon1};
             private var preimpObject:Object={label:"Label3", icon : icon1};
             private var amoamcObject:Object={label:"Label4", icon : icon1};
             private var agendaObject:Object={label:"Label5", icon : icon1};

             [bindable]
             public var buttons:Array = [listeObject, actesObject, preimpObject,
amoamcObject, agendaObject];

   ]]>
     </fx:Script>


  <component:IconToggleButtonBar
                 dataProvider="{buttons}"
                 itemClick="changeBbHandler(event)"
                 includeIn="tout"
                 selectedIndex="-1"
                 toggleOnClick="true"
                 x="7" width="95%"
                 color="0xff0000"
                 height="49"/>


*****************************************

In my case, icon is visible on IconToggleButtonBar but no label appear.

Is anyone can explain to me why?

Thanks for helping

#161381 From: "cuttenv" <cuttenv@...>
Date: Mon Feb 28, 2011 11:24 pm
Subject: Re: Problems with IE
cuttenv
Send Email Send Email
 
If I figure out how to change the installed jdk back to the previous version
this should fix everything correct? Could I download a separate version for
eclipse to use?

--- In flexcoders@yahoogroups.com, "cuttenv" <cuttenv@...> wrote:
>
> Hey Alex,
> Can you help me with my issue? I just uninstalled eclipse with the flash
builder plugin, because after I updated my java (using apple software update
tool) the flash builder debugger didn't work. I downloaded the standalone
version of flash builder hoping that would at least work. But still it doesn't
work. Here is java error eclipse keeps throwing
> An internal error occurred during: "Adding breakpoint".
> java.lang.NullPointerException
> Thanks
>
>
> --- In flexcoders@yahoogroups.com, Alex Harui <aharui@> wrote:
> >
> > Flex has special handling for IE with regard to focus.  You can set
focusManager.browserMode=false to turn it off.
> >
> > Not sure about the second one.
> >
> >
> > On 2/27/11 8:36 AM, "Lee Kulberda" <lee@> wrote:
> >
> >
> >
> >
> >
> >
> > The app I am working on is a fairly large PureMVC based app. I have 2
> > bugs revolving around IE8.
> >
> > One seems to be focus manager/tabIndex based where the tab focus goes
> > out to the address bar in the browser, even though the focus within the
> > app does shift properly.
> >
> > The second one involves the loading of a displayObject at the initial
> > load of the app. Seems any interaction with the app (resize, button
> > click)  triggers the load, but if it sits, no load.
> >
> > Does anyone have a concise explanation of the differences between
> > flashplayer for IE and for other browsers? If I can narrow down the
> > differences, I think the debug will go easier.
> >
> > Thanks in advance!
> >
> > lk
> >
> >
> >
> >
> >
> > --
> > Alex Harui
> > Flex SDK Team
> > Adobe System, Inc.
> > http://blogs.adobe.com/aharui
> >
>

#161382 From: Alex Harui <aharui@...>
Date: Mon Feb 28, 2011 11:57 pm
Subject: RE: Re: Problems with IE
alex_harui
Send Email Send Email
 

I would ask on the Flash Builder forum.  I also think you hijacked this thread (hopefully accidentally).

 

Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of cuttenv
Sent: Monday, February 28, 2011 3:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Problems with IE

 

 

If I figure out how to change the installed jdk back to the previous version this should fix everything correct? Could I download a separate version for eclipse to use?

--- In flexcoders@yahoogroups.com, "cuttenv" <cuttenv@...> wrote:
>
> Hey Alex,
> Can you help me with my issue? I just uninstalled eclipse with the flash builder plugin, because after I updated my java (using apple software update tool) the flash builder debugger didn't work. I downloaded the standalone version of flash builder hoping that would at least work. But still it doesn't work. Here is java error eclipse keeps throwing
> An internal error occurred during: "Adding breakpoint".
> java.lang.NullPointerException
> Thanks
>
>
> --- In flexcoders@yahoogroups.com, Alex Harui <aharui@> wrote:
> >
> > Flex has special handling for IE with regard to focus. You can set focusManager.browserMode=false to turn it off.
> >
> > Not sure about the second one.
> >
> >
> > On 2/27/11 8:36 AM, "Lee Kulberda" <lee@> wrote:
> >
> >
> >
> >
> >
> >
> > The app I am working on is a fairly large PureMVC based app. I have 2
> > bugs revolving around IE8.
> >
> > One seems to be focus manager/tabIndex based where the tab focus goes
> > out to the address bar in the browser, even though the focus within the
> > app does shift properly.
> >
> > The second one involves the loading of a displayObject at the initial
> > load of the app. Seems any interaction with the app (resize, button
> > click) triggers the load, but if it sits, no load.
> >
> > Does anyone have a concise explanation of the differences between
> > flashplayer for IE and for other browsers? If I can narrow down the
> > differences, I think the debug will go easier.
> >
> > Thanks in advance!
> >
> > lk
> >
> >
> >
> >
> >
> > --
> > Alex Harui
> > Flex SDK Team
> > Adobe System, Inc.
> > http://blogs.adobe.com/aharui
> >
>


#161383 From: "cuttenv" <cuttenv@...>
Date: Tue Mar 1, 2011 12:12 am
Subject: Re: Problems with IE
cuttenv
Send Email Send Email
 
Hi Alex,
I'm not sure if there is something wrong with my yahoo groups page but it's
showing Lee's post as a response to my original thread. So to me it looks the
other way around. Not really sure what happened there. Thanks... I'll check the
flash builder forum.

--- In flexcoders@yahoogroups.com, Alex Harui <aharui@...> wrote:
>
> I would ask on the Flash Builder forum.  I also think you hijacked this thread
(hopefully accidentally).
>
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe.com/>
> Blog: http://blogs.adobe.com/aharui
>
> From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf
Of cuttenv
> Sent: Monday, February 28, 2011 3:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Problems with IE
>
>
>
> If I figure out how to change the installed jdk back to the previous version
this should fix everything correct? Could I download a separate version for
eclipse to use?
>
> --- In flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>,
"cuttenv" <cuttenv@> wrote:
> >
> > Hey Alex,
> > Can you help me with my issue? I just uninstalled eclipse with the flash
builder plugin, because after I updated my java (using apple software update
tool) the flash builder debugger didn't work. I downloaded the standalone
version of flash builder hoping that would at least work. But still it doesn't
work. Here is java error eclipse keeps throwing
> > An internal error occurred during: "Adding breakpoint".
> > java.lang.NullPointerException
> > Thanks
> >
> >
> > --- In flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>, Alex
Harui <aharui@> wrote:
> > >
> > > Flex has special handling for IE with regard to focus. You can set
focusManager.browserMode=false to turn it off.
> > >
> > > Not sure about the second one.
> > >
> > >
> > > On 2/27/11 8:36 AM, "Lee Kulberda" <lee@> wrote:
> > >
> > >
> > >
> > >
> > >
> > >
> > > The app I am working on is a fairly large PureMVC based app. I have 2
> > > bugs revolving around IE8.
> > >
> > > One seems to be focus manager/tabIndex based where the tab focus goes
> > > out to the address bar in the browser, even though the focus within the
> > > app does shift properly.
> > >
> > > The second one involves the loading of a displayObject at the initial
> > > load of the app. Seems any interaction with the app (resize, button
> > > click) triggers the load, but if it sits, no load.
> > >
> > > Does anyone have a concise explanation of the differences between
> > > flashplayer for IE and for other browsers? If I can narrow down the
> > > differences, I think the debug will go easier.
> > >
> > > Thanks in advance!
> > >
> > > lk
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Alex Harui
> > > Flex SDK Team
> > > Adobe System, Inc.
> > > http://blogs.adobe.com/aharui
> > >
> >
>

#161384 From: Craig Steury <craigj@...>
Date: Tue Mar 1, 2011 12:26 am
Subject: (No subject)
cjsteury2
Send Email Send Email
 
Messages 161355 - 161384 of 165719   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help