Re: [flexcoders] tabnavigator gets messed up

2015-07-01 Thread t...@tamborine.to [flexcoders]
Thanks. I'm working on doing that. I can't really post the code that's failing, it's part of an application that's far too big to post, but have built a smaller example and can't seem to get it to fail. I had been setting the selectedChild/index manually and took that out but it still fails.

Re: [flexcoders] tabnavigator gets messed up

2015-06-30 Thread Abhinay Dronamraju abhinay.dronamr...@yahoo.com [flexcoders]
Show some code sample. Sent from my iPhone On Jun 29, 2015, at 10:04 PM, t...@tamborine.to [flexcoders] flexcoders@yahoogroups.com wrote: Using FB4 with sdk4.0. My UI gets user details, then shows a tabbed interface. Can view any tabs, then get new user details. When the 2nd (and

[flexcoders] tabnavigator gets messed up

2015-06-29 Thread t...@tamborine.to [flexcoders]
Using FB4 with sdk4.0. My UI gets user details, then shows a tabbed interface. Can view any tabs, then get new user details. When the 2nd (and subsequent users) are chosen, the tabbed interface then is messed up with the details of the 3rd tab being displayed over the top of the details of

[flexcoders] TabNavigator skin

2010-08-25 Thread Christophe
Hello, How to draw a vertical gradient inside the panels of a TabNavigator ? Thank you, Christophe Jacquelin,

[flexcoders] TabNavigator styles not being applied (flex4)

2010-07-07 Thread bhaq1972
Anyone know why styling is not being applied to this Flex4 example (a modified example from livedocs)? thanks s:Application xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/mx s:layout s:VerticalLayout

[flexcoders] TabNavigator

2010-05-21 Thread Richard Rodseth
Is there an event dispatched by TabNavigator when the *user* switches tabs? change is dispatched when the selected change happens programmatically (eg. because selectedChild is bound).

RE: [SPAM] Re: [SPAM] Re: [SPAM] [flexcoders] TabNavigator switches to second tab when revealed after a currentState change

2010-01-24 Thread Tracy Spratt
Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Penny Laus Sent: Saturday, January 23, 2010 6:01 PM To: flexcoders@yahoogroups.com Subject: [SPAM] Re: [SPAM] Re: [SPAM] [flexcoders] TabNavigator switches to second tab

RE: [SPAM] Re: [SPAM] [flexcoders] TabNavigator switches to second tab when revealed after a currentState change

2010-01-23 Thread Tracy Spratt
, 2010 2:06 AM To: flexcoders@yahoogroups.com Subject: [SPAM] Re: [SPAM] [flexcoders] TabNavigator switches to second tab when revealed after a currentState change On Sat, Jan 23, 2010 at 5:28 PM, Tracy Spratt tr...@nts3rd. mailto:tr...@nts3rd.com com wrote: For a change as significant

Re: [SPAM] Re: [SPAM] [flexcoders] TabNavigator switches to second tab when revealed after a currentState change

2010-01-23 Thread Penny Laus
On Sun, Jan 24, 2010 at 1:40 AM, Tracy Spratt tr...@nts3rd.com wrote: A ViewStack is simply a way to switch between components. It has no visible presence of its own. The children of a ViewStack can be anything (in some container), including a full TabNavigator. You can nest ViewStacks

[flexcoders] TabNavigator switches to second tab when revealed after a currentState change

2010-01-22 Thread Penny Laus
I've run into a funny problem in a registration application I'm working on. The base state for this application is a TabNavigator with three Canvas subelements. On its own, this works fine. When the application loads, I switch away from the base state to a screen to let the user login/get their

RE: [SPAM] [flexcoders] TabNavigator switches to second tab when revealed after a currentState change

2010-01-22 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] TabNavigator switches to second tab when revealed after a currentState change I've run into a funny problem in a registration application I'm working on. The base state for this application is a TabNavigator with three Canvas

Re: [SPAM] [flexcoders] TabNavigator switches to second tab when revealed after a currentState change

