[flexcoders] Flex 1.5 : initializing a ComboBox Heeelp!!

2006-07-13 Thread Ghislain Simard
Hi, This is a very strange behavior and I don't know if someone can help me to resolve this. On the first load of the application, I select an item in a mx:Tree which is triggering a function which is populating a combobox from a RemoteObject call. The result of the call give me back the

[flexcoders] Login from ColdFusion page and initiate Flex Session

2006-03-21 Thread Ghislain Simard
I have a login in CFMX7. Once logged in is successfull, a Flex apps is starting. how to pass the session values from CF to Flex 1.5? Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Tree dataprovider refresh

2006-02-07 Thread Ghislain Simard
I am trying to maintain the state of open nodes in a tree control after the dataprovider has changed. In a multilingual application tree data is stored in xml files, per language. When the user toggles the language a new xml file is loaded for the selected language, unfortunately the tree

[flexcoders] DateField: selectableRange

2006-01-16 Thread Ghislain Simard
Is there an example on how to get the range set for the tag DateField? Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

[flexcoders] mx:Text htmlText...... best practice?

2005-12-14 Thread Ghislain Simard
I need to add some html text in a Panel. What is the best practice to use and keeping the style working? The HTML text is changing quite often and I just want to do some cut paste from Word or any HTML editor. Thanks Yahoo! Groups Sponsor ~--

[flexcoders] Re: mx:Text htmlText...... best practice?

2005-12-14 Thread Ghislain Simard
/ol ]] /mx:htmlText /mx:Text --- In flexcoders@yahoogroups.com, Ghislain Simard [EMAIL PROTECTED] wrote: I need to add some html text in a Panel. What is the best practice to use and keeping the style working? The HTML text is changing quite often and I just want to do some cut paste

[flexcoders] Adding node

2005-11-28 Thread Ghislain Simard
I need to add programmatically a node in a Tree. That node has to be inserted at the end of my Tree. The Tree is populated dynamically. How to add my node programmatically at the end of my Tree? Thanks Yahoo! Groups Sponsor ~-- Get fast

[flexcoders] Adding one or more property in a node of a tree

2005-11-28 Thread Ghislain Simard
HOw to add programmatically a property in a node of a Tree once the addTreeNode has been invoke to create that node? I want to add this new node with wll those properties: node label=abc screen=cde color=blue/ Thanks Yahoo! Groups Sponsor ~--

[flexcoders] HOw to delete a accordion child when the root is Accordion?

2005-11-28 Thread Ghislain Simard
How to delete a stack in an accordion when the root tag is Accordion? ?xml version=1.0 encoding=utf-8? mx:Accordion xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Script ![CDATA[ function deleteStack():Void{ .destroyChildAt(1); } ]] /mx:Script mx:Accordion id=myAccordion

[flexcoders] icon in parent node of a Tree

2005-11-22 Thread Ghislain Simard
Adding an icon the a child node is working well. But how to add one to the parent node? Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/nhFolB/TM

[flexcoders] how to add an icon in the Panel bar?

2005-09-30 Thread Ghislain Simard
how to add an icon in the Panel bar? this is not working: mx:Panel id=treePodHQ title=Navigation icon=@Embed ('IMAGES/LOGOS/HQ.gif') /mx:Panel thanks Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back!

[flexcoders] Re: RemoteObject result

2005-09-30 Thread Ghislain Simard
Try using the NetConnectionDebugger available in your Flex installation directory in the folder. That's what I use to see my values before getting them diplayed in my Flex apps. --- In flexcoders@yahoogroups.com, Doodi, Hari - BLS CTR [EMAIL PROTECTED] wrote: Hi, Can some one

[flexcoders] Re: RemoteObject result

2005-09-30 Thread Ghislain Simard
controls OR some other mechanism of binding. Ps: As I said in my earlier mail I am able to see values of returned VO object attributes in Network Monitor pane. Thanks! Hari -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard

[flexcoders] DateField

