RE: [flexcoders] (Flex20b2) RemoteObject access problem

2006-04-25 Thread Matt Chotin
Are you running the SWF from http://localhost:8080/flex/ in your browser?  Everything seems OK to me otherwise.  Try changing the my-am channel entry to http://localhost:8080/flex/messagebroker/amf, but you shouldn’t have needed to do it.   Matt   From: flexcoders@yahoogroups.

RE: [flexcoders] Flex hangs when server times out session

2006-04-25 Thread Matt Chotin
Ah, 1.5, different story maybe.  Is the RemoteObject stateless or stateful?  Of course once I have this info I’m not sure I’ll have any ideas…  Do you know if the RemoteObject is being reached at all when it hangs?  Can you turn on the logging on flex-config and the gateway-config files s

RE: [flexcoders] Component Framework RSL cached by the player - is that reasonable?

2006-04-25 Thread Matt Chotin
Believe me we've thought about it.  In the end we decided that adding the support into the Player to download and cache some libraries that were only from Adobe (because there ended up being huge security holes if we allowed 3rd party caching) wasn't going to provide enough value to first-time u

RE: [flexcoders] SVG as Image source at runtime in Flex 2.0?

2006-04-25 Thread Matt Chotin
No, SVG support unfortunately is only when you embed. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of willchapm Sent: Tuesday, April 25, 2006 3:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] SVG as Image source at runtime in Flex 2.

RE: [flexcoders] Objects and arrays as treeview datasource

2006-04-25 Thread Matt Chotin
Since the children are named “node” and not “children” the default data descriptor isn’t going to work.  You probably need to write a quick ITreeDataDescriptor implementation that will return the right children property/collection.   Matt   From: flexcoders@yahoogroups.com [ma

RE: [flexcoders] Re: Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread Matt Chotin
We've also fixed this bug in b3. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilia_papas Sent: Tuesday, April 25, 2006 11:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex 2 not maintaining order of web service parameters.

RE: [flexcoders] Re: Flex 2.0 Remote Objects over SecureAMFChannel (HTTPS) in Apache or IIS

2006-04-25 Thread Matt Chotin
I'm not sure either since I don't have Apache set up for debugging.  We really don't think there should be a difference between JRun standalone and JRun with a connector, but clearly something is getting messed up. Does insecure work with the connector?  Matt -Original Message- From:

RE: [flexcoders] Reference Errors, Flex Beta 2

2006-04-25 Thread Matt Chotin
You sure the beta2 player is correctly installed? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Harris Reynolds Sent: Tuesday, April 25, 2006 7:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Reference Errors, Flex Beta 2 Has anyo

RE: [flexcoders] Binding with Child Object In Flex 2.0

2006-04-25 Thread Matt Chotin
Well, I think it should, can we have more of an example? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vestcomprogrammer Sent: Tuesday, April 25, 2006 7:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Binding with Child Object In F

RE: [flexcoders] Re: sandbox issue

2006-04-25 Thread Matt Chotin
We may be looking into bugs on this front, I'm not entirely sure.  Only thing I can think of is that something in the SWF is trying to access _root or _level0 or something like that which wouldn't be allowed. Otherwise if it's really just a graphic I think it should work.  Can you try embedding

RE: [flexcoders] Re: mx:States and databinding issue

2006-04-25 Thread Matt Chotin
Glad you could get the workaround going.  I'll forward this into the team and see if they have any thoughts. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Tuesday, April 25, 2006 7:13 PM To: flexcoders@yahoogroups.com S

[flexcoders] (Flex20b2) RemoteObject access problem

2006-04-25 Thread aejaz_98
Hi,I have posted a couple of messages on calling a method on a Java object using tag but so far I haven't been successful. With help from Peter & Suresh I did proceed a little bit further but I am still unable to successfully call the method on the server side object.  Since I described the pro

RE: [flexcoders] PayPal Full Cart Solution -- Are we allowed yet to deploy a FLEX 2.0 solution yet?

2006-04-25 Thread David Mendels
Hi,   We would not reccomend going into production.  The software is still in beta, and the Flash Player 9 (formally referred to as 8.5) is not shipping and set up with Express Install.  Your client(s) can download the beta Flash Player and you can advance your work, but we would not sugge

Re: [flexcoders] Flex 2.0 Breeze Preso by Jesse Warden 4/26/2006

2006-04-25 Thread John C. Bland II
lol. Read the subject line real quick (note the date). :-) Don't feel bad. You aren't the only one. :-)On 4/25/06, Kevin Mulvihill < [EMAIL PROTECTED]> wrote: Oh, how I tried to geek out with you...   Nice thought, John. Wish I could have been there. But since no ID/password was provided,

