[flexcoders] EDI Applications - with Flex as the Front-End

2006-09-11 Thread Mike Anderson
Hello All, We just finalized our relationship with Wal-Mart - and if anybody on this list knows, working with Wal-Mart as a Vendor is "EDI or Bust". They are extremely strict regarding how they do business with their vendors, and getting an EDI Application running ASAP, can stress out even the mos

[flexcoders] WebORB for PHP with Flex

2006-09-11 Thread Pete Capra
Hi there,   I've just started using WebORB for PHP with Flex to enable Flash Remoting to PHP functions. So far I've found it's pretty neat. Has anyone else come across WebORB? I'd just like to know what people think about it.. Any comments or criticism?   Thanks,   Pete   Pete CapraInfor

[flexcoders] Binding the service result to HTTPservice

2006-09-11 Thread sinacapho
Dear all, I have some question about the data binding . I have write a custom component that get the user detail --> Login_detail Class. The Class if call some HTTPservice and then bind the result into a application HTTPservice . I have bind one custom component attribute to that service. But

Re: [flexcoders] Flex with FMS (something like Breeze...)

2006-09-11 Thread greg h
Following up Rick's excellent post ... As of FMS 2, I believe the sample apps need to be downloaded separately.  You can find them here: www.adobe.com/devnet/flashmediaserver/sample_apps.html Rick, was the "Broadcast Presentation" the sample app you were thinking of? hth, g On 9/11/06, Rick

[flexcoders] properties file

2006-09-11 Thread Diego Guebel
I was googling for a while looking for a method to load and manage properties file in AS3. I think I saw that before but I dont remember the url. do you guys have any example? Thanks, diego -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: Binding to static properties

2006-09-11 Thread Tim Hoff
Hi Daniel, Sorry to stick my nose in here, but your last example looks exactly like Cairngorm's ModelLocator usage. It's a good place to store application constants. You might want to check it out to get an idea how a similar usage might work for you. -TH --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Binding to static properties

2006-09-11 Thread Daniel Wabyick
There definitely isn't a must-have use-case, but it could provide for some convenient syntax. In particular, I was hoping to create a "ContentMap" class that would store localized string values in static class properties. The following syntax would be really nice to use: Instead, I need to

[flexcoders] dateValidator question...

2006-09-11 Thread Doug Arthur
Does anyone know why I can't seem to get the following code to work? var dateValidator:DateValidator = new DateValidator();Alert.show (dateValidator.validate(new Date()).type); This shows up as invalid. I've tried setting the "validateAsString" property to true, and nothing seems to work... - D

[flexcoders] Latest Screenshots - Flex Builder 2.0 on Mac OSX (Intel, OS 10.4.7)

2006-09-11 Thread Duane Nickull
It installed and works *really* well. Note this is still pre-release: http://technoracle.blogspot.com/2006/09/flex-builder-20-on-mac-osx-first-looks.html ;-) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-ar

RE: [flexcoders] Flex with FMS (something like Breeze...)

