[flexcoders] Re: Debug Termination

2008-08-19 Thread Mike Morearty
particular tab. - On Mac with Safari, when you click Terminate, we use AppleScript to tell the browser to close the tab. So that's why you see inconsistent behavior. - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com, Howard Fore [EMAIL PROTECTED] wrote: Sorry

[flexcoders] Re: Connecting to flexbuilder debugger from flash player without launching a new

2008-06-26 Thread Mike Morearty
The about:blank trick is the best you can do. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: (Resending since the first mail never showed up, sorry for any duplicates that may appear) Hello list, Is there a way to configure Flex

[flexcoders] Re: What could keep debug mode from working

2008-06-23 Thread Mike Morearty
to fix it. The short-term workaround, until we can get a fix done, is either to disable your Firefox extensions or to debug with a different browser. - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com, Marvin Froeder [EMAIL PROTECTED] wrote: You mean is not possible

[flexcoders] Re: A great feature for Flex Builder would be getter and setter automation.

2008-06-22 Thread Mike Morearty
Yes, we're doing it -- in fact, Scott Evans, the developer who is implementing this feature, named his whole blog after it! http://gettingandsetting.com/ - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com, Gregor Kiddie [EMAIL PROTECTED] wrote: I believe this is already

[flexcoders] Re: Math.abs() Limitation?

2008-06-13 Thread Mike Morearty
the wrong value, but the code is doing the right thing, and trace() is showing the right thing. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: What did I mean? I'm not sure. For some reason I thought that floats loose

[flexcoders] Re: EmptyString

2008-04-28 Thread Mike Morearty
into the Expressions view, I get: !strValue = true strValue = ... which is the correct result. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, reflexactions [EMAIL PROTECTED] wrote: I have an if statement that is supposed to catch nulls and empty strings

[flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-23 Thread Mike Morearty
I am have not seen this problem. What browser are you debugging with? Try a different one -- e.g. if you are debugging with a different one -- e.g. if you are using Safari, try debugging with Firefox, or vice versa. Let me know if that helps. - Mike Morearty, Adobe Flex Builder team

[flexcoders] Re: Flex 3 is cool ... but I still need 2.0.1

2008-02-26 Thread Mike Morearty
Properties, Flex Compiler). So the point is that if you have code that needs to be compiled and linked with Flex 2.0.1, you can still use Flex Builder 3 to do that, and yet get the benefits of the new Flex Builder 3 IDE features such as refactoring etc. - Mike Morearty Adobe Flex Builder team

[flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2008-01-30 Thread Mike Morearty
I don't have NOD32 so I can't try it, but I can take a guess: Try configuring NOD32's firewall to allow port 7935 through. That is the port that is used to communicate between Flex Builder and the Flash player. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Paolo

[flexcoders] Re: Where is the Debugger or Profiler ERROR

2008-01-23 Thread Mike Morearty
You just need to install the new Flash player that came with Flex Builder. You can find the installer in the Player directory. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote: Hello, I installed a very simple allpication

[flexcoders] Re: What's the minimize version of Flash Player for running Flex 3 SWF?

2008-01-15 Thread Mike Morearty
can make dramatically smaller swf files: see http://www.onflex.org/ted/2007/06/flex-3-thursday-dramatically-smaller.php . - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, flexawesome flexawesome

[flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2007-12-26 Thread Mike Morearty
? By the way, for the record, the port used by the debugger is 7935, not the port mentioned by mydarkspoon. But as you have already figured out, that doesn't seem to be the problem here... - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Sheriff [EMAIL PROTECTED] wrote

[flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2007-12-26 Thread Mike Morearty
context other than the cause of the Flex Builder debugger not working. Can you tell me a little about it? E.g. is it popular in certain circles? I'm thinking maybe we should have a tech note warning that NOD 32 blocks the Flex Builder debugger. Thanks - Mike Morearty, Adobe Flex Builder team

[flexcoders] Re: Flex 3 Beta 3 no syntax coloring or indenting

2007-12-20 Thread Mike Morearty
it once with the -clean command-line option. If you aren't sure how to do that, I think there are instructions in the readme. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Clint Tredway [EMAIL PROTECTED] wrote: Mine is doing it as well. Clint Tredway

[flexcoders] Re: SWF File Size

2007-12-20 Thread Mike Morearty
.2C_Updated_for_Beta_2.29 , the section on persistent framework caching, for a video and a writeup. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, sdl1326 [EMAIL PROTECTED] wrote: Thanks. That dropped about 95kb off of the file size ~ down to 160kb. However, it is still pretty bloated

[flexcoders] Re: flex builder 3 profiler. which player?

2007-12-07 Thread Mike Morearty
Mike is yesterdays (?) build of flashplayer (moviestar, the debug version) reckoned to be OK to use with the current flexbuilder 3 beta? Yes, absolutely. - Mike Morearty, software developer, Adobe Flex Builder team

[flexcoders] Re: flex builder 3 profiler. which player?

2007-12-06 Thread Mike Morearty
9,0,115,0 was released the other day). - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, aaron smith [EMAIL PROTECTED] wrote: I can't figure out which player to use for the flex 3 profiler. I've downloaded the latest flex3sdk and installed runtimes/players/mac/install

[flexcoders] Re: how does import statement,work? a possible fb bug

2007-12-03 Thread Mike Morearty
. But Flex is different: You still need the import. When you do ctrl+space, the import gets inserted for you, so that's probably why that case works. - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com, yigit [EMAIL PROTECTED] wrote: hi all; in my cairngrom application, i have many

[flexcoders] Re: Can't debug FB 3 pieces

2007-11-28 Thread Mike Morearty
that came with the beta, it is newer than the current officially-released one. - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, shaun shaun@ wrote: Howdy, Amy wrote: When I try to debug my Flex

[flexcoders] Re: Can't debug FB 3 pieces

2007-11-28 Thread Mike Morearty
Hmm. What's the error message? --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Mike Morearty mike.morearty@ wrote: You can find the installer for the debug player in the Player subdirectory under the Flex Builder installation

[flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread Mike Morearty
Gordon's right -- the debugger's techniques can't be used outside of the debugger. Its techniques are completely inaccessible from ActionScript. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: cc'ing Mike to get the lowdown

[flexcoders] Re: Where is the Debugger or Profiler?

2007-11-20 Thread Mike Morearty
You must have told the installer not to install the Flash player, so you are still using the old debug player. Run the Flash player installer (which you can find in the Player subdirectory of your Flex Builder installation). - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com

[flexcoders] Re: Debugging with safari

2007-11-19 Thread Mike Morearty
be found on your hard disk under Flex Builder's installation dir, in a subdirectory called Player. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Cesare Rocchi [EMAIL PROTECTED] wrote: Hi, i really like a lot the new Safari (3). Is there any way to allow

[flexcoders] Re: debugger problems

2007-11-19 Thread Mike Morearty
of the socket is still open, and that causes the problem. Adding the above property definition causes Java to only use IPv4. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Scott Melby [EMAIL PROTECTED] wrote: Mike - Thanks so much... you have saved me a ton

[flexcoders] Re: Debug bug

2007-11-10 Thread Mike Morearty
If you're using the Flex 2.0.1 hot fix compiler, but with the Flex Builder 3 beta, then please make sure you have the latest player installed -- the beta installer that shipped with Flex Builder. You can find the installer in the Player directory. - Mike Morearty, Flex Builder team

[flexcoders] Re: Determine in AS if debugger is running

2007-10-30 Thread Mike Morearty
, use Capabilities.isDebugger, as Matt wrote. - To determine if the SWF that is running was compiled with debugging info, use Alex's code at the above link. - There is no way to tell if a debugger is actually connected. - Mike Morearty, Adobe Flex Builder team --- In flexcoders

[flexcoders] Re: Getting Debugger window when running flex application

2007-10-29 Thread Mike Morearty
If this is happening, then you didn't install the new beta Flash player that shipped with Flex Builder (in Flex Builder's installer, you probably un-checked the box to install the player). Please install it from the Player subdir of Flex Builder. That will fix the problem. - Mike Morearty

[flexcoders] Re: debugger problems

2007-10-29 Thread Mike Morearty
are aware of; I don't have the bug number handy. - Mike Morearty --- In flexcoders@yahoogroups.com, Scott Melby [EMAIL PROTECTED] wrote: I have recently setup a new development machine (Vista) and in the process upgraded to Flex Builder 3 Beta 2. On my old machine the debugger always used

[flexcoders] Re: describeType

2007-10-25 Thread Mike Morearty
That's correct, for the same reason in both case: describeType only finds properties that were defined at compile time. It doesn't find dynamic properties. If you need to find dynamic properties, you can see them with a for loop, e.g. for (propname in myObject). - Mike Morearty, Adobe Flex

[flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-22 Thread Mike Morearty
See if this helps: http://www.morearty.com/blog/2007/04/16/new-flash-player-and-also-a-flex-builder-patch/ Note that if you run the beta of Flex Builder 3, then the Flex Builder patch won't be necessary. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Brian [EMAIL

[flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-16 Thread Mike Morearty
will of course be posted to the public download site.) - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, seemaherein [EMAIL PROTECTED] wrote: Hi, when i try to run my application in debug mode - I am getting the following error: C:\WINDOWS\system32\Macromed\Flash

[flexcoders] Re: Mxml editor no longer working

2007-10-04 Thread Mike Morearty
workspace. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Scott - FastLane [EMAIL PROTECTED] wrote: Tom - Sorry, but I don't see any suggestion on the bug. Guess I just don't know where to look. Anyway, here is the whole trace from my eclipse. Unable

[flexcoders] Re: Flex builder beta 2: MXML Code completion in Libraries?

2007-10-04 Thread Mike Morearty
the icon for the SDK doesn't have a little red x over it. - Expand that node; make sure framework.swc etc. are in there Thanks - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, marcel.panse [EMAIL PROTECTED] wrote: I have a Library project with some mxml file

[flexcoders] Re: beta 2 debugger much slower

2007-10-02 Thread Mike Morearty
/ /mx:XMLList /mx:Application I ran that with F11 (debug), and then hovered over the datagrid; the tips came up quickly. Thanks - Mike Morearty, developer, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Paul Dale [EMAIL PROTECTED] wrote: In case anyone else hits this ... I noticed

[flexcoders] Re: IE 7 not showing my flex app

2007-09-22 Thread Mike Morearty
Another possibility is, are you running 64-bit Windows? See this earlier message on that topic: http://www.cflex.net/flexcoders.cfm?Message=msg68141.html - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, mitek17 [EMAIL PROTECTED] wrote: Hi Guillermo, I had same

[flexcoders] Re: Are you going to MAX?

2007-09-21 Thread Mike Morearty
I'll be there! I'll be giving a beginner-level Introduction to Flex Builder talk. - Mike Morearty, developer, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Just curious how many people from the list will be in Chicago. Ben

[flexcoders] Re: A common question with no answer yet - Flex Debugger

2007-09-12 Thread Mike Morearty
the Flash Player starts, it will connect to the socket that Flex Builder is listening on. - Mike Morearty Adobe Flex Builder team --- In flexcoders@yahoogroups.com, JWOpitz [EMAIL PROTECTED] wrote: Hi folks, I have tried to find this topic posted in the group and the web in general and tho

[flexcoders] Re: A common question with no answer yet - Flex Debugger

2007-09-12 Thread Mike Morearty
then when the connect debugger dialog box opens, I can say localHost and have the Flex Builder Plug-in debugger connected to the manually launched swf. I eagerly await your response :) --- In flexcoders@yahoogroups.com, Mike Morearty mike.morearty@ wrote: Are you saying that (a) you want Flex

[flexcoders] Re: Breakpoint jumps away

2007-09-11 Thread Mike Morearty
don't know of any bugs in this area, but these are just things that are worth a shot): - Project Clean - Close the editor file and reopen it Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Steve Hueners [EMAIL PROTECTED] wrote: Here's the code in question. I set

[flexcoders] Re: Is there a way to debug Flex without Flex Builder?

2007-09-06 Thread Mike Morearty
Yes, there is: the free Flex SDK includes fdb, a fully functional command-line debugger. The command set of fdb is modeled after that of gdb, so if you have used gdb, its commands will be familiar. For basic instructions, run fdb, then type help at the prompt. - Mike Morearty Flex Builder

[flexcoders] Re: Can't see app in html

2007-09-04 Thread Mike Morearty
for Internet Explorer (or add a new browser called IE 32-bit) to point to C:\Program Files (x86)\Internet Explorer\iexplore.exe. Let me know if this works! - Mike Morearty Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Guillermo Villasana Cardoza [EMAIL PROTECTED] wrote: I am having

[flexcoders] Re: Flex Builder 2.0.1: Change Browser for Debugging

2007-08-30 Thread Mike Morearty
with the underlying Eclipse framework. Jurgen Mike Morearty wrote: Strange. For what it's worth, the exact command line used by Flex Builder to launch Safari is: /usr/bin/open -a %1 %2 where %1 is the full path to the browser specified by the Eclipse browser preferences, and %2

[flexcoders] Re: Flex Builder 2.0.1: Change Browser for Debugging

2007-08-30 Thread Mike Morearty
Defaults, you are restoring that browser-specific code as well as the preferences you can see onscreen. If you just edit the arguments, that may not interact properly with the Java code that is behind it. - Mike Morearty Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Jurgen Beck

[flexcoders] Re: Flex Builder 2.0.1: Change Browser for Debugging

2007-08-29 Thread Mike Morearty
. - Mike Morearty Adobe Flex Builder team http://www.morearty.com/blog --- In flexcoders@yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote: Thanks, but that doesn't seem to have an effect on the browser that the debugger uses. This seems to only affect the browser use for the help

[flexcoders] Re: Flex Builder 2.0.1: Change Browser for Debugging

2007-08-29 Thread Mike Morearty
in Edit External Web Browser when setting up the Safari entry. Jurgen Mike Morearty wrote: Hi Jurgen, Carlos was correct -- changing the value in Window Preferences General Web Browser is how you change what browser Flex Builder uses to debug. If that doesn't work for you

[flexcoders] Re: Development/Debugging version of Flash Player.

2007-04-25 Thread Mike Morearty
\flash), and they set a registry setting to point to it. The problem is that although the browser finds it in the right place, Flex Builder is looking for it in the old location, and thus displaying the warning message. Installing the patch will fix it. - Mike Morearty, Flex Builder team

[flexcoders] Re: Ecplise Out Of Memory Errors

2007-04-25 Thread Mike Morearty
this: - Window Preferences - General, Editors - Check Close editors automatically Then set the other related options as you like -- the values I chose are: - Set Number of opened editors before closing to 15 - Under When all editors are dirty or pinned, check Open new editor Mike Morearty, Flex

[flexcoders] Re: Ecplise Out Of Memory Errors

2007-04-25 Thread Mike Morearty
to architect their system so that a plugin doesn't have to load into memory until the user takes some action related to that plugin; however, it still takes a little discipline on the part of the plugin author to make sure their plugin won't get loaded unnecessarily. - Mike Morearty, Flex Builder

[flexcoders] Re: Would you like to debug? No causes browser to crash.

2007-04-04 Thread Mike Morearty
it reproduce with only one particular Flex app, or any Flex app? If only one particular one, can you narrow down the cause of the problem, or provide a link to the swf? Thanks - Mike Morearty, Flex Builder --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Seems like maybe

[flexcoders] Re: Would you like to debug? No causes browser to crash.

2007-04-04 Thread Mike Morearty
). - Mike Morearty, Flex Builder --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: FWIW, I don't get any popups or anything. My browser just hangs/crashes. Ben --- In flexcoders@yahoogroups.com, Michael Schmalle teoti.graphix@ wrote: BTW, The popup dialog

