[flexcoders] Dynamic Return types

2006-05-23 Thread Bjorn Schultheiss
Is it possible to dynamically set a return type of a method in as3 and if not is it a legitimate feature request? Bjorn Schultheiss Senior Flash Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400 F: +61 3

[flexcoders] F2/CF VO's

2006-05-25 Thread Bjorn Schultheiss
Hi, I sent a typed VO from Flex2 to a CFC and returned it to Flex perfectly, properties the same, works like a gem. Problem is accessing the properties in CF. I was using cfargument name=flexobj / cfreturn arguments.flexobj.email / And this display in the flex FAULT_EVENT saying

[flexcoders] AS3 List

2006-05-29 Thread Bjorn Schultheiss
Is it possible to start-up a list for questions purely related to Actionscript projects? Bjorn Schultheiss Senior Flash Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400 F: +61 3 9645 9160 W: http

[flexcoders] AS3 List

2006-05-29 Thread Bjorn Schultheiss
Is it possible to start-up a new list for questions purely related to Actionscript projects? Perhaps [as3coders] Bjorn Schultheiss Senior Flash Developer QDC Personalised Communication Power http://www.qdc.net.au ((This transmission is confidential and intended

[flexcoders] displaying embedded image in as app

2006-05-29 Thread Bjorn Schultheiss
{ trace('createImage'); var imgName:String = className + _ + embedLinkage; trace('imgName: '+imgName); var imgRef:Object = getDefinitionByName(imgName); var img:Bitmap = new imgRef(); return img; //return imgName; } } } Bjorn Schultheiss Senior Flash Developer

[flexcoders] debug of as app not updating changes to swf

2006-05-29 Thread Bjorn Schultheiss
Is there a something I can do similar to clear aso files in flash ide, as it seems when debugging my actionscript project application it is not updating with the latest changes I have made. This is causing me a lot of frustration. Bjorn Schultheiss Senior Flash Developer qdc

RE: [flexcoders] Re: debug of as app not updating changes to swf

2006-05-29 Thread Bjorn Schultheiss
called'ASOCommands.mxp' from Mike Chamber's site: http://weblogs.macromedia.com/mesh/archives/2004/07/new_aso_cache_c.html Just run the file after downloading the file. it requires Flash version 8 or more. Hope it solves your problem. Rama. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED

RE: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Bjorn Schultheiss
Can we also get an AS3 specific list? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Tuesday, 30 May 2006 12:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component

RE: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Bjorn Schultheiss
:: Component developers - Framework Devlopment Hi, Yeah I think that is a good idea, http://groups.yahoo.com/group/as3coders So now this is all I need ;-) Peace, Mike On 5/29/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Can we also get an AS3 specific list? From: flexcoders

RE: [flexcoders] Re: debug of as app not updating changes to swf

2006-05-29 Thread Bjorn Schultheiss
It seems the 'launch' command now completely fails to compile anything. I have tried it on a range of examples and it is not working at all. Do I log this as a bug? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent

[flexcoders] basing a flex2 component from a swf library symbol

2006-05-29 Thread Bjorn Schultheiss
use timeline based animations. Is there a simple example someone could provide for this? Also if I wanted to base my entire app around this sort of methodology would you recommend me to build this in FB2 as a flex project or actionscript project? Bjorn Schultheiss Senior Flash Developer

RE: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Bjorn Schultheiss
I guess they have been created now. I think their success depending on the Adobe engineers and consultants input on these lists. I personally hope there will be input from you guys on the AS3 specific list. From: flexcoders@yahoogroups.com

[flexcoders] Actionscript Project - Weird addChild positioning and sizing

2006-05-29 Thread Bjorn Schultheiss
0, 600, 9.0.0, #FF6600, true); so.write(flashcontent); // ]] /script /center /body Bjorn Schultheiss Senior Flash Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400 F: +61 3 9645 9160 W: http://w

RE: [flexcoders] displaying embedded image in as app

2006-05-29 Thread Bjorn Schultheiss
(embedLinkage:String):Bitmap { trace('createImage'); var imgName:String = className + _ + embedLinkage; trace('imgName: '+imgName); var imgRef:Object = getDefinitionByName(imgName); var img:Bitmap = new imgRef(); return img; //return imgName; } } } Bjorn Schultheiss

RE: [flexcoders] Actionscript Project - Weird addChild positioning and sizing

2006-05-29 Thread Bjorn Schultheiss
Fixed. Was 2:30 am here I didnt check my values correctly Woke up, corrected it, works fine! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bjorn Schultheiss Sent: Tuesday, 30 May 2006 2:13 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] AS3 accessing Embedded F8 child mcs

2006-05-30 Thread Bjorn Schultheiss
just call the Login constructor, then addChild() and Im away. The source of the Embed is a Flash8 swf and the symbol contains a child mc with an instance name of create_mc. How can I reference the create_mc instance within the Login Class? Thanks Bjorn Schultheiss Senior Flash Developer

[flexcoders] Skinning components

2006-05-31 Thread Bjorn Schultheiss
that flex will not be able to bind to the source values. Why is that? Bjorn Schultheiss Senior Flash Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400 F: +61 3 9645 9160 W: http://www.qdc.net.au

[flexcoders] Flex2, CF, FMS, AMF encoding problems

2006-06-05 Thread Bjorn Schultheiss
with Coldfusion no longer works (for obvious reasons). Is there a workaround for this? Thanks, Bjorn Bjorn Schultheiss Senior Flash Developer qdc Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400 F: +61 3 9645 9160 W: http

[flexcoders] Flex2, CF, FMS, AMF encoding problems

2006-06-05 Thread Bjorn Schultheiss
(for obvious reasons). Is there a workaround for this? Thanks, Bjorn Bjorn Schultheiss Senior Flash Developer qdc Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T:  +61 3 9674 7400 F:  +61 3 9645 9160 W:  http://www.qdc.net.au

RE: [flexcoders] Re: Cairngorm question

2006-06-05 Thread Bjorn Schultheiss
Steven, As a request. I am very interested in your teams ideas of the cairngorm framework that fully utilizes Flex Data Services. I assume the Flex2 release isnt far away and I hope an example of this isnt either. Bjorn From: flexcoders@yahoogroups.com

RE: [flexcoders] grief with Flexbuilder2 CF FB extentions

2006-06-06 Thread Bjorn Schultheiss
Hi Barry, You have to manually move the compressed file into the plugins directory. Had the same issue a couple of nights ago. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Flex/CF Tutorial PDF Posted on Adobe Site, having problem, getting errors.

2006-06-07 Thread Bjorn Schultheiss
property resendInterval through a reference with static type mx.messaging:Producer A weird one considering the docs say both are valid properties I had to comment both lines out for it to compile A False import import mx.messaging.Message; Regards, Bjorn Schultheiss Senior Flash

RE: [flexcoders] Flex/CF Tutorial PDF Posted on Adobe Site, having problem, getting errors.

2006-06-07 Thread Bjorn Schultheiss
=cfgateway/ destination id=ColdFusionGateway adapter ref=cfgateway / My App is running on, http://localhost:8700/flex/waitlist/ Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss

RE: [flexcoders] Flex/CF Tutorial PDF Posted on Adobe Site, having problem, getting errors.

2006-06-07 Thread Bjorn Schultheiss
and overcoming them has given me a clear sense of the way Producers and Consumers work with the Event Messaging Gateway. Thanks Adobe for the bungled examples ;) Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter

