RE: [flexcoders] Re: Problem with Firefox and Flex 2 apps?

2006-04-27 Thread Suresh Akula
I got the same output(Blank page) in Fire fox and IE 7 beta. Also I downloaded the latest of flash player, still i am getting blank page... I already posted this issue, but i don't its blocked. Anyone help me out where I am going worng. Thanks, Suresh Akula. --- Matt Chotin &l

[flexcoders] blank page --> Flex 2 Style Explorer on IE 7.0 and Fire Fox 1.5.0.2

2006-04-27 Thread Suresh Akula
Hello flexmates,     anyone tried to access below URL in Internet explorer 7.0 beta and Firefox 1.5.0.2. I am getting blank page and status shows me done. --Suresh Akula --- Jonathan Miranda <[EMAIL PROTECTED]> wrote: > http://weblogs.macromedia.com/mc/archives/Flex2Styl

Re: [flexcoders] Re: Looping output

2006-04-25 Thread Suresh Akula
uot;Jeremy Rottman" > <[EMAIL PROTECTED]> > wrote: > > > > I have tried that, and still doesnt work. I have > tried testing with > > just this. > > > >  var newLabel = > > > parentApplication.closing.mainPanel.subCanvas.createChildren(mx

Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Suresh Akula
cast an object when simply accessing > an attribute of that > object, but you do have to cast an object if it > contains other objects with > an attributes you need to access."  That sounds > kinda silly to me, that's > why I'm asking :-) > > Than

Re: [flexcoders] Re: Looping output

2006-04-25 Thread Suresh Akula
correction parentApplication.closing.createChild(mx.containers.Grid, undefined,{id:"grid"+i}); --- Suresh Akula <[EMAIL PROTECTED]> wrote: > try it out this > > parentApplication.closing.createChild(mx.containers.Grid, > undefined,{id = "grid"+i});

Re: [flexcoders] Re: (Flex20 Beta2): send failed for RemoteObject

2006-04-25 Thread Suresh Akula
end to ../ in uri. please let me know if you find any other alternative. --Suresh Akula --- aejaz_98 <[EMAIL PROTECTED]> wrote: > Hi Peter, > > Thanks for taking the time to patiently answer my > questions. > Unfortunately, I am still unable to proceed. I > changed th

Re: [flexcoders] Re: Looping output

2006-04-25 Thread Suresh Akula
%'; >  newCanvas.heigth > ='100%'; >  newCanvas.id = "canvas" > + i; >  var newLabel > =parentApplication.closing.newGrid.newGridRow.newGridItem.newCanvas.crea\ > teChild(mx.controls.Label, undefined); &g

Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Suresh Akula
Hello Darren,    its good partice to typecast with orginal object and invoke the object members. --Suresh Akula.     --- Darren Houle <[EMAIL PROTECTED]> wrote: > I'm fairly new to Flex and really new to Cairngorm > and am trying to break > Cg2 down and understand i

Re: [flexcoders] Re: Looping output

2006-04-25 Thread Suresh Akula
Hello Rottman,     You already created the newGrid and assigned a dynamic id to that. Why can't you use the same intance variable name in the rest of the code. i.e. var newGridRow = parentApplication.closing.newGrid.createChild(mx.containers.GridRow, undefined); --Suresh Akula. --- J

RE: [flexcoders] Re: (Flex20 Beta2): send failed for RemoteObject

2006-04-25 Thread Suresh Akula
.channels.AMFChannel">     uri="http://{server.name}:{server.port}/{context.root}/messagebroker/a mf " class="flex.messaging.endpoints.AMFEndpoint"/>       false         Please correct if I am wrong. Thanks --Suresh Akula --- Peter Fa

RE: [flexcoders] Re: Flex 1.5 - Cairngorm .99 - Binding VO to TextInput help please

2006-04-25 Thread Suresh Akula
Hello Robert,    Have you tried setting creationPolicy ?. Just say creationPolicy="all" --Suresh Akula --- Robert Brueckmann <[EMAIL PROTECTED]> wrote: > I'll play with the config file and let you know what > I find...thanks > again for the help!  Gotta love