RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-24 Thread Craig Newroth



Thanks Steven...after you guys explained how the SWC was packaged, it made more sense.
DUH!, i'm slow :-)
Craig
Steven Webster [EMAIL PROTECTED] wrote:


Craig,

If you feel better about it, you can change your code to:

mx:Canvas xmlns:keepAwayFromAli="com.iterationtwo.containers.*"

and then instantiate your component as:

keepAwayFromAli:AdvancedTabNavigator /

In the SWC, Ali has packaged the component as com.iterationtwo.containers.AdvancedTabNavigator

You are simply creating a namespace within which you can unambiguously refer to the
AdvancedTabNavigator; call it what you like.

It makes sense however, that the namespace reflect the SWC/package from which you
are using the component, eg mx = Macromedia built-ins, iterationtwo = iteration::two, etc.

But your call how you use namespacesbut you're not going near our servers.

Steven



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: 19 April 2005 14:58To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

Alistair:
 THiunk i fixed with the namespace 'clue', here is what I added to my mx:canvas tag:

mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns:iterationtwo="com.iterationtwo.containers.*"
now the next question? Why does that work, am i going to your server somewhere to get the correct namespace for the URI? if so then that won't do...I need to make sure that it is reading the swc that you provided on my box...
Craig
Alistair McLeod [EMAIL PROTECTED] wrote:
Hi,iterationtwo:AdvancedTabNavigator tabPlacement="bottom"   //What goes here, do i do the same thing as a 'regular'tabnavigator?/iterationtwo:AdvancedTabNavigator Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office: +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, an! d any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair: this component is being called from gvsStartA.mxmx Here is the code:!-- component displayGVSData.mxml --?xml version="1.0" encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Label text="Thrust Report Results for ASMT" x="316" y="6" / mx:Model id="thrustdata" source="thrust.xml"/ mx:DataGridid="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10"  mx:columns mx:Array mx:DataGridColumn headerText="Need ID" columnName="NeedID" width="125" / mx:DataGridColumn headerText="Business Unit" columnName="BusinessUnit" width="140" / mx:DataGridColumn headerText="Business Program" columnName="BusinessProgram" width="140" / mx:DataGridColumn headerText="Need Title" columnName="NeedTitle" widt! h="300"
 / mx:DataGridColumn headerText="Need Value Index" columnName="NeedValue" width="150" / /mx:Array /mx:columns /mx:DataGrid iterationtwo:AdvancedTabNavigator tabPlacement="bottom"  What goeshere, do i do the same thing as a 'regular' tabnavigator? /iterationtwo:AdvancedTabNavigator Yahoo! Groups Links


Do you Yahoo!?Plan great trips with Yahoo! Travel: Now over 17,000 guides! 
--No virus found in this incoming message.Checked by AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 19/04/2005
--No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 19/04/2005__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Alistair McLeod





Hi Craig,

No you're not going to our server - the namespace is simply 
an identifier - read up on namespaces in the Flex docs.

Cheers,

Ali




--
Alistair 
McLeodDevelopmentDirector
iteration::two[EMAIL PROTECTED]

Office: +44 (0)131 338 
6108

This e-mail and any associated attachments 
transmitted with it may contain confidential information and must not be copied, 
or disclosed, or used by anyone other than the intended recipient(s). If you are 
not the intended recipient(s) please destroy this e-mail, and any copies of it, 
immediately.Please also note that while software systems have been 
used to try to ensure that this e-mail has been swept for viruses, 
iteration::two do not accept responsibility for any damage or loss caused in 
respect of any viruses transmitted by the e-mail. Please ensure your own checks 
are carried out before any attachments are 
opened.




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Craig 
NewrothSent: 19 April 2005 14:58To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab 
Navigator with Tabs at Bottom

Alistair:
 THiunk i fixed with the namespace 'clue', here is 
what I added to my mx:canvas tag:

mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" 
xmlns:iterationtwo="com.iterationtwo.containers.*"
now the next question? Why does that work, am i going to your server 
somewhere to get the correct namespace for the URI? if so then that won't do...I 
need to make sure that it is reading the swc that you provided on my 
box...
Craig
Alistair McLeod [EMAIL PROTECTED] 
wrote:
Hi,iterationtwo:AdvancedTabNavigator 
  tabPlacement="bottom"   //What goes 
  here, do i do the same thing as a 
  'regular'tabnavigator?/iterationtwo:AdvancedTabNavigator 
  Yes, inside the definition above, you put the same containers you 
  would putin the standard TabNavigator. I'm suspecting that you've not set 
  thenamespace up correctly - what error is the compiler 
  returning?Ali--Alistair McLeodDevelopment 
  Directoriteration::two[EMAIL PROTECTED]Office: 
  +44 (0)131 338 6108This e-mail and any associated attachments 
  transmitted with it may containconfidential information and must not be 
  copied, or disclosed, or used byanyone other than the intended 
  recipient(s). If you are not the intendedrecipient(s) please destroy this 
  e-mail, an! d any copies of it, immediately.Please also note that 
  while software systems have been used to try to ensurethat this e-mail has 
  been swept for viruses, iteration::two do not acceptresponsibility for any 
  damage or loss caused in respect of any virusestransmitted by the e-mail. 
  Please ensure your own checks are carried outbefore any attachments are 
  opened.-Original Message-From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
  cnewroth55Sent: 19 April 2005 14:09To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator 
  with Tabs at BottomAlistair: this 
  component is being called from gvsStartA.mxmx Here is the code:!-- 
  component displayGVSData.mxml --?xml version="1.0" 
  encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Label 
  text="Thrust Report Results for ASMT" x="316" y="6" 
  / mx:Model id="thrustdata" 
  source="thrust.xml"/ mx:DataGridid="datagrid1" x="8" y="24" 
  dataProvider="{thrustdata.thrusts}" rowCount="10" 
   
  mx:columns 
  mx:Array 
  mx:DataGridColumn headerText="Need ID" columnName="NeedID" width="125" 
  / mx:DataGridColumn 
  headerText="Business Unit" columnName="BusinessUnit" width="140" 
  / mx:DataGridColumn 
  headerText="Business Program" columnName="BusinessProgram" width="140" 
  / mx:DataGridColumn 
  headerText="Need Title" columnName="NeedTitle" widt! h="300" 
  / mx:DataGridColumn 
  headerText="Need Value Index" columnName="NeedValue" width="150" 
  / 
  /mx:Array /mx:columns 
  /mx:DataGrid iterationtwo:AdvancedTabNavigator 
  tabPlacement="bottom"  What goeshere, do i do the same thing as a 
  'regular' tabnavigator? 
  /iterationtwo:AdvancedTabNavigator 
  Yahoo! Groups 
  Links


Do you Yahoo!?Plan great trips with Yahoo! 
Travel: Now over 
17,000 guides! 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Steven Webster





Craig,

If you feel better about it, you can change your code 
to:

mx:Canvas 
xmlns:keepAwayFromAli="com.iterationtwo.containers.*"

and then instantiate your component as:

keepAwayFromAli:AdvancedTabNavigator 
/

In the SWC, Ali has packaged the component as 
com.iterationtwo.containers.AdvancedTabNavigator

You are simply creating a namespace within which you can 
unambiguously refer to the
AdvancedTabNavigator; call it what you 
like.

It makes sense however, that the namespace reflect the 
SWC/package from which you
are using the component, eg mx = Macromedia built-ins, 
iterationtwo = iteration::two, etc.

But your call how you use namespacesbut you're not 
going near our servers.

Steven

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Craig 
  NewrothSent: 19 April 2005 14:58To: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab 
  Navigator with Tabs at Bottom
  
  Alistair:
   THiunk i fixed with the namespace 'clue', here 
  is what I added to my mx:canvas tag:
  
  mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" 
  xmlns:iterationtwo="com.iterationtwo.containers.*"
  now the next question? Why does that work, am i going to your server 
  somewhere to get the correct namespace for the URI? if so then that won't 
  do...I need to make sure that it is reading the swc that you provided on my 
  box...
  Craig
  Alistair McLeod [EMAIL PROTECTED] 
  wrote:
  Hi,iterationtwo:AdvancedTabNavigator 
tabPlacement="bottom"   //What goes 
here, do i do the same thing as a 
'regular'tabnavigator?/iterationtwo:AdvancedTabNavigator 
Yes, inside the definition above, you put the same containers you 
would putin the standard TabNavigator. I'm suspecting that you've not 
set thenamespace up correctly - what error is the compiler 
returning?Ali--Alistair McLeodDevelopment 
Directoriteration::two[EMAIL PROTECTED]Office: 
+44 (0)131 338 6108This e-mail and any associated attachments 
transmitted with it may containconfidential information and must not be 
copied, or disclosed, or used byanyone other than the intended 
recipient(s). If you are not the intendedrecipient(s) please destroy 
this e-mail, an! d any copies of it, immediately.Please also note 
that while software systems have been used to try to ensurethat this 
e-mail has been swept for viruses, iteration::two do not 
acceptresponsibility for any damage or loss caused in respect of any 
virusestransmitted by the e-mail. Please ensure your own checks are 
carried outbefore any attachments are opened.-Original 
Message-From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 
April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] 
Comments: Tab Navigator with Tabs at 
BottomAlistair: this component is 
being called from gvsStartA.mxmx Here is the code:!-- component 
displayGVSData.mxml --?xml version="1.0" 
encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Label 
text="Thrust Report Results for ASMT" x="316" y="6" 
/ mx:Model id="thrustdata" 
source="thrust.xml"/ mx:DataGridid="datagrid1" x="8" 
y="24" dataProvider="{thrustdata.thrusts}" rowCount="10" 
 