2005-09-28 Thread Ghislain Simard
2 things that I am trying to set with the DateField tag...but no success: script: function formatDate(date:Date):String{ return dateFormatter.format(date); } code: mx:DateField id=dateMiseService3 text=31 December monthNames=['Janvier', 'Février',

[flexcoders] Saving form inputs in sub-components from the root component

2005-09-22 Thread Ghislain Simard
Hi, I have _root panel that is displaying display different components sub-components that I would like to save the form inputs. How to trigger the function saveValues() inside a component or a sub- component from the save button in the main panel? main.mxml: mx:Panel mx:ViewStack

[flexcoders] change component name programatically

2005-09-14 Thread Ghislain Simard
How to change the name of a compoent programatically and still keeping the same attribute? Script: Change Comp1 for ComponentA in the following line EEfrm:Comp1 id=comp1 var={myVar}/ Thanks Yahoo! Groups Sponsor ~-- Fair play? Video games

[flexcoders] main app build on the fly

2005-09-10 Thread Ghislain Simard
Hi, I am trying to get a navigation tree build on the fly based on the content in the database. My problem is when and where I should put the code to get the tree build before the app is initialize. Thanks Yahoo! Groups Sponsor ~-- Fair play?

[flexcoders] switch value on numericstepper

2005-08-19 Thread Ghislain Simard
Hi, I have two NumericSteppers where only value 1 or 2 are possible. The value selection of a numericstepper will change the other one the the other value. How to do this? mx:NumericStepper id=step1 minimum=1 maximum=2/ mx:NumericStepper id=step2 minimum=1 maximum=2/ Thanks

[flexcoders] calling a function from on dispatchEvent change

2005-08-12 Thread Ghislain Simard
Hi, How to call a function inside a component In the dispatcher: function listChange():Void{ dispatchEvent({type:'selectionChanged', selectedBedern:myList.selectedItem}); } in the component the function to be called each time the

[flexcoders] List populated from Model vs RemoteObject

2005-08-12 Thread Ghislain Simard
I'm trying to populate a list with icons added from a function. If I am dataproviding the list with a model it works well and all the icons are added properly. If I am dataproviding the list from a RemoteObject call, the functions don't respond properly and I cannot see the icons added Any help

[flexcoders] Re: selectedItem in a list shows an icon

2005-08-10 Thread Ghislain Simard
on the flexcoders list in a lame attempt to keep abreast of the technology. Regards, Brooks From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Tuesday, August 09, 2005 10:06 PM

[flexcoders] selectedItem in a list shows an icon

2005-08-09 Thread Ghislain Simard
HI, How can we get a list and once an item is selected we see an icon appearing beside that selectedItem? thanks Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] Re: selectedItem in a list shows an icon

2005-08-09 Thread Ghislain Simard
Message - From: Ghislain Simard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, August 09, 2005 11:03 PM Subject: [flexcoders] selectedItem in a list shows an icon HI, How can we get a list and once an item is selected we see an icon appearing beside that selectedItem

[flexcoders] saving sub-components with a button on the main control bar

2005-08-07 Thread Ghislain Simard
Hi, I would like to add a save button in my main app that is saving the form of the opened component. How to say save the component that is opened. thx Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Ghislain Simard
Is there an equivalent to a cfdump in Flex? I am trying to display the content of an object. Thanks Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] Accordions hide underneath the buttom ControlBar

2005-08-02 Thread Ghislain Simard
Is there a way to prevent the ControlBar to hide some accordion stacks when the browser is resized. Thanks Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] Re: broadcasting to a sub-component

2005-08-01 Thread Ghislain Simard
[mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Saturday, July 30, 2005 10:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] broadcasting to a sub-component How to broadcast an event to a component inside a component? main.mxml comp1:myComp1/ myComp1.mxml

[flexcoders] NaN

2005-08-01 Thread Ghislain Simard
I have in the NetConnectionDebugger a field with a value of NaN. The following condition doesn't see the NaN...why ? and how to make the condition working? if (myField == NaN){ dosomething; } Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] broadcasting to a sub-component

