[Flashcoders] hittest

2006-03-16 Thread lieven.cardoen
If I do something like this :drop.hitTest(_root._xmouse, _root._ymouse, true); Does this always work, no matter where drop is created (in a movieclip on position xy, on the root, ...) Met vriendelijke groeten, Lieven Cardoen MULTIMEDIALOFT | POINT X Engelse Wandeling 2 K18v | 8500

[Flashcoders] Enter-key in Test Movie

2006-03-08 Thread lieven.cardoen
Is it possible to disable this enter-key (==play) in testing movie-environment. I use the enter-key in my swf as a handler for function, so it's quite ennoying... Met vriendelijke groeten, Lieven Cardoen MULTIMEDIALOFT | POINT X Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32 (0)56/36.11.97

[Flashcoders] Heap Size Eclipse

2006-03-07 Thread lieven.cardoen
I have some problems using eclipse lately. Problems start when launching MTASC for compiling a huge project. The heap size goes up to 253M of 254M, and remains this high, even after mtasc has compiled. I tried to set maximum heapsize to 512M, but then it seems as heapsize goes up to 512M, and

RE: [Flashcoders] Heap Size Eclipse

2006-03-07 Thread lieven.cardoen
That's what I thought also. Maybe because before launching MTASC, Eclipse goes parsing all of the files in the project. Ok, I restarted My Computer because after compiling with MTASC there was a System Idle Process that kept on using 95% of CPU. I restarted Eclipse and now Heap Size is 34M. I

[Flashcoders] Please Help -- No Files in Flash Explorer

2006-03-06 Thread lieven.cardoen
I don't know what I've done (nothing I think and yet...). I restarted Eclipse and suddenly I see no projects anymore in my Flash Explorer (from FDT). When I open the Java perspective, I do see the projects. Switching to Flash explorer, everything gone. Filters are ok, so I don't know why the

[Flashcoders] LuminicBox - FlashInspector

2006-02-24 Thread lieven.cardoen
Hello, logger.debug(ObjectDumper.toString(divideSentenceContent)); Anyone have an idea why FlashInspector sometimes shows the whole object as a treeview (with plus and min), and sometimes just shows a little bit of it? var hierarchicalLogger:SimpleHierarchicalLogger = new

[Flashcoders] addEventListener -- removeAllListeners EventDispatcher class

