Re: [flexcoders] Ted Patrick vs Scott Barnes

2007-01-24 Thread Bjorn Schultheiss
). Scott. Microsoft Code Poet / Deep Sleep Zenmaster. On 1/23/07, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Ted Patrick Scott be honest, you sold out to Microsoft (Full-Time Employee) so you can comment spam blogs in the Adobe marketplace for a living. What a classic :) This was pretty funny

[flexcoders] Modules and Cairngorm

2007-01-24 Thread Bjorn Schultheiss
Hey Can anyone give me the lowdown on this error TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::[EMAIL PROTECTED] to com.adobe.cairngorm.control.CairngormEvent. at flash.events::EventDispatcher/ flash.events:EventDispatcher::dispatchEventFunction() at

Re: [flexcoders] Loading Flash 8 RIA into Flex 2 Application

2007-01-23 Thread Bjorn Schultheiss
Any info on this error ReferenceError: Error #1056: Cannot create property reserved on _main_mx_managers_SystemManager. On 23/01/2007, at 9:43 AM, Bjorn Schultheiss wrote: Hey I'm trying to load one of our Monster Flash 8 RIA's into our new superior Flex 2 app and I'm getting a couple

Re: [flexcoders] Get a FlexJob - http://tech.groups.yahoo.com/group/flexjobs/

2007-01-23 Thread Bjorn Schultheiss
Go Teddy! good to have you on our side :) On 24/01/2007, at 11:11 AM, Ted Patrick wrote: Want a Job coding Flex 2.0? Got mad Flex AS3 skills? Hiring Developers? FlexJobs Discussion List http://tech.groups.yahoo.com/group/flexjobs/ I created FlexJobs to post jobs that I keep

Re: [flexcoders] Get a FlexJob - http://tech.groups.yahoo.com/group/flexjobs/

2007-01-23 Thread Bjorn Schultheiss
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Tuesday, January 23, 2007 4:46 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Get a FlexJob - http:// tech.groups.yahoo.com/group/flexjobs/ Go Teddy! good to have you on our side :) On 24/01/2007

Re: [flexcoders] Get a FlexJob - http://tech.groups.yahoo.com/group/flexjobs/

2007-01-23 Thread Bjorn Schultheiss
... use the force Ted, keep it together. BTW.. Did you here how dave coletta descibed your Flux Capacitor, or your ION energy field,,, uh no it was something else. hahah Peace, Mike On 1/23/07, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Go Teddy! good to have you on our side :) On 24/01/2007

Re: [flexcoders] how do i pass variables to a swf???

2007-01-23 Thread Bjorn Schultheiss
LocalConnection is the go. I would love to be able to use the query string to be able to set my LocalConnection.connection string at runtime. At the moment where using a IFrame hack to pass the connection variable to the swf via External Interface to set the connection string at runtime

Re: [flexcoders] how do i pass variables to a swf???

2007-01-23 Thread Bjorn Schultheiss
My bad, FlashVars for the query string, ExternalInterface for the positioning. On 24/01/2007, at 2:55 PM, JesterXL wrote: Why not use a FlashVars tag? On Jan 23, 2007, at 10:48 PM, Bjorn Schultheiss wrote: LocalConnection is the go. I would love to be able to use the query string

Re: [flexcoders] Ted Patrick vs Scott Barnes

2007-01-22 Thread Bjorn Schultheiss
Ted Patrick Scott be honest, you sold out to Microsoft (Full-Time Employee) so you can comment spam blogs in the Adobe marketplace for a living. What a classic :) This was pretty funny, except for some of the novel length comments Barnsey made which had to be skipped. Developers

[flexcoders] Loading Flash 8 RIA into Flex 2 Application

2007-01-22 Thread Bjorn Schultheiss
Hey I'm trying to load one of our Monster Flash 8 RIA's into our new superior Flex 2 app and I'm getting a couple of errors in the console. ReferenceError: Error #1056: Cannot create property reserved on _main_mx_managers_SystemManager. ReferenceError: Error #1056: Cannot create property