2005-07-30 Thread Ghislain Simard
How to broadcast an event to a component inside a component? main.mxml comp1:myComp1/ myComp1.mxml Subcomp2:mySubComp2/ mySubComp2.mxml Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] passing value from one component to other

2005-07-29 Thread Ghislain Simard
How to get pass a variable from one component to the other. main.mxml comp:form1 comp:form2 form2.mxml mx:Script var projID:Number = 32; function gotoForm1(){ how to go to comp form1 and bring the projID? } mx:Script mx:Button label=Access click=gotoForm1()/

[flexcoders] Boolean passed in RemoteObject

2005-07-25 Thread Ghislain Simard
I have a checkbox that I want to pass is boolean to a RemoteObject. In the debugger I can see that it is passing correctly True or False But in CFC is not happy even if it is waiting for a boolean argument. What did I miss? MethodName: cf.regu_nf.save Parameters (object #2) .[0] (object #3)

[flexcoders] how to save a component from the main apps

2005-07-24 Thread Ghislain Simard
I have a main apps which is calling a component. In the main app,I have a button to save the form inside the component. How do I tell the the main app that I want to save the info inside the component? mx:Application ... mx:Panel comp:myCompFrm mx:Panel mx:Button click=???//

[flexcoders] Re: opposite of initialize

2005-07-24 Thread Ghislain Simard
() mx:Script function saveInfo():{ someAction. } /mx:Script mx:TextInput id=myText / /mx:VBox --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Why didn't focusOut work? - Original Message - From: Ghislain Simard [EMAIL

[flexcoders] Re: how to save a component from the main apps

2005-07-24 Thread Ghislain Simard
a save() function in the application that calls save() on each of the components. On 7/24/05, Ghislain Simard [EMAIL PROTECTED] wrote: What could it be done if I have different components inside the main app whew I want to save that data? mx:Application ... mx:Panel

[flexcoders] accessing a different component once inside one of them

2005-07-24 Thread Ghislain Simard
I'm inside a component, trying to get access to another component and passing a value at the same. Any idea? main.mxml mx:Application mx:Panel mx:ViewStack id=vsl comp:myComp1 id=myComp1/ comp:myComp2 id=myComp2/ /mx:ViewStack /mx:Panel myComp1:

[flexcoders] Re: accessing a different component once inside one of them

2005-07-24 Thread Ghislain Simard
id=myComp2/ /mx:ViewStack /mx:Panel myComp1: mx:VBox mx:Script... function changeStack():Void{ vsl.selectedChild = //doesn't know what is vsl!! } --- In flexcoders@yahoogroups.com, Ghislain Simard [EMAIL PROTECTED] wrote: I'm inside

[flexcoders] TextInput value passed to RemoteObject

2005-07-24 Thread Ghislain Simard
When I pass no value coming from a textinput to a CFC called with remoteObject and when the CFC is waiting for a numeric...How do I configure the empty value before passing to the CFC? CALL: MethodName: EEwizard3.cf.superficie.sauvegarde Parameters (object #2) .[0]: 1 .[1]: STATUS:

[flexcoders] refreshing a component

2005-07-24 Thread Ghislain Simard
Each time I'm leaving a component I want it saved (kind of save on exit). I've tried to use focusOut...didn't work. Is there way to do so? Each time I'm getting inside a component I want it to be refreshed automatically. When using Initialize, creationComplete, ChildCreated it's created

[flexcoders] update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
Hi, I have a list and a datagrid that I would like to update. How to update all the columns and refresh the DataGrid and List dynamically using the RemoteObject result? The idea is that I would like to insert in the list the new created record with his new ID received from the RemoteObject

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
to their specific model. Whenever the result is received from the server, the model will be updated...and in turn, your UI components. HTH, Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent

[flexcoders] opposite of initialize

2005-07-23 Thread Ghislain Simard
Is there an attributes which could trigger a function when the user is leaving a panel...doesn't matter where he is clicking? Something opposite to initialize I've tried without success unload, childDestroyed, focusOut. Thanks -- Flexcoders Mailing List FAQ:

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
] On Behalf Of Ghislain Simard Sent: Saturday, July 23, 2005 3:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: update a list with new value from RemoteOject result I have no model. I'm communicating to the RemoteObject directly see: mx:RemoteObject id=ecranRO

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
Of Ghislain Simard Sent: Saturday, July 23, 2005 3:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: update a list with new value from RemoteOject result I have no model. I'm communicating to the RemoteObject directly see: mx:RemoteObject id=ecranRO endpoint

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
an example from livedocs but seems to be down... -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Saturday, July 23, 2005 5:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: update

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Saturday, July 23, 2005 5:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: update a list with new value from RemoteOject result I can see the grid moving for inserting the value...but there is no value

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Saturday, July 23, 2005 5:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: update a list with new value from RemoteOject result I can see the grid moving for inserting the value...but there is no value text inside

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Saturday, July 23, 2005 6:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: update a list with new value from RemoteOject result no..it's a structure. --- In flexcoders@yahoogroups.com

[flexcoders] Re: update a list with new value from RemoteOject result

2005-07-23 Thread Ghislain Simard
/mx:TitleWindow --- In flexcoders@yahoogroups.com, Stacy Young [EMAIL PROTECTED] wrote: Can u pls show flex code? -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Saturday, July 23

[flexcoders] How to wait for a result from RemoteObject before going further

2005-07-22 Thread Ghislain Simard
Hi, When in a fonction, how can we wait for the return of a RemoteObject before executing the next line in the same function? function submitForm(){ ecranRO.ajout.send(); var myvar = ecranRO.ajout.result; if (myVar == 1){ do

[flexcoders] Re: How to get dynamically visible or enabled a control

2005-07-21 Thread Ghislain Simard
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Thursday, July 21, 2005 7:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to get dynamically visible or enabled a control I have a function which as a role of getting dynamically visible or not a control

[flexcoders] Visible Enabled behavior for controls Containers

2005-07-19 Thread Ghislain Simard
Hi, I'm trying to find a way to get the fields in a form visible or enabled based on a value received from an Object. I'm sure I'm not far from the solution. But as I am not skilled in ActioScript, I need some help to figure out this one. I would like to get a generic script that could be

[flexcoders] get ComboBox selected item with RemoteObject

2005-07-17 Thread Ghislain Simard
Hi, How can we get an item selected in a ComboxBox when it's coming from a RemoteObject? my code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:RemoteObject id=toitureObject source=EEwizard3.G.toit_nf mx:method name=affichage

Re: RE. [flexcoders] get ComboBox selected item with RemoteObject

2005-07-17 Thread Ghislain Simard
:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Sunday, July 17, 2005 12:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] get ComboBox selected item with RemoteObject Hi, How can we get an item selected in a ComboxBox when it's coming from a RemoteObject? my code: ?xml

[flexcoders] populating controls from a structure coming from a RemoteObject call

2005-07-16 Thread Ghislain Simard
Hi I'm trying to parse an object coming from a RemoteObject and use that object to fill-in different form fields. How to do so? Here is the code: mx:Script ![CDATA[ var rToList:Object; function rToListSet(event:Object):Void {

[flexcoders] Adding an item in a grid from a Popup

2005-07-14 Thread Ghislain Simard
HI, I would like to add, from a popup window, an item in a grid. But it's not adding to the grid. Any help would be great. here is the code: The grid: mx:DataGrid id=tableauZones dataProvider={modelZones.zones.zone} width=100% height=100% borderStyle=none The script:

[flexcoders] Adding an XML node in the data model

2005-07-06 Thread Ghislain Simard
Once the data model is downloaded, how can we add dynamically a node in that mx:Model? Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To

[flexcoders] embedding PDF file

2005-06-25 Thread Ghislain Simard
Is there a way to Embed PDF document inside Flex? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Populating Tree nodes with ViewStack containers

2005-06-19 Thread Ghislain Simard
Hi, How to generate dynamically the nodes in a Tree using the label attributes from viewStack containers' labels? mx:Tree dataProvider=myViewStacks/ mx:ViewStack id=myViewStacks mx:Panel label=Panel 1/ mx:Panel label=Panel 1/ mx:Panel label=Panel 1/ /mx:ViewStack Thanks Yahoo!

[flexcoders] Populating Tree nodes with ViewStack containers

2005-06-19 Thread Ghislain Simard
Hi, How to generate dynamically the nodes in a Tree using the label attributes from viewStack containers' labels? mx:Tree dataProvider=myViewStacks/ mx:ViewStack id=myViewStacks mx:Panel label=Panel 1/ mx:Panel label=Panel 1/ mx:Panel label=Panel 1/ /mx:ViewStack Thanks Yahoo!

[flexcoders] Linking a Flex apps to a Help system

2005-05-30 Thread Ghislain Simard
the process. Thanks for your suggestion. Ghislain Simard Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http

[flexcoders] How to disable selection of a visible item in a ComboBox

2005-05-29 Thread Ghislain Simard
How to make a specific index in a combobox not selectable but visible? mx:ComboBox id=typeCombo change=validateType(event); mx:dataProvider mx:Array mx:StringAucun/mx:String mx:StringSerpentin électrique/mx:String mx:StringSerpentin à eau

[flexcoders] scroollbars appears when maximizing the browser

2005-05-11 Thread Ghislain Simard
I am using the same strategy as the Flex Explorer Sample provided with Flex. I have a left Tree and a right Panel. See: http://132.156.178.59:8101/samples/explorer2/explorer.mxml When I am trying to maximize the browser the right Panel refuse to expand as well and I scrollbars appears.

[flexcoders] Open a new window in Flex

2005-05-09 Thread Ghislain Simard
How to open, from Flex, a window without the browser scrollbars, menus and buttons? Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo!

[flexcoders] Tree and Panel

2005-04-28 Thread Ghislain Simard
How to show the right panel based on the tree node selection? Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to:

[flexcoders] Re: mx:Tree: how to change default icons

2005-04-07 Thread Ghislain Simard
create a custom theme. Not sure if there's an alternative, easier way. Details on creating custom themes are available here: http://livedocs.macromedia.com/flex/15/flex_docs_en/2194.htm HTH Spike Ghislain Simard wrote: Is there a way to change the default icons used

[flexcoders] In Flex, is there any equivalent to Fieldset in HTML?

2005-04-02 Thread Ghislain Simard
Hi, In Flex, is there any tag or way of doing the same job as a fieldset as in HTML? If not, it would be great to have it out-of-the-box in Flex. Thanks Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from

[flexcoders] Re: In Flex, is there any equivalent to Fieldset in HTML?

2005-04-02 Thread Ghislain Simard
form tags...But it should be ok.. Does it help you? -abdul -Original Message- From: Ghislain Simard [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 7:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] In Flex, is there any equivalent to Fieldset in HTML

[flexcoders] MenuBar: how to Hyperlink an item

2005-03-30 Thread Ghislain Simard
How to get an item in my menu bar hyperlinked? Here is my XML where my MenuBar is refering to: node menu label=Accueil data=main3.mxml/ menu label=Mon compte/ menu label=Nouveau projet/ menu label=Mes projets/ menu label=Outils menu label=Feuilles d'aide menu label=Aréna/ /menu /node

[flexcoders] Re: Accordion container...Elements visible=false

2005-03-21 Thread Ghislain Simard
doesn't work!!! any othe ideas?? --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On Sat, 19 Mar 2005 15:47:30 -, Ghislain Simard [EMAIL PROTECTED] wrote: I would like to generate dynamically each containers inside an accordion. It seems that I can't use

[flexcoders] Accordion container...Elements visible=false

2005-03-19 Thread Ghislain Simard
Hi, I would like to generate dynamically each containers inside an accordion. It seems that I can't use the visible=false attribute. My idea was to turn true the container in specific condition. Any suggestion? mx:Accordion mx:HBox...visible=false/ /mx:Accordion Thanks Ghislain Simard