2010-01-22 Thread Penny Laus
On Sat, Jan 23, 2010 at 5:28 PM, Tracy Spratt tr...@nts3rd.com wrote: For a change as significant as that, I suggest using ViewStack instead of states. Tracy, Thanks very much for responding - I always read your postings with attention. In my case are you suggesting I put everything into

[flexcoders] TabNavigator Problem.

2010-01-19 Thread Tejas Patel
I've used TabNavigator control in my flex application. When I run my application, looks perfect. But when i select any tab from TabNavigator control, Application URL having some strange text. when i select second tab, it looks like this..

Re: [flexcoders] TabNavigator Problem.

2010-01-19 Thread Tibor Ballai
Hi Tejas, What you are seeing is Flex's default history management. You can read about it here: http://livedocs.adobe.com/flex/3/html/help.html?content=deep_linking_8.html To disable it, you can set the TabNavigator's historyManagementEnabled property to false. Tibor. www.tiborballai.com

Re: [flexcoders] TabNavigator Problem.

2010-01-19 Thread Tejas Patel
: Tue, 19 January, 2010 10:59:18 PM Subject: Re: [flexcoders] TabNavigator Problem. Hi Tejas, What you are seeing is Flex's default history management. You can read about it here: http://livedocs. adobe.com/ flex/3/html/ help.html? content=deep_ linking_8. html To disable it, you can set

Re: [flexcoders] TabNavigator Problem.

2010-01-19 Thread Tejas Patel
Done. historyManagementEnabled property set to false has solve my problem. Thanks Tibor. From: Tejas Patel tejaspate...@yahoo.co.in To: flexcoders@yahoogroups.com Sent: Wed, 20 January, 2010 12:00:41 AM Subject: Re: [flexcoders] TabNavigator Problem. Thanks

[flexcoders] TabNavigator stacking order

2009-11-23 Thread Joel Stransky
By default, a TabNavigator adds its TabBar on top of the viewstack. Is there a way to force it to draw it underneath the subcontainers? -- --Joel Stransky stranskydesign.com

RE: [flexcoders] TabNavigator stacking order

2009-11-23 Thread Gregor Kiddie
Either write a custom TabNavigator which does it (I can't see any properties or styles for it), or Just use a Viewstack and TabBar yourself to do the same effect (TabNavigator doesn't actually add much to just using them individually). Gk. Gregor Kiddie Senior Developer INPS Tel:

[flexcoders] TabNavigator changes page (html) title

2009-11-18 Thread ynotob
I've added a TabNavigator to a flex application. The application is launched from html that is generated by a java server page (main.jsp). The generated html includes a html page title. Up until I added the TabNavigator to the application, the generated html page title would display as

[flexcoders] TabNavigator content refresh

2009-10-22 Thread |Mirko
Hi, I have a TabNavigator with let's say two Tabs - TabA and TabB along with its contents. Both tab contents read and change xml on which their both contents depends. If i click TabA, then on TabB in which content i modify xml and then return to TabA which also depends on that xml but change

RE: [SPAM] [flexcoders] TabNavigator content refresh

2009-10-22 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of |Mirko Sent: Thursday, October 22, 2009 7:01 AM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] TabNavigator content refresh Hi, I have a TabNavigator with let's say two Tabs - TabA and TabB along with its

[flexcoders] TabNavigator - events children get on tab show

2009-08-14 Thread Tom Chiverton
If I have a component in a Tabnavigator what event does that component receive when the tab navigator changes to show it ? It's not FlexEvent.SHOW for instance... -- Tom Chiverton Developer tom.chiver...@halliwells.com 3 Hardman Square, Manchester, M3 3EB

[flexcoders] TabNavigator changing from MXML to actionscript.

2009-08-12 Thread Wesley Acheson
Hi I've an application already mostly written. *Background*: This application uses several custom components that extend or contain TabNavigators. A requrirement which I've missed is that if the user doesn't have permission to view a tab then the tab doesn't appear in the tab navigators.

RE: [flexcoders] TabNavigator changing from MXML to actionscript.

2009-08-12 Thread Tracy Spratt
To: flexcoders Subject: [flexcoders] TabNavigator changing from MXML to actionscript. Hi I've an application already mostly written. Background: This application uses several custom components that extend or contain TabNavigators. A requrirement which I've missed is that if the user doesn't have

