[flexcoders] Accordion - Opaque / transparent background

2010-04-09 Thread Karim Beyrouti
Hi All. I have been trying to make the accordion's background opaque / transparent. So it's see through. The 'backgroundAlpha' property does not work. Wondering if anyone has any tips here? Using Flash Builder 4, project is an AIR application using 'Wireframe' theme. Code:

[flexcoders] Accordion "Button Header" Replacement?

2009-04-11 Thread flexcoder1969
Anyone have any ideas on how one might use the Accordion's HeaderRenderer to skin the header with something OTHER than a Button? Documentation states that the AccordionHeader is a subclass of Button, therefore it would appear that the HeaderRenderer needs to extend only Button. I hope this is

Re: [flexcoders] Accordion component and drag?

2009-03-11 Thread Peter Witham
>> -- >> >> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On >> Behalf Of *Peter Witham >> *Sent:* Wednesday, March 11, 2009 12:39 PM >> *To:* flexcoders@yahoogroups.com >> *Subject:* [flexcoders] Accordion compon

Re: [flexcoders] Accordion component and drag?

2009-03-11 Thread Peter Witham
s, development services available > -- > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Peter Witham > *Sent:* Wednesday, March 11, 2009 12:39 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Accordion component and d

RE: [flexcoders] Accordion component and drag?

2009-03-11 Thread Tracy Spratt
services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Peter Witham Sent: Wednesday, March 11, 2009 12:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion component and drag? Hi everyone, There is probably something

[flexcoders] Accordion component and drag?

2009-03-11 Thread Peter Witham
Hi everyone, There is probably something really obvious I am missing here, but I want to be able to drag an item from the accordion component. I have not found a way to do it though, I know there is not a dragEnabled setting for the Accordion but I thought there would be for the repeater inside

[flexcoders] Accordion question - height minus header space

2009-02-20 Thread lanekelly5
I'd like to size the TileLists inside each accordion panel properly. If I have 4 panels (and thus 4 header buttons for navigation), how can I calculate the available space for a panel? I assume this would be the specified height of the accordion minus the height of a header * numChildren. An

RE: [flexcoders] Accordion problem - rowCount/scrollbar

2009-02-20 Thread Tracy Spratt
excod...@yahoogroups.com] On Behalf Of lanekelly5 Sent: Friday, February 20, 2009 10:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion problem - rowCount/scrollbar Is there a way to essentially disable the rowCount property of an accordion and just have it show as much co

[flexcoders] Accordion problem - rowCount/scrollbar

2009-02-20 Thread lanekelly5
Is there a way to essentially disable the rowCount property of an accordion and just have it show as much content (including partial rows) in the vertical space that is available? I'm finding that if I set a rowCount which takes up less space than the expanded section has available I get an an

RE: [flexcoders] ACCORDION - How can I switch my cursor to a pointer?

2009-02-06 Thread Alex Harui
AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ACCORDION - How can I switch my cursor to a pointer? Hi everyone, how can I switch my cursor to a hand pointer when it goes over the accordion header? Thanks. -David.

[flexcoders] ACCORDION - How can I switch my cursor to a pointer?

2009-02-06 Thread sailorsea21
Hi everyone, how can I switch my cursor to a hand pointer when it goes over the accordion header? Thanks. -David.

Re: [flexcoders] Accordion click event issue

2009-02-06 Thread Fotis Chatzinikos
try giving it a backround color? On Fri, Feb 6, 2009 at 9:52 AM, Vik wrote: > Hie > > I am using an accordion with three vbox inside it. > The problem is when i click on any of the accordion it does not invoke the > click event. > > My code is like: > > > > > click="headCountAccordi

[flexcoders] Accordion click event issue

2009-02-05 Thread Vik
Hie I am using an accordion with three vbox inside it. The problem is when i click on any of the accordion it does not invoke the click event. My code is like: the click event does not work on the VBox with lable last 2 days. However, it works if i copy the click stuff to the

