RE: [flexcoders] Will browsers support FlashPlayer in the future?

2005-10-10 Thread Bjorn Schultheiss
Today the popularity of the Flash Player is hard to deny. Even Microsoft currently uses it in some of there latest web sites such as Microsoft @ 30 Anyway I think Microsoft would come under a lot of heat if they attempted to drop all use of it from there future browser releases and

RE: [flexcoders] Cairngorm is bad?

2005-11-14 Thread Bjorn Schultheiss
as it's great to see the technology challenged True indeed, I think other unique frameworks would highlight more, any strengths or weaknesses in Cairngorm. So far Cairngorm holds the flex framework's heavyweight belt, time for some new contendors -Original Message- From:

RE: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Bjorn Schultheiss
should handle it fine. I know i used CF to place multiple query returnsinside of an object and returned that back to flash no problemo. cfset returnObj.topMenu = #topMenuQuery# cfreturn returnObj then in client function resultHandler(re) { varreturnObj = re.result; var topMenuRS =

[flexcoders] Workspace Overlapping

2006-04-18 Thread Bjorn Schultheiss
to create a new project Untick default location, which was still set to C:\Documents and Settings\user\My Documents\Flex And I try to set the location to C:\DEV\FLEXB2\ I get C:\DEV\FLEXB2\ overlaps the workspace location C:\DEV\FLEXB2\ Isn't that contradicting Bjorn Schultheiss Senior

[flexcoders] Workspace Overlapping

2006-04-18 Thread Bjorn Schultheiss
to create a new project Untick default location, which was still set to C:\Documents and Settings\user\My Documents\Flex And I try to set the location to C:\DEV\FLEXB2\ I get C:\DEV\FLEXB2\ overlaps the workspace location C:\DEV\FLEXB2\ Isn't that contradicting Bjorn Schultheiss Senior

[flexcoders] Workspace Overlapping

2006-04-19 Thread Bjorn Schultheiss
to create a new project Untick default location, which was still set to C:\Documents and Settings\user\My Documents\Flex And I try to set the location to C:\DEV\FLEXB2\ I get C:\DEV\FLEXB2\ overlaps the workspace location C:\DEV\FLEXB2\ Isn't that contradicting Bjorn Schultheiss Senior Flash

[flexcoders] Mystic CFC Wizard

2006-05-14 Thread Bjorn Schultheiss
Hi, When using the RDS Coldfusion CFC Wizard, is it possible to create a CFC based off the fields in the sql SELECT statement, as opposed to only being able to create a CFC off a table structure? Hope this is the appropriate list for my question. Bjorn Schultheiss Senior Flash

[flexcoders] Coldfusion/Flex Project Integration

2006-05-14 Thread Bjorn Schultheiss
. 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 ((This transmission is confidential and intended solely for the person

RE: [flexcoders] Dump?

2006-08-06 Thread Bjorn Schultheiss
public function dump(obj:*):String { for (var i in obj) { trace('key: '+i+', value: '+obj[i] ); } } Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinsonSent: Monday, 7 August 2006

RE: [flexcoders] Dump?

2006-08-06 Thread Bjorn Schultheiss
already answered by joost Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn SchultheissSent: Monday, 7 August 2006 11:38 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Dump

RE: [flexcoders] Custom item renderer and view states

2006-08-06 Thread Bjorn Schultheiss
Are you able to trace from the ItemRenderer class the status of the text box? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joostnuijtenSent: Monday, 7 August 2006 9:01 AMTo: flexcoders

RE: [flexcoders] Java developers: How do you organize your projects?

2006-08-06 Thread Bjorn Schultheiss
Hi Joost, Do you use any *special* fake facade for testing server interaction? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joost NuijtenSent: Monday, 7 August 2006 10:57 AMTo: flexcoders

RE: [flexcoders] Dump?

2006-08-06 Thread Bjorn Schultheiss
mm yes, the new utils package. I must admit there are a few cool utils in there. I am not fully up to speed yet as 9-5 im still on as2 Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy

RE: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Bjorn Schultheiss
are developing, I for one would be all for the developement of a UML tool or FB plugin that will generate code that leverages the Cairngorm framework. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave

RE: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Bjorn Schultheiss
]ups.com, "Bjorn Schultheiss"bjorn.schultheiss@... wrote: The cowboy disagrees. I have just heard you pour your heart out about your innovativeapproaches to developement process and how cool your UI's are. Then in the next paragraph let me quote. I dont think that your choice of HOW y

RE: [flexcoders] embed flash 8 swf into flex2

2006-08-09 Thread Bjorn Schultheiss
Yes there are some easier ways, Firstly build the mc's using Flash 9 preview ide (as3 supported, YAY!) if your bent on using 8 or 7, try, http://weblogs.macromedia.com/pent/archives/2006/07/using_actionscr.cfm#more Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies

RE: [flexcoders] Configuring a ColdFusion server for Flex

2006-08-13 Thread Bjorn Schultheiss
The docs should come with the CF 7.02 updater or look for Mystic on adobe labs Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan SabirSent: Friday, 11 August 2006 12:33 PMTo: 'flexcoders

RE: [flexcoders] For Each loop with ArrayCollection

2006-08-13 Thread Bjorn Schultheiss
mytestcompanyOutput = mytestcompanyOutput + testcompanyValue + "\n"; should be mytestcompanyOutput = mytestcompanyOutput + testCompany[ testcompanyValue ]+ "\n"; Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mai

RE: [flexcoders] Re: Dynamic combobox

2006-08-13 Thread Bjorn Schultheiss
Try trace and debug branchID.dataProvider = result.FLD_BRANCH_NAME asArrayCollection;and see what it is. Are the values of the dp strings or objects? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: For Each loop with ArrayCollection

2006-08-13 Thread Bjorn Schultheiss
So that means the the element you are trying to concatenate into a string is an object. So your Array contains objects and the value must be inside the object Array[index].value Get it, good Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders

RE: [flexcoders] Re: Cairngorm2 SequenceCommand

2006-08-20 Thread Bjorn Schultheiss
nager" that is bound to the modelLocator and is individual for each UI created. Reason being is that UI's are not just driven by business logic. Often there is a case for UI specific logic. Where that ViewManager is just tacked onto the ModelLocator or is treated as a View depends. Regards, Bjorn S

RE: [flexcoders] Cairngorm and MVC: Quickie

2006-08-21 Thread Bjorn Schultheiss
Yes, although i have heard of succesful implementations that use more than 1 controller and locator. I think that, that is the idea until it doesn't satisfy your requirements anymore Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Bjorn Schultheiss
will be using FDS in our v2 development of our Application. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Friday, 25 August 2006 10:04 AMTo: flexcoders@yahoogroups.comSubject: Re

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Bjorn Schultheiss
is there are alternatives. In terms of FDS it is the DataSync that really takes my fancy ;) Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Friday, 25 August 2006 11:05 AMTo: flexcoders

RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Bjorn Schultheiss
What are you using at the moment that's cheaper, PHP? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Friday, 25 August 2006 12:21 PMTo: flexcoders@yahoogroups.comSubject: Re

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Bjorn Schultheiss
http://www.adobe.com/products/jrun/ I must warn though, Jrun seems to be a forgotten child of adobe at the moment. The recent private beta test was a bit, shall we say, lacking of support for issues. 4.5 has yet to be released but i can verify its got AMF3. Regards, Bjorn Schultheiss

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Bjorn Schultheiss
Hi Mark, Are there plans for a webOrb release (AMF3 included) for Java? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark PillerSent: Friday, 25 August 2006 2:30 PMTo: flexcoders

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-25 Thread Bjorn Schultheiss
Hi Mark, I am curious, what is the reasoning for that decision? Wasn't WebOrb originally for Java? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark PillerSent: Friday, 25 August 2006 3

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-25 Thread Bjorn Schultheiss
the technology works, which seems to be the case with AMF3 as opposed to AMF0 which we faced all sorts of issues when pushing it to it's limits. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Franck de

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-25 Thread Bjorn Schultheiss
use Value Objects as currency compared to XML is much more efficient. To answer your first question, these objects converted to XML would be around the 1000 nodes mark. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL

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

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

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

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

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

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

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

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

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

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

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

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

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] [BUG] FP9 SWF loading FP7 SWF using MovieClipLoader

2007-01-24 Thread Bjorn Schultheiss
I've been calling MovieClipLoader.unloadClip() prior to loading further clips. That was my fix for the same problem Bjorn On 25/01/2007, at 5:13 AM, Paul Spitzer wrote: I'm convinced I've found a bug... I have a very simple Flex app that performs two loads of the same FP7 SWF file (via

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

[flexcoders] Re: Flex2 Metadata / Compiler Options Question

2007-01-28 Thread Bjorn Schultheiss
Over here we went for subclassing Array to create a typed array class. There's some examples of a typed array class in the documentation. --- In flexcoders@yahoogroups.com, gtuhl [EMAIL PROTECTED] wrote: I'll try to keep this brief and clear, bear with me and please request additional

[flexcoders] Flex Ant Tasks

2007-01-28 Thread Bjorn Schultheiss
Has anyone got this working? I keep getting the same error, Could not create task or type of type: mxmlc. I have followed the instructions to the letter. Regards, Bjorn

Re: [flexcoders] Flex Ant Tasks

2007-01-29 Thread Bjorn Schultheiss
Thanks Con, Once i omitted the classpath attribute from the taskdef tag it worked. Your definitely an authority on Ant and Flex ;) regards, Bjorn On 29/01/2007, at 7:06 PM, Constantiner wrote: Hi Bjorn! You can download as example the simple sample from my article about Flex and Ant

[flexcoders] Recompiling flex ant tasks

2007-01-29 Thread Bjorn Schultheiss
Hey all, I wanted to add new html templates to the html-wrapper tasks within the flex_ant_tasks. I added them the Java src, recompiled the flexTasks jar and when running my ant builds all fail. I tried to compile an 'unchanged' version of the flexTasks src and it still fails. It seems the

Re: [flexcoders] Recompiling flex ant tasks

2007-01-30 Thread Bjorn Schultheiss
Hi Konstantine, The build file was the solution. But I have to grieve you about including new hyml-templates in jar. You can't do it without modifying HtmlWrapperTask.java class. All the six templates are hardcoded in the class. I see only two ways to do it: - modifying existing template and

  1   2   3   4   5   >