[flexcoders] FDS/CF flex-data-service.xml

2006-06-08 Thread Bjorn Schultheiss
within the server tags Flex does not accept them // Unexpected tags found in properties, please fix them before continuing // Any help Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies Yahoo! Groups Sponsor ~-- You can search

RE: [flexcoders] FDS/CF flex-data-service.xml

2006-06-08 Thread Bjorn Schultheiss
Any help on this Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, 8 June 2006 10:15 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] FDS/CF flex-data-service.xml

2006-06-08 Thread Bjorn Schultheiss
Yes, indeed, this is much better. In my frustration I forgot about the resources folder. Still the mystic docs are riddled with errors. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Connection Debugging

2006-06-19 Thread Bjorn Schultheiss
In Flash Development I was using ServiceCapture for my NetConnection Debugging. Whats the preferred NetConnection debugger for Flex2? In particular Im using a Coldfusion backend. Has anyone managed to use ServiceCapture with flex2? Regards, Bjorn Schultheiss Senior Flash

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-20 Thread Bjorn Schultheiss
Hi David, At the moment Flex2 without Blaze leaves a big hole in the system. Is there an approx expected date on when you intend to put blaze on labs? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com

[flexcoders] Anyone got the link for this breezo

2006-06-27 Thread Bjorn Schultheiss
, Bjorn Schultheiss Senior Flash Developer QDC Technologies __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-07-03 Thread Bjorn Schultheiss
Heres a nice article on Flash Swfs within Flex2/AS3 http://www.asserttrue.com/articles/2006/05/23/autocompleted-autocomplete-embed-legacy-swf-as3-0-project-example-updated-for-beta-3 Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From