[flexcoders] Re: getChildren

2007-04-03 Thread Mike Morearty
() function, to draw his gun. Oops! So back to your example, I think probably what you're really trying to say is, If the object that was passed in is a Container, then I want to get its children. So, if (obj is Container) is the way to go. - Mike Morearty, Flex Builder --- In flexcoders

[flexcoders] Re: Eclipse Plugin - Debug - An Error has occurred . Please see error log for mo

2007-04-03 Thread Mike Morearty
please post the errors that seem to be from near the time that you got the error messages? (The logged errors have a timestamp on them.) Newest errors are at the end of the file. - Mike Morearty, Flex Builder --- In flexcoders@yahoogroups.com, iilsley [EMAIL PROTECTED] wrote: Everytime I run

[flexcoders] Re: Windows Vista Flex

2007-02-16 Thread Mike Morearty
Hi Bryan, I'm not sure if this will help me, but I would be interested to see the Eclipse log file. The log is workspacedir\.metadata\.log. --- In flexcoders@yahoogroups.com, Bryan Clover [EMAIL PROTECTED] wrote: Hi All, I'm new to this group and thought I'd start a topic where people can

[flexcoders] Re: Debug in Flex SDK, fcsh

2007-01-30 Thread Mike Morearty
Ah, I think you are running into the FlashPlayerTrust issue. See http://www.jessewarden.com/archives/2006/12/flash_player_ca.html --- In flexcoders@yahoogroups.com, Mikhail Shevchuk [EMAIL PROTECTED] wrote: Thanks for detailed answer about '-debug' option, Mike. But the problem I've been