2006-09-11 Thread Rick Englert
Hi David,   I assume you already know, but just in case... FMS ships with a sample that does exactly that ( I can't think of the name of it off the top of my head - actually it might have been a FCS sample) but obviously done in Flash, not Flex.  You could, however, use that as a starting

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

2006-09-11 Thread Bjorn Schultheiss
I like the idea of using constants and i'm impressed the way adobe has used them in the mx framework. I would be suprised if you cannot use them in setting values in mxml.   Try an even simpler test. I'd help more but i'm at work now. Will be another 10h hours until i get home and back into

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

2006-09-11 Thread Diego Guebel
Hi Tim I'm gonna check that out right away. Thanks for that, really appreciated. Cheers, Diego. On Tue, 12 Sep 2006 11:24:20 +1200, Tim Hoff <[EMAIL PROTECTED]> wrote: > > Hi Diego, > > I can't speak for Ralf, but the approach that I'm using is similar to > the following example: > > http://www.c

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

2006-09-11 Thread Tom Ortega
Thanks for your help on this.  It's frustrating when "good practices" don't work so good.  LOL  -Tom2On 9/11/06, Bjorn Schultheiss < [EMAIL PROTECTED]> wrote: I doubt it,   try debug it in here   > http://www.adobe.com/2006/mxml" width="100%"> height="100%"

[flexcoders] Re: issue with type=stacked for bar/column chart

2006-09-11 Thread suri_boston
Hi Ely, sorry for not being clear. below is the code that is supposed to display a stacked bar chart. instead it displays a single bar with no stacking. when i hange the type attribute of bar chart to "clustered", it displays the clustered bar chart just fine. only thing i did different from no

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

2006-09-11 Thread Bjorn Schultheiss
I doubt it,   try debug it in here   > http://www.adobe.com/2006/mxml" width="100%"> height="100%" label="Name" xmlns:components="apps.common.components.*">> > > > > tLabel id="nameTextLabel" ls="{> ScreenLabelConstants.NAMEINFO_LABEL}" />>     I'll run another test when i get home and g

[flexcoders] Re: cairngorm: managing hundred of views

2006-09-11 Thread Tim Hoff
Hi Diego, I can't speak for Ralf, but the approach that I'm using is similar to the following example: http://www.cflex.net/showFileDetails.cfm?ObjectID=422&Object=File&ChannelID=1  I prefer to avoid ViewHelper/ViewLocator, but some here still like that method.  For me, using bound view states a

Re: [flexcoders] Public getter, private setter?

2006-09-11 Thread Michael Schmalle
Well,It seems it could be debated both ways. So good luck to them.Peace, MikeOn 9/11/06, Matt Chotin < [EMAIL PROTECTED]> wrote: Actually on a second review I've been told that the engineer misunderstood the question.  The bug is in the spec, mixed vis

RE: [flexcoders] Re: Remote Object Destinations

2006-09-11 Thread Jeff Vroom
I think some folks are talking about the flex builder bug where it caches the services-config.xml file unless that file is explicitly added to the project (apparently FB only monitors files in the project for changes).   It is also possible that you are not pointing your compiler enviro

[flexcoders] Re: Remote Object Destinations

2006-09-11 Thread lyon.james
This happens to me every time we edit our services-config.xml. For me, it means a reboot, but your problem might be caused by something different than what affects our projects. --- In flexcoders@yahoogroups.com, "Jeremy Rottman" <[EMAIL PROTECTED]> wrote: > > Nope even with cleaning the project

[flexcoders] Re: How to refresh a tree

2006-09-11 Thread lyon.james
My problem isn't solved by your suggestion unfortunately. My tree shows the correct data but still doesn't update the scrollbar appropriately. And at times children nodes will overlap parent nodes further down the list. I've been calling validateDisplayList on the tree, but should I call it on s

Re: [flexcoders] fds/jms messaging. detecting client disconnection.

2006-09-11 Thread Tom Bray
Aldo,Here's some sample code that I used to know when a client disconnected.  The FlexSession.sessionDestroyed event corresponds to a disconnection    public FlexSessionTest()    {                FlexSession.addSessionCreatedListener(this);    }    public void sessionCreated( FlexSession se

RE: [flexcoders] issue with type=stacked for bar/column chart

2006-09-11 Thread Ely Greenfield
      Hi Suri. Can you give a little more detail than 'doesn't work.'?   Thanks, Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of suri_bostonSent: Monday, September 11, 2006 11:22 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] issue with type=stacked

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

2006-09-11 Thread Diego Guebel
thank you all for the reply, Can someone point me to the Steve approach? I still wonder how do Tim and Ralf register the views, are you creating a viewstack with all the views? for example: how are you managing the visibility? Thanks, Diego. On Mon, 11 Sep 2006 17:51:34 +1200, Tim Hoff <[EMAI

RE: [flexcoders] Datagrid with a dropdown column!

2006-09-11 Thread Joan Lafferty
Anurag,   Yes, as someone pointed out before, you can use a custom itemRenderer. Yours would look something like the code provided below. Notice that if you want the ComboBox to be editable, you should specify that renderIsEditor=”true” and specify the editorDataField.   sortableCo

[flexcoders] fds/jms messaging. detecting client disconnection.

2006-09-11 Thread Aldo Bucchi
hi all, I am building a java app that uses fds to pub/subs flex clients to a set of jms topics and queues and I need a way to obtain a "connected client list" on the java side... the traditional way would be to create a topic to ping clients on a given interval. alternatively, is there any fds lo

RE: [flexcoders] background color of a text?

2006-09-11 Thread Joan Lafferty
Here is an example of a custom component subclassing Label to give it a burgundy backgroundColor:   package {       import mx.controls.Label;     import flash.display.Graphics;       public class MyLabel extends Label {            override protected function upd

Re: [flexcoders] Localizing application

2006-09-11 Thread Diego Guebel
João, Thanks for the link, really appreciated Diego On Tue, 12 Sep 2006 01:56:09 +1200, João Fernandes <[EMAIL PROTECTED]> wrote: > Diego, take a look here > > http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cfm#mo > re > > João Fernandes > > -Original Message- > F

[flexcoders] Re: Remote Object Destinations

2006-09-11 Thread Jeremy Rottman
Nope even with cleaning the project, I still get this error. Does it matter that I am not using FDS? If I use the desination ColdFusion, everything works fine. But to better organize my project, I want to be able to have custom destinations setup. -- Flexcoders Mailing List FAQ: http://groups.

RE: [flexcoders] Public getter, private setter?

2006-09-11 Thread Matt Chotin
Actually on a second review I’ve been told that the engineer misunderstood the question.  The bug is in the spec, mixed visibility is intended not to be allowed (at the moment).  They’re going to discuss this further at the ECMAScript 4 Committee meeting.   Anyway, you at least know w

RE: [flexcoders] Remote Object Destinations

2006-09-11 Thread João Fernandes
Jeremy,    try  menu Project > Clean.   João Fernandes     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman Sent: segunda-feira, 11 de Setembro de 2006 20:14 To: flexcoders@yahoogroups.com Subject: [flexcoders] Remote Objec

RE: [flexcoders] calendar component

2006-09-11 Thread Alistair McLeod
Hi, We're still working on the calendar component. I will post to my blog (and here) when it is ready for release. Regards, Ali -- Alistair McLeod Technical Leader (Rich Internet Applications and LiveCycle) Adobe Consulting Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p: +4

[flexcoders] calendar component

2006-09-11 Thread bghoward3
i recently read that an open sourced calendar componet was close to being released http://weblogs.macromedia.com/amcleod/archives/2006/08/fade_to_gray_ef. cfm i can not find any other info on this topic, has anyone seen or heard anything about it and if it is available yet? thanks -- Fl

[flexcoders] Remote Object Destinations

2006-09-11 Thread Jeremy Rottman
I am using remote objects to collect data from my db and pass it to my flex front end. I built a test app to make sure that I am getting connectivity from flex to my cf server. I have also added the the destination RETS to the services-config.xml file. I have had this problem previously, and rest

RE: [flexcoders] Can someone help me understand this price info and what I get for it?

2006-09-11 Thread Eric D Anderson
Hi,   The info that Matt provides below is totally accurate.  I would only add; please reach out to us if you have a compelling reason to use our technology and would like to explore custom pricing options.    Feel free to reach out to me directly ([EMAIL PROTECTED]) as I don’t fre

[flexcoders] Re: Using Auth.cfc from CF Wizard

2006-09-11 Thread envidobi
Nimer, Thanks for your help! I'm a big fan of your books btw! So i tried to put your CFLOGIN code in play, but i can still get to the main a pplication. Wouldn't the CFLOGIN have to within the IF statement? Becuase if the user isn't found in the database then there is no need to set CFLOGIN at all

RE: [flexcoders] FDS: Trouble Pushing Data To the Client

2006-09-11 Thread Jeff Vroom
Hi John,   I think the first thing is to see the stack trace of the ClassCastException you are getting.  If you go to WEB-INF/flex/services-config.xml, search for level= and change that to Debug, then make sure the tag below that has both Message.* and DataService.* in it, it will gi

RE: [flexcoders] validators in datagrid colmun

2006-09-11 Thread Stephen Gilson
There is an example in the doc for this situation:   http://livedocs.macromedia.com/flex/2/docs/0873.html   Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of KumarSent: Monday, September 11, 2006 2:44 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders]

Re: [flexcoders] Re: Can someone help me understand this price info and what I get for it?

2006-09-11 Thread Paul Andrews
I think the list price is more of an initial negotiation point rather than set in stone tablets. There's no cost involved in talking your project over with adobe and seeing how things turn out. I have yet to experience any major vendor actually sell something to a big project and remain firm on pri

[flexcoders] issue with type=stacked for bar/column chart

2006-09-11 Thread suri_boston
the below code works if the type of the chart is clustered but it doesn't work, if it is stacked. any one have a clue? if i change mySilver value from 200 to 20, then it works. i am guessing the autoadjust is not working in some cases. thanks for your time, -Suri http://www.adobe.com/2006/

Re: [flexcoders] Video Controller

2006-09-11 Thread greg h
Andrew and Adbul, For some good, light-hearted fun you may want to check this out: www.adobe.com/devnet/tip/001.html This is a Flash 5 "Tip of the Week" from Macromedia themselves with a streaming demo of how to "create your own Macromedia Flash controller for a QuickTime movie".  I am not mak

[flexcoders] Anybody use the AS3 downloaded from labs.adobe.com?

2006-09-11 Thread hastyarkxu
Hi all, I just found that there is no 'comments' related methods and classes exist in that package. Does someone meet the same problem? Ark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/fle

[flexcoders] FDS: Trouble Pushing Data To the Client

2006-09-11 Thread John Crosby
We are having some trouble pushing data back to the client based on the results of a server side operation. Basically after updating some 'preference' data, we need to get the newly generated information for the preference changes. The updates seem to be working, but when we try to refresh the d

RE: [flexcoders] Multiple XML loads?

2006-09-11 Thread Tracy Spratt
I am not sure I understand “because you don't know which feed to pull at runtime”.   Using AS code you can change the URL of the HTTPService call and invoke send() at will.   If you need to keep track of which result goes with which send, you can use the ACT pattern, that allows you

Re: [flexcoders] Localizing application

2006-09-11 Thread Daniel Wabyick
Hey João, Thanks for the code sample ... Very helpful. In particular, I like how you bind the a function to an event, I was trying to figure out how to do that ... I like it how it magically adds the class in as an event listener. [Bindable(event="languageChange")] public function

[flexcoders] Re: Can someone help me understand this price info and what I get for it?

2006-09-11 Thread David Brown
Thanks for the answer. Not what I wanted to hear ;) Well I can't see us paying 80,000 (20k per cpu times 2 cpu's times 2 servers) So that sell is out. David --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Per application means a conceptual application. Each on

RE: [flexcoders] Re: how to cancel down arrow on a combobox

2006-09-11 Thread Peter Watson
Hi – here’s a sub-class of mx:ComboBox that implements your functionality.     myCombo.as ***   // custom comboBox - ignores up/down arrow keystrokes import mx.controls.ComboBox;   class myComboBox extends mx.controls.ComboBox {       pub

[flexcoders] My Adobe Developer Derby Xbox 360 Charity Auction

2006-09-11 Thread Rich Tretola
Hey all, Sorry to be off topic but it is for a good cause so please don't flame me. I just wanted to pass the word along that I have put my xBox 360 that was part of the Adobe Flex Developer Derby up for auction with 100% of the proceeds going to Toys for Tots. It is new and hasn't been opened.

Re: [flexcoders] Video Controller

2006-09-11 Thread Abdul Qabiz
Hi,Adobe Flash Player can only player .flv files, you can however covert other videos types (.avi, .wmv etc) to .flv using Open Source tool FFMPEG.Conversion takes depending on the length and compression of the video files. Some of the conversions might not work properly.. You also have to take

RE: [flexcoders] Video Controller

2006-09-11 Thread Andrew Trice
If you want to play the video inside of Flex, you will need to convert it to FLV… hands down.  A lot of people on this newsgroup mention FFmpeg for video conversion (http://ffmpeg.mplayerhq.hu/).  You might want to look at that.    -Andy   _ A

[flexcoders] ibatis

2006-09-11 Thread gordofeatherfoot
Anyone know how to integrate the ibatis persistence framework with flex 2.0 and FDS? Thanks for your help, T. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo

[flexcoders] Re: Order of drawing/rendering in a custom AS component

2006-09-11 Thread jeremyrichman
Hi Mike, Thanks -- the only thing is, those methods do not (for me) control the ordering of drawing, i.e. not which one is on top. They do control the z-order, but not the drawing order. I recall someone's earlier post that while ActionScript 2 did allow an easy way to control the drawing ord

Re: [flexcoders] Video Controller

2006-09-11 Thread greg h
KP, You are correct that the Flex 2 mx.controls.VideoDisplay and the flash.media.Video that it utilizes are FLV only (either streaming via FMS or progressive). Regarding running video files with different formats (.mov,.mpeg,wmv,etc.), yes that was commonplace with Flash prior to the introduc

[flexcoders] Binding a function to a MXML property

2006-09-11 Thread dreuimar
Hey everyone, I have a VBox: That will display the contents of the VBox if there are entries in the contacts array collection. Now, if I have a function: private function showVBox() : Boolean { return (model.clientModel.selectedClient.contacts.length > 0); } It doesn't keep changing the vis

[flexcoders] Need help using XML files without embedding them in SWF

2006-09-11 Thread greggohlke
Right now I use several XML files in my Flex 2 app and they are being embedded in the SWF file. I define them in an tag like this: As you can see by the relative pathing the files are in the same file structure as the final SWF. How can I decouple these files so they are not embedded in the

Re: [flexcoders] Datagrid with a dropdown column!

2006-09-11 Thread Hasan Otuome
Hi Anurag, Yes, it's possible. What you want is an itemRenderer or itemEditor for that specific DataGrid column or columns. Here's a couple of links that should point you in the right direction: http://livedocs.macromedia.com/flex/2/langref/mx/controls/DataGrid.html http://thesourcecode.or

Re: [flexcoders] background color of a text?

2006-09-11 Thread Daniel Freiman
My guess is that each control acts a little differently, but if it's not listed as a style or property in the docs for the control you want, then you can usually extend the class and set the background color of the UITextField that's actually rendering the text. On 9/9/06, oktay nba <[EMAIL PROT

[flexcoders] Flex with FMS (something like Breeze...)

2006-09-11 Thread brownd_92
Hi there, Does anyone know of an instance where flex is being used in conjunction with Media server? I am looking to do something that I can upload a .swf presentation then click through the presentation (like you would powerpoint) and everyone else see and hear what Im doing Cheers David

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

2006-09-11 Thread Tom Ortega
I wish badly that you were correct, but alas, I fear not.I replaced components with freedCom for both the namespace and directory names.  Compiled and passing a const into the FreedTextLabel still results in a null value, while passing in a plain string value of "Name" works.  Even passing a bin

[flexcoders] Re: cairngorm: managing hundred of views

2006-09-11 Thread dreuimar
The technique I use is probably a bit unorthodox. I have view stack that holds every screen possible in the application. In Cairngorm, each screen that has a helper (based off ViewHelper) registers itself. I modified this process to have a BaseHelper class that extends ViewHelper, and the helper c

[flexcoders] Multiple XML loads?

2006-09-11 Thread Jamie O
Hi all, I'm about a week into learning Flex, liking a lot of what I'm seeing for how things have been built. Reminds me of "wy back" when Visual Basic was one of the larger tools on the market for front-end based applications in that all the components and presentation manipulation are right t

RE: [flexcoders] Localizing application

2006-09-11 Thread João Fernandes
Diego, take a look here http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cfm#mo re João Fernandes -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Diego Guebel Sent: segunda-feira, 11 de Setembro de 2006 3:50 To: Flex coders

[flexcoders] Custom TreeItemRenderer to display a label followed by an icon/image?

2006-09-11 Thread wayneposner
Hi all... I've been playing around with the code that's been floating around to put render a checkbox next to each item in a tree control, but I'm not having any luck accomplishing the task of getting an image to display after a label in a tree control. I'm using a shared object to store infor

[flexcoders] Video Controller

2006-09-11 Thread KP
Hi All,   I want to run video files with format (.mov,.mpeg,wmv) etc.   But what I found when I tried to use video controller that is present in flex components it supports only flv formats files.   Is there any way of running video files with different formats.   Please Help.  

[flexcoders] unsubscribe

2006-09-11 Thread Alfredo Laguia
  __._,_.___ -- 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 Sof

[flexcoders] Re: cairngorm: managing hundred of views

2006-09-11 Thread bjorn.schultheiss
True indeed. But when dealing with 100+ screens, surely not all view related logic can be contained on a traditional Model. I think Cairngorm leave alot of freedom in terms of how you implement the view. DataBinding is an efficient way of updating the view with business logic. But there is still t

[flexcoders] CustomListRenderer Item update problem

2006-09-11 Thread matt wicks
Hi all,   Wonder if anyone can help on this –   I have a tile list with a Cutsom  itemRenderer – initially this displays fine (I am dragging and dropping data over it from a data grid), but I then want to update the data in one field (email). The back end fetched he appropriate data

[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-11 Thread hastyarkxu
Hi, But I have two thing that not very clear: 1. The component that always on top are not created by SystemManger, it is the grandson of , how can I swap this instance with the Poped up instance which is the child of system manager. 2. Is the component created by System Manager always be the

[flexcoders] Datagrid with a dropdown column!

2006-09-11 Thread sahay17
Hi all, I am having a datagrid "skillDG" with 2 datagridcolumn as "skillName" and "ratingId" which is picking data from arraycollection.

[flexcoders] Binding drop down according to value of a data field!

2006-09-11 Thread sahay17
Hi all, I m having a datagrid which has a column "Rating" as a drop down.The dataprovider _model is an arraycollection. Now what I want is that if the datafield "ratingId" is 'B' I should populate "Beginner" in the drop down. Similarly if I ve "ratingId" as 'I', I should populate "Intermediate"

[flexcoders] Re: Passing Const to custom component error

2006-09-11 Thread bjorn.schultheiss
It's te components namespace you set in the component. The compiler doesn't like xmlns:components="apps.common.components.*" not sure why, perhaps components is a reserved word?!? Using getters and setters is good practice for use within components. Overall the code is fine. --- In flexcoders@ya

[flexcoders] Re: How would I do something like this....

2006-09-11 Thread rafael
Hi, I did the same GridTree but with the Flash Components V2 and now I would like port my app to Flex. But I use another way, I put the datagrid immediately at the right side of the tree. This work fine and I think is a more ease solution, because your base is the tree and not the datagrid,

[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-11 Thread hastyarkxu
But I think the problem is the component that should always be in front are not created by SystemManger. It is the grandson of . How can I swap it with the SystemManager created component? Thanks Ark --- In flexcoders@yahoogroups.com, "Jeremy Lu" <[EMAIL PROTECTED]> wrote: > > PopUpManager cr

[flexcoders] Passing Const to custom component error

2006-09-11 Thread Tom Ortega
I have this class:package apps.common.asFiles{    public class ScreenLabelConstants    {   public static const NAMEINFO_LABEL:String = "Name";    }}I have this code in my app: http://www.adobe.com/2006/mxml" width="100%" height="100%" label="Name" xmlns:components="apps.common.components.*