Re: [flexcoders] TabNavigator changing from MXML to actionscript.

2009-08-12 Thread Wesley Acheson
-- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Wesley Acheson *Sent:* Wednesday, August 12, 2009 11:06 AM *To:* flexcoders *Subject:* [flexcoders] TabNavigator changing from MXML to actionscript. Hi I've an application already

[flexcoders] TabNavigator SEO in Flex

2009-05-08 Thread Shabith
Hi, I'm new to flex and new to this forum as well. I have a tab navigator. When i click on the certain tab my Web address is change to something like c:/demoapp/demoapp.html#app=66885286-selectedIndex=0 what does this app means? Can I disable this in tab navigator? or else can I change this

RE: [flexcoders] TabNavigator SEO in Flex

2009-05-08 Thread Gregor Kiddie
2009 03:53 To: flexcoders@yahoogroups.com Subject: [flexcoders] TabNavigator SEO in Flex Hi, I'm new to flex and new to this forum as well. I have a tab navigator. When i click on the certain tab my Web address is change to something like c:/demoapp/demoapp.html#app=66885286-selectedIndex

Re: [flexcoders] TabNavigator SEO in Flex

2009-05-08 Thread Shabith Ishan
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Shabith *Sent:* 08 May 2009 03:53 *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] TabNavigator SEO in Flex Hi, I'm new to flex and new to this forum as well. I have a tab navigator. When i click on the certain tab my

[flexcoders] TabNavigator creationPolicy

2009-05-01 Thread Richard Rodseth
I have a TabNavigator with creationPolicy = auto. The immediate children are intermediate (superfluous) VBoxes containing the actual components to be displayed. Nevertheless actual component A's creationComplete fires even though it's tab is not the active one. What's up?

[flexcoders] TabNavigator data provider

2009-02-19 Thread lanekelly5
I have a ViewStack which I'm controlling with a LinkBar (via the dataProvider). I want to have a second TabNavigator (actually the google code SuperTabNavigator) controlling this same ViewStack. What I can't seem to figure out is how to assign a dataProvider to the TabNavigator. Are there any

[flexcoders] TabNavigator with multiline labels in tabs

2008-10-09 Thread franzthues
Hello everyone, I'm a longtime Flash developer tackling his first Flex project. The layout I'm implementing specifies two-line tab labels for the TabNavigator, which doesn't seem to be supported by Flex per default. I'm a bit confused as to how I would approach changing the TabNavigator's tab

RE: [flexcoders] TabNavigator with multiline labels in tabs

2008-10-09 Thread Gregor Kiddie
Sent: 09 October 2008 15:17 To: flexcoders@yahoogroups.com Subject: [flexcoders] TabNavigator with multiline labels in tabs Hello everyone, I'm a longtime Flash developer tackling his first Flex project. The layout I'm implementing specifies two-line tab labels for the TabNavigator, which

[flexcoders] TabNavigator with a two lines label

2008-09-29 Thread markgoldin_2000
Is it possible to have a TabNavigator with a label text in two lines? Thanks

RE: [flexcoders] TabNavigator with a two lines label