RE: [flexcoders] Connection Debugging

2006-07-03 Thread Bjorn Schultheiss
patternEndpoint.*/pattern patternService.*/pattern patternConfiguration/pattern patternMessage.*/pattern /filters /target /logging Any help would be much appreciated Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com

RE: [flexcoders] how to create a component in AS?

2006-07-05 Thread Bjorn Schultheiss
Youll want to create a new flash.display.TextField instance. Whats cool is you could compile it in the flash 9 ide with graphical mcs. Then reference those child elements once imported into a flex app. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies

RE: [flexcoders] CF Flash Remoting project results in Jrun servlet error

2006-07-05 Thread Bjorn Schultheiss
I dont think its building the directory. You will need to confirm that it exists in wwwroot/test/bin/ Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of yaagcur Sent

RE: [flexcoders] Server push from ColdFusion without FDS?

2006-07-05 Thread Bjorn Schultheiss
Nah you're dreaming :) I think he's saying that coldfusion is configured to work with FDS to achieve push. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent

Re: [flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-05 Thread Bjorn Schultheiss
Hey Jesse, Any idea on why ViewHelper and ViewLocator classes are in Cairngorm 2 if they have been deemed un-beneficial? I myself felt obligated to see if there was a valid use for this based on the fact that they were included. Regards, Bjorn Schultheiss Senior Flash

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-07-05 Thread Bjorn Schultheiss
I guess Flash 9 solves the issue of creating new flash content for flex applications. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Versweyveld | VERSO Sent

RE: [flexcoders] FlexUnit, Web Service

2006-07-05 Thread Bjorn Schultheiss
Besides dummying the webservice result can you place the assert in the handler. I am interested in this and will run some tests myself later on. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com

[flexcoders] ServiceLocator - does it have to be MXML?

2006-07-05 Thread Bjorn Schultheiss
not, but isnt easier? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ben.clinkinbeard Sent: Tuesday, 4 July 2006 5:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] ColdFusion vs. PHP as the back-end

2006-07-06 Thread Bjorn Schultheiss
Im using a CF backend in my personal flex joints. Its very easy to set-up and the wizards are a nice touch for the UI guys. If you want to go hardcore though, Java is your best option. I dont need Php, Im not poor. Regards, Bjorn Schultheiss Senior Flash Developer QDC

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Bjorn Schultheiss
Let me get this straight. The command manipulates the DataStore on the Model which manages the DataService, therefore no need for a DestinationLocator? Is the goal here for the client model to be a virtual snapshot of an exposed server model? Regards, Bjorn Schultheiss Senior Flash Developer

Re: [flexcoders] PureMVC experts -- need assistance on mx.remoting.remoteObject calls

2007-11-06 Thread Bjorn Schultheiss
Check out the Cafe Townsend example On 04/11/2007, at 3:10 AM, tomeuchre wrote: I have a Flex app that interacts perfectly with my java app, when using the mx:remoteOject definition and the getters and setters are in mxml components. However, I want to migrate to pureMVC and use

Re: [flexcoders] cairngorm design question , need suggestions

2007-11-13 Thread Bjorn Schultheiss
Hi Yigit, To execute commanderB from commanderA you need to dispatch eventB from commanderA. You can either pass the instance as an argument of eventB or reference via the model in commandB. regards, Bjorn On 14/11/2007, at 9:44 AM, yigit boyar wrote: hi all; we have a GUI built

[flexcoders] internationalization

2007-11-14 Thread Bjorn Schultheiss
Hey, As soon as i change my compiler settings from -locale=en_US to -locale=es_ES i get the error 'cannot open flexsdk/locale/es_ES'. This makes sense, but i there a way my i can just specify the locale for my own application and not all the imported Libraries? regards, Bjorn

[flexcoders] Re: internationalization

2007-11-14 Thread Bjorn Schultheiss
I just found localeChain : ) --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey, As soon as i change my compiler settings from -locale=en_US to -locale=es_ES i get the error 'cannot open flexsdk/locale/es_ES'. This makes sense, but i there a way my i can

