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

[flexcoders] Loader and cross-domain

2007-05-07 Thread Bjorn Schultheiss
-policy allow-access-from domain=* / /cross-domain-policy Can anyone tell me why the remote asset does not load when i specify checkPolicyFile to equal true? regards, Bjorn

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] 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
/sho/archives/2005/08/ flexflash_archi.cfm In terms of Delegates i find it a useful link between commands and remote services. Although i haven't yet applied this to FDS, or a 'producer, consumer' process. regards, Bjorn On 09/05/2007, at 1:51 PM, munkydung wrote: I've currently

[flexcoders] Remote crossdomain issues

2007-05-14 Thread Bjorn Schultheiss
allow-access-from domain=* to-ports=* secure=false / /cross-domain-policy Is this a known issue? Is there a work around? regards, Bjorn

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 17/05

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
Cairngorm :) Bjorn On 17/05/2007, at 8:58 AM, ivansebastiansurya wrote: Hi everyone, Currently I have to write a Flex application that holds other swf application within it (I will have a skeleton swf movie with menu on the left hand side and when a menu item is clicked, the corresponding sub

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

2007-05-16 Thread Bjorn Schultheiss
().getSingleton('module1'); registerSingleton(); removeSingleton(); hasSingleton(); Thats one solution, perhaps not the most elegant. Bjorn On 17/05/2007, at 7:49 AM, passive_thoughts wrote: To create 'global' variables in flex without resorting to using a singleton, the 'recommended way' seems

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

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

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

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

2007-05-28 Thread Bjorn Schultheiss
A swf www.abc.com cannot dl data from localhost without a policyFile on localhost. If you place a policyFile on the server hosting mysql and allow the server where your swf resides you 'should' be alright. regards, Bjorn On 28/05/2007, at 6:23 PM, li.wen wrote: Hello, Such as, mysql

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

[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

[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

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

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

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

[flexcoders] swc question

2007-10-02 Thread Bjorn Schultheiss
unnecessarily adding to the file size? regards, Bjorn

Re: [flexcoders] swc question

2007-10-02 Thread Bjorn Schultheiss
' them in the compiled end swf? I guess i'm mainly interested in the flex framework classes. regards, Bjorn On 03/10/2007, at 1:51 PM, Patrick Lemiuex wrote: Actually, I don't know the answer to your question Bjorn but you can inspect the contents of a swc by renaming the extension

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

2007-10-15 Thread Bjorn Schultheiss
to a 'reusable-component' as abstraction can be a time-consuming exercise. I've never been a fan of code behind but i think the 'Presenter' does bring in a useful and easy to implement application level of abstraction that can ease development. btw I also like his use of Binding. regards, Bjorn

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

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

2007-10-16 Thread Bjorn Schultheiss
cool, it seems comments are now on. I've got to say I'm pretty interested to read your upcoming posts. regards, Bjorn On 16/10/2007, at 5:14 PM, Paul Williams wrote: Hi Bjorn, Thanks for the feedback. I didn’t realize comments were not active on these entries; I’ve corrected

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

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] Re: Mock objects in AS3

2007-10-18 Thread Bjorn Schultheiss
; } regards, Bjorn On 18/10/2007, at 10:40 AM, dave_defusion wrote: Bjorn, I have been looking at this (as I would like a mocking framework for Flex too) this evening and I've had no luck either. The the registerClassAlias() does add the alias to a given class I can't then get anything

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

2007-10-21 Thread Bjorn Schultheiss
the new entries. Also i do not get any errors if I rename an existing entry in the manifest to an invalid name. regards, Bjorn

[flexcoders] Cairngorm vs PureMVC

2007-10-22 Thread Bjorn Schultheiss
(vo collections) is another. Support for unit testing in the View is another. Anyone care to help start a discussion? regards, Bjorn

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
, the Commands are the Controller (usually), and as such, setting ModelLocator data is their job, and their job alone. If data is getting f’d up, you immediately know it’s in the Command. You never have to question “who’s setting my data, where, and when?”. regards, Bjorn On 23/10/2007

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
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/2007, at 2:33 PM, Douglas Knudsen wrote: me2 :) I usually

Re: [flexcoders] Re: Cairngorm vs PureMVC

