Hi Craig,
 
Do you have the namespace defined in your MXML?
 
Where did you put the SWC? Is it in user_classes?
 
See if this works - put it in a new MXML file and run it.
 
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns:i2="com.iterationtwo.containers.*" >
 
  
  <i2:AdvancedTabNavigator width="100%" height="100%" tabPlacement="bottom" >
   <mx:HBox label="A" width="100%" height="100%"></mx:HBox>
   <mx:VBox label="B" width="100%" height="100%"></mx:VBox>
   <mx:Panel label="C" width="100%" height="100%"></mx:Panel>
  </i2:AdvancedTabNavigator>
  
</mx:Application>
 
Cheers,
 
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.
 
 


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

when I run the file (the start file) i get this:
4 Errors found.
 
Error /gvs/displayGVSData.mxml:16
The prefix "iterationtwo" for element "iterationtwo:AdvancedTabNavigator" is not bound.
and in the flex builder i get this:
Invalid xmxl code view. in the codeview pane; in the validation i get this:
the prefix 'iterationtwo' has not been mapped to any URI[xml]

 


Yahoo! Groups Links

Reply via email to