[flexcoders] Re: internationalization

2007-11-14 Thread Bjorn Schultheiss
Sorry, this still hasn't helped me. Can i specify a locale for my code and not the sdk? --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I just found localeChain : ) --- In flexcoders@yahoogroups.com, Bjorn Schultheiss bjorn.mailinglists@ wrote: Hey

Re: [flexcoders] Re: Managing States and Cairngorm

2007-11-21 Thread Bjorn Schultheiss
It would be interesting to see a PureMVC vs Cairngorm implementation comparison. But i believe this is a general MVC question. The way i see the responsibilities in this case is you have 2 views. (n) Components and 1 Mediator. The mediator would be responsible for updating your component

Re: [flexcoders] FYI: Flex video site for Aussie regional TV station

2007-11-22 Thread Bjorn Schultheiss
Congratulations! Great to see some tight work coming out of Australia. The HTML iframe content looks a bit dodgy on firefox mac. But i'm not sure there's much you can do about it. nice one! regards, Bjorn On 23/11/2007, at 2:34 PM, Mailing Lists wrote: It is a hybrid of our designs

Re: [flexcoders] Re: Best Way to learn Flex

2007-12-02 Thread Bjorn Schultheiss
Set goals that interest you. Interest and 'passion' : ) assists learning. Ralf's url was a nice read. regards, Bjorn On 03/12/2007, at 1:55 PM, DreamCode wrote: I agree again. with everything, but unfortunately I don't have an IQ that breaks the bank, so in order for me to keep up

Re: [flexcoders] Sequence Diagram for Cairngorm

2007-12-05 Thread Bjorn Schultheiss
cairngormdocs.org On 06/12/2007, at 5:30 AM, lawriegallardo wrote: Hi, Just wondering if anyone has a sequence diagram for Cairngorm? If so, I'd be ever so grateful if you could post it... Thanks, Lawrie

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Bjorn Schultheiss
com.adobe.cairngorm.business.ServiceLocator You've defined the cairngorm namespace in the base tag. On 10/12/2007, at 10:27 AM, Chris Velevitch wrote: I've been looking Cairngorm and I saw this:- ?xml version=1.0 encoding=utf-8? cairngorm:ServiceLocator

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Bjorn Schultheiss
same as mx:Button xmlns:mx=http://www.adobe.com/2006/mxml*; On 10/12/2007, at 10:52 AM, Muzak wrote: cairngorm:ServiceLocator xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:cairngorm=com.adobe.cairngorm.business.* That would be the same as: public class Services

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Bjorn Schultheiss
On 10/12/2007, at 10:52 AM, Muzak wrote: Add the -keep argument to the compiler options to see what goes on behind the scenes. This will give you your answer.

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Bjorn Schultheiss
Man, what concepts and philosophies are you looking for? It's pretty simple. Your just specifying an existing Class you wish to extend. On 10/12/2007, at 1:37 PM, Chris Velevitch wrote: On Dec 10, 2007 12:07 PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Add the -keep argument

Re: [flexcoders] addChild(bitmap) problems

2007-12-10 Thread Bjorn Schultheiss
Canvas.addChild() only accepts UIComponents? On 11/12/2007, at 10:01 AM, Merrill, Jason wrote: Can anyone see the error in this setup? //drawTest.mxml file: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Source for rpc.swc

2007-12-13 Thread Bjorn Schultheiss
Hey all, Where can I find the source for mx.rpc.* in sdk/3.0/frameworks/src/mx/rpc/ it only containers IResponder. Where's all the other classes, particularly AbstractServices. regards, Bjorn

[flexcoders] IMXMLObject and IMXMLSupport within RSL's

2008-01-03 Thread Bjorn Schultheiss
Hi all, I keep getting the same errors when i attempt to load a swc as a rsl in my app if my rsl contains any references to IMXMLSupport or IMXMLObject. VerifyError: Error #1014: Class IMXMLObject could not be found VerifyError: Error #1014: Class IMXMLSupport could not be found If i merge

Re: [flexcoders] Access Module Methods and Properties

2008-01-06 Thread Bjorn Schultheiss
You can get the module from the ModuleLoader.child property. Depends how your loading the module i guess, I'm using interfaces to give me strong typing between projects. That is if i'm creating my modules in seperate projects. I have a swc that i use as a rsl which contains my interfaces or

[flexcoders] Modified version of Myriad Web Pro