Re: [flexcoders] YouTube and LocalConnection

2007-01-22 Thread Bjorn Schultheiss
I'm working on something similar at the moment with vm1 swf's. If your loading a vm2 movie into another vm2 movie, LocalConnection is not required. if your loading vm1 movie into a vm2 movie, it sucks. The vm1 movie must define a localconnection object and a connection string. vm2 can

[flexcoders] pass vars to AVM1Movie

2007-01-17 Thread Bjorn Schultheiss
Hey, I'm loading AVM1 swfs into my flex app via SWFLoader. I want to be able to pass in a unique connection id from flex to flash to use for my localconnection. Any solutions? Bjorn

Re: [flexcoders] pass vars to AVM1Movie

2007-01-17 Thread Bjorn Schultheiss
ExternalInterface, and have JavaScript send in the value to the AVM1Movie (assuming Flash 8 which also supports ExternalInterface). On Jan 17, 2007, at 7:35 PM, Bjorn Schultheiss wrote: Hey, I'm loading AVM1 swfs into my flex app via SWFLoader. I want to be able to pass in a unique connection id

Re: [flexcoders] Re: ObserveValue, and how to reference within AS3 Class File

2007-01-16 Thread Bjorn Schultheiss
why you want to use data binding in an ActionScript environment What if your mxml component is subclasses ViewStack or Panel where they only accept child's that are display objects. The tag is unusable in that case and the solution would be nice to implement in the script block. For now i

Re: [flexcoders] should cairngorm commands call other commands.

2007-01-14 Thread Bjorn Schultheiss
Hey Robin, Check out com.adobe.cairngorm.command.SequenceCommand The standard way is to define the nextEvent in the command and then call executeNextCommand. If you need to define your events in your view i have a utility for it and i posted the info here

[flexcoders] Re: AC Observe Tag

2007-01-12 Thread Bjorn Schultheiss
951 [EMAIL PROTECTED] http://weblogs.macromedia.com/auhlmann From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: 12 January 2007 05:09 To: flexcoders@yahoogroups.com Subject: [flexcoders] AC Observe Tag

Re: [flexcoders] Re: Problem Using Modules - Flex 2.0.1

2007-01-11 Thread Bjorn Schultheiss
yo, maybe this might help. http://tech.groups.yahoo.com/group/flexcomponents/message/1143 Regards, Bjorn On 11/01/2007, at 11:40 AM, fliabrussa wrote: --- In flexcoders@yahoogroups.com, fliabrussa [EMAIL PROTECTED] wrote: I'm having the following problem: I've built a module (called

[flexcoders] AC Observe Tag

2007-01-11 Thread Bjorn Schultheiss
More or less this post is a question. With regards to the use of Adobe Consulting's Observe utility i'm not getting the expected result. I've got some simple code where i wish to execute a function when a value gets set via binding. When i create my Observe instance the value has not yet

Re: [flexcoders] Re: [Cairngorm] Command calling another command

2007-01-09 Thread Bjorn Schultheiss
Collin, I just read a blog post that may interest you. It's by Bjorn Schultheiss, titled Sequencing multiple commands. http://cairngormdocs.org/blog/?p=27 Also in case you didn't check this out. http://cairngormdocs.org/ --- In flexcoders@yahoogroups.com, Collin Peters [EMAIL PROTECTED] wrote

Re: [flexcoders] Re: Cairngorm 2.1 exmples.

2007-01-09 Thread Bjorn Schultheiss
There's a heap of cairngorm examples on cairngormdocs.org in the blogs section On 10/01/2007, at 12:53 PM, Kevin wrote: I found another simple Cairngorm 2.1 example for those interested. Although the app is a little buggy, I think it is a very clear example of the Cairngorm flow for

Re: [flexcoders] Re: Problem Using Modules - Flex 2.0.1

