[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] 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] 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,

[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] 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?

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

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

[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

[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

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

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

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

[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

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

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

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

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] Trigger a function in the main applicatoin mxml from a popup window.

2007-10-28 Thread Bjorn Schultheiss
Listen to the closeEvent from the popup and call the function from the handler. Bjorn On 29/10/2007, at 12:10 PM, kalpkat9 wrote: Hi, This might be a really petty question to ask, but I will greatly appreciate if someone can answer. How can I trigger a function in my main application

Re: [flexcoders] Tween Motion along a path

2007-10-28 Thread Bjorn Schultheiss
I wasn't at Max, but have you seen this, http://labs.zeh.com.br/blog/? p=95 ? Bjorn On 29/10/2007, at 1:34 AM, snowjunkie73 wrote: At Adobe Max 2007 I went to a session on creating custom components in Flex. The example component used in the session was a custom carousel component where

Re: [flexcoders] Re: Trigger a function in the main applicatoin mxml from a popup window.

2007-10-28 Thread Bjorn Schultheiss
application mxml, for example: changeState(). private function changeState():void{ currentState = secondState; } Please excuse my ignorance. Could you let me know what I am missing? Thank you. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Listen to the closeEvent

Re: [flexcoders] Re: Trigger a function in the main applicatoin mxml from a popup window.

2007-10-28 Thread Bjorn Schultheiss
and states, so i have to trigger the with button click from this titlewindow/popup window component. how is that i could access a function in the mainApp.mxml from my popup custom component mxml?. Thank you again. (sincerely appreciate your responses). --- In flexcoders@yahoogroups.com, Bjorn Schultheiss

Re: [flexcoders] Re: Cairngorm vs PureMVC

2007-10-23 Thread Bjorn Schultheiss
@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey Doug, My backend is mainly DAO's and I've got one delegate pers DAO in my company lib, that gets used across multiple projects. But I'm pretty sure thats not Cairngorm. Cairngorm is 1 to 1 e-c-d. regards, Bjorn On 23/10

[flexcoders] Flex Library Project Manifest Options

2007-10-23 Thread Bjorn Schultheiss
I'm trying to build my swc from a Flex Library Project and having difficulty added a component manifest. In project properties - compiler options, i added a url and manifest file, and i get a unknown namespace error. Is this a bug?

[flexcoders] Cairngorm vs PureMVC

2007-10-22 Thread Bjorn Schultheiss
Hey All, I don't know if there has been a previous thread on this. I'm assuming there is but i thought i'd start one again in light of some recent blog posts about a Silvafug meeting by the assertTrue guys on frameworks. http://www.asserttrue.com/articles/2007/10/17/silvafug-application-

Re: [flexcoders] Re: Cairngorm vs PureMVC

2007-10-22 Thread Bjorn Schultheiss
. That being said, I've also not really encountered any situations where I felt Cairngorm was restricting me from accomplishing anything. Ben --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey All, I don't know if there has been a previous thread on this. I'm

Re: [flexcoders] Cairngorm vs PureMVC

2007-10-22 Thread Bjorn Schultheiss
, at 12:00 PM, shaun wrote: Hey Bjorn, Bjorn Schultheiss wrote: Hey All, I don't know if there has been a previous thread on this. I'm assuming there is but i thought i'd start one again in light of some recent blog posts about a Silvafug meeting by the assertTrue guys on frameworks. http

Re: [flexcoders] Cairngorm vs PureMVC

2007-10-22 Thread Bjorn Schultheiss
the Singleton. regards, Bjorn On 23/10/2007, at 2:49 PM, shaun wrote: Hey Bjorn, Bjorn Schultheiss wrote: It took me a while to grapple with but thats how it's been explained to me. VO's. Thats it. All logic is in the commands. Now excuse me if I'm wrong and I'll be happy

Re: [flexcoders] Re: Cairngorm vs PureMVC

2007-10-22 Thread Bjorn Schultheiss
, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey Ben, The Idea is that even if you are calling the same webservice you are to create a new delegate. The sequence is Event - Command - Delegate. Not saying that i follow it, but I'm sure in it's strictest implementation its 1 to 1. Check

[flexcoders] custom mxml-manifest file updates not noticed in F3B2

2007-10-21 Thread Bjorn Schultheiss
Hey, Has anyone else experienced this. I've added components to my custom mxml-manifest file which is loaded into the compiler via a modified flex-config file. I do not get any compiler error from the other components listed in the manifest. But i'm getting 'Could not resolve' erros from the

Re: [flexcoders] Re: Mock objects in AS3

2007-10-18 Thread Bjorn Schultheiss
, it's late and I'm tired so it may just be that which is causing my negativity) as if trying to get a class to implement an interface (or at least appear to implement an interface) dynamically at run time is a futile effort. Any thoughts? -D --- In flexcoders@yahoogroups.com, Bjorn Schultheiss

Re: [flexcoders] Validation border doesn't update

2007-10-17 Thread Bjorn Schultheiss
I logged a bug recently on this topic. vote for it http://bugs.adobe.com/jira/browse/SDK-13005 The workaround is there as well On 18/10/2007, at 10:15 AM, Richard Rodseth wrote: I'm following the recipe described here: http://www.adobe.com/devnet/flex/quickstart/validating_data/ In the

Re: [flexcoders] Anyone reading Paul Williams blogging about Presentation Patterns?

2007-10-16 Thread Bjorn Schultheiss
this and will make sure that they are open for future entries. Paul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Monday, October 15, 2007 7:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Anyone reading Paul Williams blogging about

Re: [flexcoders] Mock objects in AS3

2007-10-16 Thread Bjorn Schultheiss
try add flash.net.registerClassAlias( attempt.TestInterface, TestInterface ); prior to your cast attempt. regards, Bjorn On 17/10/2007, at 1:06 PM, aduston1976 wrote: lus I see a number of places on the web where the idea is mentioned, e.g. http://www.herrodius.com/blog/?m=200704 . However

[flexcoders] Anyone reading Paul Williams blogging about Presentation Patterns?

2007-10-15 Thread Bjorn Schultheiss
Hey all, I'm attempting to get a discussion going here on this topic since Paul disabled comments on his blog. Is anyone else here reading this series? In particular his last post. Supervising Presenter http://weblogs.macromedia.com/paulw/archives/2007/10/ presentation_pa_2.cfm One of

Re: [flexcoders] Multiple IFrames in Flex

2007-10-15 Thread Bjorn Schultheiss
Use ExternalInterface to call js methods on the html page that loads your Flex app. Forgive me for the lack of detail in my explanation. On 16/10/2007, at 11:50 AM, [EMAIL PROTECTED] wrote: Right. On 10/16/07, Dimitrios Gianninas[EMAIL PROTECTED] wrote: Are you using the Iframe

Re: [flexcoders] Re: Anyone reading Paul Williams blogging about Presentation Patterns?

2007-10-15 Thread Bjorn Schultheiss
: I think the principle of extracting everything that can't be expressed as a simple data binding is solid. That makes it easy to inject a test data object (or series of data or data objects) to automate running through each presentation possibility. ...paul On 10/15/07, Bjorn

[flexcoders] swc question

2007-10-02 Thread Bjorn Schultheiss
Just to confirm, in regards to include swc files in your swc, the docs say, In most cases, the symbols defined in the SWF file that are referenced by the application are embedded in the Flex application at compile-time. This is known as static linking. The application compiler only

Re: [flexcoders] swc question

2007-10-02 Thread Bjorn Schultheiss
to zip and then browsing the contents after you unzip it with winzip (or winrar). The swc is just a wrapper. Hope this helps. Patrick On Oct 2, 2007, at 6:16 PM, Bjorn Schultheiss wrote: Just to confirm, in regards to include swc files in your swc, the docs say, In most cases

Re: [flexcoders] Flex 3 beta 2 - Black Background on Initialize!?

2007-10-01 Thread Bjorn Schultheiss
Use the background-color compiler setting/option cheers, Bjorn On 02/10/2007, at 11:36 AM, herklano wrote: hi, why is the background black on initialize in the Flex 3 Beta 2 ??? anyone knows how to get rid of this? cheers, herculano

Re: [flexcoders] How to get all children in Application?

2007-10-01 Thread Bjorn Schultheiss
I dont think there is a built-in function that returns all children. It wouldn't be difficult to write a recursive function that recurses through the display list and gets all child display objects though. regards, Bjorn On 02/10/2007, at 12:11 PM, flexawesome wrote: Hi there, is there a

Re: [flexcoders] Re: How to get all children in Application?

2007-10-01 Thread Bjorn Schultheiss
http://en.wikipedia.org/wiki/Recursion On 02/10/2007, at 12:23 PM, flexawesome wrote: I think so, and I creates function below. but don't know how to implement and writes the recursive function in this case, would u please show me an example? THANKS --- In flexcoders@yahoogroups.com, Bjorn

Re: [flexcoders] How to clone object?

2007-06-14 Thread Bjorn Schultheiss
There's some info here http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Partsfile=1882.html On 15/06/2007, at 12:04 PM, williamkusumo wrote: How do you clone/make copies of an object? I see some clone() functions in the docs, but they are all

[flexcoders] Validation drama

2007-06-05 Thread Bjorn Schultheiss
. As far as i am concerned why include it in the framework if it doesn't work. example http://www.adobe.com/devnet/flex/quickstart/validating_data/ play with the bottom example, count how many times you can get a red border with blue focus or the opposite incorrect value. Regards, Bjorn

Re: [flexcoders] Validation drama

2007-06-05 Thread Bjorn Schultheiss
and btw thanks for making Validator._source private so i cant even override the source setter without copy and pasting the entire class. On 05/06/2007, at 4:25 PM, Bjorn Schultheiss wrote: I just want to say validators in Flex 2 are the worst! Why is something as simple as updating

[flexcoders] Re: Disable Clicks while on busyCursor

2007-06-01 Thread Bjorn Schultheiss
This is quite slow. I wait for the app to disable, then any animations running while the app is disabled lag. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Did you try Application.application.enabled = false? From:

Re: [flexcoders] Disable Clicks while on busyCursor

2007-06-01 Thread Bjorn Schultheiss
Regards, Bjorn Schultheiss Senior 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 ((This transmission is confidential and intended solely for the person

[flexcoders] Re: Disable Clicks while on busyCursor

2007-06-01 Thread Bjorn Schultheiss
to use application.enabled. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, May 31, 2007 11:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Disable Clicks while

Re: [flexcoders] Disable Clicks while on busyCursor

2007-05-31 Thread Bjorn Schultheiss
... Are there any other methods you guys use for this? regards, Bjorn On 05/03/2007, at 5:23 PM, Bjorn Schultheiss wrote: Hey, Is there a way to disable all mouse clicks while CursorManager is set to busyCursor? Regards, Bjorn

Re: [flexcoders] sandbox error

2007-05-28 Thread Bjorn Schultheiss
Regards, Bjorn Schultheiss Senior 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 ((This transmission is confidential and intended solely for the person

Re: [flexcoders] Re: FileReference upload request does not get to the servlet in Unix comp

2007-05-24 Thread Bjorn Schultheiss
it happens. On 25/05/2007, at 11:36 AM, Bjorn Schultheiss wrote: Usually the upload will not take place if the player detects a possible error prior to making the upload..

Re: [flexcoders] FileReference upload request does not get to the servlet in Unix comp

2007-05-23 Thread Bjorn Schultheiss
There may be characters in the image filename that need to be escaped? Do you make the upload call in a try catch block? Usually the upload will not take place if the player detects a possible error prior to making the upload.. regards, Bjorn On 24/05/2007, at 2:40 PM, ivansebastiansurya

[flexcoders] Sound Security Errors

2007-05-18 Thread Bjorn Schultheiss
When loading sound files from a remote domain without a policyfile how do I catch security errors. I cant find any help in the documentation. Regards, Bjorn Schultheiss

Re: [flexcoders] tree event using cairngorm

2007-05-17 Thread Bjorn Schultheiss
not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. Regards, Bjorn Schultheiss Senior Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia

Re: [flexcoders] XMLNS to use same components in multiple projects

2007-05-16 Thread Bjorn Schultheiss
you can refer to your mxml-manifest.xml file found in the {FlexSDK}/ frameworks dir. that way you can use xmlns:myComps=http://whatever.com/mxml/; So basically you set your compiler to also read your new manifest file. Bjorn On 17/05/2007, at 1:53 AM, boy_trike wrote: I have a few custom

Re: [flexcoders] Why no scroll bar?

2007-05-16 Thread Bjorn Schultheiss
I think its due to the way your application swf is inserted into the html. It might pay to create a container within mx:Application that has its minWidth set. That way you will still get your application scope scroll bars when the window is resized below 1024 width. Bjorn On

Re: [flexcoders] Blue-Green Background color / image

2007-05-16 Thread Bjorn Schultheiss
I think the blue-green background is set in your application scope. For example if you set Application.backgorundColor to #FF you should get a white screen flicker. Bjorn On 17/05/2007, at 2:31 AM, bsausser wrote: Tried LiveDocs: but flickers the blue-green color and/or image.

Re: [flexcoders] Communication of data between parent and child movie.

2007-05-16 Thread Bjorn Schultheiss
Using the inbuilt event dispatching system is your best bet. That way you can have your parent(s) and child(s) loosely coupled. There are particular design patterns that also deal with this issue. Personally i like the combination of DataBinding, ModelLocator (Singleton) and Commands, ala

Re: [flexcoders] Equivalent of Application.application.globalVar in a Module

2007-05-16 Thread Bjorn Schultheiss
Without testing, i'm pretty sure even parentApplication refers to Application so you might be out of luck. You could have a shell singleton and then register each module singleton via a string reference. so you could use something like var s:ModuleSingleton =

Re: [flexcoders] Filtering Best Practices Question

2007-05-16 Thread Bjorn Schultheiss
With a complex objects list this is difficult. I would suggest doing it server side. If the lists contained numerical or string items you could rely on sorting to make your iteration process shorter. Bjorn On 17/05/2007, at 4:36 AM, Nate Pearson wrote: What's the best practice when you

[flexcoders] Remote crossdomain issues

2007-05-14 Thread Bjorn Schultheiss
Hey, When i attempt to load remote assets from a remote domain and specify the port as part of the url the load seems to break. For example if i specify http://remotedomain/asset.png //works fine but http://remotedomain:8080/asset.png //dies my crossdomain file is, cross-domain-policy

Re: [flexcoders] AVM1Movie wrong size

2007-05-08 Thread Bjorn Schultheiss
. __ Advertisement: Win a trip to the exquisite Daintree Ecolodge Spa in Cairns, QLD! http://ninemsn.com.au/share/redir/adTrack.asp? mode=clickclientID=781referral=hotmailtaglineMayURL=http:// music.ninemsn.com.au/compIntro.aspx?compId=2386 Regards, Bjorn Schultheiss Senior

Re: [flexcoders] Can I just bypass Cairngorm events?

2007-05-08 Thread Bjorn Schultheiss
Hey Mike, It helps decouple the view and controller. If you hard hard-wire your view to controller you are essentially adding just logic to your view. There's been talk around 'ditching' the controller out of MVC and a lot of developers have. Check this post,

[flexcoders] Loader and cross-domain

2007-05-07 Thread Bjorn Schultheiss
Hey, I'm loading jpg's from a remote domain and wish to perform extract pixel data from the loaded assets. I have specified a loaderContext object in the Loader.load(). something like: var lc:LoaderContext = new LoaderContext(); lc.checkPolicyFile = true; _loader = new Loader();

Re: [flexcoders] Loader and cross-domain

2007-05-07 Thread Bjorn Schultheiss
My bad... Tests proved this not the case. On 08/05/2007, at 3:06 PM, Bjorn Schultheiss wrote: Hey, I'm loading jpg's from a remote domain and wish to perform extract pixel data from the loaded assets. I have specified a loaderContext object in the Loader.load(). something like: var

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-05-03 Thread Bjorn Schultheiss
Time to go home... Never! I'm with Weyert on this one as well, Browser restrictions make my job difficult. Bjorn On 03/05/2007, at 5:52 PM, Weyert de Boer wrote: No problem! You got my email address. Remind me offlist and I will respond tomorrow. Time to go home. :)

Re: [flexcoders] Loading Fonts at runtime on OSX?

2007-05-01 Thread Bjorn Schultheiss
Depends what you ate or drank the night before, I mean the smell is probably interesting than what it looks like. What it tastes like is a whole other story ;) Just kidding, Alex... On 01/05/2007, at 4:24 PM, Alex Harui wrote: What does the vomit look like? And what does the FontHolder

Re: [flexcoders] Deploying Flex Applications

2007-04-30 Thread Bjorn Schultheiss
information, pleae let me know. But kindly help me with this. I badly need it. I shall be very thankful to you. Best Regards ..::DW Regards, Bjorn Schultheiss Senior Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400

Re: [flexcoders] Error: default arguments may not be interspersed with other options

2007-04-30 Thread Bjorn Schultheiss
/Adobe\ Flex\ Builder\ 2\ Plug-in/Flex\ SDK\ 2/ and my project doesnt have any path in it. Any suggestions? Regards, Bjorn Schultheiss Senior 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

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-29 Thread Bjorn Schultheiss
that luxury.Regards, Bjorn Schultheiss Senior Developer Personalised Communication Power Level 2, 31 Coventry St.South Melbourne 3205,VIC AustraliaT:  +61 3 9674 7400F:  +61 3 9645 9160W:  http://www.qdc.net.au ((This transmission is confidential and intended solely for the person

Re: [flexcoders] Rumor of the day: Silverlight sourcode public

2007-04-29 Thread Bjorn Schultheiss
http://www.codeplex.com/Project/ProjectDirectory.aspx?TagName=WPF Would be nice if they came with their own runtime for MacOSX and Linux That would be major! On 30/04/2007, at 8:12 AM, Weyert de Boer wrote: see: http://www.infoworld.com/article/07/04/27/MS-open-source-

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-29 Thread Bjorn Schultheiss
. They might try, but I think they should be more worried about Google and web based desktop software than Adobe and the flash player. Simon --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey Jason, Even if 90% of internet's users are running Windows, how many

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-29 Thread Bjorn Schultheiss
than silverlight. regards, Bjorn On 30/04/2007, at 2:11 PM, Weyert de Boer wrote: Bjorn Schultheiss wrote: I am of the same opinion. At the recent WebDU conference I spotted 1 presenter with a PC notebook, all the rest were macbooks. Yeah, I was using Windows on my MBP ;-) I am

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-27 Thread Bjorn Schultheiss
Which department? Development. Creative. Windows does not have a monopoly. On 27/04/2007, at 12:34 PM, Jeffry Houser wrote: I think this is true for many enterprises. Not true for a lot of developers. At 09:41 PM 4/26/2007, Bjorn Schultheiss wrote: Think again. On 27/04/2007, at 11:26

Re: [flexcoders] FF and Java sessions

2007-04-26 Thread Bjorn Schultheiss
from your system. The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful. If you have received this e-mail in error, please notify the sender. Regards, Bjorn Schultheiss Senior Developer

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-26 Thread Bjorn Schultheiss
Think again. On 27/04/2007, at 11:26 AM, mvbaffa wrote: Everybody uses Windows, almost all the workstations are windows. Macs have IE working OK.

Re: [flexcoders] DeepCopy Built In?

2007-04-25 Thread Bjorn Schultheiss
There's an example in the docs. On 26/04/2007, at 10:43 AM, Persaud, Anthony wrote: Is there a built-in function to deep-copy an object? Regards, Bjorn Schultheiss Senior Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61

<    1   2   3   4   5   >