2008-09-29 Thread Gregor Kiddie
please contact [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: 29 September 2008 15:04 To: flexcoders@yahoogroups.com Subject: [flexcoders] TabNavigator with a two lines label Is it possible

[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see the 1st tab. When I navigate to the 2nd tab, I have to click the 2nd tab twice in order to view the contents of the tab. It looks like the first click on the 2nd tab

[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see the 1st tab. When I navigate to the 2nd tab, I have to click the 2nd tab twice in order to view the contents of the tab. It looks like the first click on the 2nd tab

Re: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Sajid Hussain
I have this same issue with super tab navigator .I left this for my pending work but it seems to be genral fix like tab navigators on click event and settign up our required tab . furhter this forum is full of gurus

RE: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Tracy Spratt
25, 2008 2:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] TabNavigator - have to click twice on tab to display page I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see the 1st tab. When I navigate to the 2nd

RE: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Manu Dhanda
Of donald_d_hook Sent: Thursday, September 25, 2008 2:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] TabNavigator - have to click twice on tab to display page I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see

[flexcoders] TabNavigator - how to make label a hyperlink that loads a specific module

2008-08-14 Thread djohnson29
I have a regular TabNavigator like so: mx:TabNavigator id=mainTabNav mx:VBox id=tab1 label=First Tab mx:ModuleLoader id=ml1 url=modules/FirstPage.swf/ /mx:VBox // more tabs go here /mx:TabNavigator Within each tab, at various times in the program, I change the

RE: [flexcoders] TabNavigator - how to make label a hyperlink that loads a specific module

2008-08-14 Thread Tracy Spratt
Subject: [flexcoders] TabNavigator - how to make label a hyperlink that loads a specific module I have a regular TabNavigator like so: mx:TabNavigator id=mainTabNav mx:VBox id=tab1 label=First Tab mx:ModuleLoader id=ml1 url=modules/FirstPage.swf/ /mx:VBox // more tabs go here /mx:TabNavigator

[flexcoders] TabNavigator - script tab selection

2008-07-23 Thread ron_mori
Using TabNavigator, my app defines 3 tabs: 1. List Products 2. Edit Product Form 3. New Product As you would expect, the Flow s/b: A. Select product from list brings it up in tab #2 for edit -and- B. Select tab #3 brings a new product up in tab #2 for edit. Flow A is fine - my class handles a

RE: [flexcoders] TabNavigator - script tab selection

2008-07-23 Thread Alex Harui
Try setting the selectedIndex in a callLater From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ron_mori Sent: Wednesday, July 23, 2008 9:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] TabNavigator - script tab selection

[flexcoders] Tabnavigator without the default tab enabled?

2008-07-15 Thread vipinck
Is it possible to have a tabnavigator component without the default tab activated/highlighted? When in normal state all tabs should be deselected state. I know this is unconventional for a TabNavigator. -Vipin

Re: [flexcoders] (TabNavigator component )Error #1009Cannot access a property or method of a null object reference

2008-07-10 Thread Manu Dhanda
Although I could not exactly understand like how you are proceeding with your application. But as about this error, it is coming because you haven't initialized something before you are trying to use it. as in this case, this.day.title = day schedule; You might haven't initialized this.day to

Re: [flexcoders] (TabNavigator component )Error #1009Cannot access a property or method of a null object reference

2008-07-10 Thread Ray Zhang
thank u very much . - Original Message From: Manu Dhanda [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 10, 2008 3:53:11 PM Subject: Re: [flexcoders] (TabNavigator component )Error #1009Cannot access a property or method of a null object reference Although I

[flexcoders] TabNavigator children

2008-05-17 Thread Daniel
Hey guys, Maybe this is easy, but I just can't figure it out! I have a TabNavigator with a few tabs. At some point at run time I want to dispose the TabNavigator and draw the containers in its tabs. The problem is when I get the TabNavigator children and draw them on screen it draws only one tab

Re: [flexcoders] TabNavigator children

2008-05-17 Thread Paul Andrews
of the TabBar and still have the containers to work with. Paul - Original Message - From: Daniel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, May 17, 2008 5:43 PM Subject: [flexcoders] TabNavigator children Hey guys, Maybe this is easy, but I just can't figure it out

[flexcoders] TabNavigator and index out of bounds exception

2008-03-28 Thread Mark Bradley
Greetings, I am trying to figure out how to get the TabNavigator to create it's children so they are accessible after I add the TabNavigator to it's parent through addChild(). However, I am getting an index out of bounds error because the TabBar children have not been created yet. Does

[flexcoders] TabNavigator scrollbar space - BUG ?

2008-03-25 Thread bobpardoe1959
I have a TabNavigator and I add children to it in actionscript. Each child has its style set to top=2, bottom=2, left=2, right=2. When displayed the tabnavigator has a 20ish pixel gap on bottom and on the right of the container area. Left and top are aligned correctly. It looks as if it is

Re: [flexcoders] TabNavigator Question

2008-03-24 Thread Anuj Gakhar
] To: flexcoders@yahoogroups.com Sent: Thursday, March 20, 2008 5:28:29 PM Subject: RE: [flexcoders] TabNavigator Question Wrap the TabNav in a Canvas, and place whatver you want in the open area - From: [EMAIL

Re: [flexcoders] TabNavigator Question

2008-03-23 Thread Anuj Gakhar
Hi Alex, Do you mind showing me a little example of how to do this? That would be really great... - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 20, 2008 5:28:29 PM Subject: RE: [flexcoders] TabNavigator Question

Re: [flexcoders] TabNavigator Question

2008-03-23 Thread Doug McCune
this? That would be really great... - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 20, 2008 5:28:29 PM Subject: RE: [flexcoders] TabNavigator Question Wrap the TabNav in a Canvas, and place whatver you want in the open area

[flexcoders] tabnavigator and states

2008-03-13 Thread cool buddy
HI all, Can some one please help me out on my problem with the use of tabnavigator and states. when i use currentState='' it doesn't go the base state but goes to the another page with index 1 i have defined in the actionscript to go the selected index to 0 ..but still it goes to 1..

[flexcoders] TabNavigator weirdness

2008-03-06 Thread dbronk
I have a TabNavigator component that I completely reset the tabs dynamically with the following code: tabNav.removeAllChildren(); for each (var container:Container in myList ) { tabNav.addChild(container) } tabNav.selectedIndex = 0; So this successfully removes the existing tabs, then loops

Re: [flexcoders] TabNavigator weirdness

2008-03-06 Thread Sherif Abdou
click=rest()/ /mx:WindowedApplication - Original Message From: dbronk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 6, 2008 10:32:24 PM Subject: [flexcoders] TabNavigator weirdness I have a TabNavigator component that I completely reset the tabs dynamically

Re: [flexcoders] TabNavigator weirdness

2008-03-06 Thread Sherif Abdou
/ /mx:TabNavigator mx:Button label=Reset click=rest( )/ /mx:WindowedApplica tion - Original Message From: dbronk [EMAIL PROTECTED] com To: [EMAIL PROTECTED] ups.com Sent: Thursday, March 6, 2008 10:32:24 PM Subject: [flexcoders] TabNavigator weirdness I have a TabNavigator component that I

[flexcoders] Tabnavigator crashes ALL tweens

2008-02-10 Thread raymondjp
Hi all, I have (after days of troubleshooting) figured out the the use of a tabnavigator component in my applications is causing any further use of a tween (even the opening of a combobox) to crash flash player and the browser. I can use the tweens successfully up until the point that i click

Re: [flexcoders] Tabnavigator crashes ALL tweens

2008-02-10 Thread Sherif Abdou
i guess you can always do a profile and maybe see if there is a loop somewhere or what is going on in the memmory. - Original Message From: raymondjp [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 10, 2008 7:31:31 PM Subject: [flexcoders] Tabnavigator crashes

[flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
I made a simple example of TitleWindow with TabNavigator and 2 states. Please check it out (source view available) at: http://www.svemir.net/flex/tabs_and_states/ Window crashes after pressing button for state change. But if you walk a bit over tabs (click Tab2 and Tab3) window changes state.

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Tom Chiverton
On Monday 28 Jan 2008, tpokrajcic wrote: In some cases something just crashes (like here) Just to be clear, are you seeing an actual crash (of player or browser), a run time exception, or something just not working ? -- Tom Chiverton Helping to administratively streamline enterprise-class

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Jerome Clarke
I think what he's saying is... you press the button Open window and then press the button Change state and the window closes straight away... However if you press the Open window button and then click to Tab 2 and then Tab 3 and then press the Change state button... then the label in each tab

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
TitleWindow closes instead of changing state. Silently, no exceptions thrown. Tom Chiverton-2 wrote: On Monday 28 Jan 2008, tpokrajcic wrote: In some cases something just crashes (like here) Just to be clear, are you seeing an actual crash (of player or browser), a run time

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
I generally had a lot of pain with states during past few weeks... This is a very simple example that doesn't work, and I have many others. In some cases something just crashes (like here), sometimes state changes don't apply everywhere and sometimes component coordinates get messed up (it seems

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Muzak
read up on creationPolicy. http://livedocs.adobe.com/flex/201/langref/mx/core/Container.html#creationPolicy - Original Message - From: tpokrajcic [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 3:33 PM Subject: [flexcoders] TabNavigator+States=Crash

Re: Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
wow, it works. i can't express how much i'm glad it's not a bug :) thnx people, tomislav Jerome Clarke wrote: After looking through the source code to how it works... it is not a bug :p... my mistake What's happening is the tab navigator doesn't create all the children because the

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Tom Chiverton
On Monday 28 Jan 2008, tpokrajcic wrote: Window crashes after pressing button for state change. But if you walk a Not here (FireFox, Linux, latest released debug player). -- Tom Chiverton Helping to continuously differentiate strategic e-markets on: http://thefalken.livejournal.com

[flexcoders] TabNavigator button customisation

2008-01-23 Thread hmmmbeer3
Hi, what is the best way to achieve customisation of the Button assoicated with a Tab Page? As a first step, I would like to be able to put a red 'x' on the right end with a click event handler to close that tab. Cheers, Radek

Re: [flexcoders] TabNavigator button customisation

2008-01-23 Thread Sherif Abdou
@yahoogroups.com Sent: Wednesday, January 23, 2008 5:49:34 PM Subject: [flexcoders] TabNavigator button customisation Hi, what is the best way to achieve customisation of the Button assoicated with a Tab Page? As a first step, I would like to be able to put a red 'x' on the right end with a click

RE: [flexcoders] TabNavigator button customisation

2008-01-23 Thread Dale Fraser
Subject: [flexcoders] TabNavigator button customisation Hi, what is the best way to achieve customisation of the Button assoicated with a Tab Page? As a first step, I would like to be able to put a red 'x' on the right end with a click event handler to close that tab. Cheers, Radek

[flexcoders] TabNavigator and States problem

2008-01-02 Thread tpokrajcic
I have a TitleWindow and a TabNavigator inside with several tabs based on Canvas. There are two states - Base State and Edit. TitleWindow goes to Edit state upon click on Edit button. Now a problem: After clicking on a button, state of current tab changes to Edit, but when I click other tabs,

[flexcoders] TabNavigator : Is there a way to set corner Radius to only bottom corners?

2007-12-30 Thread thebeginnersmind
Is there a way to set cornerRadius of Tab Navigator to only bottom left and bottom right corners ( and not 4 of them) ? (The below code in css sets cornerRadius to all 4 corners.) TabNavigator { cornerRadius: 10; } Thanks!!

Re: [flexcoders] TabNavigator no child selected

2007-11-18 Thread Rico Leuthold
On 15.11.2007, at 18:39, Alex Harui wrote: You could try changing skins/styles on the inactive one. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rleuthold Sent: Thursday, November 15, 2007 12:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] TabNavigator no child selected

2007-11-15 Thread Alex Harui
You could try changing skins/styles on the inactive one. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rleuthold Sent: Thursday, November 15, 2007 12:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] TabNavigator no child

Re: [flexcoders] TabNavigator hide/show tabs

2007-11-07 Thread Scott Melby
You may be better off using the SuperTabBar http://flexlib.googlecode.com/svn/trunk/docs/flexlib/controls/SuperTabBar.html component from flexlib. hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com nasawebguy wrote: I want to show/hide tabs based on user

[flexcoders] TabNavigator hide/show tabs

2007-11-07 Thread nasawebguy
I want to show/hide tabs based on user permissions. Permissions work fine on combo boxes, etc. But not tabs. What I do on the combos is simply set myCB.visible = true, if they have permissions to see it. I tried things like setting the tab canvas to true/false. Didn't do anything. I tried

[flexcoders] TabNavigator with Local tag ..

2007-10-22 Thread Tom Preet
Hi All, In my app am using the TabNavigator control for displaying Tabs. When I click on click on each tab I've to open an mxml page with in a tab. for this am using like mx:TabNavigator id=tn borderStyle=solid height=400 width=600 x=11 paddingTop=0 mx:VBox label=TabOne width=600

Re: [flexcoders] TabNavigator with Local tag ..

2007-10-22 Thread Abdul Qabiz
Hi, While building RIA using Flex or AJAX, we think in terms of views instead of pages. We can consider each tab is a different view, each view could be a separate (or same) component/module... We can create views either by using inline tags or using components (actionscript or mxml). f.ex: ##

RE: [flexcoders] TabNavigator and includeInlayout

2007-10-19 Thread Alex Harui
, October 19, 2007 8:00 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] TabNavigator and includeInlayout Where does it say this in the docs? Does it mean that these the includeInLayout property is only heeded for children of those types of containers? Because that would make more sense

Re: [flexcoders] TabNavigator and includeInlayout

2007-10-19 Thread Daniel Freiman
Where does it say this in the docs? Does it mean that these the includeInLayout property is only heeded for children of those types of containers? Because that would make more sense. - Dan Freiman On 10/19/07, johantrax [EMAIL PROTECTED] wrote: I'm having some trouble understanding the

[flexcoders] TabNavigator and includeInlayout

2007-10-19 Thread johantrax
I'm having some trouble understanding the 'why' of the restriction on the includeInLayout-property As Stated in the livedocs, includeInLayout only applies to: * Box, or any of its subclasses: HBox, VBox, DividedBox, HDividedBox, VdividedBox, Grid, GridItem, GridRow, ControlBar, and

[flexcoders] tabNavigator - dynamic tabs?

2007-09-24 Thread byte.sensei
I have a tabNavigator with 3 mx:Canvas tabs, each containing a dataGrid for a different user/customer. Above the tabNavigator you can select up to 3 different users/customers, and this populates the associated grid in the tabNavigator. Pretty straightforward -- *except* that I don't want the

Re: [flexcoders] tabNavigator - dynamic tabs?

2007-09-24 Thread Scott - FastLane
Have you looked at SuperTabNavigator in FlexLib http://code.google.com/p/flexlib/wiki/ComponentList? hth Scott byte.sensei wrote: I have a tabNavigator with 3 mx:Canvas tabs, each containing a dataGrid for a different user/customer. Above the tabNavigator you can select up to 3 different

[flexcoders] TabNavigator selectedIndex property

2007-05-31 Thread james.tundra
Hey all, I've run into a problem when trying to set the selectedIndex property on a TabNavigator. The TabNavigator is set in mxml, however I am adding and removing children with AS3 at runtime depending on what node the user clicks in a Tree control (hope that makes sense). The children are

RE: [flexcoders] TabNavigator selectedIndex property

2007-05-31 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] TabNavigator selectedIndex property Hey all, I've run into a problem when trying to set the selectedIndex property on a TabNavigator. The TabNavigator is set in mxml, however I am adding and removing children with AS3 at runtime depending on what node the user clicks