2007-01-09 Thread Bjorn Schultheiss
I've got the same error and cant determine why. It seems it has to with this line in the DragManager; private static var impl:IDragManager = Singleton .getInstance(mx.managers::IDragManager) as IDragManager; From what i can see FlexModuleFactory.docFrameHandler() is never getting called from

Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-09 Thread Bjorn Schultheiss
I guess the next greatest question is will we be able to deploy apollo apps on the iphone? That would rock regards, Bjorn On 10/01/2007, at 5:34 PM, Shannon Hicks wrote: It runs OS X, it runs Safari It even runs widgets... surely it is capable of running Flash Player 9. If Apple

[flexcoders] DragManager.isDragging returning null

2007-01-01 Thread Bjorn Schultheiss
Can anyone please explain how my app can be causing this error. TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.managers::DragManager$/get isDragging()[C:\dev\flex_201_gmc\sdk \frameworks\mx\managers\DragManager.as:158] at

Re: [flexcoders] Any word on The RIA book??

2006-12-28 Thread Bjorn Schultheiss
According to faratasystems' blog they just recently completed writing the book. Check it out flexblog.faratasystems.com On 29/12/2006, at 12:04 PM, Mike Anderson wrote: Hello All, I pre-purchased this book, as many others I am sure - and I am curious when it will be shipped. FYI, if you

Re: [flexcoders] What's the best approach here (Associative arrays, dynamic classes, etc...)?