RE: [flexcoders] Accordion with no selection possible ?

2009-01-05 Thread Tracy Spratt
[mailto:flexcod...@yahoogroups.com] On Behalf Of rockorgames Sent: Monday, January 05, 2009 12:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion with no selection possible ? is it possible to make all accordian canvas to be closed initially ? i tried selectedIndex = -1 but still the

[flexcoders] Accordion with no selection possible ?

2009-01-05 Thread rockorgames
is it possible to make all accordian canvas to be closed initially ? i tried selectedIndex = -1 but still the first canvas was open.. thx!

RE: [flexcoders] Accordion control question

2008-10-03 Thread Tracy Spratt
D] On Behalf Of burttram Sent: Friday, October 03, 2008 9:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion control question Is there any way to prevent and accordion control item from opening, so that the "header" will just act as a button? I'm currently trying

[flexcoders] Accordion control question

2008-10-03 Thread burttram
Is there any way to prevent and accordion control item from opening, so that the "header" will just act as a button? I'm currently trying to use an accordion control as kind of a menu, such that several items with sub-categories will open to reveal a treeview in the appropriate accordion "block" (

[flexcoders] accordion component

2008-09-15 Thread sudha_bsb
Hi, Is there any component out there which is similar to accordion, except that initially all accordion items will be collapsed. As we click on each accordion itemthe corresponding one expands and the rest collapse. Only initially, all the accordion items will be collapsed. Please help if t

Re: [flexcoders] Accordion based on XML data

2008-09-15 Thread Tom McNeer
Hi, Any sample of building Accordion on an xml data? Something like a tree > control. > As Tracy says, using Repeater is a simple way. Here's an example (already within an Accordion, not shown here): The XML element has an id of "accData." The repeater has a

RE: [flexcoders] Accordion based on XML data

2008-09-14 Thread Tracy Spratt
*Help * --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "coollegesexpics" group. To post to this group, send email to coollegesexpics@goo

RE: [flexcoders] Accordion Header renderer layout help

2008-08-18 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Accordion Header renderer layout help I'm trying to create an Accordion Header Renderer component (extends Button, implements IDataRenderer) - when I add children to the "createChildren" method - it places them below (maybe behind is a better term) th

[flexcoders] Accordion Header renderer layout help

2008-08-18 Thread nathanpdaniel
I'm trying to create an Accordion Header Renderer component (extends Button, implements IDataRenderer) - when I add children to the "createChildren" method - it places them below (maybe behind is a better term) the actual header itself. I'm attempting to add another button and set the hitArea

[flexcoders] Accordion initially all childcontainers closed

2008-07-28 Thread simon.friso
In an accordion by default the first container is open. For my application the users want all childcontainers closed at the start. Does someone know how I can achieve this? I tried this: first container empty; height=0; visible= false; This works but Flex shows the accordion container navigation

Re: [flexcoders] Accordion, How to show it vertically like xx|yy|zz

2008-06-03 Thread Doug McCune
PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Accordion, How to show it vertically like xx|yy|zz > > > > > Hii Guyz, > > How can I have an accordion that will display the bars vertically as in > xx|yy|zz... > > which property do I need to set i

RE: [flexcoders] Accordion, How to show it vertically like xx|yy|zz

2008-06-03 Thread Tracy Spratt
om Subject: [flexcoders] Accordion, How to show it vertically like xx|yy|zz Hii Guyz, How can I have an accordion that will display the bars vertically as in xx|yy|zz... which property do I need to set in or where can I find the resources for that?? Thanks, Manu. -- View this message in con

[flexcoders] Accordion, How to show it vertically like xx|yy|zz

2008-06-03 Thread Manu Dhanda
Hii Guyz, How can I have an accordion that will display the bars vertically as in xx|yy|zz... which property do I need to set in or where can I find the resources for that?? Thanks, Manu. -- View this message in context: http://www.nabble.com/Accordion%2C-How-to-show-it-vertically-like-xx%7Cy