2008-01-09 Thread Bjorn Schultheiss
Its seems the when you use 'Myriad Pro' in a Flex app it appears 'raised' in all your components. Its actually due the the glyph positioning in the font face. Its seems that the FlexSDK has supplied a version of 'Myriad web pro' where the glyph position was closer to that of Verdana and looks

Re: [flexcoders] Imports being lost

2008-01-13 Thread Bjorn Schultheiss
Latest beta will imports protected functions for you :P mx:HBox xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ import mx.core.Container.commitProperties; override protected function commitProperties():void { } ]] /mx:Script

Re: [flexcoders] Re: Remote Objects AIR

2008-01-17 Thread Bjorn Schultheiss
Add a layer or abstraction between your service calls so you can switch between remote or local services, and then perform that switch based on the app.connected event. regards, Bjorn On 18/01/2008, at 1:50 PM, lwz7512 wrote: can anyone answer this question? I am also thinking about

[flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Bjorn Schultheiss
So do we need to manually unwatch each binding statement ? Also what about inline event listeners in mxml ? Since we cannot manually remove them do i also need to switch to declaring all event listeners in AS ? This is currently a major issue for me as in our latest Dev we are using

[flexcoders] ProfilerAgent.swf preventing debugging

2008-01-30 Thread Bjorn Schultheiss
Hey, I've been getting this annoying bug where, after debugging an app i try to profile it, profiler throws an error 'can't profiler a non debug version', wtf!, then i try to debug and debug session wont load! my current workaround for getting debug to work is to rename or remove the

Re: [flexcoders] Re: ProfilerAgent.swf preventing debugging

2008-01-30 Thread Bjorn Schultheiss
should be in the home directory and the entry starts with PreloadSwf= Thanks, Gaurav --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey, I've been getting this annoying bug where, after debugging an app i try to profile it, profiler throws an error 'can't

Re: [flexcoders] destructing objects / memory management best practices

2008-01-30 Thread Bjorn Schultheiss
from the child to the document and therefore cannot cause a leak. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Wednesday, January 23, 2008 10:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] destructing objects / memory management

Re: [flexcoders] Re: Array vs ArrayCollection

2008-01-31 Thread Bjorn Schultheiss
I've got some scenarios where binding does not fire if I use ac.addItem or ac.removeItem. But it will fire if i use ac = new ArrayCollection.. This is hard to reproduce as it only usually happens in large apps. If i create simple test cases it usually works. Anybody have any hints why ?

Re: [flexcoders] Re: Array vs ArrayCollection

2008-01-31 Thread Bjorn Schultheiss
Spot on.. Can't believed i never looked at that before. Just check out the ListBase src and got an example of how to do it. thanks. On 01/02/2008, at 10:54 AM, Troy Gilbert wrote: I've got some scenarios where binding does not fire if I use ac.addItem or ac.removeItem. But it will fire

Re: [flexcoders] Re: ClassFactory

2008-02-04 Thread Bjorn Schultheiss
Anywhere where you want to turn a generic object into to a typed object instance at run-time. On 05/02/2008, at 1:43 PM, ben.clinkinbeard wrote: Item renderers are one place they can be used. http://www.returnundefined.com/2006/11/creating-truly-reusable-renderers-with-classfactory/ HTH,

Re: [flexcoders] RPC: AsyncToken.addResponder vs addEventListener?

2008-02-06 Thread Bjorn Schultheiss
One thing i don't like about addResponder() is that there is no removeResponder(); On 07/02/2008, at 4:01 PM, Josh McDonald wrote: What's the prevailing wind / general thoughts on using token.addResponder vs adding event listeners, beside the one request vs all requests nature of it? Is

Re: [flexcoders] RPC: AsyncToken.addResponder vs addEventListener?

2008-02-06 Thread Bjorn Schultheiss
initiates the responders? Is it before or after the data or error events are dispatched? -Josh On Feb 7, 2008 3:03 PM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: One thing i don't like about addResponder() is that there is no removeResponder(); On 07/02/2008, at 4:01 PM, Josh McDonald

Re: [flexcoders] RPC: AsyncToken.addResponder vs addEventListener?

2008-02-06 Thread Bjorn Schultheiss
sdks / frameworks / projects / rpc in blaze rc1 On 07/02/2008, at 5:51 PM, Jerome Clarke wrote: hi... sorry to be off subject... but you said source... where is the source... I don't see it anywhere except the JSP and Flex examples thanks On Feb 7, 2008 5:46 AM, Bjorn Schultheiss [EMAIL