2006-12-27 Thread Bjorn Schultheiss
check out darron shall's object serializer, it should do the trick On 28/12/2006, at 7:52 AM, chuvakgu wrote: Hi all, Here's what I am trying to do. I have an object that I get from the server (currently via XmlRpc but that doesn't really matter). It's an Object. I want to convert it into a

Re: [flexcoders] Where to save Cairngorm.swc?

2006-12-27 Thread Bjorn Schultheiss
I've got it in /libs/swc/ On 28/12/2006, at 2:29 AM, Rich Tretola wrote: I keep a swcs folder at the same level as my projects so that it can be easily included in multiple project build paths. Rich On 12/27/06, Kevin Merritt [EMAIL PROTECTED] wrote: This may be a simple question, but

[flexcoders] Re: Cairngorm Store, Best Practice Question: Containers

2006-12-23 Thread Bjorn Schultheiss
If your considering optimization it is important to understand how your containers measure function works. I suppose if you have containers 15 levels deeps or more with each having relative, perecntage based values set, it might tax on slower processors. Tims and Ralfs advice is gold. Just don't

Re: [flexcoders] SequenceCommands ... is there a point to their existence?

2006-12-20 Thread Bjorn Schultheiss
It's very interesting how many succesful implementations of chaining events or commands developers are using. I think sequenceCommand in an attempt to be a pseudo abstract style class, doesn't solve the issue of when there is a chain of commands that need to be executed. Perhaps a best

[flexcoders] bindable typed array

2006-12-20 Thread Bjorn Schultheiss
Hey, I'm looking for an elegant solution here :) i've got a TypedArray class which extends Array and i have the property on my model typed as an ArrayCollection to make it and it's contents bindable. I guess the elegant solution here would be to have something like this, public function

Re: [flexcoders] bindable typed array

2006-12-20 Thread Bjorn Schultheiss
Sorry guys, just found the source property on ArrayCollection, sorted. B On 21/12/2006, at 1:48 PM, Bjorn Schultheiss wrote: Hey, I'm looking for an elegant solution here :) i've got a TypedArray class which extends Array and i have the property on my model typed as an ArrayCollection

Re: [flexcoders] Second post: Really stuck on a problem which should be really easy? :(

2006-12-20 Thread Bjorn Schultheiss
are you sure kkmis.models.itemGateway is in your wwwroot folder?

Re: [flexcoders] Cairngorm 2.1 - calling a webservive more than once

2006-12-20 Thread Bjorn Schultheiss
hey robin, there's a list called cairngorm-devel ask there. i dont really use webservices much, i enjoy remoting more :) B On 21/12/2006, at 4:53 PM, Robin Burrer wrote: I switched back to v 2.0 and all works fine now. I don’t really have the time to debug this. I’m quite happy with

Re: [flexcoders] component CSS

2006-12-20 Thread Bjorn Schultheiss
load the css in the component On 21/12/2006, at 4:06 PM, graysonpierce wrote: css/ In this application I have a component that has a button that sets a styleName to a name defined with dot in main.css like this:

Re: [flexcoders] Re: Connect to FB2 Debugger from SDK compiled swf

2006-12-17 Thread Bjorn Schultheiss
through a JBoss server on localhost which seems to preclude me from using the FB2 debugger (which, needless to say, is quite a bummber). Thanks, Chris --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: OK, figured out a solution, happy again On 12/12/2006

Re: [flexcoders] Re: Connect to FB2 Debugger from SDK compiled swf

2006-12-12 Thread Bjorn Schultheiss
debugger (which, needless to say, is quite a bummber). Thanks, Chris --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: OK, figured out a solution, happy again On 12/12/2006, at 2:58 PM, Bjorn Schultheiss wrote: OK next question, Can i compile in Ant from

Re: [flexcoders] Flex Utilities available

2006-12-12 Thread Bjorn Schultheiss
Thanks, Looks good, Will look into the iterator pattern more. Bjorn On 13/12/2006, at 2:13 PM, efeminella wrote: If anyone is interested I have compiled my utilites package and made it available for other Flex developers to use as needed. The utils package contains common utility API's

[flexcoders] Re: Browser to Flex Debugger connection

2006-12-11 Thread Bjorn Schultheiss
Yo, I got the command-line debugger working, but is there anyway to hook into FB2 debugger? Bjorn --- In flexcoders@yahoogroups.com, bjorn.schultheiss [EMAIL PROTECTED] wrote: Hi all, After compiling my app using the sdk with arg -debug=true i then tried to open the html file in the

[flexcoders] Connect to FB2 Debugger from SDK compiled swf

2006-12-11 Thread Bjorn Schultheiss
Yo, I got the command-line debugger working, but is there anyway to hook into FB2 debugger? Bjorn --- In flexcoders@yahoogroups.com, bjorn.schultheiss [EMAIL PROTECTED] wrote: Hi all, After compiling my app using the sdk with arg -debug=true i then tried to open the html file in the

Re: [flexcoders] Connect to FB2 Debugger from SDK compiled swf

2006-12-11 Thread Bjorn Schultheiss
OK next question, Can i compile in Ant from eclipse, then use the eclipse debugger on my compiled swf. Bjorn On 12/12/2006, at 2:24 PM, Bjorn Schultheiss wrote: Yo, I got the command-line debugger working, but is there anyway to hook into FB2 debugger? Bjorn --- In flexcoders

Re: [flexcoders] Connect to FB2 Debugger from SDK compiled swf

2006-12-11 Thread Bjorn Schultheiss
OK, figured out a solution, happy again On 12/12/2006, at 2:58 PM, Bjorn Schultheiss wrote: OK next question, Can i compile in Ant from eclipse, then use the eclipse debugger on my compiled swf. Bjorn On 12/12/2006, at 2:24 PM, Bjorn Schultheiss wrote: Yo, I got the command-line

Re: [flexcoders] Re: Cairngorm's Anaemic Domain Model

2006-12-05 Thread Bjorn Schultheiss
Hey Ralf, For the rich-model implementation would this benefit from FDS, or some other data-sync framework? Regards, Bjorn On 06/12/2006, at 10:31 AM, Ralf Bokelberg wrote: Though Cairngorm doesn't prevent you from creating rich models, i think it fits better for this kind of crud

Re: [flexcoders] Re: Access TextField within ComboBox

2006-12-05 Thread Bjorn Schultheiss
Thanks John, I currently am using a 'prompt' on my combobox as well. I'm making my changes on a handler listening to the close event. Here's perhaps a more detailed explanation of my problem from another previous email. Hopefully this question has a simple answer, though i haven't found

Re: [flexcoders] RED5

2006-11-30 Thread Bjorn Schultheiss
As far as i know, No AMF3 support for Red5 yet. Check out Renaun Erickson's AMF0 Remote Object Implementation. You will be able to use that with Red5 remoting. B On 01/12/2006, at 8:11 AM, Eduardo Dias wrote: Can RED5 be used to connect client applications in an Applications Server

[flexcoders] Databinding Custom Event

2006-11-28 Thread Bjorn Schultheiss
Hey, What if any benefits are there to defining a custom event type for your databinding? ie: [Bindable(event=MyEvent)] public function set firstname(value:String):void { _firstname = value; dispatchEvent( new FlexEvent('MyEvent') ); } public function get firstname():String {

Re: [flexcoders] Viewstack.removeChildAt() and Garbage Collection

2006-11-23 Thread Bjorn Schultheiss
Thanks Ralph, The behavior of the remove/addChild methods are consistent I guess. I only became perplexed on this issue after the documentation read that, using removeChild() within the Container would reduce memory usage and improve performance. Seems like a case for

Re: [flexcoders] Viewstack.removeChildAt() and Garbage Collection

2006-11-23 Thread Bjorn Schultheiss
;-) ). Performance gets increased, because the object doesn't need to be drawn no more. Since the drawing of everything is the bottleneck compared to the AVM2, that's actually more true then I'd like ;-) Ahh, Flash 10, give us hardware support ;-) Ralph. On 11/24/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote

[flexcoders] mx.automation

2006-11-23 Thread Bjorn Schultheiss
this is not supposed to be an issue right? Regards, Bjorn Schultheiss

[flexcoders] mx.automation

2006-11-23 Thread Bjorn Schultheiss
this is not supposed to be an issue right? Regards, Bjorn Schultheiss

[flexcoders] Re: Intel-Mac 9.0.28 debug plugin

2006-11-19 Thread Bjorn Schultheiss
If there is a debug player it would be nice to get it. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark McCray Sent: Friday, 17 November 2006 11:49 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] SetStyle fonts in Actionscript - CSS