RE: [flexcoders] Accordion question

2008-03-11 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djbrown_rotonews Sent: Tuesday, March 11, 2008 7:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion question I have a GUI that has a "Tabbed view" and a "tiles view", both as children of an Accordion (the tiles vie

[flexcoders] Accordion question

2008-03-11 Thread djbrown_rotonews
I have a GUI that has a "Tabbed view" and a "tiles view", both as children of an Accordion (the tiles view is just a repeater inside of a vbox as opposed to an actual tile list). Anyhow, each component has a few combobox pulldowns etc.. I want to be able to "synch" up those selections, so that

Re: [flexcoders] Accordion customization

2008-02-11 Thread YOGESH JADHAV
Hi tom , tried that but it doesn't seem to work. On Feb 11, 2008 8:47 PM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Monday 11 Feb 2008, YOGESH JADHAV wrote: > > ya, exactly . > > You could try setting height=60 when it's created, then set > percentHeight=100 > in the click handler. > > -- > T

Re: [flexcoders] Accordion customization

2008-02-11 Thread Tom Chiverton
On Monday 11 Feb 2008, YOGESH JADHAV wrote: > ya, exactly . You could try setting height=60 when it's created, then set percentHeight=100 in the click handler. -- Tom Chiverton Helping to ambassadorially synergize end-to-end clusters on: http://thefalken.livejournal.com ***

Re: [flexcoders] Accordion customization

2008-02-11 Thread YOGESH JADHAV
ya, exactly . Initially i was totally unaware that that flex3 now comes with accordian source. I searched net and used a swc created by someone. Now looking thru mailing list's logs i got know about this, now looking into the accordion source ( though my as3 knowledge is almost zero ). Ear

Re: [flexcoders] Accordion customization

2008-02-11 Thread Tom Chiverton
On Monday 11 Feb 2008, YOGESH JADHAV wrote: > i mean to say , by default the selected item is 'expanded' . My item > renderer is consisting of two parts, image and product description. I don't > want image to be displayed unless user clicks on it. So entire list/panel > remains in collapsed state,

Re: [flexcoders] Accordion customization

2008-02-11 Thread YOGESH JADHAV
Hi Tom, i mean to say , by default the selected item is 'expanded' . My item renderer is consisting of two parts, image and product description. I don't want image to be displayed unless user clicks on it. So entire list/panel remains in collapsed state, only click / mouse over expands the respec

Re: [flexcoders] Accordion customization

2008-02-11 Thread Tom Chiverton
On Monday 11 Feb 2008, YOGESH JADHAV wrote: >I want to customize Accordion component such that by > default no image is displayed, otherwise the behavior should be same. Any > idea how to do that? So what would it show instead ? -- Tom Chiverton Helping to adaptively morph value

[flexcoders] Accordion customization

2008-02-11 Thread YOGESH JADHAV
Hi all, I want to customize Accordion component such that by default no image is displayed, otherwise the behavior should be same. Any idea how to do that? -- Regards, Yogesh

[flexcoders] Accordion ScrollBar Problem

2008-01-06 Thread reber.christian
Hey, I'm currently doing a lot of bug fixing at my project, but I'm going crazy with one little thing. I was lucky to create a screenshot! The problem is, the Accordion is getting Data and sometimes the height is going automatically to the contentHeight (resizeToContent is still false). I have no

[flexcoders] Accordion, the FlexEvent.SHOW isn't fired the first time a panel is shown

2007-12-21 Thread dave_defusion
I'm trying to add something into a panel in an accordion, I'm using the FlexEvent.SHOW to add the contents once the panel is displayed (this works pretty much everywhere else - e.g. a tab navigator). In my case trying to add the contents to a non visible element doesn't work (as I'm trying to get b

Re: [flexcoders] accordion panel and element null references

2007-11-25 Thread Douglas Knudsen
sounds like a deferred instantiation issue, a common topic 'round here. You can look at creationPolicy='all' but do a search on these archives about its use and abuse. DK On Nov 24, 2007 6:02 PM, Robert Munn <[EMAIL PROTECTED]> wrote: > I have an accordion control that has three child element

[flexcoders] accordion panel and element null references

2007-11-25 Thread Robert Munn
I have an accordion control that has three child elements. The third element is a set of input controls used to modify some data in an associated tree. I want to load the data elements when a user clicks on the tree, but when the scren first opens, that panel of the accordion is closed and all of t

[flexcoders] accordion and null references

2007-11-25 Thread cfmunster
I have an accordion control that has three child elements. The third element is a set of input controls used to modify some data in an associated tree. I want to load the data elements when a user clicks on the tree, but when the scren first opens, that panel of the accordion is closed and all of t

Re: [flexcoders] accordion with more than one item open at the same time

2007-10-26 Thread Doug McCune
Yup, here it is: http://weblogs.macromedia.com/pent/archives/2007/04/the_stack_compo.cfm

RE: [flexcoders] accordion with more than one item open at the same time

2007-10-26 Thread Tracy Spratt
: [flexcoders] accordion with more than one item open at the same time Hi, How do I make an accordion that can display more than one item at the same time. Something similar to the accordion displayed at this page http://www.nytimes.com/packages/khtml/2006/04/02/business/20060402_SECTO

[flexcoders] accordion with more than one item open at the same time

2007-10-26 Thread sashikala_sn
Hi, How do I make an accordion that can display more than one item at the same time. Something similar to the accordion displayed at this page http://www.nytimes.com/packages/khtml/2006/04/02/business/20060402_SECTOR_GRAPHIC.html Thanks, Sashikala

[flexcoders] Accordion component - scrollable/ viewing multiple panels

2007-06-06 Thread kalyancce
Hi, Is there a way to have a scrollable and multiple panel view accordion? I did get to see some tweaks for scrollability but havent really found a way for opening multiple panels at the same time. Please suggest. Thank you, Kalyan.

[flexcoders] accordion initialization

2007-05-19 Thread li.wen
Hello all, For accordion component, its views do not need to initialize when they are switched to. However, what can I do if I want to initial those views which are not switched to? Regards, Joe

Re: [flexcoders] accordion selected / normal text style

2007-05-03 Thread Manish Jethani
On 5/3/07, kasey.mccurdy <[EMAIL PROTECTED]> wrote: > does anyone out there know how to change the text style for a selected > accordion panel vs. a non selected one? I think there are some "selected" styles, but you can also do it with a custom header renderer. See this example below. http://w

[flexcoders] accordion selected / normal text style

2007-05-02 Thread kasey.mccurdy
ive dugg through the live docs...scoured the web..and to no avail... does anyone out there know how to change the text style for a selected accordion panel vs. a non selected one? i cant seem to find anything ANYWHERE thanks ya'll.

[flexcoders] Accordion Redux, Icons

2007-03-15 Thread lostinrecursion
I noticed a post back in February and wondered if it was, in fact, a documented bug or if someone had figured out the behavior as now I am facing the problem. When setting the icon field in an Accordion control's children, the last icon is the only one to appear for all of them. To borrow from th

[flexcoders] Accordion child icon bug

2007-02-02 Thread Danko Kozar
I noticed a bug in Accordion (Flex 2.0.1). I have an Accordion with three children end every one of them has another image as icon property: The problem is that THE LAST ONE (icon3) is rendered on ALL THREE Accordion tabs. Since I think Accordion has to work as other navigators (Tab

RE: [flexcoders] Accordion header style problem

2006-12-20 Thread Tracy Spratt
, December 20, 2006 3:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion header style problem Hi,everyone. I am new for flex2,I has a problem about accordion header style, can I set the header's cornerRadius style? Because I want to set my accordion's corners to be ro

[flexcoders] Accordion header style problem

2006-12-20 Thread zedan_gu
Hi,everyone. I am new for flex2,I has a problem about accordion header style, can I set the header's cornerRadius style? Because I want to set my accordion's corners to be rounded. How can I achieve it? Thanks.

Re: [flexcoders] accordion, load ALL

2006-11-29 Thread Michael Schmalle
- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Yiðit Boyar *Sent:* Wednesday, November 29, 2006 6:46 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] accordion, load ALL thanks for your quick anser, but i just need to load one of my

RE: [flexcoders] accordion, load ALL

2006-11-29 Thread Gordon Smith
Sent: Wednesday, November 29, 2006 6:46 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] accordion, load ALL thanks for your quick anser, but i just need to load one of my child tab not all... so isn't there a way to say accordion, load your xth tab ? thanks - Origin