[flexcoders] Re: Debug in Flex SDK, fcsh

2007-01-29 Thread Mike Morearty
I'm not quite sure if I understand the question, but fcsh's mxmlc command supports the -debug option, just like mxmlc.exe does. So to compile a debug swf: C:\ fcsh (fcsh) mxmlc -debug MyApp.mxml ... (fcsh) quit Then, just debug it with fdb in the usual way: C:\ fdb MyApp.swf Does that help?

[flexcoders] Re: Perspective Switching in Flex Builder

2007-01-22 Thread Mike Morearty
It is in the Eclipse preferences under Run/Debug, Perspectives, Open the associated perspective when an application suspends: always, never, prompt. --- In flexcoders@yahoogroups.com, superstella_uk [EMAIL PROTECTED] wrote: I made a mistake and accidentally told Flex Builder that I didnt want

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-05 Thread Mike Morearty
--- In flexcoders@yahoogroups.com, fuad_kamal [EMAIL PROTECTED] wrote: -How do I optimize memory usage for FB on the Mac? There isn't any FlexBuilder.ini file on my Macbook Pro! In the Mac version, you can find that file inside the Flex Builder package: /Applications/Adobe Flex Builder 2/Flex

[flexcoders] Re: Browser to Flex Debugger connection

2006-12-12 Thread Mike Morearty
Just opening the HTML file isn't enough to begin a debugging session. When you click Flex Builder's debug icon, Flex Builder does two things: It launches your browser, *and* it starts listening on a particular socket, waiting for the Flash player to start talking to it. If you just open the HTML