2007-10-23 Thread Bjorn Schultheiss
Thats what ive got. Ideally what i'm saying is i would have a single delegate for each command that makes a dao call. Bjorn On 23/10/2007, at 10:50 PM, ben.clinkinbeard wrote: Why not just have a DAODelegate with methods like getUserDAO(), getProductDAO(), etc? Ben --- In flexcoders

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

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
='Alert.show(Copy Text?, Alert, Alert.OK | Alert.CANCEL, this, alertListener, iconSymbol, Alert.OK );'/ mx:TextInput id=myText/ /mx:Application On 29/10/2007, at 1:56 PM, kalpkat9 wrote: Thanks for taking your time to respond, Bjorn. I am triggering a function

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

2007-10-28 Thread Bjorn Schultheiss
would use an MVC architecture and my currentState would be bound to a property on the model. Bjorn On 29/10/2007, at 2:25 PM, kalpkat9 wrote: ok, I guess this will suffice if the popup was just an alert. but the popup window i am working on is a component by itself with datagrids

[flexcoders] Australian Flex Mailing List [flexaussie]

2006-08-31 Thread Bjorn Schultheiss
://groups.yahoo.com/group/flexaussie/ Post message: [EMAIL PROTECTED] Subscribe: [EMAIL PROTECTED] Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

RE: [flexcoders] Re: Cairngorm... Where should this go?

2006-09-07 Thread Bjorn Schultheiss
I'm going to fly kick this thread quickly. Validation relates to model, quite simply. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lostinrecursionSent: Friday, 8 September 2006 6:28

RE: [flexcoders] Re: Cairngorm... Where should this go?

2006-09-07 Thread Bjorn Schultheiss
ined) formValidated = true; } This is code i've just typed, but the principle remains the same. Data drives the view via dataBinding. There are alternatives to the way you would structure your models and views but the principle remains the same. Regards, Bjorn Schultheiss Senior Flash Develop

[flexcoders] cairngorm: managing hundred of views

2006-09-10 Thread Bjorn Schultheiss
of what I mean as I haven't developed such a solution as yet. But I am at the beginning of a project that will require such consideration. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: Passing Const to custom component error

2006-09-11 Thread Bjorn Schultheiss
common.asFiles.ScreenLabelConstants; trace('test: '+ScreenLabelConstants.NAMEINFO_LABEL'); nameTextLabel.ls=ScreenLabelConstants.NAMEINFO_LABEL; ]] /mx:Script mx:Spacer height="30"/ components:FreedTextLabel id="nameTextLabel" ls="{ ScreenLabelConstants.NAMEINFO_LABEL}" / /mx:VBox I'll run

RE: [flexcoders] Re: Passing Const to custom component error

2006-09-11 Thread Bjorn Schultheiss
into Flex :P Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom OrtegaSent: Tuesday, 12 September 2006 10:12 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Passing Const to custom

RE: [flexcoders] Re: cairngorm: managing hundred of views

2006-09-12 Thread Bjorn Schultheiss
a user will browse all screens, therefore why load all into the viewstack on initialization? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dreuimarSent: Tuesday, 12 September 2006 12:03 AMTo

RE: [flexcoders] Re: Clone / Copy Array

2006-09-13 Thread Bjorn Schultheiss
the array will remain references. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DanielSent: Thursday, 14 September 2006 6:09 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Clone / Copy

[flexcoders] log console

2006-09-18 Thread Bjorn Schultheiss
The FB2 Console is not bad... It allows you to debug at runtime, obviously. What features are you looking for? Regards, Bjorn Schultheiss -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Diego Guebel Sent: Tuesday, 19 September 2006 12:58

[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()"

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

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

[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

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

[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
hmm, sorry. I thought youwanted to check userID in the command.onResult() It would have to be in the command. The result handlers are frequently used to update the model, therefore it should be no issue to reference the model in the execute method. Good question Regards, Bjorn

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
are features wed hope to add in the future. Also folks are welcome to write extensions and plugins that might add that functionality J From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Bjorn SchultheissSent: Wednesday, October 11, 2006 5:52 PMTo: [EMAIL

[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

[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
@yahoogroups.com Subject: RE: [flexcoders] (Cairngorm App) Advice on Deleting a VO, from a DataGrid containing an Array of VO's Do it exactly as Bjorn said it... or use FDS, its built for that :) Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com

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

RE: [flexcoders] Learning AC for Flex 2.0 from scratch: best bet?

2006-02-10 Thread Bjorn Schultheiss
I remember that site as well J when I was learning Best tip is to think of something youre interesting building and go for it. It will sink in better when your using it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephane B. Sent: Friday, 10

[flexcoders] Flex recruitment list

2006-03-06 Thread Bjorn Schultheiss
Will there be a Flex Jobs posting list being started? -- 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] Dynamic Return types

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

[flexcoders] F2/CF VO's

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

<    1   2   3   4   5   6   >