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

[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: http://www.mail-archive.com/flexcode

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

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

[flexcoders] Re: best practice?

2005-12-14 Thread Ghislain Simard
How to get the hyperlinks in color. How to get or style working? see the following as an example. --- 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

[flexcoders] 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] 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? http://www.macromedia.com/2003/mxml";> Yahoo! Groups Sponsor ~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http

[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: Thanks Yahoo! Groups Sponsor ~--> Get fast access to your favorite Yaho

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

[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] Re: RemoteObject result

2005-09-30 Thread Ghislain Simard
hoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Ghislain Simard > Sent: Friday, September 30, 2005 10:49 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: RemoteObject result > > Try using the NetConnectionDebugger available in your Flex > installati

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

[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: thanks Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

[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: 1 - How to get selected a date by default in the TextInput field. If I use the attribute "text

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

[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 Thanks Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk b

[flexcoders] Re: main app build on the fly

2005-09-10 Thread Ghislain Simard
ke it a little more robust by looking into creationPolicy="none" and > other techniques. > > > > Matt > > > > ________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Ghislain Simard >

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

[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? Thanks Yahoo! Groups Sponsor ~--> http://us.ard.yahoo.com/SIG=12hm32mdv

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

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

2005-08-10 Thread Ghislain Simard
nt to modify (listen for a > > change event and then check the selectedIndex property of the list). > > > > 2) a style object which allows 2 properties of the row in question to > > be set-the backgroundColor (hex value) and an icon (in Flash the icon > > proper

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

2005-08-09 Thread Ghislain Simard
Value function is "selected". > > - Original Message - > From: "Ghislain Simard" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, August 09, 2005 11:03 PM > Subject: [flexcoders] selectedItem in a list shows an icon > > > HI, > How can we get a li

[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 ~--> http://us.ard.yahoo.com/SIG=12hsbsu5s/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP

[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 ~--> http://us.ard.yahoo.com/SIG=12htj8r47/M=362131.6882499.7825260.1510

[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 ~--> http://us.ard.yahoo.com/SIG=12hku2lva/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123261928/

[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 ~--> http://us.ard.yahoo.com/SIG=12hsfhnqb/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123

[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 ~--> http://us.ard.yahoo.com/SIG

[flexcoders] Re: broadcasting to a sub-component

2005-08-01 Thread Ghislain Simard
ore information than this. Give everyone > ids and you'll be able to reach them by dotting down. > > > > > > > > > > > > mc1.msc2.dispatchEvent({type: "change"}); > > > > > > Fr

[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 myComp1.mxml mySubComp2.mxml Yahoo! Groups Sponsor ~--> http://us.ard.yahoo.com/SIG=12h01t6dm/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122753

[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 form2.mxml var projID:Number = 32; function gotoForm1(){ how to go to comp form1 and bring the projID? } form1.mxml Yahoo! Groups Sponsor --

[flexcoders] ComboBox selection change another ComboBox visible item

2005-07-26 Thread Ghislain Simard
Is there an easy way to get populated a ComboBox based on the selection of another ComboBox? Like in the example below if I select Volvo, I want to see Red,Blue in colorModel. If I select BMW, I want to see all the color in colorModel Volvo 122 BMW 126

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

[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]: "" STATU

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

2005-07-24 Thread Ghislain Simard
How can I connect back to a another stack component in the main app...see the code inside the function changeStack. The id called vsl is not recognized. Thanks main.mxml myComp1: wrote: > I'm inside a component, trying to get access to an

[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 myComp1: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40y

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

2005-07-24 Thread Ghislain Simard
t; 2. create 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 mai

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

2005-07-24 Thread Ghislain Simard
AIL PROTECTED]> wrote: > 1. inside your myCompFrm write a save function: public function save(){.. > saves the form...} > 2. give your an id property > 3.call the func on the control from the button click > > On 7/24/05, Ghislain Simard <[EMAIL PROTECTED]> wrote: > &

[flexcoders] Re: opposite of initialize

2005-07-24 Thread Ghislain Simard
--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > Why didn't focusOut work? > > - Original Message - > From: "Ghislain Simard" <[EMAIL PROTECTED]> > To: > Sent: Saturday, July 23, 2005 4:27 PM > Subject: [fle

[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? ... // Save the content in myCompFrm -- Flexcoders Mailing List FAQ

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

2005-07-23 Thread Ghislain Simard
--- In flexcoders@yahoogroups.com, "Stacy Young" <[EMAIL PROTECTED]> wrote: > Can u pls show flex code? > > > > -Stace > > > > __

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

2005-07-23 Thread Ghislain Simard
a datagrid... > > > > Stace > > > > > > From: 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

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

2005-07-23 Thread Ghislain Simard
> > > From: flexcoders@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 >

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

2005-07-23 Thread Ghislain Simard
; > > From: flexcoders@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 > res

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

2005-07-23 Thread Ghislain Simard
of ur grid. > > Would grab u an example from livedocs but seems to be down... > > > > -Stace > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Ghislain Simard > Sent: Saturday,

[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 3:25 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: update a list with new value from RemoteOject > result > > > > I have no m

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

2005-07-23 Thread Ghislain Simard
> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 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 > > &

[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: http://groups.yahoo.com/group/fle

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

2005-07-23 Thread Ghislain Simard
> > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Ghislain Simard > Sent: Saturday, July 23, 2005 1:48 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] update a list with new value from RemoteOject >

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

[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 something..

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

2005-07-21 Thread Ghislain Simard
> controlBehavior(textID, iniVal.ISOLATIONTOITURESTATUS); > > //etc > > } > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Ghislain Simard > Sent: Thursday, July 21, 2005 7:59 PM > To: flexcoders@yahoogroups.com > Subject: [flexcod

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

2005-07-21 Thread Ghislain Simard
I have a function which as a role of getting dynamically visible or not a control. The decision of that behavior is coming from a value sent by RemoteObjectBut it doesn't want to do what I am looking for. Any help would be appreciated. Thanks CODE: As I will have to get a behavior in a f

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

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

2005-07-17 Thread Ghislain Simard
> > ________ > From: flexcoders@yahoogroups.com [mailto:[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 Re

[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: http://www.macromedia.com/2003/mxml";> 1 Type I 3300 Type II 3301

[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: http://132.156.178.59/flashservices/gateway"; source="EEwizard3.G.toit_nf"> 1

[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: The script: function popNewZone() { var parentToPopUpOver = this; var fc_submi

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

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

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

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

[flexcoders] Linking a Flex apps to a Help system

2005-05-30 Thread Ghislain Simard
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! Gr

[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? Aucun Serpentin électrique Serpentin à eau chaude Pompe à chaleur sur boucle d'eau Aérotherme Unité de fenêtre/murale Ventilo-convecteu

[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. Anyone

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

[flexcoders] getURL strange javascript behavior

2005-05-08 Thread Ghislain Simard
in a MXML file: Why this is not working: function getNature():Void{ if(nature.selectedData=='Neuf'){ getURL("javascript:window.open('epgee.mxml','width=800');"); } } This is working: function getNature():Void{ if(nature.selectedData=='Neuf'){ getURL("javascript:window.op

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

[flexcoders] Re: : how to change default icons

2005-04-07 Thread Ghislain Simard
; > > You can do this quite easily if you 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 > &g

[flexcoders] How to add an image or icon beside titles of a container

2005-04-07 Thread Ghislain Simard
how to add an conditional icon beside a title inside a tab title or an accordion bar title? The icon will show or not depending on data captured inside the container. thanks Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders

[flexcoders] : how to change default icons

2005-04-07 Thread Ghislain Simard
Is there a way to change the default icons used by Flex for some tags like or , etc? Thanks 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] <*> You

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

2005-04-02 Thread Ghislain Simard
t; id="fname_ti"/> > id="lname_ti"/> > id="age_ti"/> > > > > > id="schoolName_ti"/> > id="collageName_ti"/> > > > > &

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

[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 -0000, Ghislain Simard > <[EMAIL PROTECTED]> wrote: > > > I would like to generate dynamically each containers inside an

[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? Thanks Ghislain Simard Yahoo! Groups Links <*> To