Re: [flexcoders] handling events from embedded swf assets

2008-02-07 Thread Bjorn Schultheiss
Its definitely possible. of course you have to register to listen to it. Its Interesting the way loading and unloading of swfs work in flash9. You probably already know, but the swf is unloaded after it is loaded automatically. watch the console. to clean it up all you need to do is

Re: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-24 Thread Bjorn Schultheiss
Is there a trial download for flex 3 plugin version (mac) ? On 25/02/2008, at 4:42 PM, Matt Chotin wrote: No diff in upgrade path between your flex 2 versions AFAIK. Where are you looking? Should be $299 regardless I believe. On 2/25/08 12:38 AM, Dale Fraser [EMAIL PROTECTED] wrote: Cool,

Re: [flexcoders] CBA Choose AIR

2008-02-26 Thread Bjorn Schultheiss
I wonder who got that project. Was it in-house? On 27/02/2008, at 2:51 PM, Dale Fraser wrote: http://www.australianit.news.com.au/story/0,24897,23283750-16123,00.html Regards Dale Fraser http://learncf.com

[flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-03 Thread Bjorn Schultheiss
Classic! I smell a chuck norris quotable coming on soon.. --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: Oooh, that's right, the dude is the owner of Magic Legs Martial Arts Academy. You think that academy qualifies for the education discount?

[flexcoders] cannot convert PopUpManagerImpl IPopUpManager WTF ???

2008-03-06 Thread Bjorn Schultheiss
I need some help here... I'm getting this error at the moment. TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::[EMAIL PROTECTED] to mx.managers.IPopUpManager. at mx.managers::PopUpManager$/get

[flexcoders] Re: cannot convert PopUpManagerImpl IPopUpManager WTF ???

2008-03-06 Thread Bjorn Schultheiss
PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, March 06, 2008 3:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] cannot convert PopUpManagerImpl IPopUpManager WTF ??? I need some help here... I'm getting this error at the moment. TypeError: Error #1034: Type

[flexcoders] Module Interfaces and Events

2008-03-26 Thread Bjorn Schultheiss
I'm using Interfaces to define the api of my modules currently but i also want to be able to define the event metadata as well. What's the best way to tackle this? At the moment i've tried extending my module interface with IEventDispatcher and defining the Event metadata in the interface,

Re: [flexcoders] Module Interfaces and Events

2008-03-27 Thread Bjorn Schultheiss
any suggestions? On 27/03/2008, at 11:57 AM, Bjorn Schultheiss wrote: I'm using Interfaces to define the api of my modules currently but i also want to be able to define the event metadata as well. What's the best way to tackle this? At the moment i've tried extending my module interface

[flexcoders] Re: Module Interfaces and Events

2008-03-27 Thread Bjorn Schultheiss
to scare them away. 2) Make sure you've done the clean and rebuild In theory, this should work. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, March 27, 2008 3:15 PM

[flexcoders] Embedded fonts in DataGrid

2008-03-31 Thread Bjorn Schultheiss
Hey my embedded fonts are not appearing in my datagrid. They work everywhere else except the dataGrid. Any tips you guys have got to help me get this to work? btw. My datagrid is in a module, loaded by other modules. All modules are loading the fonts fine, except within the datagrid. And I'm

[flexcoders] Re: Embedded fonts in DataGrid

2008-03-31 Thread Bjorn Schultheiss
. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey my embedded fonts are not appearing in my datagrid. They work everywhere else except the dataGrid. Any tips you guys have got to help me get this to work? btw. My datagrid is in a module, loaded by other modules. All

[flexcoders] Re: Embedded fonts in DataGrid

2008-03-31 Thread Bjorn Schultheiss
] On Behalf Of Bjorn Schultheiss Sent: Monday, March 31, 2008 9:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Embedded fonts in DataGrid I also thought i'd add i've added import mx.controls.dataGridClasses.DataGridItemRenderer; private var dgir:DataGridItemRenderer

Re: [flexcoders] Re: Embedded fonts in DataGrid

2008-04-01 Thread Bjorn Schultheiss
Thanks Alex.. I'll get back to you if i need any more help.. On 01/04/2008, at 5:30 PM, Alex Harui wrote: DataGridItemRenderer

[flexcoders] Re: Flex Beta 3 to Flex 3 Migration Problems

