[flexcoders] Re: bug in the XMLListCollection ?

2006-10-25 Thread Bela Hajzer
see bellow pls --- In flexcoders@yahoogroups.com, "Igor Costa" <[EMAIL PROTECTED]> wrote: > > Does this compile? > > > > On 10/24/06, Luis Eduardo <[EMAIL PROTECTED]> wrote: > > > > > > > > hello people, > > > > i am adding one XML item at one XMLListCollection but the > > collectionChange ev

[flexcoders] Re: bug in the XMLListCollection ?

2006-10-25 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, Luis Eduardo <[EMAIL PROTECTED]> wrote:>> > > hello people,> > i am adding one XML item at one XMLListCollection but the > collectionChange event dont fire.> > i am using the follow code:> > var xn:XML = new XML();> xn = > Descricao={edtDescricao.text}/>;> XMLL

[flexcoders] Re: Validating XML with XSD Schema in Flex?

2006-10-06 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "wayneposner" <[EMAIL PROTECTED]> wrote:>> I've been scouring the web tyring to find information on XML > validation using an XSD file, but the only results I keep finding > relate to the MXML schema which is not what I'm looking for.> > Has anyone written any

[flexcoders] Re: e4x with XMLListCollections?

2006-10-05 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "Derrick Grigg" <[EMAIL PROTECTED]> wrote:>> I ran into a similar problem when using xml data returned from a web > service. You need to either use the wildcard namespace or declare > and add one on to the result. I found it easier just to use the > wildcard.>

[flexcoders] Re: Navigating between Screens

2006-10-03 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "jlentz2112" <[EMAIL PROTECTED]> wrote:>> --- In flexcoders@yahoogroups.com, "jlentz2112" jelentz@ wrote:> >> > Hi,> > > > I'm new to Flex 2 development. I've seen some tutorials on> > ViewStacks, but they used a navigator bar or tab bar to switch between> > sc

[flexcoders] Re: list >> selectedItem question

2006-09-29 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "g_vaccarezza" <[EMAIL PROTECTED]> wrote:>> Hi guys:> > I got this XML:> > > > > > > > > > > > And the list:> > > > I need to make multiple selections in the list and retrieve each > item's label in order to send a request to a data base.> > Using selectedIndi

[flexcoders] Re: Loading External XML error

2006-09-27 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "grand_master_flash_x" <[EMAIL PROTECTED]> wrote: > > try this... > > > > > > > > > > > tag: > > > > > > > > > > > > I get a compiling time error at lines 4 and 5. It says: > > > > Access to undefined property loader > > Acces to undefined property

[flexcoders] Re: photo gallery

2006-09-22 Thread Bela Hajzer
; > When the app loads you get a loading bar, is there any way to get a > loading bar for each image? this might help find out whats happening.> > Thanks again.> > --- In flexcoders@yahoogroups.com, "Bela Hajzer" Bela.Hajzer@ > wrote:> > > --> > > &

[flexcoders] Re: photo gallery

2006-09-21 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "b0b0bb0b" <[EMAIL PROTECTED]> wrote:>> hi folks, I've not had any response to my previous question, and the > problem is baffling me. > > I have a photo gallery (modified from the flex 2 examples) which works > 100% when its run locally on my machine. when I p

[flexcoders] Re: call function (how-to)

2006-09-20 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "caruso_canepari" <[EMAIL PROTECTED]> wrote: > > Hi, now I get three compiler errors: > the fact is that I'm trying to learn as3 by using Flex and the > presence of MXML is getting me crazy... Is there a way to compile swf > without mxml? > > On with the error