2006-11-19 Thread Bjorn Schultheiss
= myRadioText; myRadioText.text = This test; this.addChild(myRadioText); Regards,   Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of {reduxdj} Sent: Monday, 20 November 2006 10:35 AM To: flexcoders@yahoogroups.com

[flexcoders] CSS Font Hell :(

2006-11-16 Thread Bjorn Schultheiss
: myMyriadProBlack; fontWeight: heavy; fontSize: 26; } In this example the label within the panel has the font applied. The Panel header is TimesRoman or something :( Regards, Bjorn Schultheiss Senior Flash Developer QDC Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205

[flexcoders] CSS Font Hell :(

2006-11-16 Thread Bjorn Schultheiss
Beautiful. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Shaw Sent: Friday, 17 November 2006 12:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] CSS Font Hell

[flexcoders] Intel-Mac 9.0.28 debug plugin

2006-11-16 Thread Bjorn Schultheiss
Hey, I'm having some trouble finding this. Any help? Regards, 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

[flexcoders] Re: Intel-Mac 9.0.28 debug plugin

2006-11-16 Thread Bjorn Schultheiss
The 4th link within the FP9 group (the one I previously dl'ed) throws an error on installation saying that its a PowerPC version only. Hence my question on the location of an Intel-mac UB. Regards,   Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com

[flexcoders] Fonts questions

2006-11-15 Thread Bjorn Schultheiss
1. Where is the flex-config.xml located where you can specify the preference order of which font manager you wish to use? 2. Anyone successfully embedded and used Myriad Pro Semibold? Via TTF, I know I can get it work using FlashFonts. Regards, Bjorn Schultheiss Senior Flash Developer QDC

[flexcoders] Fonts questions

2006-11-15 Thread Bjorn Schultheiss
Stupid questions. Sorry, solved both Regards,   Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, 16 November 2006 12:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Fonts

[flexcoders] Panel Title Embedded Font

2006-11-15 Thread Bjorn Schultheiss
(MYRIADPB.TTF); } .myFontStyle { fontFamily: myMyriadProBlack; fontWeight: heavy; fontSize: 26; } In this example the label within the panel has the font applied. The Panel header is TimesRoman or something :( Regards, Bjorn Schultheiss Senior Flash Developer QDC Personalised

[flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Bjorn Schultheiss
Does this mean in the future there will be no need for the Firefox Flash Plugin? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Mendels Sent: Wednesday, 8 November 2006 9

[flexcoders] Re: cairngorm: calling a function in a view

2006-11-07 Thread Bjorn Schultheiss
view_xml = parsedData; } public var view_xml:*; } View - view:MyComponent dataProvider={model.myviewmodel.view_xml} / Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jamie O Sent

[flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Bjorn Schultheiss
*will* still need the Flash Player plugin... the Flash-specific classes (like Sprite) will still live there. J -Original Message- From: Bjorn Schultheiss [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 November 2006 11:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Bjorn Schultheiss
Thanks JD. Answered alot. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Wednesday, 8 November 2006 12:24 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread Bjorn Schultheiss
Cool, smart move by Adobe! Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Muller Sent: Wednesday, 8 November 2006 12:43 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Tamarin, Adobe open source

[flexcoders] Flex2 Docs font in Mac

2006-11-05 Thread Bjorn Schultheiss
Hey, When viewing the help docs in FB2 Beta for Mac, the small font used for the code examples renders terrible. Anyway to manually change this on the Mac Regards, Bjorn Schultheiss -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Flex2 Docs font in Mac

2006-11-05 Thread Bjorn Schultheiss
I think most likely its using a non-standard Mac, perhaps i can update the appropriate asdocs template file and rebuild the docs? Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Mazzocchi Sent: Monday, 6 November

[flexcoders] The Flexifier is live

2006-10-29 Thread Bjorn Schultheiss
Very cool, Have you guys seen FLEXible yet? http://www.osflash.org/flexible From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Mendels Sent: Monday, 30 October 2006 11:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] The Flexifier is

[flexcoders] Cairngorm 2.1 problem

2006-10-29 Thread Bjorn Schultheiss
Have you implemented the new DestinationLocator? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Bernardini Sent: Sunday, 29 October 2006 8:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm 2.1 problem after copying the

[flexcoders] ModuleManager

2006-10-27 Thread Bjorn Schultheiss
/rgonzalez Cheers, :-) -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Thursday, October 26, 2006 9:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleManager Yo! Word on the street (actually some blogging of max

[flexcoders] ModuleManager

2006-10-26 Thread Bjorn Schultheiss
Yo! Word on the street (actually some blogging of max) says Flex 2.01 has a module manager. I am in the initial stages of planning the architecture of large enterprise application, Can I perhaps see the Class(interfaces) so that I can plan ahead for it, please? Thanks, Bjorn

[flexcoders] (Cairngorm App) Advice on Deleting a VO, from a DataGrid containing an Array of VO's

2006-10-17 Thread Bjorn Schultheiss
Hey Mike, Ill give you a quick answer. Create an event with the index that is to be removed. In your command call your server-side method and pass the index as param (also it may be useful to tack the index on the call object), On confirmation of this process, in the result

[flexcoders] (Cairngorm App) Advice on Deleting a VO, from a DataGrid containing an Array of VO's

2006-10-17 Thread Bjorn Schultheiss
This would also be a nice case for FDS and binding the model to the server. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Wednesday, 18 October 2006 9:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] (Cairngorm App) Advice on

[flexcoders] (Cairngorm App) Advice on Deleting a VO, from a DataGrid containing an Array of VO's

2006-10-17 Thread Bjorn Schultheiss
on behalf of Bjorn Schultheiss Sent: Tue 10/17/2006 8:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] (Cairngorm App) Advice on Deleting a VO, from a DataGrid containing an Array of VO's Hey Mike, I'll give you a quick answer. Create an event with the index that is to be removed

[flexcoders] Access Cairngorm Value Objects in the onResult Method

2006-10-17 Thread Bjorn Schultheiss
Yeah use the async token. Execute() { Var call:AsyncToken = delegate.myMethod(myVO); Call.token = myVO; onResult(e) { e.token as VO J Lifes easy with Flex 2 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digitalbackcountry Sent: Wednesday,

[flexcoders] Keyboard shortcuts across workspaces

2006-10-12 Thread Bjorn Schultheiss
(currently at 2). Regards, Bjorn Schultheiss __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

RE: [flexcoders] where should I place crossdomain.xml for tomcat server

2006-10-11 Thread Bjorn Schultheiss
to my attention that Adobe still sells remoting for $1000 and it includes typed complex nested object handling. We run tests and got this working on Tomcat! A nice alternative to FDS if you do not require the rest of FDS. Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] where should I place crossdomain.xml for tomcat server

2006-10-11 Thread Bjorn Schultheiss
I have sent thisto list... // slaps himself across the head Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn SchultheissSent: Thursday, 12 October 2006 9:43 AMTo: flexcoders

[flexcoders] FlexBuilder Flintstone

2006-10-11 Thread Bjorn Schultheiss
of these features. Whats the deal, I'm starting to feel like Barney Rubble chizzeling away at my keyboard in the stoneage era (i hope you guys have a sense of humour). If i reinstall and use Eclipse with FB plugin will i get these features? Regards, Bjorn Schultheiss __._,_.___ -- Flexcoders

RE: [flexcoders] where should I place crossdomain.xml for tomcat server

2006-10-11 Thread Bjorn Schultheiss
No i'm not sure that its AMF3, but it is an updated version that can handle complex typed nested objects. I believe AMF3 specification is more detailed (with smaller binary files etc). Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Add/Remove Comment Block

2006-10-11 Thread Bjorn Schultheiss
Hey, When i use shortcut key to add comment block it works when, but using the same shortcut key on the same block does not remove the comment block. Any particular reason? Regards, Bjorn Schultheiss __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] FlexBuilder Flintstone

2006-10-11 Thread Bjorn Schultheiss
? Regards, Bjorn Schultheiss __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Cairngorm commands - best practise

2006-10-10 Thread Bjorn Schultheiss
service:AbstractService;private var responder:Responder} Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robin BurrerSent: Wednesday, 11 October 2006 11:12 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders

[flexcoders] Cairngorm commands - best practise

2006-10-10 Thread Bjorn Schultheiss
dont think you understood the question. Your answer, as far as I can tell, does not seem responsive. But I'm not sure that I could repeat it and make it any clearer than robin's initial question. Perhaps you could re-read it. Regards,Hank On 10/10/06, Bjorn Schultheiss bjorn.schultheiss

[flexcoders] Application Layout and Component Files

2006-10-05 Thread Bjorn Schultheiss
Just keep playing with it and find what works for you, All the containers are there to make things easier for you. Learn what they do and you'll be able to make the choice. Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] SWF access problem!

2006-10-05 Thread Bjorn Schultheiss
Are you embedding the fonts your using in the textfields? Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maikelsibbaldSent: Thursday, 5 October 2006 6:34 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] SWF access problem

[flexcoders] Re: Bug with stacked ColumnSet and LogAxis

2006-10-05 Thread Bjorn Schultheiss
http://www.adobe.com/support/email/wishform/ Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatworkSent: Friday, 6 October 2006 12:24 AMTo: flexcoders@yahoogroups.comSubject

[flexcoders] Re: How to determine if an array is empty.

2006-10-05 Thread Bjorn Schultheiss
(myArray.length == 0); unless myArray has not been instantiated Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of davcavsSent: Friday, 6 October 2006 7:28 AMTo: flexcoders