2008-04-01 Thread Bjorn Schultheiss
My developers are also complaining that their 'and my' applications have broken since Beta 3 to the Final release. This has hit me unexpectedly as I did not test. On top of that I have deadlines to meet this week. Is there a doc i can refer to get a complete list of changes.. What's the best

[flexcoders] Library Path and -include-libraries

2008-04-02 Thread Bjorn Schultheiss
Is the compiler option -include-libraries the same as specifying a swc in the projects library path in the IDE? Also, when you include a library in another library is its entire contents merged?

[flexcoders] RSL vs External SWC

2008-04-02 Thread Bjorn Schultheiss
Hey, It's suggested to only use RSL's where multiple applications will use the same RSL. Does an application with modules qualify for RSL's? With module applications are RSL's preferred or library SWC's with external links?

[flexcoders] How-to use Runtime CSS with a compiled theme swc

2008-04-02 Thread Bjorn Schultheiss
Are there any instruction on how to load css from a theme swc at runtime?

[flexcoders] actionScriptProperties

2008-04-02 Thread Bjorn Schultheiss
I'm trying to change the value for compiler outputFolderLocation= within the .actionScriptProperties file. How can I use a variable created in a seperate properties file for this value?

[flexcoders] Re: actionScriptProperties

2008-04-02 Thread Bjorn Schultheiss
basically something like this compiler outputFolderLocation=${CUSTOM_VAR}/libs How can i define $CUSTOM_VAR? --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I'm trying to change the value for compiler outputFolderLocation= within the .actionScriptProperties

[flexcoders] Incompatible override

2008-04-03 Thread Bjorn Schultheiss
I'm getting a very non-descriptive compilet error at the moment.. I've got 2 swc's 1 named common, 1 named core. a class in common extends a class in core, if i specify core in common's library path common compiles. If i use -include-libraries instead i get an incompatible override error with

Re: [flexcoders] Re: actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
the name to be, point it to the directory you need. I'm not sure if it will actually work for that property but it's worth a try. I've used linked resources like this in other areas so I suspect it probably will, hopefully. Bjorn Schultheiss wrote: basically something like this compiler

[flexcoders] flex-config vs .actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
Is it possible to remove the flex framework linkage from Project Properties Library Path and add it to a custom flex-config.xml within a Flex Library Project.. Basically i want to control the build via the options in the flex-config reducing the dependencies on the ide options.

[flexcoders] Re: flex-config vs .actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
? --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Is it possible to remove the flex framework linkage from Project Properties Library Path and add it to a custom flex-config.xml within a Flex Library Project.. Basically i want to control the build via the options

[flexcoders] Re: flex-config vs .actionScriptProperties

2008-04-03 Thread Bjorn Schultheiss
yes, thanks bjorn --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: From the docs regarding compiler options precendence Flex Builder Default settings Configuration file specified by load-config option Options panel Does that mean

Re: [flexcoders] General list consensus using 'this' when referencing local vars

2008-04-08 Thread Bjorn Schultheiss
drop the 'this' unless its necessary to explain something.. On 08/04/2008, at 5:39 PM, Mike Anderson wrote: Greetings All, Whenever I study code generated by seasoned programmers (i.e. all the Adobe people supporting Flex on this list) as well as countless others on this list, I notice

[flexcoders] Do modules break tabbing???

2008-04-15 Thread Bjorn Schultheiss
Do i need to do anything to get tabbing working within a loaded modules. It works when i replace the module tags with application.

[flexcoders] Re: Do modules break tabbing???

2008-04-16 Thread Bjorn Schultheiss
in the module.? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Tuesday, April 15, 2008 9:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Do modules break tabbing??? Do i need to do anything

[flexcoders] Re: compiled swc and file sizes

2008-04-17 Thread Bjorn Schultheiss
depends how you link the swc to your project. compiler.include.libraries // will add the entire swc compiler.library.path // will only add what's used --- In flexcoders@yahoogroups.com, dnk [EMAIL PROTECTED] wrote: I have been googling, and have not thus far found an answer If I create

[flexcoders] Re: compiled swc and file sizes

2008-04-17 Thread Bjorn Schultheiss
with the import statements in the AS itself, or in the project properties? dnk On 17-Apr-08, at 7:09 PM, Bjorn Schultheiss wrote: depends how you link the swc to your project. compiler.include.libraries // will add the entire swc compiler.library.path // will only add what's used

<    1   2   3   4   5   >