Re: [flexcoders] accordion, load ALL

2006-11-29 Thread Yiðit Boyar
7:19:20 PM Subject: RE: [flexcoders] accordion, load ALL Well the *easy* answer is to set creationPolicy= "all" on the accordion. But use this carefully, because there are performance impacts on doing this. Karl From: [EMAIL PROTECTED] ups.co

RE: [flexcoders] accordion, load ALL

2006-11-28 Thread Karl Johnson
t: Tuesday, November 28, 2006 5:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] accordion, load ALL i have an acoordion box, and when sth is clicked inside one canvas, another is opened and a function in the component "included in the opened tab" is called. but in the first click

[flexcoders] accordion, load ALL

2006-11-28 Thread Yiðit Boyar
i have an acoordion box, and when sth is clicked inside one canvas, another is opened and a function in the component "included in the opened tab" is called. but in the first click, because the canvas objects are not preloaded, i cannot call the function... how can i say the accordion component

Re: [flexcoders] Accordion initialization problem

2006-10-31 Thread Rick Root
Dirk Eismann wrote: > > > > You probably need to look at creationPolicy specifically "all." > > oh oh... infinite loop :) Yahoo's greylisting on groups is kind of annoying. Sometimes people respond right away but their emails don't show up for an hour if they haven't posted in a while! Ric