RE: [flexcoders] does the CFC/AS namespace path have to match?

2006-10-04 Thread Bjorn Schultheiss
That alias biz has got me b4 as well... Dont be to hard on yourself :) Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan MeutznerSent: Thursday, 5 October 2006 4:15 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders

[flexcoders] subject

2006-10-03 Thread Bjorn Schultheiss
No Problemo Aldo, Any time ;) Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel CascaisSent: Tuesday, 3 October 2006 2:02 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders

[flexcoders] does the CFC/AS namespace path have to match?

2006-10-03 Thread Bjorn Schultheiss
As far as i know CF cant handle AS functions as it has no way of processing the logic (dont quote me). I know that in Java all getters and setters are evaluated to primitive members. In other words you can not pass a Function through remoting, i think :) Regards, Bjorn Schultheiss

[flexcoders] The pass the parameter or reference the component (which better?)

2006-10-03 Thread Bjorn Schultheiss
It seems that you first example is the considered best practice at the moment create an explicit setter on your component and pass in the data object that way Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sinacaphoSent: Wednesday

[flexcoders] New Autocomplete component (free)...feedback?

2006-10-01 Thread Bjorn Schultheiss
http://weblogs.macromedia.com/flexteam/archives/2006/09/component_autoc.cfm Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Thursday, 28 September 2006 2:05 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders

[flexcoders] Work with Flex Builder became Misson Impossible

2006-10-01 Thread Bjorn Schultheiss
interesting comments http://www.onflex.org/ted/2006/09/flex-builder-memory-minimize-flex.php Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rogerio GonzalezSent: Monday, 2 October 2006 1:36 PMTo: flexcoders@yahoogroups.comSubject: Re

RE: [flexcoders] Re: Cairngorm Best Practices.

2006-09-27 Thread Bjorn Schultheiss
. Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeardSent: Thursday, 28 September 2006 3:55 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cairngorm Best Practices. This is off the top of my head so if someone out

[flexcoders] textfield's alpha

2006-09-25 Thread Bjorn Schultheiss
Sorry guys, Stupid question, how can i apply a fade effect to a textfield? It doesnt seem to work. Regards, Bjorn Schultheiss Senior Flash Developer Personalised Communication Power Level 2, 31 Coventry St.South Melbourne 3205,VIC AustraliaT: +61 3 9674 7400F: +61 3 9645 9160W: http

RE: [flexcoders] textfield's alpha

2006-09-25 Thread Bjorn Schultheiss
thanks, Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan MeutznerSent: Tuesday, 26 September 2006 2:52 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] textfield's alpha Bjorn,You'll have to embed the fonts used

[flexcoders] textfield's alpha

2006-09-25 Thread Bjorn Schultheiss
While i'm at this, Adobe's Myriad Pro font that is distributed with CS2 only comes in openType format .otf Is it possible to embed .otf or only .ttf and if so has anyone seen a TrueType Myriad Pro? Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Why does the commented line NOT work??

2006-09-24 Thread Bjorn Schultheiss
;model.currentPartPricing.perRoll = dgPrice.selectedItem.perRoll; Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boy_trikeSent: Monday, 25 September 2006 9:54 AMTo: flexcoders@yahoogroups.comSubject

[flexcoders] defining item renderers, different way?

2006-09-24 Thread Bjorn Schultheiss
use your script tag mx:Script import net.smithaaronlee.something.view.components.SubscriptionListItemRenderer; /mx:Script ps. dont forget the cdata Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] looping of a tree object

2006-09-21 Thread Bjorn Schultheiss
In flash i had to expand all nodes in the tree first. Hopefully it's not the same in Flex. Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of feel8335Sent: Friday, 22 September 2006 1:29 PMTo: flexcoders@yahoogroups.comSubject

[flexcoders] display images in a horizontal list component

2006-09-20 Thread Bjorn Schultheiss
t;width="100%" height="100%" clipContent="false"mx:Imageid="image"source="{ data.image }" width="75"height="70" complete="itemBox.visible = true;" /mx:Labeltext="{ data.name }"height="20" //mx:VBo

[flexcoders] HistoryManagement Problem

2006-09-19 Thread Bjorn Schultheiss
Hi, I can't see what i've missed here. In this code i have a trace in saveState that nevers appears in the console panel. mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" implements="mx.managers.IHistoryManagerClient"width="400" height="100"initialize="init()"

<    1   2   3   4   5   >