mx:columns 
mx:Array 
mx:DataGridColumn headerText="Need ID" columnName="NeedID" 
width="125" / 
mx:DataGridColumn headerText="Business Unit" 
columnName="BusinessUnit" width="140" 
/ mx:DataGridColumn 
headerText="Business Program" columnName="BusinessProgram" width="140" 
/ mx:DataGridColumn 
headerText="Need Title" columnName="NeedTitle" widt! h="300" 
/ mx:DataGridColumn 
headerText="Need Value Index" columnName="NeedValue" width="150" 
/ 
/mx:Array /mx:columns 
/mx:DataGrid 
iterationtwo:AdvancedTabNavigator tabPlacement="bottom"  What 
goeshere, do i do the same thing as a 'regular' 
tabnavigator? 
/iterationtwo:AdvancedTabNavigator 
Yahoo! Groups 
Links
  
  
  Do you Yahoo!?Plan great trips with Yahoo! 
  Travel: Now over 
  17,000 guides! 
  --No virus found in this incoming message.Checked by 
  AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 
  19/04/2005







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 19/04/2005
 


RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Craig Newroth



I have read the namespaces info in the docs, but the namespace that you give to use is, "com.iterationtwo.containers.*"...and that 'path' doesn't exist on my box...so i am wondering why that works?, or is that not a 'path' as it were..Alistair McLeod [EMAIL PROTECTED] wrote:


Hi Craig,

No you're not going to our server - the namespace is simply an identifier - read up on namespaces in the Flex docs.

Cheers,

Ali




--
Alistair McLeodDevelopmentDirector
iteration::two[EMAIL PROTECTED]

Office: +44 (0)131 338 6108

This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately.Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened.




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: 19 April 2005 14:58To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

Alistair:
 THiunk i fixed with the namespace 'clue', here is what I added to my mx:canvas tag:

mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns:iterationtwo="com.iterationtwo.containers.*"
now the next question? Why does that work, am i going to your server somewhere to get the correct namespace for the URI? if so then that won't do...I need to make sure that it is reading the swc that you provided on my box...
Craig
Alistair McLeod [EMAIL PROTECTED] wrote:
Hi,iterationtwo:AdvancedTabNavigator tabPlacement="bottom"   //What goes here, do i do the same thing as a 'regular'tabnavigator?/iterationtwo:AdvancedTabNavigator Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office: +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, an! d any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair: this component is being called from gvsStartA.mxmx Here is the code:!-- component displayGVSData.mxml --?xml version="1.0" encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Label text="Thrust Report Results for ASMT" x="316" y="6" / mx:Model id="thrustdata" source="thrust.xml"/ mx:DataGridid="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10"  mx:columns mx:Array mx:DataGridColumn headerText="Need ID" columnName="NeedID" width="125" / mx:DataGridColumn headerText="Business Unit" columnName="BusinessUnit" width="140" / mx:DataGridColumn headerText="Business Program" columnName="BusinessProgram" width="140" / mx:DataGridColumn headerText="Need Title" columnName="NeedTitle" widt! h="300"
 / mx:DataGridColumn headerText="Need Value Index" columnName="NeedValue" width="150" / /mx:Array /mx:columns /mx:DataGrid iterationtwo:AdvancedTabNavigator tabPlacement="bottom"  What goeshere, do i do the same thing as a 'regular' tabnavigator? /iterationtwo:AdvancedTabNavigator Yahoo! Groups Links


Do you Yahoo!?Plan great trips with Yahoo! Travel: Now over 17,000 guides! 
		Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Alistair McLeod





Hi Craig,

That namespace is the package structure in which the 
AdvancedTabNavigator exists inside the SWC.

Ali




--
Alistair 
McLeodDevelopmentDirector
iteration::two[EMAIL PROTECTED]

Office: +44 (0)131 338 
6108