RE: [flexcoders] Accordion initialization problem

2006-10-31 Thread Dirk Eismann
> You probably need to look at creationPolicy specifically "all." oh oh... infinite loop :) Dirk. -- 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 <*>

Re: [flexcoders] Accordion initialization problem

2006-10-30 Thread Adam Dorritie
On 10/30/06, Rick Root <[EMAIL PROTECTED]> wrote: > I'm building an application with an accordion pane, and I'm having > problems accessing objects declared within a child panel. > > It's as if the children of the accordion pane aren't initialized until > they are displayed. You probably need t

[flexcoders] Accordion initialization problem

2006-10-30 Thread Rick Root
I'm building an application with an accordion pane, and I'm having problems accessing objects declared within a child panel. For example, look at the code I've attached to the end of this email... When you click any of the buttons, you get the following error: TypeError: Error #1009: Cannot acc

[flexcoders] Accordion UI Mods to a CF Wizard Generated App

2006-09-22 Thread rob_scio
Stating up front that I am a newbie to Flex and Actionscript...I am using the CF wizard to generate a simple application (master form and a detail form).  I have modified the detail form so that the nine form fields I am displaying that the wizard is placing on the cfComponents:SizeableTitleWind

Re: [flexcoders] Accordion

2006-08-19 Thread Nate Hardt
I don't think you can do that. From the docs: An Accordion navigator container has a collection of child containers, but only one of them at a time is visible. ( http://livedocs.macromedia.com/flex/2/langref/mx/containers/ Accordion.html ) Maybe some variation on a divided box is what you are

[flexcoders] Accordion

2006-08-18 Thread s_hernandez01
Would anyone know how to set an accordion's index height to a specific position to only open up half way. For example, say I have an accordion with two indexes, but when I click on the second index to view it, I want it to go up only halfway, so that both indexes are viewable. -Sal -- Flexcod