RE: [flexcoders] Flex 2.0 Breeze Preso by Jesse Warden 4/26/2006

2006-04-25 Thread Kevin Mulvihill
Oh, how I tried to geek out with you...   Nice thought, John. Wish I could have been there. But since no ID/password was provided, I'm just sitting at the front door, waiting, waiting, waiting... patiently... to get in to the meeting, while the following message displays on my screen: "This

[flexcoders] PayPal Full Cart Solution -- Are we allowed yet to deploy a FLEX 2.0 solution yet?

2006-04-25 Thread Robert Thompson
I know Flash Player 8.5 is still in beta, but one of my clients is reaching a critical point of wanting an improved shopping cart.I can build my own with high quality and use Flash 8 Pro Web Services to PayPal; but I'd rather just move forward with a FLEX 2.0 solution.The Flash Shopping Carts th

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

2006-04-25 Thread Darren Houle
"user defined" and "system defined" ???  A "system defined" class was created by a user at some time in the past and then included in the class libraries... now, you write new code, extend existing classes, create entirely new classes, etc... when it's compiled it all gets glommed together. 

[flexcoders] Component Framework RSL cached by the player – is that reasonab le?

2006-04-25 Thread Brian Lesser
Hi, After Sho’s talk at FITC, I’ve been thinking a little more about runtime shared libraries. They are a great idea but the first time someone loads something from a site they have to download each RSL. If they visit different sites that use Flex they will be forced to download much of the sam

[flexcoders] Re: mx:States and databinding issue