This e-mail and any associated attachments 
transmitted with it may contain confidential information and must not be copied, 
or disclosed, or used by anyone other than the intended recipient(s). If you are 
not the intended recipient(s) please destroy this e-mail, and any copies of it, 
immediately.Please also note that while software systems have been 
used to try to ensure that this e-mail has been swept for viruses, 
iteration::two do not accept responsibility for any damage or loss caused in 
respect of any viruses transmitted by the e-mail. Please ensure your own checks 
are carried out before any attachments are 
opened.




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Craig 
NewrothSent: 19 April 2005 15:30To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab 
Navigator with Tabs at Bottom

I have read the namespaces info in the docs, but the namespace that you 
give to use is, "com.iterationtwo.containers.*"...and that 'path' doesn't exist 
on my box...so i am wondering why that works?, or is that not a 'path' as it 
were..Alistair McLeod [EMAIL PROTECTED] 
wrote: 

  
  Hi Craig,
  
  No you're not going to our server - the namespace is 
  simply an identifier - read up on namespaces in the Flex 
  docs.
  
  Cheers,
  
  Ali
  
  
  
  
  --
  Alistair 
  McLeodDevelopmentDirector
  iteration::two[EMAIL PROTECTED]
  
  Office: +44 (0)131 338 
  6108
  
  This e-mail and any associated 
  attachments transmitted with it may contain confidential information and must 
  not be copied, or disclosed, or used by anyone other than the intended 
  recipient(s). If you are not the intended recipient(s) please destroy this 
  e-mail, and any copies of it, immediately.Please also note that 
  while software systems have been used to try to ensure that this e-mail has 
  been swept for viruses, iteration::two do not accept responsibility for any 
  damage or loss caused in respect of any viruses transmitted by the e-mail. 
  Please ensure your own checks are carried out before any attachments are 
  opened.
  
  
  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Craig 
  NewrothSent: 19 April 2005 14:58To: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments: Tab 
  Navigator with Tabs at Bottom
  
  Alistair:
   THiunk i fixed with the namespace 'clue', here 
  is what I added to my mx:canvas tag:
  
  mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" 
  xmlns:iterationtwo="com.iterationtwo.containers.*"
  now the next question? Why does that work, am i going to your server 
  somewhere to get the correct namespace for the URI? if so then that won't 
  do...I need to make sure that it is reading the swc that you provided on my 
  box...
  Craig
  Alistair McLeod [EMAIL PROTECTED] 
  wrote:
  Hi,iterationtwo:AdvancedTabNavigator 
tabPlacement="bottom"   //What goes 
here, do i do the same thing as a 
'regular'tabnavigator?/iterationtwo:AdvancedTabNavigator 
Yes, inside the definition above, you put the same containers you 
would putin the standard TabNavigator. I'm suspecting that you've not 
set thenamespace up correctly - what error is the compiler 
returning?Ali--Alistair McLeodDevelopment 
Directoriteration::two[EMAIL PROTECTED]Office: 
+44 (0)131 338 6108This e-mail and any associated attachments 
transmitted with it may containconfidential information and must not be 
copied, or disclosed, or used byanyone other than the intended 
recipient(s). If you are not the intendedrecipient(s) please destroy 
this e-mail, an! ! d any copies of it, immediately.Please also note 
that while software systems have been used to try to ensurethat this 
e-mail has been swept for viruses, iteration::two do not 
acceptresponsibility for any damage or loss caused in respect of any 
virusestransmitted by the e-mail. Please ensure your own checks are 
carried outbefore any attachments are opened.-Original 
Message-From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 
April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] 
Comments: Tab Navigator with Tabs at 
BottomAlistair: this component is 
being called from gvsStartA.mxmx Here is the code:!-- component 
displayGVSData.mxml --?xml version="1.0" 
encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Label 
text="Thrust Report Results for ASMT" x="316" y="6" 
/ mx:Model id="thrustdata" 
source="thrust.xml"/ mx:DataGridid="datagrid1&qu

RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Alistair McLeod

Hi,

 iterationtwo:AdvancedTabNavigator tabPlacement=bottom  
//What goes here, do i do the same thing as a 'regular'
tabnavigator?
 /iterationtwo:AdvancedTabNavigator 

Yes, inside the definition above, you put the same containers you would put
in the standard TabNavigator. I'm suspecting that you've not set the
namespace up correctly - what error is the compiler returning?

Ali

--
Alistair McLeod
Development Director
iteration::two
[EMAIL PROTECTED]
 
Office:  +44 (0)131 338 6108
 
This e-mail and any associated attachments transmitted with it may contain
confidential information and must not be copied, or disclosed, or used by
anyone other than the intended recipient(s). If you are not the intended
recipient(s) please destroy this e-mail, and any copies of it, immediately.
 
