[flexcoders] Re: Displaying Flash 9 symbols in Flex - Looking for an elegant solution

2006-08-29 Thread ben.clinkinbeard
This might help: http://www.jessewarden.com/archives/2006/08/flash_9_button.html Can I ask why you're building your game in Flex though? Doesn't seem like it would provide (m)any advantages over straight up Flash. HTH, Ben --- In flexcoders@yahoogroups.com, pinkmongrel [EMAIL PROTECTED] wrote:

[flexcoders] Re: Weird namespace/compiler error in FB2

2006-08-29 Thread ben.clinkinbeard
The namespace should be constructed as if you were in the root of your application. As in, it should always look the same, regardless of where you're 'including' it from. HTH, Ben --- In flexcoders@yahoogroups.com, RBullotta [EMAIL PROTECTED] wrote: Still no solution... -- Flexcoders

[flexcoders] Re: Cairngorm 2 - Web Service event handlers

2006-08-23 Thread ben.clinkinbeard
I've been using this method ever since I started with Cairngorm. http://www.darronschall.com/weblog/archives/000234.cfm It makes a lot of sense and just feels more natural to me to have the commands handle the results and faults since they are the ones requesting the calls anyway. HTH, Ben

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-21 Thread ben.clinkinbeard
Samuel, I am not sure why you're comparing FDS and web services so closely. They are 2 different technologies meant to do 2 different things. That is, 2 different ways of getting data to your clients. As for your statement that web services are fully implemented in Flex, that is certainly not the

[flexcoders] Re: Problem in opening the CSV file as Excel file in the browser