2006-04-25 Thread sof4real03
Matt, After a ton of debugging I finally was able to change the value of the button in the State via actionscript and not through binding with the SetProperty tag. public function formsValid(...args:Array):Boolean { for(var i:int = 0; i < args.length; i++) {   if( args[i] == false )   re

RE: [flexcoders] How to set the Color of a Slider Thumb?

2006-04-25 Thread Deepa Subramaniam
Well in Flex 2 you'd set the fillColors style to color the slider thumb. You would pass in the same color for both values for the thumb to have a flat color, or you can achieve a color gradient by varying the colors for both the values. I think the same might be true in Flex 1.5, but I haven't

[flexcoders] How to set the Color of a Slider Thumb?

2006-04-25 Thread flexabledev
Can someone tell me how to do this?  Thanks! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

RE: [flexcoders] Eclipse Plugin for Flex 1.5?

2006-04-25 Thread Simon Fifield
I use ASDT for the AS code, WTP/WST for editing the MXML files (using the mxml.xsd for the schema) and I use the mxml c as the project compiler from Eclipse. Its great being able to finally do all of my Java/JSP/AS/MXML/XML/PHP/HTML development in one IDE. Eclipse is allowing me to dump several

RE: [flexcoders] Re: Looping output

2006-04-25 Thread Mark Rausch
Use percentWidth and percentHeight instead -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, April 25, 2006 3:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Looping output Well tracy, it is assinging

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

2006-04-25 Thread Tobias Patton
IMHO, it makes no difference where the object is defined. In general, if the object returned by a function call or accessor is not the type you think it is, then you must cast it to the correct type before calling methods or accessors defined in that type. It gets a little bit complicated, but

Re: [flexcoders] Eclipse Plugin for Flex 1.5?

2006-04-25 Thread JesterXL
Try Flashout for your GUI: http://www.osflash.org/flashout ASDT for your AS: http://www.osflash.org/asdt MTASC for your compiler: http://www.osflash.org/mtasc You can use Oxygen for XML I think. Darron's got more info here: http://www.darronschall.com/weblog/archives/000182.cfm - Origi

Re: [flexcoders] Eclipse Plugin for Flex 1.5?

2006-04-25 Thread John C. Bland II
FB 2 outputs swf's built for Flash Player 9 (formerly 8.5). Unless there is something I haven't seen...strictly AS 3 here.On 4/25/06, Dmitry Miller < [EMAIL PROTECTED]> wrote: Gentlemen, Forgive my possibly naive question. But is there an Eclipse plugin for Flex 1.5 and AS 2? And if not, wo

[flexcoders] Eclipse Plugin for Flex 1.5?

2006-04-25 Thread Dmitry Miller
Gentlemen, Forgive my possibly naive question. But is there an Eclipse plugin for Flex 1.5 and AS 2? And if not, would I be able to use the plugin for Flex 2.0 for development in Flex 1.5 and AS2? Cheers, Dmitry -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoder

Re: [flexcoders] labs.abobe.com redirect??

2006-04-25 Thread John Dowdell
True. There are *many* redirects being edited each day now, in advance of the next phase of adobe.com/mm.com integration. One of the redirects in last night's bunch was wrong, and got propagated out to some external servers. The cause in this case is fixed, but may take awhile to propagate o

[flexcoders] Re: Turn off Validators

2006-04-25 Thread mvbaffa
Thanks Tim, I will try it !!! --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > If you just want to turn off the visual indication, you can clear the > errorString property of the control.  Tip:  For custom validation, you > can write your own error message to er

[flexcoders] SVG as Image source at runtime in Flex 2.0?

2006-04-25 Thread willchapm
In Beta2, I can only use an SVG as an embedded source for an Image. I'd like to be able to set an Image source to an SVG URL at runtime. Will this be possible in a later beta, or in the shipping version of Flex? Thanks, ---Will Chapman -- Flexcoders Mailing List FAQ: http://groups.y

[flexcoders] What happened with labs.macromedia ????

2006-04-25 Thread mvbaffa
I am trying to open the site and I receive a notification message ! Does anyone knows what hapenned -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

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

2006-04-25 Thread Peter Farland
No, you shouldn't need a crossdomain.xml file in this case. So long as you're sure that you're recompiling with the updated configuration each time that you make a change, and so long as this files contents matches what is on the server, and so long as you've tried replacing tokens with hard co

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
Well tracy, it is assinging the id perfectly fine. But when I try to set the canvas width or height to 100% I get this error. Implicit coercion of a value of type 'String' to an unrelated type When I try to set it to 100% with out the '' I get this error.   Expecting primary _expression_ befo

Re: [flexcoders] labs.abobe.com redirect??

2006-04-25 Thread John C. Bland II
This shouldn't be happening anymore. The internal Labs team has been notified and it was working for me earlier but seems to be back to the same old tricks.From what I've heard so far...internal is looking into it. On 4/25/06, Rick Schmitty <[EMAIL PROTECTED]> wrote: Hi all, I'm tring to get

[flexcoders] labs.abobe.com redirect??

2006-04-25 Thread Rick Schmitty
Hi all, I'm tring to get to labs.adobe(or marcormedia).com and I keep getting redirected to http://www.macromedia.com/cfusion/mmform/index.cfm?name=labs_earlybird I've put in my email and such, but it still redirects me there. Is there a new site for the labs? -- Flexcoders Mailing List

RE: [flexcoders] Uncaught exceptions in Flex 1.5

2006-04-25 Thread Peter Farland
Hi Mykola,       Have you used the debug versions of the Flash Player during development? The debug version of the Flash Player reports uncaught exceptions and it also traces information to a flashlog.txt file as long as you have a mm.cfg file setup in your user directory. We include debug

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

2006-04-25 Thread aejaz_98
Thanks Peter, I am loading the SWF from the following URL, http://localhost:8080/flex/SimpleRemoteObject/SimpleRemoteObject.html Do I still need crossdomain.xml as Tomcat is running locally. If so what will this file contain & in which directory I should create it. Thanks, Aejaz --- In fle

[flexcoders] Flex 2.0 Breeze Preso by Jesse Warden 4/26/2006

2006-04-25 Thread John C. Bland II
Not sure if this is considered spam but figured I'd post it anyway and get blasted later, if it is spam. :-)From gotoAndStop.org:"Come see what all the hype surrounding Flex 2.0 is about. Jesse will cover the new Actionscript 3.0, mxml, and other Flex sweetness. This is an exciting time for web

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
I finally got it figured out. BTw this is for F2B2 only.           var newLabel:Label = new Label();           newLabel.text = 'TEST';           newLabel.x = 10;           newLabel.y = 300;          

RE: [flexcoders] Adding addEventListener too a Child object

2006-04-25 Thread Gordon Smith
You don't want to be calling valueChanged; you want to be passing a reference to it: DesignView[0].addEventListener("selectionChanged", valueChanged); - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vestcomprogrammer Sent: Tuesday,

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

2006-04-25 Thread Peter Farland
Are you loading your SWF from http://localhost:8080? Or are you using the standalone player by, say, double clicking on the SWF and opening it using SAFlashPlayer.exe?   Note that if the SWF isn't loaded from the same domain then you'll need a crossdomain.xml file in the webroot of the doma

RE: [flexcoders] Re: Looping output

2006-04-25 Thread Tracy Spratt
So the issue is not assigning an id, but rather that you are not able to successfully use createChild() at all? Could the problem be the reference chain? Can you do it in a sample app? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Je

Re: [flexcoders] Re: Looping output

2006-04-25 Thread Suresh Akula
can you explain me why you are using parentApplication.closing.mainPanel.subCanvas. can't you use     subCanvas.createChild(...); here is the sample application xmlns:mx="http://www.macromedia.com/2003/mxml">            borderStyle="solid" marginTop="10"   marginBotto

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

2006-04-25 Thread Suresh Akula
LoginVO is user defined object and where as Date is System defined object, no need to type the these objects. --Suresh --- Darren Houle <[EMAIL PROTECTED]> wrote: > But when?  Why?  In every case?  If that was a > generic, universal rule and > you're supposed to cast everything as it's or

Re: [flexcoders] Uncaught exceptions in Flex 1.5

2006-04-25 Thread Mykola Paliyenko
Ok Peter, no idea why you've been confused but... ActionScript specification has a notion of throwable objects, so saying that Exception is a bug of the AS2Lib is slightly incorrect. I'm relaizing that due to the size constraints of the player it might be good idea not to include exception handl

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
opps didnt fully explain my last post. I removed the for loop in my function,  and tried testing with this.  I am trying to create the label on the subCanvas, which is where all my display happens. And I still get nothing.   var newLabel = parentApplication.closing.mainPanel.

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
I have tried that, and still doesnt work. I have tried testing with just this.           var newLabel = parentApplication.closing.mainPanel.subCanvas.createChildren(mx.controls.Label, undefined );           newLabel.text = 'test';        

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}); > > --Suresh > > --- Jeremy Rottman <[EM

[flexcoders] Re: mx:States and databinding issue

2006-04-25 Thread sof4real03
I'm at a loss here, Anybody having any issues with binding in States? --- In flexcoders@yahoogroups.com, "sof4real03" <[EMAIL PROTECTED]> wrote: > > After tracing my code, I'm sure that the event is being propagated, > but the button still doesn't become enabled even when the forms are > valid.

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

2006-04-25 Thread Suresh Akula
As per the below code change the endpoint to class="flex.messaging.endpoints.AMFEndpoint"/> as the URL to which I go form the browser is http://localhost:8080/flex/SimpleRemoteObject/SimpleRemoteObject.html from the URL it takes the http://localhost:8080/flex and it will append to ../ in u

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

2006-04-25 Thread Darren Houle
But when?  Why?  In every case?  If that was a generic, universal rule and you're supposed to cast everything as it's original object type then a little further in the line we should see: ' at ' + Date(model.loginDate) }" /> I'm just curious why the LoginVO is cast here.  Is there some rule