[flexcoders] Re: Add Parameters to URL for debug??

2006-12-08 Thread Mike Morearty
Unfortunately you can't add parameters for a file: URL. If you want to add parameters, you'll have to follow Tracy's instructions but change it to an http: URL that points to the file, e.g. http://localhost/MyApp.html?sessionID=1657. (If it's a file on your hard disk then of course you'll have

[flexcoders] Re: AS 3 performance articles?

2006-12-05 Thread Mike Morearty
This is probably the Gary Grossman PDF you are referring to: http://www.onflex.org/ACDS/AS3TuningInsideAVM2JIT.pdf --- In flexcoders@yahoogroups.com, joshuajnoble [EMAIL PROTECTED] wrote: Hi, I need some whitepapers/articles/blog posts/whatever, on AS3 display performance vs AS2 (for a

[flexcoders] Re: MiniDebug Application

2006-12-04 Thread Mike Morearty
MiniDebug is an old internal Flex 1.5 tool, and is no longer maintained. The MiniDebugTarget class in Flex 2.0 shouldn't be there. - Mike Morearty --- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: MiniDebug is a logging target that comes with the framework and I

[flexcoders] Re: waiting for the debugger

2006-11-28 Thread Mike Morearty
You say it sometimes does that? Hmm. I don't know what's happening in your specific case, but I can tell you, in general, how Flex Builder connects to the debugger. When you click Debug, Flex Builder launches your browser, pointing it at the HTML wrapper for the debug version of the app, e.g.