2006-08-21 Thread ben.clinkinbeard
All the sources I found via Google show the header as application/vnd.ms-excel HTH, Ben --- In flexcoders@yahoogroups.com, yasovardhan [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I had a problem with flex. The problem is that I have .CSV file, which I want to display as Excel file in

[flexcoders] Problems interpolating a BarChart

2006-08-21 Thread ben.clinkinbeard
I have a BarChart that is displaying its data correctly. I also have a combobox that, upon its change event, calls a function that repopulates the BarChart's dataProvider. The BarChart updates its display as expected, but if I try to set the showDataEffect attribute of any of the child BarSeries

[flexcoders] Re: Getting started with Cairngorm

2006-08-21 Thread ben.clinkinbeard
This is what mine looks like: [Bindable] public class ModelLocator implements com.adobe.cairngorm.model.ModelLocator { protected static var modelLocator:com.domain.projects.PSA.model.ModelLocator; And then my getInstance() method: public static function

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-20 Thread ben.clinkinbeard
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, August 18, 2006 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService - What's wrong with this code? Here are a couple. http

[flexcoders] Re: Best way to find item in ComboBox?

2006-08-20 Thread ben.clinkinbeard
cb.selectedItem = strToSearchFor; Ben --- In flexcoders@yahoogroups.com, gotgoose09 [EMAIL PROTECTED] wrote: I have a ComboBox with Strings in it. I want to be able to select an item in the ComboBox that matches a specific String. In the past I have written loops that try to find the item

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread ben.clinkinbeard
Message- From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com [mailto: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of ben.clinkinbeard Sent: Friday, August 11, 2006 10:01 PM To: flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Re: WSDLError:Element not resolvable = LoadEvent doesn't imply service ready

2006-08-18 Thread ben.clinkinbeard
Can we assume this will be corrected in a future release? Either by changing when the LoadEvent fires or by adding a separate event to listen for? Thanks, Ben --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Hi Kaleb, Thanks for providing your WSDL/XSD/service

[flexcoders] Re: WSDLError:Element not resolvable = LoadEvent doesn't imply service ready

2006-08-18 Thread ben.clinkinbeard
. The LoadEvent won't fire until all remote imports (WSDL and Schema) have been fully loaded. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, August 18, 2006 10:24 AM To: flexcoders

[flexcoders] Re: ComplexType in WSDL with webservice not sending arguments

2006-08-18 Thread ben.clinkinbeard
I get the same result- an empty request that successfully returns an empty result. Do you have to use the XSD? I am not familiar with these at all, so I don't understand exactly what purpose it may serve, but I would not be surprised at all if the WebService library did not support things like

[flexcoders] Re: Some Cairngorm questions

2006-08-18 Thread ben.clinkinbeard
I'm pretty sure they're called ValueObjects for a reason :) Ben --- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote: As for reusing events and commands from different places, most of what I could find from the Cairngorm creators suggest that Commands be specific use cases

[flexcoders] Re: Dynamically set method result from Web Service

2006-08-17 Thread ben.clinkinbeard
If you use the IResponder interface you can do this very easily. IResponder requires you to implement 2 methods. public function result(data:Object):void public function fault(info:Object):void So what you can do is create however many classes you want that implement the interface, and then call

[flexcoders] Re: Some Cairngorm questions

2006-08-17 Thread ben.clinkinbeard
While I am sure there are others, the first thing that comes to mind concerning your first question is something I did just the other day. Say you've got a command that you want to execute when you receive data back from a remote call. For debugging or other purposes, you now want to be able to

[flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-16 Thread ben.clinkinbeard
and consequently are returning something that can be cast... Thanks... Graham --- In flexcoders@yahoogroups.com, ben.clinkinbeard ben.clinkinbeard@ wrote: Nothing definitive here but I do have a couple of suggestions. Any time I see ObjectProxy mentioned in an error description, I

[flexcoders] Re: Operation.arguments is populated but nulls are sent

2006-08-16 Thread ben.clinkinbeard
. Flashlog.txt would be in c:\documents and settings\account\flashlog.txt by default, though you may not have it if it's not configured. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Tuesday, August

[flexcoders] SOLVED: Operation.arguments is populated but nulls are sent

2006-08-16 Thread ben.clinkinbeard
[mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Tuesday, August 15, 2006 9:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Operation.arguments is populated but nulls are sent This was built from scratch in Flex 2, never even had 1.5 installed. Not sure what

[flexcoders] Re: SOLVED: Operation.arguments is populated but nulls are sent

2006-08-16 Thread ben.clinkinbeard
Spoke too soon. This fixes the issue in the debug files that FB generates, but if I view the non-debug files in IE I still get the same problem. Works fine in FF. Ben --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: OK, its definitely a timing issue. Rather than

[flexcoders] Re: XML parser chokes on un-typed xmlns

2006-08-16 Thread ben.clinkinbeard
http://www.returnundefined.com/2006/07/dealing-with-default-namespaces-in-flex-2as3/ Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote: Hi everyone, I am having some difficulty parsing .Net web service results. The problem lies in

[flexcoders] Re: XML parser chokes on un-typed xmlns

2006-08-16 Thread ben.clinkinbeard
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, August 16, 2006 12:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: XML parser chokes on un-typed xmlns http://www.returnundefined.com/2006/07/dealing-with-default

[flexcoders] Re: Web services or FDS: which are you using?

2006-08-16 Thread ben.clinkinbeard
Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, ben.clinkinbeard ben.clinkinbeard@ wrote: In my ongoing crusade to increase the attention given by Adobe to web service

[flexcoders] Re: XML parser chokes on un-typed xmlns

2006-08-16 Thread ben.clinkinbeard
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, August 16, 2006 2:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: XML parser chokes on un-typed xmlns Hi Tom, Sorry, I've not used the descendants method before

[flexcoders] Re: SOLVED: Operation.arguments is populated but nulls are sent

2006-08-16 Thread ben.clinkinbeard
OK, this is ridiculous. All of a sudden, out of nowhere, the problem is back in full force. No amount of delay resolves the problem anymore. This is insane. --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: OK, its definitely a timing issue. Rather than dispatching

[flexcoders] Re: Operation.arguments is populated but nulls are sent

2006-08-15 Thread ben.clinkinbeard
[EMAIL PROTECTED] wrote: You should be calling op.send(), if you call GetDataByGrouping() you're ignoring the arguments. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Monday, August 14, 2006

[flexcoders] Re: Operation.arguments is populated but nulls are sent

2006-08-15 Thread ben.clinkinbeard
@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: have you tried using the debugger to see when and where these args turn up null? DK On 8/15/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: if you call GetDataByGrouping() you're ignoring the arguments. I don't think that is the case

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-15 Thread ben.clinkinbeard
hanging off the object (not array) SelectedPlans and be pushing your numbers into that? Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Monday, August 14, 2006 6:11 AM To: flexcoders

[flexcoders] Web services or FDS: which are you using?

2006-08-15 Thread ben.clinkinbeard
In my ongoing crusade to increase the attention given by Adobe to web service support in Flex, I decided to do a little impromptu survey. My feeling is that its a mistake to focus so heavily on FDS in regards to articles, tutorials and the like when such a small percentage of organizations will

[flexcoders] Re: Operation.arguments is populated but nulls are sent

2006-08-15 Thread ben.clinkinbeard
@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: You should be calling op.send(), if you call GetDataByGrouping() you're ignoring the arguments. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard

[flexcoders] Re: Operation.arguments is populated but nulls are sent

2006-08-15 Thread ben.clinkinbeard
I assume. Delete everything in the bin folder anyway (with FB closed) and see if that changes anything? Sounds strange, Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Tuesday, August

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-15 Thread ben.clinkinbeard
this in 1.5 that I thought we fixed in 2.0. If you have the WSDL and an app that can demonstrate the problem I can ask the team to look into it. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-14 Thread ben.clinkinbeard
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, August 11, 2006 10:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects

[flexcoders] Re: Variations of sending arguments to a WebService in AS

2006-08-14 Thread ben.clinkinbeard
I didn't read through all of your code but here is the method I have been using with success. var op:Operation = service.getOperation(GetDataByGrouping) as Operation; op.resultFormat = e4x; // temp object to store arguments var args:Object = new Object(); args.groupingRequests = new Object();

[flexcoders] Operation.arguments is populated but nulls are sent

2006-08-14 Thread ben.clinkinbeard
I am having a very odd error, and it only happens sometimes. I am creating an object structure and then assigning that to the arguments property of my mx.rpc.soap.Operation object like this: op.arguments = args; I then call the SOAP method like this: var call:AsyncToken =

[flexcoders] Re: Best way to reference items in a parent MXML component?

2006-08-14 Thread ben.clinkinbeard
Of ben.clinkinbeard Sent: Saturday, August 12, 2006 3:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Best way to reference items in a parent MXML component? How would a child call a function in the parent though? Events don't seem (semantically) like the right thing because I

[flexcoders] Re: Best way to reference items in a parent MXML component?

2006-08-12 Thread ben.clinkinbeard
PROTECTED] wrote: Events must be used here. Your child elements should dispatch custom events and container that holds them should listen to that events. Event listener will handle the child via target property of event object. On 8/12/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: I have

[flexcoders] Re: Intermittent #2032: Stream Error errors

2006-08-11 Thread ben.clinkinbeard
requests) are hash tables. Hash tables don't guarantee order, so you need to create an object and specifically assign a value to a property. After I implemented this, I pretty much got rid of all of my stream errors. Mark On 8/10/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: I am

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-11 Thread ben.clinkinbeard
For your second example, if you wrap the lines other than the import inside of a function it should work. HTH, Ben --- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote: I can't figure this out for the life of me - I'm following other people's examples, but still getting errors.

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-11 Thread ben.clinkinbeard
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, August 09, 2006 5:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-11 Thread ben.clinkinbeard
PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, August 11, 2006 12:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService - What's wrong with this code? For your second example, if you wrap the lines other than the import inside of a function it should work. HTH

[flexcoders] Re: ComboBox doesn't update display unless 'activated' first

2006-08-10 Thread ben.clinkinbeard
Neither of those suggestions work :( Guess I have to stick with what I've got. Ben --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 09 August 2006 17:26, ben.clinkinbeard wrote: // WITHOUT THIS LINE, COMBOBOX WILL NOT UPDATE ITS DISPLAY

[flexcoders] Intermittent #2032: Stream Error errors

2006-08-10 Thread ben.clinkinbeard
I am getting these errors every now and then and I've not been able to even begin to understand why. I saw in another thread that someone had traced a similar issue to HTTP cache control header issues, but that was only happening in IE. Mine happen in Firefox as well. It usually fixes it to close

[flexcoders] Re: Debugging Web Service call

2006-08-10 Thread ben.clinkinbeard
I've not had not resolvable issues, but I did have some other significant issues with namespaces in .NET web services, especially default namespaces. I documented my solutions on my site. http://www.returnundefined.com/2006/07/dealing-with-default-namespaces-in-flex-2as3/

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-09 Thread ben.clinkinbeard
, they are the only hope for a full heterogeneous world of clients and servers. How are you exposing your webservice? Doc/Literal or RPC/Encoded? Cheers, Franck _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard

[flexcoders] ComboBox doesn't update display unless 'activated' first

2006-08-09 Thread ben.clinkinbeard
Hello, I have a ComboBox that is bound to an ArrayCollection. The problem is that if I programmatically remove the item that is currently being displayed in the CB from the source ArrayCollection, the CB doesn't update its display. It removes the item from the list so that its not there if I open

[flexcoders] Re: ComboBox doesn't update display unless 'activated' first

2006-08-09 Thread ben.clinkinbeard
have to do this? I thought ArrayCollection was supposed to have all these magical capabilities... :) Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Hello, I have a ComboBox that is bound to an ArrayCollection. The problem

[flexcoders] Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-08 Thread ben.clinkinbeard
In one part of my app, I am creating my Operation.arguments object like this: args.ContainersToRetrieve = new Array(); args.ContainersToRetrieve.push(Client); args.ContainersToRetrieve.push(IndustryTrends); which, as expected, results in a SOAP call like this:

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-08 Thread ben.clinkinbeard
/ (array is disregarded) Is nillable=true causing a problem here? What changes need to be made to make Flex treat arrays just like objects, like it does in the first operation? Thanks, Ben --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: In one part of my app, I am

[flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-08 Thread ben.clinkinbeard
elements are one level deeper than the ContainerType elements. Maybe it's an idea to test a webservice operation that takes straight PlanNumber elements? Good luck! Franck _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent

[flexcoders] Re: Cairngorm 2 - Operation.arguments not clearing after call

2006-08-08 Thread ben.clinkinbeard
. Thanks. ]--- In flexcoders@yahoogroups.com, ben.clinkinbeard ben.clinkinbeard@ wrote: Hello all, this post is a bit long but I have tried to organize it to accomodate easy reading. I have modified my ServiceLocator so that my services are defined in AS, and am calling loadWSDL() from

[flexcoders] Web Service arguments in AS - how do you create repeated children?

2006-08-07 Thread ben.clinkinbeard
Hello, I am sending arguments to my SOAP method, but can't figure out how to do repeated children in AS. For example, part of my call looks like this in XML: SelectedPlans PlanNumber12345/PlanNumber PlanNumber56789/PlanNumber /SelectedPlans I cannot figure out how to create this structure

[flexcoders] Re: ArrayUtil.toArray trouble (works in beta 3 not in release)

2006-08-07 Thread ben.clinkinbeard
Hard to say without seeing your code but it may be due to 'makeObjectsBindable' defaulting to true in the final release. It was false in B3. Try setting makeObjectsBindable=false on your HTTPService component. HTH, Ben --- In flexcoders@yahoogroups.com, Flapflap [EMAIL PROTECTED] wrote: Hi

[flexcoders] Re: Web Service arguments in AS - how do you create repeated children?

2006-08-07 Thread ben.clinkinbeard
as you describe below. Hope this helps, Cheers, Franck _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Monday, August 07, 2006 3:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Web Service

[flexcoders] Re: Web Service arguments in AS - how do you create repeated children?

2006-08-07 Thread ben.clinkinbeard
] On Behalf Of ben.clinkinbeard Sent: Monday, August 07, 2006 8:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web Service arguments in AS - how do you create repeated children? Hi Franck, Thanks for the response. I am still having the same problem though, which

[flexcoders] Re: Web Service arguments in AS - how do you create repeated children?

2006-08-07 Thread ben.clinkinbeard
collection that supports redundant indentifiers, but internally you still have to use unique ID's. And the SOAP parser falls back to the default collections anyway. _ Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens ben.clinkinbeard Verzonden: maandag 7 augustus 2006

[flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-04 Thread ben.clinkinbeard
;-) Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, August 03, 2006 1:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Adding AS3 support to 3rd party editors - legal

[flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-03 Thread ben.clinkinbeard
think scraping the livedocs is kosher, but let me get back to you. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, August 02, 2006 5:34 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Firefox + Network debugging + you

2006-08-03 Thread ben.clinkinbeard
ServiceCapture is definitely a great tool but seems to suffer if you're behind a proxy, as you have to tell your browsers to use ServiceCapture as their proxy. I've yet to find a configuration that allows me to use it with both IE and FF without having to adjust settings somewhere along the way.

[flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-02 Thread ben.clinkinbeard
Anyone? Is there a different place I should be asking this? Thanks, Ben --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Dear Adobe, I was recently having a discussion about adding AS3 support (code completion, type checking, etc) to a 3rd party editor

[flexcoders] Re: DataGrid ItemRenderer

2006-08-01 Thread ben.clinkinbeard
From what I was told in a previous thread, non-visible rows are not rendered. Basically, it renders however many rows are visible, and then when you scroll down for instance, it moves them all up one and moves the top row to the bottom and rerenders its content. Ben

[flexcoders] Adding AS3 support to 3rd party editors - legal question

2006-08-01 Thread ben.clinkinbeard
Dear Adobe, I was recently having a discussion about adding AS3 support (code completion, type checking, etc) to a 3rd party editor and a legal/copyright/license question came up that I am hoping to get a definitive answer to. The question is basically whether or not its ok to create files

[flexcoders] Re: Educational version

2006-07-31 Thread ben.clinkinbeard
Looks like only North America, France, Germany and UK right now. http://www.adobe.com/buy/ Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, quetwo [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Oriol Gual oriol.gual@ wrote: Hi, I've been looking

[flexcoders] Re: Are the contents of a WSDL document accessible?

2006-07-29 Thread ben.clinkinbeard
://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Title pretty much sums it up. Is there any way to access and work with the actual XML contained in the WSDL document? Thanks, Ben http://www.returnundefined.com/ -- Flexcoders Mailing List

[flexcoders] Re: what is beeing sent via HTTPSerice?

2006-07-28 Thread ben.clinkinbeard
I strongly prefer http://kevinlangdon.com/serviceCapture/ Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, arnold_charming [EMAIL PROTECTED] wrote: Hi! I'm using HTTPService class to send some form data to my server scripts. Is there any way how to find out what

[flexcoders] Re: feature or security hole on flash sandBox?

2006-07-27 Thread ben.clinkinbeard
There are no restrictions when running the file on your local system. Access it through a web server and your calls will fail. HTH, Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, Xavi Beumala [EMAIL PROTECTED] wrote: Hi, Today I've noticed that I can load images from

[flexcoders] Re: feature or security hole on flash sandBox?

2006-07-27 Thread ben.clinkinbeard
remote data throgh HTTPService, it's going to fail. But it's not failing with mx:Image. X. On 7/27/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: There are no restrictions when running the file on your local system. Access it through a web server and your calls will fail. HTH, Ben

[flexcoders] Re: cairngorm Events and data payloads

2006-07-27 Thread ben.clinkinbeard
Forgive the dense noob here, but how is the type info lost? I thought that by subclassing CairngormEvent you get basic checking and then you can just do a cast or 'event as MyCutomEvent' inside the execute method. I guess I am just not clear on what the issue is and where the problem lies. Can

[flexcoders] Re: cairngorm Events and data payloads

2006-07-27 Thread ben.clinkinbeard
you could make that assumption; not sure if it'd compile. Anyway, convention over strict-typing is ok since a lot of conventions teams follow can do the above, for example, and assume you'll get what you need. - Original Message - From: ben.clinkinbeard [EMAIL PROTECTED

[flexcoders] Re: cairngorm Events and data payloads

2006-07-27 Thread ben.clinkinbeard
, no clue... wtf were you talking about anyway, Bokel? - Original Message - From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 10:50 PM Subject: [flexcoders] Re: cairngorm Events and data payloads Doesn't execute() accept

[flexcoders] Why does Flex insert ns0: and ns1: namespace prefixes?

2006-07-26 Thread ben.clinkinbeard
I keep seeing these prefixes that are completely unnecessary, and I don't know why or how they're getting inserted. My calls are formatted like this: dmws = new WebService(); dmws.useProxy = dmws.makeObjectsBindable = false; dmws.loadWSDL(myWsdlUrl); var op:Operation =

[flexcoders] Re: Why does Flex insert ns0: and ns1: namespace prefixes?

2006-07-26 Thread ben.clinkinbeard
/ --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: I keep seeing these prefixes that are completely unnecessary, and I don't know why or how they're getting inserted. My calls are formatted like this: dmws = new WebService(); dmws.useProxy = dmws.makeObjectsBindable = false

[flexcoders] Re: Tools for listing objects

2006-07-26 Thread ben.clinkinbeard
Couldn't you just set a breakpoint and use the debugger in FB? Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, jeff tapper [EMAIL PROTECTED] wrote: Does any one know of a tool like OptimizeIt! for java, or like List Objects in Flash Studio for finding all objects

[flexcoders] Re: Why does Flex insert ns0: and ns1: namespace prefixes?

2006-07-26 Thread ben.clinkinbeard
Anyone? --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Even stranger, it seems to add it to all of the direct child nodes of the actual request node. Another example: PseSearch xmlns=http://site.com/BackOffice/PseSearch; ns0:clientNm xmlns:ns0=http

[flexcoders] Re: What Other Eclipse Plugs Do You Use?

2006-07-26 Thread ben.clinkinbeard
My favorite added functionality so far is a side effect of having FDT installed. Just posted about it here: http://www.returnundefined.com/2006/07/smart-home-functionality-in-flex-builder-2/ Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, Kevin Mulvihill [EMAIL PROTECTED]

[flexcoders] Best practices for organizing base code library and project specific code

2006-07-25 Thread ben.clinkinbeard
Just wondering how people out there approach this. Obviously, I have my project neautral, reusable code stored in a structure like com.mydomain.utils, etc. This is off in a general location. Currently, I have a structure like com.mydomain.projects.MyCurrentProject inside the actual Flex project

[flexcoders] Auto-complete list for ComboBox different in AS and MXML - why?

2006-07-25 Thread ben.clinkinbeard
Hello, I have a ComboBox defined in MXML that when I go to add an attribute to, the auto-complete list includes selectedIndex, but not selectedItem or selectedLabel. When I address the cb in AS, I get all 3 options as expected. Sup wit dat? Thanks, Ben http://www.returnundefined.com --

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-24 Thread ben.clinkinbeard
is add public properties like this: [Bindable] public var str_dateFormat:String; [Bindable] public var str_dateString:String; --- In flexcoders@yahoogroups.com, ben.clinkinbeard ben.clinkinbeard@ wrote: Yea, what I am looking for is some help on what changes would need to be made

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-24 Thread ben.clinkinbeard
OK, I've got it working how I wanted. Would love to hear feedback on my structure as well as whether or not you find this useful. Usage: local:QuickDateFormatter id=qdf date={fieldOne.text} dateFormat={fieldTwo.text} / mx:Label text={qdf.output}/ Source class: package { import

[flexcoders] Re: Installation of Cairngorm2 - instructions are WRONG!

2006-07-24 Thread ben.clinkinbeard
Not sure if you're just wanting to install the example or make the files available to other projects, but in case the latter is what you're after, here goes. Create your project, right click on it in the navigation pane and go to properties. Go to the library path tab and click 'add swc'. Navigate

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-24 Thread ben.clinkinbeard
. public function get formattedDate():String { return format(str_dateString); } Then, change {qdf.str_formattedDate} to {qdf.formattedDate}. I believe this should work, report back if you encounter any problems. --- In flexcoders@yahoogroups.com, ben.clinkinbeard ben.clinkinbeard

[flexcoders] Re: performance issues

2006-07-21 Thread ben.clinkinbeard
--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: comparing against the old value and if it hasn't changed not doing anything, it may be that it's invalidating too often? A couple of days ago I discovered that this 'event' fires every time the row is scrolled into or out of

[flexcoders] QuickDateFormatter - how can I make it MXML enabled?

2006-07-21 Thread ben.clinkinbeard
Hello all, I have created and documented a class that greatly simplifies the process of converting a date string to an alternately formatted date string. The current incarnation is described here: http://www.returnundefined.com/2006/07/quickdateformatter-efficient-date-formatting-in-as3/, but I am

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-21 Thread ben.clinkinbeard
Sorry, it attached my comma to the link. Should be http://www.returnundefined.com/2006/07/quickdateformatter-efficient-date-formatting-in-as3/ Thanks, Ben Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email

[flexcoders] Re: QuickDateFormatter - how can I make it MXML enabled?

2006-07-21 Thread ben.clinkinbeard
Yea, what I am looking for is some help on what changes would need to be made to the class to allow it to be used in a format similar to this: utils:QuickDateFormatter id=qdf str_dateString={model.someDate} str_dateFormat=MM/DD/YY / mx:Label text={qdf} / Thanks, Ben

[flexcoders] Re: Flex Builder flakiness - Smart Home works!!!

2006-07-21 Thread ben.clinkinbeard
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Tuesday, July 18, 2006 1:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Builder flakiness FB seems to behave very unpredictably

[flexcoders] Re: Loading configuration file on runtime

2006-07-20 Thread ben.clinkinbeard
import flash.events.Event; import flash.net.*; public function execute():void { var XML_URL:String = ../config/config.xml; var myXMLURL:URLRequest = new URLRequest(XML_URL); appLoader = new URLLoader(myXMLURL); appLoader.addEventListener(complete, configLoaded); }

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-20 Thread ben.clinkinbeard
Hey Tim, No worries, I didn't think you were being harsh, I just wanted to clarify what I was referring to. I am very new to Flex, so as long as it doesn't involve calling me names I am willing to listen to just about any advice. Actually, I could probably overlook namecalling if the info was

[flexcoders] Cairngorm 2 - Operation.arguments not clearing after call

2006-07-20 Thread ben.clinkinbeard
Hello all, this post is a bit long but I have tried to organize it to accomodate easy reading. I have modified my ServiceLocator so that my services are defined in AS, and am calling loadWSDL() from the constructor of my delegates. The problem is that if I call an operation more than once in my

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-19 Thread ben.clinkinbeard
Thanks to everyone for the replies. Unfortunately, this approach has a rather nasty side effect, which I can only assume is a bug. Also, isn't this the same as having an event handler for the dataChange event on the itemRenderer? The side effect is that if your DataGrid has a scrollbar and you

[flexcoders] Re: Flex Builder flakiness

2006-07-19 Thread ben.clinkinbeard
OK, I am afraid to start messing around with disabling plugins and stuff :) I don't want to lose the functionality I've magically obtained! Instead, I have taken a screenshot of my plugins window so that others can try installing items from the list if they so desire.

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-19 Thread ben.clinkinbeard
in your itemRenderer: override public function set data(value:Object):void { super.data = value; cb_planNumber.selected = false; } Everytime the data changes in the itemRenderer, the function will execute. -TH --- In flexcoders@yahoogroups.com, ben.clinkinbeard

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-19 Thread ben.clinkinbeard
Hi Tim, The part I was referring to as 'dirty and hackish' was having to check to see if the data was actually new, due to the fact that the event/method fires whenever a row is scrolled in or out of view. I can only assume this is a bug and will attempt to report it as such unless someone

[flexcoders] Re: Flex Builder flakiness

2006-07-19 Thread ben.clinkinbeard
better. -Cameron On 7/18/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: FB seems to behave very unpredictably for me. On my machine at work it will not find or resolve any errors upon saving a file. To do either of those things I must actually build/launch the app. On my home machine

[flexcoders] How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Hello, I have seen this dicussed on here a bit but nothing seems to be working for me. I have a DataGrid whose dataProvider property is bound to an XMLList. One of the columns, however, uses an itemRenderer to display a checkbox with a label. The label comes from the data item, so this is what my

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Correction: even the labels are not updating sometimes. --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Hello, I have seen this dicussed on here a bit but nothing seems to be working for me. I have a DataGrid whose dataProvider property is bound to an XMLList. One

[flexcoders] Re: Scaling up.

2006-07-18 Thread ben.clinkinbeard
Telecommuters? --- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote: No, not servers, but brain-power. To put bluntly we're looking for the best RIA developers in the world, and I figured there's no better place to look for that than Flexcoders, so here goes. Basically

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
(DOCUMENT_METADATA_NAMESPACE, PlanNumberSelected); cb_planNumber.label = data[q]; cb_planNumber.selected = data[r]; Depending on your data structure, PlanNumberSelected is the value field from the data. -TH --- In flexcoders@yahoogroups.com, ben.clinkinbeard ben.clinkinbeard@ wrote: Hello, I have seen

[flexcoders] Re: State vars: good, bad, ugly?

2006-07-18 Thread ben.clinkinbeard
Thanks for the replies everyone. My app/TN actually has 8 states/tabs, but I still ended up going with the simple approach. In case anyone is interested, the code is below. Further thoughts still welcome. mx:TabNavigator id=tn change=updateActiveTabIndex()

[flexcoders] Re: Scaling up.

2006-07-18 Thread ben.clinkinbeard
Just to clarify, I was wondering if the side-by-side was meant to be taken literally. Sorry if this is a dumb question. Thanks, Ben Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design.

<    1   2   3   4   5   6   7   >