RE: [flexcoders] Accordion Headers: Only one?

2006-08-15 Thread Gordon Smith
To: flexcoders Subject: [flexcoders] Accordion Headers: Only one?   An according can only have one header, correct?  I'm asssuming so since the AccordionHeader section has this bit in its description: The AccordionHeader class defines the appearance of the navigation buttons of an Ac

[flexcoders] Accordion Headers: Only one?

2006-08-15 Thread Tom Ortega
An according can only have one header, correct?  I'm asssuming so since the AccordionHeader section has this bit in its description:The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. You use the getHeaderAt() method of the Accordion class to get a ref

[flexcoders] Accordion state change?

2006-06-19 Thread Impudent1
I have been playing with flex a bit lately, doing the tutorials, some web examples from the blogs (ty all ;p ) I decided to try to rebuild a basic web page that currently lists all the scripts I created for After Effects in Flex2B3. What I am stuck on is trying to have an accordion navigator ch

Re: [flexcoders] Accordion icons

2005-12-15 Thread JesterXL
This works. My img is a 22x22 png. http://www.macromedia.com/2003/mxml";> - Original Message - From: "nextadvantage" <[EMAIL PROTECTED]> To: Sent: Thursday, December 15, 2005 6:43 PM Subject: [flexcoders] Accordion icons D

[flexcoders] Accordion icons

2005-12-15 Thread nextadvantage
Does anyone here have any sample code to display a icon/swf in the header of a accordion all the samples I have googled for don't seem to work. Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back! http://us.c

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Jignesh Dodiya
3 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime   Hi Jim,I gave that a shot and still to no avail.  Still get the error: "There is no property with the name 'icon'."Oh well.  Perhaps I need to figure out these cus

RE: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Jim Phelan
Of Niklas Richardson Sent: Friday, November 18, 2005 6:33 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime   Hi Jim, I gave that a shot and still to no avail.  Still get the error: "There is no property with the name 'icon&#

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
gt; > > > > > > > From: flexcoders@yahoogroups.com on behalf of Niklas Richardson > > > Sent: Fri 18/11/2005 12:32 > > > To: flexcoders@yahoogroups.com > > > Subject: Re: [flexcoders] Accordion Header Icons - Changing during

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
OTECTED]> wrote: > > Have you tried accd.getHeaderAt(0)['icon'] ? > > > > > > > > From: flexcoders@yahoogroups.com on behalf of Niklas Richardson > > Sent: Fri 18/11/2005 12:32 > > To: flexcoders@yahoogroups.com

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
> > From: flexcoders@yahoogroups.com on behalf of Niklas Richardson > Sent: Fri 18/11/2005 12:32 > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime > > > Hi Jim, > > I gave that a shot and still to no avail. Still

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Manish Jethani
On 11/17/05, Niklas Richardson <[EMAIL PROTECTED]> wrote: > Basically, I want to change the icon for a specific accordion header > depending on a certain state of that child. > Okay, so I think that depends on the icon of the child container. Does changing the icon of the child not work? Manish

RE: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Philippe Maegerman
Have you tried accd.getHeaderAt(0)['icon'] ? From: flexcoders@yahoogroups.com on behalf of Niklas Richardson Sent: Fri 18/11/2005 12:32 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime Hi Ji

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Niklas Richardson
ailto:[EMAIL PROTECTED] On > Behalf Of Niklas Richardson > Sent: Thursday, November 17, 2005 11:51 AM > > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime > > > > Unfortunately I tried: > > accd.getHeader

RE: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Jim Phelan
:51 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime   Unfortunately I tried: accd.getHeaderAt(0).icon and it doesn't work.  It says "icon" does not exist.  I think that's because getHeaderAt() returns a UIComponen

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Niklas Richardson
t; Since AccordianHeader is a > subclass of Button, it should work just fine. > > > > Jim > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Niklas Richardson > Sent: Thursday, November 17,

