Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbee formating error??

Status
Not open for further replies.

aarellano

MIS
Oct 22, 2007
168
0
0
US
Hello,

I just started learinig flex, I came across a flex for dummies book. they give an example of two buttons

Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="[URL unfurl="true"]http://www.adobe.com/2006/mxml"[/URL] layout="absolute"/>
<mx:HBox />
<mx:Button label="Button1"/>
<mx:Button label="Button2"/>	
</mx:HBox>
</mx:Application>

and the code does not work I keep on getting this error
Code:
The element type 'mx:Application' must be terminated by the matching end-tag '</mx:Application>'.

I cannot see anything wrong with the code. Am I missing something????

Are there any simple but good tutorials out there that anybody can suggest. I tried a few but were a bit too cumbersome
thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top