[flexcoders] TabNavigator/ToggleButtonBar Style conflict

2007-05-31 Thread Derek Vadneau
Code follows... Setting styles for ToggleButtonBar overrides styles set for buttons of TabNavigator. The TabNavigator uses the ToggleButtonBar (actually, TabBar, which extends ToggleButtonBar) for the tabs. What happens is if I set styles for the TabNavigator tabs, they are ignored if I also

Re: [flexcoders] TabNavigator/ToggleButtonBar Style conflict

2007-05-31 Thread Michael Schmalle
Hi, The reason it doesn't work is because TypeSelectors order in inheritance. Tab { cornerRadius: 20; } Solves your Problem. This is not a bug. Since you are setting a firstButtonStyleName on an actual selector, TabNavigator will not pick it up since it is undefined to begin with and now

Re: [flexcoders] TabNavigator/ToggleButtonBar Style conflict

2007-05-31 Thread Derek Vadneau
Thank you for the workaround, it will work great for my project. Now, I can maybe understand that it's perhaps not a bug but it definitely is a shortcoming of the style system and docs. There is no mention of Tab in the docs. I had to go look for the class in the SDK just to know how you got

[flexcoders] TabNavigator and Text

2007-04-23 Thread Matt
I'm dynamically creating content with ActionScript and I create a TabNavigator (set creationPolicy to 'all') and then add Boxes with Text HTML content in each. My problem is that the first time I go to each tab it takes a minute for the content to render but after that it works fine. Is there any