RE: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Jim Phelan
.   Jim   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Niklas Richardson Sent: Thursday, November 17, 2005 11:24 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion Header Icons - Changing during runtime   Crapola!  So you'd need

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Niklas Richardson
Crapola! So you'd need some custom header class huh? Thanks. Niklas On 17/11/05, Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote: > The icon is embedded at compile time and may not be changed dynamically. > But then I could be wrong! > > Sree > > > Niklas Richardson wrote: > Hi all, > > I

Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Sreejith Unnikrishnan
The icon is embedded at compile time and may not be changed dynamically. But then I could be wrong! Sree Niklas Richardson wrote: Hi all, I have hunted high and low for an answer to this and I've played around with accordion.getHeaderAt(), getChildAt(), but to no avail. Basically, I

[flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Niklas Richardson
Hi all, I have hunted high and low for an answer to this and I've played around with accordion.getHeaderAt(), getChildAt(), but to no avail. Basically, I want to change the icon for a specific accordion header depending on a certain state of that child. There doesn't seem to be a way at runtime

Re: [flexcoders] Accordion destroyChildAt

2005-10-02 Thread Manish Jethani
On 10/1/05, Ghislain Simard <[EMAIL PROTECTED]> wrote: > If I am destroying a child (using destroyChildAt) in my accordion, how > to reinsert it when needed ? Use createChild to create it again. Yahoo! Groups Sponsor ~--> Fair play? Video games influ

RE : [flexcoders] Accordion panel to stay open, wh en another panel is selected.

2005-08-27 Thread Philippe Maegerman
: sam. 27/08/2005 15:31 À: flexcoders@yahoogroups.com Objet : Re: [flexcoders] Accordion panel to stay open, when another panel is selected. On 8/27/05, P Trisnadi <[EMAIL PROTECTED]> wrote: > Is it possible to have one of the accordion panel to > stay open, when another panel is sele

Re: [flexcoders] Accordion panel to stay open, when another panel is selected.

2005-08-27 Thread Scott Barnes
Its quite possible but in truth, no easy solution. I'm working from memory hear so forgive me if i've overlooked anything. When the accordion panel moves containers up and down (ie hide/show) it basically carries out a tween effect. The tween effect moves the items within a mask state from point

Re: [flexcoders] Accordion: save form on exit

2005-08-27 Thread Manish Jethani
On 8/26/05, Simard, Ghislain <[EMAIL PROTECTED]> wrote: > Is there a way to get the opened component saving the values when we click > anywhere in the apps outside of that component? I guess you can listen for the mouseDownSomewhere event and check for the event's target property. Manish --

Re: [flexcoders] Accordion panel to stay open, when another panel is selected.

2005-08-27 Thread Manish Jethani
On 8/27/05, P Trisnadi <[EMAIL PROTECTED]> wrote: > Is it possible to have one of the accordion panel to > stay open, when another panel is selected? (And closes > only when the panel header is clicked?) Or, is it even > possible to have more than one panel open in 1 > accordion widget? It's not

[flexcoders] Accordion panel to stay open, when another panel is selected.

2005-08-27 Thread P Trisnadi
OK, this is not how an accordion should behave, but: Is it possible to have one of the accordion panel to stay open, when another panel is selected? (And closes only when the panel header is clicked?) Or, is it even possible to have more than one panel open in 1 accordion widget? Thanks in advan

RE: [flexcoders] Accordion: save form on exit

2005-08-26 Thread Simard, Ghislain
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion: save form on exit On 8/26/05, Simard, Ghislain <[EMAIL PROTECTED]> wrote: > In the following example. If I am in the Comp1 and I click on an item on the left tree...meaning that I am focussing out of the Comp1...how to get

Re: [flexcoders] Accordion: save form on exit

2005-08-26 Thread Manish Jethani
On 8/26/05, Simard, Ghislain <[EMAIL PROTECTED]> wrote: > In the following example. If I am in the Comp1 and I click on an item on > the left tree...meaning that I am focussing out of the Comp1...how to get > the Comp1 saved? > > > > > > >

RE: [flexcoders] Accordion: save form on exit

2005-08-25 Thread Simard, Ghislain
gt;              Ghislain Simard -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Philippe MaegermanSent: Thursday, August 25, 2005 3:40 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Accordion: save form on exit

Re: [flexcoders] Accordion panel Ignoring click events

2005-08-11 Thread Cary Newfeldt
Hi Manish, Yes, thank you that worked. regards, Cary. Manish Jethani wrote: On 8/12/05, Cary Newfeldt <[EMAIL PROTECTED]> wrote: I'm doing the following [1] One accordion panel [2] Two VBoxes [3] Each VBox has a custom button embedded [4] Each button will pop u

Re: [flexcoders] Accordion panel Ignoring click events

2005-08-11 Thread Manish Jethani
On 8/12/05, Cary Newfeldt <[EMAIL PROTECTED]> wrote: > I'm doing the following > > [1] One accordion panel > [2] Two VBoxes > [3] Each VBox has a custom button embedded > [4] Each button will pop up an alert when pressed. > [5] When executing the application > - The first butt

[flexcoders] Accordion panel Ignoring click events

2005-08-11 Thread Cary Newfeldt
Hi, I'm doing the following [1] One accordion panel [2] Two VBoxes [3] Each VBox has a custom button embedded [4] Each button will pop up an alert when pressed. [5] When executing the application        - The first button will execute alert message        - The second button will fail

RE: [flexcoders] Accordion Navigation & Components

2005-07-05 Thread Philippe Maegerman
There is an easier way than my last post to perform it:   _parent.selectedIndex -= 1; Enjoy +++   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MalcolmSent: mardi 5 juillet 2005 6:20To: flexcoders@yahoogroups.comSubject: [flexcoders

RE: [flexcoders] Accordion Navigation & Components

2005-07-05 Thread Philippe Maegerman
mSent: mardi 5 juillet 2005 6:20To: flexcoders@yahoogroups.comSubject: [flexcoders] Accordion Navigation & Components I need to share a number of forms & want to be able to navigate (set theselectedIndex) of an accordion within a form called as a component. Basicbreak down of code is as fo

[flexcoders] Accordion Navigation & Components

2005-07-05 Thread Malcolm
I need to share a number of forms & want to be able to navigate (set the selectedIndex) of an accordion within a form called as a component. Basic break down of code is as follows: http://www.macromedia.com/2003/mxml"; xmlns:sharedforms="com.company.veiw.sharedforms.*">

Re: [flexcoders] Accordion, fillColors and a Validator

2005-06-09 Thread Manish Jethani
On 6/8/05, Christoph Guse <[EMAIL PROTECTED]> wrote: > var myColor = [0xFF,0xFF]; > myAccordion.getHeaderAt(0).setStyle("fillColors",myColor); > > But this didn't work. Perhaps it is not possible to change a style on > runtime? How can I flag the first accordion header when some value

Re: [flexcoders] Accordion, fillColors and a Validator

2005-06-09 Thread Christoph Guse
ne 2005 10:31 To: flexcoders@yahoogroups.com Subject: [flexcoders] Accordion, fillColors and a Validator Hi List, I use an Accordion with several childs which are together one big form. I use Validator.isStructureValid() to validate the Form. The validation-process works well. I&#

RE: [flexcoders] Accordion, fillColors and a Validator

2005-06-08 Thread Allen Manning
D] On Behalf Of Christoph GuseSent: 08 June 2005 10:31To: flexcoders@yahoogroups.comSubject: [flexcoders] Accordion, fillColors and a Validator Hi List,I use an Accordion with several childs which are together one big form. I use Validator.isStructureValid() to validate the Form. The validation-proc

  1   2   >