Please also note that while software systems have been used to try to ensure
that this e-mail has been swept for viruses, iteration::two do not accept
responsibility for any damage or loss caused in respect of any viruses
transmitted by the e-mail. Please ensure your own checks are carried out
before any attachments are opened.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cnewroth55
Sent: 19 April 2005 14:09
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Comments: Tab Navigator with Tabs at Bottom



Alistair:
this component is being called from gvsStartA.mxmx Here is the code:

!-- component displayGVSData.mxml --

?xml version=1.0 encoding=utf-8?
mx:Canvas xmlns:mx=http://www.macromedia.com/2003/mxml;
 mx:Label text=Thrust Report Results for ASMT x=316 y=6 /
mx:Model id=thrustdata source=thrust.xml/  mx:DataGrid
id=datagrid1 x=8 y=24 
dataProvider={thrustdata.thrusts} rowCount=10 
mx:columns
  mx:Array
mx:DataGridColumn headerText=Need ID columnName=NeedID 
width=125 /
mx:DataGridColumn headerText=Business Unit 
columnName=BusinessUnit width=140 /
mx:DataGridColumn headerText=Business Program 
columnName=BusinessProgram width=140 /
mx:DataGridColumn headerText=Need Title 
columnName=NeedTitle width=300 /
mx:DataGridColumn headerText=Need Value Index 
columnName=NeedValue width=150 /
  /mx:Array
/mx:columns
  /mx:DataGrid

   iterationtwo:AdvancedTabNavigator tabPlacement=bottom  What goes
here, do i do the same thing as a 'regular' tabnavigator?
   /iterationtwo:AdvancedTabNavigator

   





 
Yahoo! Groups Links



 




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Craig Newroth



Alistair:
 THiunk i fixed with the namespace 'clue', here is what I added to my mx:canvas tag:

mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns:iterationtwo="com.iterationtwo.containers.*"
now the next question? Why does that work, am i going to your server somewhere to get the correct namespace for the URI? if so then that won't do...I need to make sure that it is reading the swc that you provided on my box...
Craig
Alistair McLeod [EMAIL PROTECTED] wrote:
Hi,iterationtwo:AdvancedTabNavigator tabPlacement="bottom"   //What goes here, do i do the same thing as a 'regular'tabnavigator?/iterationtwo:AdvancedTabNavigator Yes, inside the definition above, you put the same containers you would putin the standard TabNavigator. I'm suspecting that you've not set thenamespace up correctly - what error is the compiler returning?Ali--Alistair McLeodDevelopment Directoriteration::two[EMAIL PROTECTED]Office: +44 (0)131 338 6108This e-mail and any associated attachments transmitted with it may containconfidential information and must not be copied, or disclosed, or used byanyone other than the intended recipient(s). If you are not the intendedrecipient(s) please destroy this e-mail, and any
 copies of it, immediately.Please also note that while software systems have been used to try to ensurethat this e-mail has been swept for viruses, iteration::two do not acceptresponsibility for any damage or loss caused in respect of any virusestransmitted by the e-mail. Please ensure your own checks are carried outbefore any attachments are opened.-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of cnewroth55Sent: 19 April 2005 14:09To: flexcoders@yahoogroups.comSubject: [flexcoders] Comments: Tab Navigator with Tabs at BottomAlistair: this component is being called from gvsStartA.mxmx Here is the code:!-- component displayGVSData.mxml --?xml version="1.0" encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Label text="Thrust Report Results for ASMT" x="316" y="6" / mx:Model id="thrustdata" source="thrust.xml"/ mx:DataGridid="datagrid1" x="8" y="24" dataProvider="{thrustdata.thrusts}" rowCount="10"  mx:columns mx:Array mx:DataGridColumn headerText="Need ID" columnName="NeedID" width="125" / mx:DataGridColumn headerText="Business Unit" columnName="BusinessUnit" width="140" / mx:DataGridColumn headerText="Business Program" columnName="BusinessProgram" width="140" / mx:DataGridColumn headerText="Need Title" columnName="NeedTitle" width="300"
 / mx:DataGridColumn headerText="Need Value Index" columnName="NeedValue" width="150" / /mx:Array /mx:columns /mx:DataGrid iterationtwo:AdvancedTabNavigator tabPlacement="bottom"  What goeshere, do i do the same thing as a 'regular' tabnavigator? /iterationtwo:AdvancedTabNavigator Yahoo! Groups Links
		Do you Yahoo!? 
Plan great trips with Yahoo! Travel: Now over 17,000 guides!







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.