[flexcoders] TabNavigator focus issues

2007-04-12 Thread freefallsv
I'm having the following issue. I have a layout of data seperated into 4 tabs. The first three hold different sections of data for the same product. All product data is recieved from the CFC and stored as an ArrayCollection. The fourth tab contains a TileList that is populated from that

RE: [flexcoders] TabNavigator focus issues

2007-04-12 Thread Alex Harui
:[EMAIL PROTECTED] On Behalf Of freefallsv Sent: Thursday, April 12, 2007 7:41 AM To: [EMAIL PROTECTED] Subject: [flexcoders] TabNavigator focus issues I'm having the following issue. I have a layout of data seperated into 4 tabs. The first three hold different sections of data for the same

[flexcoders] TabNavigator Filtering with Comparator class

2007-03-20 Thread ajudah987
I am using a tabnavigator with a Canvas and then a TileList in it. I have a horizontal slider similiar to the Flex store to filter products based upon price. My challenge is that when i adjust the slider the Comparator class adjusts the alpha of just the items visible in the tilelist. It does

[flexcoders] TabNavigator - reset to the first tab

2007-03-04 Thread Flayoo
Hi, how can I set the tabIndex to 0, if the dataProvider changes ? mx:TabNavigator id=tab width=600 height=300 mx:Repeater id=itxt dataProvider={infodaten} repeatEnd=init() v:InfoTextzeile sprache={itxt.currentItem.spr} /v:InfoTextzeile /mx:Repeater /mx:TabNavigator I tried: public function

