[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
var oSubNode:XMLNode = oNode.childNodes[j]; >this.CloseNode(oSubNode); >} >} >} } > > > Lieven Cardoen a écrit : >> Does anybody have a function to close all branches in tree >> component???(V2 component Flash) >> >> >> >&g

[Flashcoders] Screen Freezes some seconds because of heavy calculations

2006-09-14 Thread Lieven Cardoen
ld probably solve 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.

[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 b

[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
label.autoSize = "left"; >> >> applyStyle(label); >> >> return label; >> >> } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pete Miller Sent: maandag 25 september 2006 16:52 To: Flashcoders mailing

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

2006-09-28 Thread Lieven Cardoen
ed like Bla blab 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/m

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]

[Flashcoders]   in textField with html = true

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

RE: [Flashcoders]   in textField with html = true

2006-09-28 Thread Lieven Cardoen
rom: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Lieven Cardoen >>Sent: Thursday, September 28, 2006 7:48 AM >>To: Flashcoders mailing list >>Subject: [Flashcoders]   in textField with html = true >> >>textField.html = true; >> >>textFi

[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: http

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

2006-09-28 Thread Lieven Cardoen
september 2006 15:13 To: Flashcoders mailing list Subject: Re: [Flashcoders] movieclip._y = textField._height well, what DOES it do? On 9/28/06, Lieven Cardoen <[EMAIL PROTECTED]> wrote: > > Really strange bug : > > > > If I put movieclip._y = 60 , it works fine >

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

2006-09-28 Thread Lieven Cardoen
e- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John > Grden > Sent: donderdag 28 september 2006 15:13 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] movieclip._y = textField._height > > well, what DOES it do? > > On 9/28/06, Li

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

2006-09-28 Thread Lieven Cardoen
---- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lieven > Cardoen > Sent: Thursday, September 28, 2006 3:24 PM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] movieclip._y = textField._height > > Instead of going to y-coordinate 60, it goe

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 : > > >

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

2006-09-28 Thread Lieven Cardoen
m/test/testYpos.zip > > > > I'll leave that up today. > > > > Gerry > > > > > >> How about this? > >> > >> var test:Number = Math.round(parseFloat(textField._height)); > >> movieClip._y = test; > >> > >> ;) > >> &g

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 maili

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 for. And to

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: donde

[Flashcoders] Selection.getFocus()

2006-10-19 Thread Lieven Cardoen
FlashCoders, Selection.getFocus() gives back a String. Is there a way to get the Object? Thx, Lieven Cardoen Lieven Cardoen Application developer indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk Indie group zal op maandag 23 oktober uitzonderlijk

[Flashcoders] EmbedFonts = true

2006-10-20 Thread Lieven Cardoen
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
e proxy.call doesn't return anything, 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 sea

[Flashcoders] Window Component doesn't close

2006-03-28 Thread Lieven Cardoen
this popup 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] Convert swf to exe

2006-03-31 Thread Lieven Cardoen
Is it possible to convert an swf, made with mtasc, to an exe with Flash. When I compile with flash, the swf has different behaviour than compiled with mtasc. But I need the exe so... Ps : I don't want to use Zinc of SwfStudio. thx lieven cardoen indiegroup interactive di

[Flashcoders] Crossing of two lines

2006-04-06 Thread Lieven Cardoen
<= 1)){ return true; } } //} return false; } lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 //

RE: [Flashcoders] Crossing of two lines

2006-04-06 Thread Lieven Cardoen
mp; (lambda <= 1)){ return true; } } //} 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--

RE: [Flashcoders] ScrollPane Pain

2006-04-06 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] _root.getURL("/docs/worddocument.doc");

2006-04-11 Thread Lieven Cardoen
where the swf is located (of not???). lieven cardoen indiegroup interactive digital experience engelse wandeling 2 k18 b8500 kortrijk T +32 (0)56/361 197 // communicatie bij voorkeur op [EMAIL PROTECTED] ___ Flashcoders@chattyfig.f

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

2006-04-11 Thread Lieven Cardoen
#x27;s better than Zinc, but no support on Mac, so I can't 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 me

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

2006-04-12 Thread Lieven Cardoen
product, but I've had too much 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 PROTEC

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

2006-04-12 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] -Origin

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
example swf??? Because to speak to Director 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:

[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 en

[Flashcoders] getURL --> firefox

2006-04-20 Thread Lieven Cardoen
quot;/"); url_arr.pop(); var 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

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] -Ori

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 exp

[Flashcoders] SCORM

2006-04-25 Thread Lieven Cardoen
Is there a good mailing list for questions related to SCORM? 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 PROTEC

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

2006-04-27 Thread Lieven Cardoen
;; txt_MenuItemDescription.setNewTextFormat(textFormat); txt_MenuItemDescription.antiAliasType = "advanced"; txt_MenuItemDescription.embedFonts = true; txt_MenuItemDescription.text = "À L'hypermarché!" lieven cardoen indiegroup interactive digital experience engelse wand

[Flashcoders] FLVplayback - Please Help

2006-06-09 Thread Lieven Cardoen
xtArea("" + action.step.getName() + "" + "" + text.getValue()); //resize(); } lieven cardoen in

[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