Re: [flexcoders] Re: Looping output

2006-04-25 Thread Suresh Akula
try it out this parentApplication.closing.createChild(mx.containers.Grid, undefined,{id = "grid"+i}); --Suresh --- Jeremy Rottman <[EMAIL PROTECTED]> wrote: > Well I tried what you said Suresh, and it is still a > no go. Here is my > updated code. > >  for ( var > i:Numb

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
Well I tried what you said Suresh, and it is still a no go. Here is my updated code. for ( var i:Number=0;i var newGrid = parentApplication.closing.createChild(mx.containers.Grid, undefined); newGrid.id = "grid" + i;   

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 it (I'm not trying to > u

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

2006-04-25 Thread aejaz_98
Hi Peter,Thanks for taking the time to patiently answer my questions. Unfortunately, I am still unable to proceed. I changed the following line(in flex-enterprise-services.xml under channel definition for my-amf),toflex/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>as the URL

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. --- Jeremy R

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

2006-04-25 Thread Darren Houle
I'm fairly new to Flex and really new to Cairngorm and am trying to break Cg2 down and understand it (I'm not trying to understand Cg.99 and then learn Cg2, I'm just jumping into 2.)  I have a quick question: In the Cg2 sample CairngormLogin.mxml theres a Label in the "loggedIn" VBox... T

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

2006-04-25 Thread Suresh Akula
Hello Aejaz,    I am not getting why you are mentioning the complete  URI path in endpoint, can't we avoid http://{server.name}:{server.port}/{context.root}/ Just say "/messagebroker/amf" the context root will take from the browser URL. class="mx.messaging.channels.AMFChannel">    

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
I am still working on this. And I have run into an issue.  When I create a child, I need to give that child a unique id. I tried 'grid' & i to make it unique, but that doesnt work. Here is hte code I am trying for ( var i:Number=0;i var newGrid = parentApplication.closing.creat

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 these things that > you spend d

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

2006-04-25 Thread Peter Farland
Sorry, the J2EE context root as it would appear in the URL (i.e. this value will replace the token {context.root} at compile time based on the value of --context-root). e.g. --context-root=/dev Note that the other two tokens in the endpoint URL, {server.name} and {server.port} will be known a

Re: [flexcoders] Re: force image reload

2006-04-25 Thread Andrea Varga
Hi Peter, I didn't mean preventing caching. I knew the trick there. But, actually, your solution can be used for my problem too. Thanks, Andi Peter Blazejewicz wrote: >Hello Andrea, > >do you mean something like preventing using cached images? > >try something similiar: > > >http://www.adobe

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

2006-04-25 Thread aejaz_98
Thanks Peter. Please let me know how exactly to do that. Do you mean add --context.root C:\tomcat\webapps\flex while starting tomcat i.e. catalina start --context.root C:\tomcat\webapps\flex Is that right ? Thanks, Aejaz --- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]>

[flexcoders] Re: Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread ilia_papas
Thanks for the quick response, though the problem still exists for me if I put them into an object. It seems in its current state, Flex cannot enforce the order in which arguments are provided. I have found a way to have JBoss disregard the order of arguments by editing the wsdl and referencing

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

2006-04-25 Thread Peter Farland
Ah, yes, you need to specify --context.root on the command line as the client can't tell what the context root is (i.e. because you can have the default context root "" it can't make assumptions as to whether the first level under the webroot is a subdirectory or a context root). -Origin

[flexcoders] Re: How to access the tag name in a tree XML data provider

2006-04-25 Thread greenfishinwater
Yes it worked Thank you Andrew --- In flexcoders@yahoogroups.com, "pasflex" <[EMAIL PROTECTED]> wrote: > > Try something like: > > var tagName:String = node.name().toString(); > > --- In flexcoders@yahoogroups.com, "greenfishinwater" > wrote: > > > > I forgot to mention that this is usin

RE: [flexcoders] Re: Flex 1.5 ViewStack child creation

2006-04-25 Thread Tracy Spratt
Perhaps your components are initialized, but the child controls are not? Put a trace on the initialize event of a child control, see if it fires. Also, try a trace on the creationComplete or childrenCreated events on the component as well. Tracy -Original Message- From: flexcoders@yah

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

2006-04-25 Thread Robert Brueckmann
I'll play with the config file and let you know what I find...thanks again for the help!  Gotta love these things that you spend days on with no obvious cause...grrr!  Thanks again! Cheers, robert l. brueckmann vice president merlin securities 595 madison avenue new york, ny 10022 p: 212.822.4

RE: [flexcoders] Flex1.5 Cairngorm ModelLocator and VO's

2006-04-25 Thread Simon Fifield
Haha, No need for me to add reset() methods to all my VO's because I've just added a reInitialise() method to the ModelLocator that reintialises all the Models. Now I need to do similar thing for my ViewHelpers to make the view go back to their normal state when a user logs in. Simon -O

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

2006-04-25 Thread aejaz_98
The detailed error message in this case is, Channel.Connect.Failed error Netconnection.Call.Failed:HTTP:Failed My flex-remoting-service.xml looks as follows,                         samples.SimpleRemoteObject.Echo           & the channel "my-amf" is defined in fle

RE: [flexcoders] Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread Peter Farland
This is a known issue in Beta 2, should be addressed in Beta 3. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilia_papas Sent: Tuesday, April 25, 2006 11:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2 not maintaining order

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

2006-04-25 Thread Simon Fifield
Hi Robert, Although on the surface of things our problems were not the same, I'll bet it's the same thing somewhere under the hood of the Flex 1.5 compiler that is causing these "strange" binding problems to occur. I keep reading of more and more people that are encountering this binding/compi

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

2006-04-25 Thread Robert Brueckmann
Thanks for taking the time for the detailed reply Simon!  I WISH it was validator related.  In one instance, I am using a validator but the first time I saw this behavior was in a simple MXML file that had 3 lists that get populated with 3 separate message types and directly next to the lists is

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
That is exactly what I was talking about karl. --- In flexcoders@yahoogroups.com, "Karl Johnson" <[EMAIL PROTECTED]> wrote: > > When you say loop over components, do you mean loop over existing UI > objects? Or do you mean create UI objects? > > If you are creating, then do something like the

[flexcoders] Re: Help with populating from array

2006-04-25 Thread Jeremy Rottman
Yeah I ran the debugger last night, I got it figured out. Thanks for the help matt. --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > It's hard to know what the problem might be, I'd just recommend running > in a debugger and seeing what the result object actually

RE: [flexcoders] Adding addEventListener too a Child object

2006-04-25 Thread Karl Johnson
Not positive about flex 2, but in Flex 1.5 I would do DesignView.getChildAt(0).addEventListener(eventType, handler); (assuming DesignView is the parent container). Does that work in F2B2? |< Karl Johnson Cynergy Systems, Inc. -Original Message- From: flexcoders@yahoogroups.com [mai

[flexcoders] Long chart labels in beta2

2006-04-25 Thread chrisvet2001
Is there some way to tell charts (specifically bar charts) to automatically wrap long labels for the chart items? I've done it manually by inserting chr(13)'s into the query being returned by my CFC, but it's doing an align left and the results are not pretty. Thanks, Chris -- Flexc

[flexcoders] Adding addEventListener too a Child object

2006-04-25 Thread vestcomprogrammer
I am trying to add a addEventListener to a child object in Flex 2.0 beta 2 and I have tried this "DesignView[0].addEventListener ("selectionChanged", valueChanged(this));" but this does not seem to work.  Anyone know how? Thanks Bill -- Flexcoders Mailing List FAQ: http://groups.yah

RE: [flexcoders] Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread Jonas Windey
Try reading the comments on this page: http://jeff.mxdj.com/as3_datamanager.htm I always pass the arguments in an object, and so far no problems.. var args:Object = new Object(); args.yourParam = "first param"; etc. Good luck -Original Message- From: flexcoders@yahoogroups.com [mail

RE: [flexcoders] Flex hangs when server times out session

2006-04-25 Thread jfournet
Encoding on the remote object is set to AMFMatt Chotin <[EMAIL PROTECTED]> wrote: Hi Brent,I checked with QA here but no one had seen hangs like you describe.  Sowe need more info as to what your setup entails.  What channel are youusing?  What kind of destination are you hitting (RemoteObject

RE: [flexcoders] Flex hangs when server times out session

2006-04-25 Thread jfournet
I am calling a remote object on the jboss server with tomcat 5.5.  We are using custom authentication, we use setusernamepassword on the remote object to set the authorized user.  We are using flex 1.5.       Thanks, BrentMatt Chotin <[EMAIL PROTECTED]> wrote: Hi Brent,I checked with QA he

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

2006-04-25 Thread Simon Fifield
Are/have you used a validator with a bound field anywhere in this file? If so you may be experiencing the same problem as I did. I wasted days trying to figure out why my Binding had suddenly broken down on several forms. I was using about 6 or 7 validators per form and the fields in the forms

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

2006-04-25 Thread aejaz_98
Hi Peter, Thanks for your reply & please disregard my previous message. I recompiled the application & now I am getting "send failed" error message. Can you please take a look at the mxml to see if anything is wrong. I am very new to mxml & might have had overlooked something obvious. Thanks,

[flexcoders] Flex2B2 - Need to hit 'tab' key twice to fire datagrid.itemEditEnd

2006-04-25 Thread bhaq1972
I have noticed that if you set the editedItemPosition first (on an editable datagrid), it takes two hits on the tab key to trigger the datagrid itemEditEnd event. I'm sure it should trigger straight away. http://www.adobe.com/2006/mxml">     color="yellow" width="50%"/>  

[flexcoders] Re: Uncaught exceptions in Flex 1.5

2006-04-25 Thread maxym.hryniv
Hy guys, I have the same problem. Can someone give a response??? It's really hard to develop without exceptions handling. --- In flexcoders@yahoogroups.com, "Sergey Kovalyov" [EMAIL PROTECTED]> wrote: > > But is there any way to centralize the calling code? The only solution I see > is to cre

[flexcoders] darron schall : My FITC 2006 ActionScript 3 Slides

2006-04-25 Thread Philippe Maegerman
Good reading, especialy the Open Source Commodore 64 Emulator written in ActionScript 3 :)) http://www.darronschall.com/weblog/archives/000226.cfm //Pim DISCLAIMER: The content of this e-mail message does not constitute a commitment of S.A. Emakina N.V. This e-mail and any attachments theret

[flexcoders] Re: (Flex20 Beta2): RemoteObject Destination configuration problem

2006-04-25 Thread aejaz_98
Hi Peter, Thanks for your reply. flash-remoting-service.xml is indeed included in flash-enterprise-services.xml. From your reply, it seemed to me that I should have the correct destination in flash-remoting-service BEFORE I attempt to save the project from the Flex builder(which in turn compile

[flexcoders] Flex1.5 Cairngorm ModelLocator and VO's

2006-04-25 Thread Simon Fifield
Hi, I've made some tweaks to the cairngorm framework for my own purposes, but I would like to ask your opinion of a feature I would like to add. Scenario: User logs in and the Value Objects are all filed with data using Java RemoteObjects. User does lots of stuff then wants to log out. Now I

RE: [flexcoders] Flex2b2 - DataGrid bug - using ArrayCollection of ValueObjects as data provider

2006-04-25 Thread Tobias Patton
Hi Andi; Your TestVO class needs to implement the IUID interface. Tobias. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrea Varga Sent: Tuesday, April 25, 2006 6:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2b2 - DataGr

[flexcoders] Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread ilia_papas
Hello, I've been unable to get Flex to submit parameters to a web service method in a consistent order.  I'm using Flex 2 beta 2 and a web service running on JBoss 4.0.4CR2 using annotations. This problem has been described in the following locations: -Macromedia Forum: Webservice always retur

[flexcoders] Re: How to access the tag name in a tree XML data provider

2006-04-25 Thread pasflex
Try something like: var tagName:String = node.name().toString(); --- In flexcoders@yahoogroups.com, "greenfishinwater" <[EMAIL PROTECTED]> wrote: > > I forgot to mention that this is using Flex 2 Beta 2 > > --- In flexcoders@yahoogroups.com, "greenfishinwater" > wrote: > > > > In my tree I

[flexcoders] Re: Flex 2.0 Remote Objects over SecureAMFChannel (HTTPS) in Apache or IIS

2006-04-25 Thread Steven Toth
No, nothing really changed in the flex config. files other than the port when I was going directly through Tomcat and JRun.  When going through Apache and IIS they stayed the same .  I'd say with near certainty the port is configured correctly since I'm seeing the Command and Acknowledge me

[flexcoders] Binding with Child Object In Flex 2.0

2006-04-25 Thread vestcomprogrammer
Before in flex 1.5 I have this source="AssetTitle.text" /> In Flex 2.0 Beta 2 this does not seem to work. Thanks Bill -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogro

RE: [flexcoders] Re: (Flex20 Beta2): RemoteObject Destination configuration problem

2006-04-25 Thread Peter Farland
You must always point --services to the top level services file, which is flex-enterprise-services.xml. The flex-remoting-service.xml is merely an include to this top level file (see the service-include tag pointing to this and the other services in the top level flex-enterprise-services.xml fil

[flexcoders] Re: force image reload

2006-04-25 Thread Peter Blazejewicz
Hello Andrea, do you mean something like preventing using cached images? try something similiar: http://www.adobe.com/2006/mxml" xmlns="*"   creationComplete="initApp();">             ="{imageURL+getRand()}"       complete="Alert.show('source url:

RE: Ri: [flexcoders] Flex 2 problem abo ut remoteobject in tomcat

2006-04-25 Thread Peter Farland
Just comment out the messaging service include in your /WEB-INF/flex/flex-enterprise-services.xml file.     The messaging service has a JMS adapter registered which you don't need unless you're planning on using the messaging service with a Producer/Consumer to do real time messaging to a

RE: 回复: RE: [flexcoders] Flex 2 probl em about remoteobject in tomcat

2006-04-25 Thread Peter Farland
You shouldn't have both "localhost" and "{server.name}" in your From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sank xuanSent: Tuesday, April 25, 2006 12:45 AMTo: flexcoders@yahoogroups.comSubject: 回复: RE: [flexcoders] Flex 2 problem about remoteobject in tomcat

[flexcoders] Reference Errors, Flex Beta 2

2006-04-25 Thread Harris Reynolds
Has anyone seen the Flash Player spew out some "Reference Errors" when trying to load a Flex 2 compiled movie?  I saw it once last week and a co-worker saw it yesterday on an application that I could load fine.  Below is an example of the errors.  This error only comes up sporadically, and d

[flexcoders] Re: (Flex20 Beta2): RemoteObject Destination configuration problem

2006-04-25 Thread aejaz_98
Thanks for your reply. I am precompiling the SWFs using flex builder. The value present in the "Additional compiler arguments" field is, -services "C:\tomcat\webapps\flex\WEB-INF\flex\flex-enterprise-services.xml" when I change it to, -services "C:\tomcat\webapps\flex\WEB-INF\flex\flex-remoti

[flexcoders] Re: Flex2b2 - DataGrid bug - using ArrayCollection of ValueObjects

2006-04-25 Thread Peter Blazejewicz
Hi Andrea, your VO should implement IUID interface, that's discussed on list already, http://www.cflex.net/flexcoders.cfm?Message=msg25112.html http://livedocs.macromedia.com/labs/1/flex/langref/mx/core/IUID.html you can also mark your classes dynamic and flex will assing uuid itself (sample)

  1   2   >