[Flashcoders] Window Component doesn't close

2006-03-28 Thread Lieven Cardoen
lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ___ Flashcoders

[Flashcoders] Crossing of two lines

2006-04-06 Thread Lieven Cardoen
; } } //} return false; } lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

RE: [Flashcoders] Crossing of two lines

2006-04-06 Thread Lieven Cardoen
; } } //} return false; } lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen

RE: [Flashcoders] ScrollPane Pain

2006-04-07 Thread Lieven Cardoen
Try attaching an empty movieclip to the scrollPane, and then attach your movieclip to that empty movieclip. lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] -Original

[Flashcoders] Making a cd for Pc and Mac (Zinc - Director - SWFStudio - .NET)

2006-04-11 Thread Lieven Cardoen
use it. - What about .NET??? Is there a way to let this function on Mac??? I've thought of splitting the project. For pc I would use Zinc or .NET or SWFStudio and for mac then I would use Director. This does mean more work. Please respond. thx lieven cardoen indiegroup

RE: [Flashcoders] Making a cd for Pc and Mac (Zinc - Director- SWFStudio - .NET)

2006-04-12 Thread Lieven Cardoen
problems with it. lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Rollins Sent

RE: [Flashcoders] Making a cd for Pc and Mac (Zinc -Director-SWFStudio - .NET)

2006-04-13 Thread Lieven Cardoen
I've looked into mProjector and it doesn't seem to support a crossplatform database... of am I wrong? lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] -Original Message

RE: [Flashcoders] Making a cd for Pc and Mac (Zinc-Director-SWFStudio- .NET)

2006-04-13 Thread Lieven Cardoen
I mean reading and writing to a database that runs (running is maybe not the right word) on Mac and Pc. Like V12 in Director or Access by Zinc(only Pc, not Mac). lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie

RE: Re: [Flashcoders] Making a cd for Pc andMac(Zinc-Director-SWFStudio-

2006-04-14 Thread Lieven Cardoen
you need the lingo: syntax... lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Mark

[Flashcoders] getURL doesn't work on Mac

2006-04-20 Thread Lieven Cardoen
Anybody an idea why getURL doesn't work on Mac. I try to open a pdf with getURL, and this works fine on PC (IE, FireFox, ...), but not on Mac. On mac Finder opens and just shows the pdf-file. User has to click it to view it. lieven cardoen indiegroup interactive digital experience engelse

[Flashcoders] getURL -- firefox

2006-04-20 Thread Lieven Cardoen
url_str:String = url_arr.join(/); url_str = url_str.split(|).join(:); url_str += /blank.html; getURL(url_str); lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

RE: [Flashcoders] getURL doesn't work on Mac

2006-04-20 Thread Lieven Cardoen
Nope, Mac does recognize the pdf-file. In Finder it has the icon of Pdf's and when I click it, it opens so... lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] -Original

RE: [Flashcoders] getURL doesn't work on Mac

2006-04-20 Thread Lieven Cardoen
Maybe, but I can't tell if the user is using safari, internet explorer or anything else. I solved it using Zinc, but I'm afraid that will only cause more trouble. With Doc's it is the same thing (on osx, the new tiger,...). lieven cardoen indiegroup interactive digital experience engelse

[Flashcoders] Code-created textfield doesn't re nder À

2006-04-27 Thread Lieven Cardoen
); txt_MenuItemDescription.antiAliasType = advanced; txt_MenuItemDescription.embedFonts = true; txt_MenuItemDescription.text = À L'hypermarché! lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL

[Flashcoders] FLVplayback - Please Help

2006-06-09 Thread Lieven Cardoen
(); } lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ___ Flashcoders

[Flashcoders] ComboBox and Other Flash Components

2006-06-15 Thread Lieven Cardoen
I've created a ComboBox. Strangely when I open the combobox, the field with selections goes under the other components...??? Any idea as why. Swapdepths doesn't solve it. Lieven lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0

[Flashcoders] Close all brances in tree component

2006-09-12 Thread Lieven Cardoen
Does anybody have a function to close all branches in tree component???(V2 component Flash) Thx, Lieven Cardoen ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

RE: [Flashcoders] Close all brances in tree component

2006-09-12 Thread Lieven Cardoen
); } if(oNode.childNodes.length 0) { var j:Number; for(j = 0; j oNode.childNodes.length; j++) { var oSubNode:XMLNode = oNode.childNodes[j]; this.CloseNode(oSubNode); } } } } Lieven Cardoen a écrit : Does