[flexcoders] Bug??? Re: Loading multiple swfs crashing browser

2006-11-27 Thread Mike Morearty
I downloaded your source, and I'm not able to get it to crash. Some questions: - Exactly which player version are you using? (As reported by http://www.macromedia.com/software/flash/about/ ) - Does it happen with both the release swf and the debug swf? --- In flexcoders@yahoogroups.com,

[flexcoders] Re: my event isn't sufficiently loaded to provide this information.

2006-10-22 Thread Mike Morearty
Yes, I've seen this before. Although I don't know if it's a bug, I do know the workaround. If you call ObjectUtil.toString() on a UIComponent, you will get this, because many of the members of UIComponent.systemManager.loaderInfo throw this exception. In your case, I bet the 'target' property

[flexcoders] Re: [Flex 2] Strange behaviour when using RSLs

2006-10-09 Thread Mike Morearty
) into our work. Any further info? Is the RSL/linker guy back? :) Thanks Angus On 29/09/06, Mike Morearty [EMAIL PROTECTED] wrote: I don't think this is necessary. I gave a pointer to how to recompile it because someone asked, but it is deliberate that we only ship a single swc

[flexcoders] Re: Bin folder removed - how to restore

2006-10-09 Thread Mike Morearty
A guess: Are the files in your html-template folder read-only? I believe we may have shipped with a bug that if the files in that directory are read-only, then Flex Builder sometimes runs into problems. The first time it copies them to the bin directory, it succeeds, but it also copies over

[flexcoders] Re: [Flex 2] Strange behaviour when using RSLs

2006-09-28 Thread Mike Morearty
this so that you get a smoother workflow in scenarios such as the one you are describing. - Mike Morearty Flex Builder team http://www.morearty.com/blog --- In flexcoders@yahoogroups.com, Carlos Rovira [EMAIL PROTECTED] wrote: Anatole, that's exactly my config :) But...don't you think

[flexcoders] Re: [Flex 2] Strange behaviour when using RSLs

2006-09-28 Thread Mike Morearty
[EMAIL PROTECTED] wrote: Thanks Mike. Is there a way to launch the debugger manually, from Flex Builder. For instance to wait for incoming requests from the player. I realize the command line debugger would likely work but the GUI would be much easier. Mike Morearty wrote: The problem

[flexcoders] Re: [Flex 2] Strange behaviour when using RSLs

2006-09-28 Thread Mike Morearty
, Mike Morearty [EMAIL PROTECTED] wrote: The problem is with the way the player and the debugger initiate their communication. Here's how it works when things are going well: 1. When you click Debug in Flex Builder, it starts listening on a TCP/IP socket, and it launches your browser

[flexcoders] Re: [Flex 2] Strange behaviour when using RSLs

2006-09-28 Thread Mike Morearty
Are you changing them to be external, rather than statically linked into your app? Because if you're leaving them statically linked into your app (the default), then there is no need to recompile them with - debug=false; at link time, if linking the release swf, the linker will strip out all

[flexcoders] Re: Is there an isset() in Actionscript 3? (Or an exists())

2006-09-28 Thread Mike Morearty
It depends on what you are really trying to test: - Are you trying to test whether the property exists at all? - Are you trying to test whether it exists and has a non-null value? The verbose but foolproof way to test whether it exists at all is to use Object.hasOwnProperty(). To test if

[flexcoders] Re: [Flex 2] Strange behaviour when using RSLs

2006-09-28 Thread Mike Morearty
/28/06, Mike Morearty [EMAIL PROTECTED] wrote: Are you changing them to be external, rather than statically linked into your app? Because if you're leaving them statically linked into your app (the default), then there is no need to recompile them with - debug=false; at link time