2006-02-23 Thread lieven.cardoen
The problem is this : ... correctButton.addEventListener(onRelease, Delegate.create(controller, controller.correctButton_OnRelease)); solutionButton.addEventListener(onRelease, Delegate.create(controller, controller.solutionButton_OnRelease)); nextButton.addEventListener(onRelease,

[Flashcoders] switch - case

2006-02-15 Thread lieven.cardoen
Hey to ya all, I'm trying to do following, which obviously won't work, but is there another way without having to use if else if else if else... var model:Observable = Observable(this._content.divideSentenceSteps.getById(indexCurrentAttempt +2));

[Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread lieven.cardoen
I have a tree and to Buttons to navigate to tree (up and down). Now I need to make the tree not clickable. A user may only navigate with the buttons. Disabling the change event is not an option, neither is disabling the tree. Met vriendelijke groeten, Lieven Cardoen MULTIMEDIALOFT | POINT

RE: [Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread lieven.cardoen
I know, but then users will still think there's something to be clicked... Isn't there a way to access the movieclips for each rows in where the click's are processed... Met vriendelijke groeten, Lieven Cardoen MULTIMEDIALOFT | POINT X Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32

RE: [Flashcoders] Flash Tree Not Clickable

2006-01-31 Thread lieven.cardoen
Yep, Ian, I'v been programming Flash now for a year, and didn't know there was a useHandCursor to be set false... Thank you for enlightening me... cheers Met vriendelijke groeten, Lieven Cardoen MULTIMEDIALOFT | POINT X Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32 (0)56/36.11.97 //

[Flashcoders] ComboBox problem when swf loading in another swf

2006-01-24 Thread lieven.cardoen
I have an swfA which is loaded into an swfB. In swfA I have a ComboBox. When executing swfA (not loaded in another swf), the combobox works fine. When executing swfB, problems occur with ComboBox in swfA. Tell me why? thx Met vriendelijke groeten, Lieven Cardoen MULTIMEDIALOFT |

RE: [Flashcoders] ComboBox Focus problem

2006-01-24 Thread lieven.cardoen
Prutser Met vriendelijke groeten, Lieven Cardoen MULTIMEDIALOFT | POINT X Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32 (0)56/36.11.97 // communicatie bij voorkeur op [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks

[Flashcoders] (no subject)

2006-01-03 Thread lieven.cardoen
Does anybody of you guys know if a replace like this is possible in eclipse : I have a number of files all with names like assessmentitem_15845.xml. In each of these files, I have to replace a number (always 14772) with 15845 (comes from name of file). thx Vriendelijke groeten,

[Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread lieven.cardoen
Dear colleagues, Apparently it isn't possible to have a textfield with embedded fonts and html. Is this correct and why is this. Don't just tell me it is possible, because I've tested it, and when I embed the font, the html doesn't come true. For instance iblablabla/i doesn't appear.

RE: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread lieven.cardoen
Ok, here's what I do : The textField is Dynamic, Font Verdana, Anti-alias for readability + embedded. This is done on the Stage. In Code : txt_Instruction.html = true; txt_Instruction.htmlText = P align='center' + unescape(_global.exData.meta.studentInstruction1) + p; In the example I try

RE: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread lieven.cardoen
P align='center' -- this is done by the textField but Italic doesn't show. Could it be that the font Verdana doesn't support Italic? Vriendelijke groeten, Ann Soens PointX Multimedia Engelse Wandeling 2 K18 8500 Kortrijk Tel. 056 35 23 89 Fax 056 35 26 48 www.pointx.be -Original

RE: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread lieven.cardoen
Thx, but this doesn't work neither. If I make one line Italic, both lines come Italic... Vriendelijke groeten, Lieven Cardoen PointX Multimedia Engelse Wandeling 2 K18 8500 Kortrijk Tel. 056 35 23 89 Fax 056 35 26 48 www.pointx.be -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread lieven.cardoen
I've tried putting a textField with embed font + html. I made one line plain text, one line italic and one line bold. This works fine for all other textfields that use this embed font + html. Maybe you need to put the textField on the root of application? Vriendelijke groeten, Lieven Cardoen

[Flashcoders] LuminicBox + as2lib logging works with Flash, not with Mtasc ??????????

2005-12-10 Thread lieven.cardoen
If I compile with Flash, all my loggings arrive at LuminicBox. If I compile with Mtasc (in Eclipse), no logging arrives at LuminicBox... Can anybody explain me why and can I see those loggings in LuminicBox when compiling with Mtasc. Lieven Cardoen, thx

[Flashcoders] _root.getURL(javascript:...); Local - Problems

2005-12-07 Thread lieven.cardoen
Hi there, I'm making a cd and I'm trying to trigger a javascript function. All this is done locally (-- cd). In Internet Explorer it doesn't work, in Firefox, there comes a popup from flash. When clickin' on settings I can add the swf to allow triggering a javascript function. After this, the

RE: [Flashcoders] _root.getURL(javascript:...); Local - Problems

2005-12-07 Thread lieven.cardoen
Nobody? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: woensdag 7 december 2005 9:27 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] _root.getURL(javascript:...); Local - Problems Hi there, I'm making a cd and

[Flashcoders] Compiling with flash.exe

2005-12-06 Thread lieven.cardoen
Is it possible to compile an fla using Flash.exe? More important : Is it possible to give classpath's as parameter with flash.exe? Thx, Lieven Cardoen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Deng Custom Tags -- How To -- Examples

2005-12-01 Thread lieven.cardoen
I would like to use Deng in a big project at our Company. It looks really great except for the fact that it seems to me that all of the open source flash things going on forget about writing some decent manual/examples/... Deng : - How do you make custom tags. I have html I need to render,

[Flashcoders] Aspect Oriented Programming

2005-11-29 Thread lieven.cardoen
Hi Simon, I'm trying to figure out this part of As2lib. It looks great, but I don't have the time to look how it exactly works. This is what I have so far : private static function initLogMethodExecutionsAspect(weaver:SimpleWeaver):Void { var

[Flashcoders] Return a class

2005-11-18 Thread lieven.cardoen
I have a class named Drag with a static function create. A drag is created as : Drag.create(...) Now I would like to use a Factory to return a drag, but the problem is that the Factory has to return the class Drag instead of an instance of Drag... So what I would like to do is :

[Flashcoders] Flash Detection Kit

2005-11-15 Thread lieven.cardoen
I've been playing a little bit with the flash detection kit and I'm frustrated about something. I'm using the express install. When user has flash 6 or 7, then the flash player is upgraded from within an flash6 swf (locally). This swf loads a autoUpdater.swf from macromedia site which does the

[Flashcoders] embed(test.swf#mc1)

2005-11-11 Thread lieven.cardoen
I've seen this in Flex, does it also work in Flash ? Like : loadMovie(test.swf#mc1); It should load a movieclip from the library of test.swf. Thx, Lieven Cardoen And another question : When I embed my fonts, htmlText doesn't work anymore...

RE: [Flashcoders] Embedded Fonts + HTML

2005-11-04 Thread lieven.cardoen
Maybe I need to be a little bit clearder. I have a textfield with embedded fonts set to true. Next I want to render html-text (.html = true and .htmlText = ...). If I don't use embedded fonts, it works fine. With embedded fonts, nothing appears. Thx, Lieven Cardoen Ps: Is there a workaround

RE: [Flashcoders] Preloading locally

2005-11-03 Thread lieven.cardoen
Do I need to reply to myself? cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: donderdag 3 november 2005 9:25 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Preloading locally I make lots of cd's (sometimes with

[Flashcoders] Forcing Flash going to next frame while executing code? + MultiThreading in Flash?

2005-11-02 Thread lieven.cardoen
Is this possible ? I have a large xml-file which is parsed. This tends to freeze the application several seconds (in case of a really big xml-file, a popup can occur whith script time out error). Is it possible to force Flash to jump to a next frame without stopping the execution of code? And is

RE: [Flashcoders] Forcing Flash going to next frame whileexecutingcode? + MultiThreading in Flash?

2005-11-02 Thread lieven.cardoen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jobe Makar Sent: woensdag 2 november 2005 15:01 To: Flashcoders mailing list Subject: Re: [Flashcoders] Forcing Flash going to next frame whileexecutingcode? + MultiThreading in Flash? Hi Lieven, No, you