[flexcoders] Fwd: problem with relative assets path

2007-12-26 Thread Bart Wttewaall
*bump* (yeah, I know.. shameless!) -- Forwarded message -- From: Bart Wttewaall [EMAIL PROTECTED] Date: 23 dec. 2007 21:57 Subject: problem with relative assets path To: flexcoders@yahoogroups.com Hi list, I'm building a big Cairngorm application that consists of a GUI

[flexcoders] problem with relative assets path

2007-12-23 Thread Bart Wttewaall
Hi list, I'm building a big Cairngorm application that consists of a GUI that loads various swf's as pages. The path to these pages is assets. One of the loaded pages is products.swf, a standalone Cairngorm application that loads assets. It's built in its own folder and locates the assets under

Re: [flexcoders] Flashplayer - ignoring minWidth minHeight

2007-12-17 Thread Bart Wttewaall
perfect! thanks a lot! 2007/12/17, Muzak [EMAIL PROTECTED]: Add the following to the compiler options: -default-size 1024 768 - Original Message - From: Bart Wttewaall [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 17, 2007 2:13 AM Subject: [flexcoders

[flexcoders] Flashplayer - ignoring minWidth minHeight

2007-12-16 Thread Bart Wttewaall
and minHeight of the application, without setting width and height? Perhaps using something like a metatag, like [SWF(width=1024, height=768, backgroundColor=#808080)] ? Thanks in advance, Bart Wttewaall

Re: [flexcoders] Autocomplete textinput with remote dataprovider

2007-10-25 Thread Bart Wttewaall
Here you find the Adobe AutoComplete Input component: http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailextid=1047291 I suggest you bind its dataprovider to the result of a service that requests data using the value of the component as the argument. Good luck! 2007/10/25,

[flexcoders] Best Practices: navigating through content

2007-10-21 Thread Bart Wttewaall
implementation as I am, and is willing to share his (or hers) experience with me / us all. Thanks in advance, Bart Wttewaall

Re: [flexcoders] SetVariable vs External Interface AS3's root

2007-10-03 Thread Bart Wttewaall
(without using EI again) and that's LocalConnection shudder /, which is slower than EI. On 9/24/07, Bart Wttewaall [EMAIL PROTECTED] wrote: Thanks for answering Alex. At least External Interface works, so I'll just build on that. I'll do a test to see what the difference in speed

[flexcoders] Bug in the CurrencyFormatter's thousandsSeparatorTo

2007-10-02 Thread Bart Wttewaall
Hi list, I found a weird bug in the CurrencyFormatter, but Google didn't turn any other reports up about it. So either I'm the first to discover this, and thus can I conclude that no Europeans make use of either Flex 2 or the CurrencyFormatter, or I'm plain wrong about this. I wanted to format a

Re: [flexcoders] CircleBox component?

2007-09-24 Thread Bart Wttewaall
Can't be too hard to create something like that on your own? Here's a method for drawing a circle, you can adapt it to arrange children in a circle (from org.as2base.math.Circle2D): function draw( mc:MovieClip, x:Number, y:Number, r:Number ):Void { var segAngle, theta, angle, angleMid, segs,

[flexcoders] SetVariable vs External Interface AS3's root

2007-09-24 Thread Bart Wttewaall
at initialization... Thanks in advance, Bart Wttewaall

Re: [flexcoders] Flash player 9 standalone download

2007-09-24 Thread Bart Wttewaall
After installing Flex 2, you can find the player in the install folder: C:\Program Files\Adobe\Flex Builder 2\Player\debug\Install Flash Player 9.exe 2007/9/24, helix206 [EMAIL PROTECTED]: Can anyone please tell me where can i download the FP9 standalone player and active X so that i can

Re: [flexcoders] SetVariable vs External Interface AS3's root

2007-09-24 Thread Bart Wttewaall
a JS wrapper from setVariable to EI. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Bart Wttewaall *Sent:* Monday, September 24, 2007 2:58 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] SetVariable vs External

Re: [flexcoders] Re: setting an external f9 swf's library symbols width

2006-10-18 Thread Bart Wttewaall
thanks, i'll look into it.2006/10/18, beecee1977 [EMAIL PROTECTED]: Not sure if this is what you're looking for, but you could try:maintainAspectRatio=falseHope that helps...--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:

[flexcoders] Re: setting an external f9 swf's library symbols width

2006-10-14 Thread Bart Wttewaall
* bump *Could anyone help me please?2006/10/11, Bart Wttewaall [EMAIL PROTECTED]: Hi folks,This might be a basic question that might already have passed this list, but for the life of me I couldn't find any good keywords to search on. Help me out please!I'm using an external Flash9 swf

[flexcoders] setting an external f9 swf's library symbols width

2006-10-11 Thread Bart Wttewaall
it succeeded in streching the asset to double its width, but that's not very helpfull... So the question is; what should I do to be able to set the ShadowSymbol child to 100% its parents witdh?Thanks a lot!Bart Wttewaall// -- classes/ShadowSymbol.aspackage classes { import mx.core.UIComponent; [Embed

[flexcoders] Re: Package with internal class problem

2006-07-12 Thread Bart Wttewaall
the amount of files to a minimum. Anyone with a bright idea?Bart Wttewaall2006/7/11, Bart Wttewaall [EMAIL PROTECTED]: Hi list, I'm trying to combine multiple small classes into one package, but to no avail.. Could someone help me with this? The error I get is: TypeError: Error #1009: Cannot access

Re: [flexcoders] Re: Package with internal class problem

2006-07-12 Thread Bart Wttewaall
Of Bart Wttewaall Sent: Wednesday, July 12, 2006 4:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Package with internal class problem I guess I'm not permitted to delegate an internal class' public static variable through the public class' public static variable. Too bad, I

[flexcoders] Package with internal class problem

2006-07-11 Thread Bart Wttewaall
(CursorDepot.cross); } public function setCursor(cursorClass:*):void { trace(cursorClass) // outputs: null !!! why? var cursorID:int = setCursor(cursorClass.icon, cursorClass.offsetX, cursorClass.offsetY); } Thank you in advance, Bart Wttewaall __._,_.___ -- Flexcoders Mailing List FAQ