[flexcoders] TabNavigator - reset to the first tab

2007-03-04 Thread maticpel
Hi, how can I set the tabIndex to 0, if the dataProvider changes ? Example: http://www.ubuntuusers.de/paste/8035/ If you click on the second tab and then button 5 Seiten you see the content of the first tab but the second tab is always selected. Thanks, Flayoo

[flexcoders] TabNavigator Tab BackgroundImage

2007-01-31 Thread cgiamett2
I have been doing a lot of looking around and cannot come across how to add a BackgroundImage to tabs in a TabNavigator. I have seen buttons added, etc. Is there a simple way to just add an image to tabs?

[flexcoders] TabNavigator and SWFLoaders problem

2006-12-14 Thread durnelln
Hi all, I've been lurking on this list for a few weeks but I've now run into a problem and need some help myself... My application's main screen consists of a number of windows, each of which is a Flex application in its own right. The layout of the main screen is configurable from an

Re: [flexcoders] TabNavigator and SWFLoaders problem

2006-12-14 Thread Angus Johnson
Hi Nick, I don't if this will help you but one thing that I found with loaded swf's is that if you explicitly set height and width on the loader and then attempt to apply percentWidth or percentHeight it will fail to render. If i set height=100, width=100 then percentWidth=50 and

Re: [flexcoders] tabnavigator transitions

2006-12-03 Thread Yiðit Boyar
the transition effect of a container.. (this also seems available but i could not tried yet) - Original Message From: Dustin Mercer [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, December 3, 2006 9:46:00 AM Subject: RE: [flexcoders] tabnavigator transitions

[flexcoders] tabnavigator transitions

2006-12-02 Thread Yiðit Boyar
after being a coder for years, i've always been away from design... but now i need to do some transition efect to my tabnavigator; but i could not find any example; can anyone please help me? (i need an example transition code that works on tabnavigator) i need: 1: basic transition effect

RE: [flexcoders] tabnavigator transitions

2006-12-02 Thread Dustin Mercer
} / mx:VBox showEffect={fadeIn} hideEffect={fadeOut} / mx:VBox showEffect={fadeIn} hideEffect={fadeOut} / /mx:TabNavigator From: flexcoders@yahoogroups.com on behalf of Yiðit Boyar Sent: Sat 12/2/2006 11:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

  1   2   >