[Flashcoders] Screen Freezes some seconds because of heavy calculations

2006-09-14 Thread Lieven Cardoen
it. But is there a way to force Flash to move a frame in the future? Thx, Lieven Cardoen (up julder mulle) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

[Flashcoders] SQLite for Zinc

2006-09-19 Thread Lieven Cardoen
http://www.thecodezone.com/downloads/sqlite.html Maar geen Mac support. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

[Flashcoders] Label -- null

2006-09-25 Thread Lieven Cardoen
import mx.controls.Label; public function createLabel(owner:MovieClip, instanceName:String, depth:Number, initObj:Object):Label{ var label = owner.attachMovie(Label.symbolName, instanceName, depth, initObj); logger.debug(label : + label); label.autoSize = left;

RE: [Flashcoders] Label -- null

2006-09-26 Thread Lieven Cardoen
, initObj)); P. -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: Monday, September 25, 2006 8:53 AM To: Flashcoders mailing list Cc: Bert Vandamme; Christophe Herreman Subject: [Flashcoders] Label -- null import

[Flashcoders] Text field with two lines and on second line character !

2006-09-28 Thread Lieven Cardoen
la blab la bla? Or Bla blab la blab la bla? Lieven Cardoen IndieGroup ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Text field with two lines and on second linecharacter !

2006-09-28 Thread Lieven Cardoen
Little adjustment. Before the ! or ?, there's a space. Apparently in French this is the rule. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: donderdag 28 september 2006 11:44 To: Flashcoders mailing list Subject: [Flashcoders] Text

[Flashcoders] nbsp; in textField with html = true

2006-09-28 Thread Lieven Cardoen
textField.html = true; textField.htmlText = I'm Lievennbsp;! Why does Flash display I'm Lievennbsp;! rather than I'm Lieven ! Lieven Cardoen ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

RE: [Flashcoders] nbsp; in textField with html = true

2006-09-28 Thread Lieven Cardoen
] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: Thursday, September 28, 2006 7:48 AM To: Flashcoders mailing list Subject: [Flashcoders] nbsp; in textField with html = true textField.html = true; textField.htmlText = I'm Lievennbsp;! Why does Flash display I'm Lievennbsp

[Flashcoders] movieclip._y = textField._height

2006-09-28 Thread Lieven Cardoen
Really strange bug : If I put movieclip._y = 60 , it works fine If I put movieclip._y = textField._height , it doesn't work fine Lieven ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] movieclip._y = textField._height

2006-09-28 Thread Lieven Cardoen
? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: 28 September 2006 14:06 To: Flashcoders mailing list Subject: [Flashcoders] movieclip._y = textField._height Really strange bug : If I put movieclip._y = 60 , it works fine

RE: [Flashcoders] movieclip._y = textField._height

2006-09-29 Thread Lieven Cardoen
Francis, thx. This was what I was looking for. And to all you guys who had problems with my profanity, excuse me and get a live. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francis Turmel Sent: donderdag 28 september 2006 20:09 To: Flashcoders

RE: [Flashcoders] movieclip._y = textField._height

2006-09-29 Thread Lieven Cardoen
Life! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: vrijdag 29 september 2006 9:59 To: Flashcoders mailing list Subject: RE: [Flashcoders] movieclip._y = textField._height Francis, thx. This was what I was looking

RE: [Flashcoders] movieclip._y = textField._height

2006-09-29 Thread Lieven Cardoen
It looks more like you have to wait a frame to get the correct height. Strange thing is that most of the times, getting the height works fine, but once in a while it fails. Lieven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francis Turmel Sent:

[Flashcoders] EmbedFonts = true

2006-10-20 Thread Lieven Cardoen
. But when I put Arial font in library with linkage “Arial”, suddenly Œ is no more displayed. Can’t seem to understand this… thx Lieven Cardoen Application developer indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk Indie group zal op maandag 23 oktober

RE: [Flashcoders] zinc instability

2006-10-22 Thread Lieven Cardoen
You should try to start from a blank project. Saving a Zinc-Project and the reopen it causes problems. If you post a question on the mdmForum, best to attach your project. Lieven Cardoen, IndieGroup. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak

[Flashcoders] SCORM multi api wrapper

2006-10-25 Thread Lieven Cardoen
, and if you do following : var value:String = proxy.call( apiCall, getValue, _DataModelElement_ ); Mtasc gives an error, because proxy.call has no return value. Lieven Cardoen Ps : I've searched for this on flashforlearning.com, on adobe sit, google, ... and found nothing Lieven