Re: Web service listener

2005-02-22 Thread goran187
That seems to work. Thanks! Goran --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: mx:WebService id=WS result=myResultHandler(event) / mx:Script Function myResultHandler(oEvent:Object):Void { trace(oEvent.result.toString()); //or something like that }

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-22 Thread Erik Westra
Title: Message Hmm, this is an interesting idea. I still have one small problem though. When i use this MXMLObject interface my code will be run before the visual mxml components, right? But in the code i need to load an external ini file, wich could takesome time. When its loaded, some

RE: [flexcoders] popup window with custom component ( not extending TitleWindow )

2005-02-22 Thread Erik Westra
WineDetail.mxml There is no property with the name 'PopUpDetail' The class PopUpDetail, is it in the same folder as WineDetail? Is the class PopUpDetail in the same folder as the .mxml file with the application tag in it? If not, add this line to your script (at the TOP): import

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-22 Thread Matt Chotin
mx:String is special-cased in the compiler. File an enhancement request at http://www.macromedia.com/go/wish for the do-not-parse capability. Currently the backslash technique you found is the only way to do it if I remember right. Matt From: Erik Westra [mailto:[EMAIL

RE: [flexcoders] recalculate panel height

2005-02-22 Thread Matt Chotin
You need to resize the VBox, to shrink down to match the DataGrid, you cant leave it at 100%. Since youre going to resize the VBox anyway Id just do that and leave the DG height alone. Matt From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 4:44

Re: [flexcoders] Coolest Flex Site Ever!

2005-02-22 Thread Michael van Leest
Looks nice, but did you have a specific reason to use Flex instead of just Flash?? Because it looks like it could have been done with Flash a lot easier then to do all this with flex??? But anyway looks great, Michael sfalien wrote: Want to see something totally different made with Flex and

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Carson Hager
Rob, Have you tried accessing the web service without using the proxy? I'd be curious to see the effect. From what I know about Tomcat 5.5.7, the major difference would be the use of JDK 1.5. I can't imagine why you'd ever get a 405from a web service call. Are POST requests turned off? I

RE: [flexcoders] Coolest Flex Site Ever!

2005-02-22 Thread Clint Tredway
I think it looks good, but its slow in my machine I got tired of waiting ;) -Original Message-From: Valy Sivec [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 22, 2005 12:53 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Coolest Flex Site Ever! Nice work!. It looks

Re: [flexcoders] macromedia.css.LocatorParser error

2005-02-22 Thread Benjamin Steiner
Hi Cathy, thanks for your reply. I have tried out your suggestion. Now I receive the following error-message: 16 Errors found.Error /home/webspace/xxx.staging.xxx.de/style/style.css:-1

Re: [flexcoders] Coolest Flex Site Ever!

2005-02-22 Thread Alex Boni
Very nice. I just find the IT menu a tad obnoxious... sfalien wrote: Want to see something totally different made with Flex and uses almost 100% custom built components, with really tight interation with Flash? Check out my new site that I built (with some help from Macromedia) for Macy's

Re: Instantiate an HTTPService object in ActionScrip t

2005-02-22 Thread billheit
I figured it out. The HTTPService depends on the document object's url to do it's job. So that the HTTPService has this I implemented the MXMLObject interface as follows: class ASDataManager implements mx.core.MXMLObject { //implements MXMLObject var _id:String; var _document:Object; public

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
I agree on the post errorstrange, especially since its working fine with TC4.1...Ill try bypassing the proxy to see what happens From: Carson Hager [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:51 PM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] Re: Axis

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
Ok, now bypassing proxy, I still get error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand do some lower level traces now From: Rob [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:15 PM To: [EMAIL PROTECTED] Subject: RE:

Re: [flexcoders] Coolest Flex Site Ever!

2005-02-22 Thread Jeff Steiner
This could not have been done with Flash because of the fluid nature of the items being showcased (Unless you wanted to spend a ton of cash on the maintenance). Every 3 months you would have to re-create the flash files to add/remove clothes. Jeff http://www.flexauthority.com - Original

RE: [flexcoders] passing a view to a command

2005-02-22 Thread Mehdi, Agha
Yeah, you can do that. EventBroadcaster.getInstance().broadcastEvent( "myCommand", this); Why would you do it that way though? You can register a view with its viewHelper and than your command can use ViewLocator to get that helper that talks to your view. I don't think having your

dataGrid - If only one row in xml is doesn't appear?

2005-02-22 Thread Adambombs
The following XML is being returned by an HTTPService with id=leadsGridData: ?xml version=1.0 encoding=utf-8? response leaddata range12/1/2004 to 12/31/2004/range leads lead quoteid12345/quoteid date12/12/2004/date nameJoe/name citySmith/city stateca/state /lead /leads /leaddata /response The

RE: [flexcoders] Coolest Flex Site Ever!

2005-02-22 Thread John C. Bland II
Title: Message Not if you made it dynamic (database driven). Just a thought... -Original Message-From: Jeff Steiner [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 12:24 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Coolest Flex Site Ever!This could not

RE: [flexcoders] hidden interfaces (was: Re: List.getLength)

2005-02-22 Thread Stephen Gilson
The List class does mixin DataSelector, so that is how you can use getLength(). There is an error in the doc - getLength() should have been listed as a method of List. Stephen Gilson Flex Doc -Original Message- From: Markus Ansamaa [mailto:[EMAIL PROTECTED] Sent: Monday, February 21,

FlashPaper in Flex?

2005-02-22 Thread Adambombs
Has anyone tried to load a flashpaper SWF into a Flex application at runtime? When I try it it locks up the flash player and won't load the FlashPaper. Any thoughts? Adam

Re: Coolest Flex Site Ever!

2005-02-22 Thread chris colinsky
actually this site is driven by web services, which are feed data through a custom built content management system that plugs into existing systems and an asset aquisition pipeline. also this site was designed so that it could be skinned with new graphics and interaction every couple of

RE: [flexcoders] macromedia.css.LocatorParser error

2005-02-22 Thread Cathy Murphy
Benjamin - This looks like error information from the browser. Please check the server console for error information. You should see some Java stack traces. - Cathy From: Benjamin Steiner [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:01 PMTo:

Re: [flexcoders] Re: Coolest Flex Site Ever!

2005-02-22 Thread Michael van Leest
Ok that's explains a lot more... If it's a continues work in progress, then at the end Flex would be the way to go... But without the keep in mind points, it looked ike Flex was just a overdone choice. But anyway, it's the "best looking" flex app on this moment indeed! Michael chris

Re: Flex Builder Debugger giving OutOfMemory

2005-02-22 Thread wcucsd
Tracy, I solved this problem today. The Tomcat webapps directory had 36 web applications. I reduced that to 4 applications and the OutOfMemory error went away when debugging in Flex Builder. -Will --- In flexcoders@yahoogroups.com, wcucsd [EMAIL PROTECTED] wrote: Tracy, Thanks for

RE: [flexcoders] Re: Coolest Flex Site Ever!

2005-02-22 Thread Stacy Young
I think its a great start. Nicegraphic work. A friendly suggestion might be to revisit the navigation theme. Having the user discover the navigation elements on their ownrisky business at best. I would perhaps look to make that portion of the site more prominent and consistent across all

RE: [flexcoders] hidden interfaces (was: Re: List.getLength)

2005-02-22 Thread Gordon Smith
I think that List inherits a 'length' property. If that's the case, it should have been documented, and the getLength() method should not have been documented. In general, we're trying to make Flex property-centric whenever possible. Future releases are likely to deprecate support for accessor

Tree issues

2005-02-22 Thread Clint Tredway
Has anyone successfully used a data service (HTTPService, Remoting, anything) to successfully populate a tree? I can only get it to work if 1. embed the data in the mxml file OR 2. use an actuall XML file WITH the SAME data that is coming from my service...

RE: [flexcoders] Tree issues

2005-02-22 Thread Matt Chotin
Dont use the backingObject if you can help it. Use getProperty(). backingObject is essentially going the other direction from attributes, it only works when the data provider is of a certain format. The TreeDataProvider interface will work regardless of how the data got there. Matt

RE: [flexcoders] Re: Problems with Installing Flex

2005-02-22 Thread Tracy Spratt
No insight, just regurgitant. -Original Message- From: greenfishinwater [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 5:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problems with Installing Flex Tracy, You were spot on, the server had version 7 of

Re: Problems with Installing Flex

2005-02-22 Thread greenfishinwater
Tracy, You were spot on, the server had version 7 of DirectX, I upgraded to version 9 and the install went as normal. Boy was that some insight, or maybe you had the problem before! Andrew --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Make sure you are running the

Re: [flexcoders] Coolest Flex Site Ever!

2005-02-22 Thread Owen van Dijk
This could not have been done with Flash because of the fluid nature of the items being showcased (Unless you wanted to spend a ton of cash on the maintenance). Every 3 months you would have to re-create the flash files to add/remove clothes. Well for starters...$12k buys you around 3-6 weeks

Multiple Sliders

2005-02-22 Thread Pushkar
I am working with the flexstore demo and want to enhance the sliders to cater to 2 attributes, the size and the price. Are there any pointers / examples to have 2 or more) sliders operate them in tandem? thanks in advance

RE: [flexcoders] Coolest Flex Site Ever!

2005-02-22 Thread John C. Bland II
Title: Message lol -Original Message-From: Owen van Dijk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 3:31 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Coolest Flex Site Ever! This could not have been done with Flash because of the fluid nature of the

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
I agree on the post errorstrange, especially since its working fine with TC4.1...Ill try bypassing the proxy to see what happens From: Carson Hager [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:51 PM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] Re: Axis

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
Ok, now bypassing proxy, I still get error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand do some lower level traces now From: Rob [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:15 PM To: [EMAIL PROTECTED] Subject: RE: