Re: [flexcoders] performance issues

2006-07-28 Thread Pan Troglodytes
For reference, my testing was done on a dual core athlon 64 4400 with a geforce 7800 gt and 2 gigs of ram. Hardware is not a limiting factor.On 7/28/06, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Matt, I placed typical business case to show the performance issues based on hardware used:

[flexcoders] ArrayCollection

2006-07-28 Thread jtooley_1999
Hi all, I am banging my head against the wall on this one. We have an app that runs on two different servers. One calls a CFC and uses mx:RemoteObject The other one calls a java servlet using mx:HTTPService but they both retrieve the same data. With the CFC we are using remoting and we can

RE: [flexcoders] Re: Tools for listing objects

2006-07-28 Thread Matt Chotin
Using a dictionary isnt completely reliable because the garbage collector will only free up what it needs. If the window isnt taking too much space the collector may not go ahead and clean it up for a while. The weak reference only says take it if you need it but its not guaranteed

Re: [flexcoders] performance issues

2006-07-28 Thread Anatole Tartakovsky
How is the performance on your machine of the samples in my links ? - trying to isolate player/setStyle performance from application code efficiency. Thank you, Anatole On 7/28/06, Pan Troglodytes [EMAIL PROTECTED] wrote: For reference, my testing was done on a dual core athlon 64 4400

[flexcoders] Re: performance issues

2006-07-28 Thread bhaq1972
i tried your links out (btw the first 2 are pointing to the same example). on my normal development machine (6 months old with all the trimmings) performance is very quick as expected. but when i tried it from an old laptop (4-5 years old) it felt like one of my flex 1.5 datagridsvery slow

Re: [flexcoders] Re: performance issues

2006-07-28 Thread Anatole Tartakovsky
should be http://flexblog.faratasystems.com/performance/grid_performance.html - no customization - pure UITextField default renderer http://flexblog.faratasystems.com/performance/grid_performance1.html - some formatting - 5 labelFunctions

Re: [flexcoders] textInput autocommit?

2006-07-28 Thread sinatosk
have you tried focusOut event?http://livedocs.macromedia.com/flex/2/langref/flash/display/InteractiveObject.html#event:focusOut On 28/07/06, ryan harlin [EMAIL PROTECTED] wrote: I posted a similar question with more explanation but I'll simplify since I

Re: [flexcoders] Developing on Linux?

2006-07-28 Thread Tom Chiverton
On Thursday 27 July 2006 19:19, Ron Davis wrote: Are any of you using Linux and the command line compiler for Flex 2 development? Yup. Flash 9 seems to work fine under Wine and Flex 2 in VMWare gets pretty sluggish. I'm just wondering if anyone is working on any Linux compatible editors or

RE: [flexcoders] textInput autocommit?

2006-07-28 Thread Benoit Hediard
You could also use the"valueCommit"event. Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de sinatoskEnvoyé: vendredi 28 juillet 2006 10:04À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] textInput autocommit? have you tried "focusOut"

Re: [flexcoders] Re: antiAliasType null exception with Text instances!

2006-07-28 Thread Sergey Kovalyov
True. But what would you do in case you need to have public property that should be redirected to Text instance child. Imagine, you have component based on VBox and myText Text instance inside it. Also you have text public property that returns myText.text and sets myText.text when you assign

Re: [flexcoders]

2006-07-28 Thread Sergey Kovalyov
Any ideas regarding how to make DateField icon properly sized always? On 7/27/06, Sergey Kovalyov [EMAIL PROTECTED] wrote: Hi All! I have a problem with DateField. If you run Test.mxml and click on the left side of Enter button, so that mouse remains out of the appearing DateField control,

Re: [flexcoders] ArrayCollection

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 07:03, jtooley_1999 wrote: countries = event.result.countries as ArrayCollection; Turns result straight into an ArrayCollection where as... countries = new ArrayCollection(event.result.countries as Array); // difference . turns result into an array and uses that as the

Re: [flexcoders] get NetConnection from VideoDisplay

2006-07-28 Thread Dan Rossi
It looks like in debug mode, ive managed to trap what VideoDisplay composes and its source code :) it uses a netconnection manager which is great , save me having to code my own lol. On 28/07/2006, at 1:12 PM, Dan Rossi wrote: Hi there, im trying to extend VideoDisplay to build a custom

Re: [Junk E-Mail - LOW] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-28 Thread Dan Rossi
On 28/07/2006, at 1:17 PM, Shannon Hicks wrote: Somehow my thread got hijacked, so I'll ask the group again... any clue to my original problem?Adobe support claims that me installing the Flex Builder Plugin and it not working does not fall under the scope of installation support, even though,

[flexcoders] getItemIndex(someObj) -- mx_internal_uid

2006-07-28 Thread Wayne McFetridge
I'm looking at doing this to prevent drag from datagrid into a favourites panel if the user already has that item in favs. Drag from data gird, the panel that may receive the drop does a check of the favourites arraycollection via *model.favourites,getItemIndex(theItemImDragging)* and if

[flexcoders] Limiting length of xmllistcollection to display only first 10 in a datagrid.

2006-07-28 Thread grae_hall
I've got a datagrid component which I'm using to display the most recent documents from an XML file. It's an XMLListCollection. I think. I've worked out how to do the sort()/refresh() stuff on it, and that's working as expected. However, there's the potential for there to be in excess of 1000

Re: [flexcoders] integrating map24 maps with FLEX2

2006-07-28 Thread duccio del ministro
Thanks Rich but yahoo maps don't have road details that map24 has for Europe and Italy in particular.Is there a way to show an html tag inside a flex layout?ThanksDuccio 2006/7/27, Rich Tretola [EMAIL PROTECTED]: Why don't you use the Yahoo maps which already

Re: [Junk E-Mail - LOW] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 06:04, Dan Rossi wrote: you will see the flex plugin there, you should be able to uninstall, but i only see disable. Once u disable it, you can then download the You have to restart Eclipse after disabling it, then you should be able to uninstall, iirc. -- Tom

Re: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-28 Thread Tom Chiverton
On Thursday 27 July 2006 21:42, Evan Gifford wrote: What else am I missing? How come only the IIS server gets a database symbol :-) I'd drop them from IIS myself - it's not important what the service does. -- Tom Chiverton This email is

Re: [flexcoders] Identifying tree item (right click)

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 00:46, Barry Beattie wrote: but no mention on delete. How would it be any different ? onSomeEvent remove the node from the data provider (as opposed to add/update a node). -- Tom Chiverton This email is sent for and

[flexcoders] Re: Limiting length of xmllistcollection to display only first 10 in a datagrid.

2006-07-28 Thread bhaq1972
your datagrid dataprovider is a reference to a collection (in your case its an XMLListCollection). so if your removing items from it .and your also referencing this same collection elsewhere, then ofcourse you will be see the same items being removed (because your looking at the same

Re: [flexcoders] Answer to the most frequent problem...

2006-07-28 Thread Tom Chiverton
On Thursday 27 July 2006 16:30, Shannon Hicks wrote: Download the trial versions of Flex 2, or go buy a retail copy ($749 with charting) or an educational copy ($79 with charting). I've a better idea. Download the free SDK and don't pay anything. Ever :-) -- Tom Chiverton

[flexcoders] cairngorn vs FDS DataService

2006-07-28 Thread hank williams
I have been looking at Evan Gifford's Cairngorm diagram, and the timing has been good as I now need to introduce sophisticated data updating features. I am already using FDS as a platform for remoting but I am considering using the data services piece. But I am trying to understand whether there

Re: [flexcoders] Re: Limiting length of xmllistcollection to display only first 10 in a datagrid.

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 11:18, bhaq1972 wrote: unless anyone has a better idea, you'll have to make a 'copy' of your xmllistcollection and make that your datagrids dataproviderand then you'll be able to remove items as you like without any loss of data in other parts of your work. Maybe

RE: [flexcoders] cairngorn vs FDS DataService

2006-07-28 Thread Steven Webster
Hank, Quick answer; I think the Front Controller + Command (service to worker microarchitecture) is still critical to the scalabilty and maintainability of your applications; there's still value in model information being held on the model locator, but FDS means that you don't need the

[flexcoders] Re: Limiting length of xmllistcollection to display only first 10 in a datagrid.

2006-07-28 Thread bhaq1972
or better still. instead making copy as i suggested. when you doing your (for var i++) loop, create the new collection at that point eg var myNewCollection:Array = new Array(); for(var i:int=0;iyourCollection.length;i++) { if(yourCollection[i] == i want this row) {

Re: [flexcoders] cairngorn vs FDS DataService

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 11:33, hank williams wrote: there is value to cairngorm if I am using DataServices. Because it seems to me data services already handles all changes to the model. You just change the model and your changes are propagated automatically to the server, and any other changes

[flexcoders] mx:Zoom not zooming dropshadows?

2006-07-28 Thread Jonas Windey
Hi, I have a VBox with a custom borderSkin (taken from the help, the CustomBorder example) where I want to apply a zoom effect to. Now the problem is, if I zoom, it doesnt enlarge the dropshadow that was set programmatically in the borderSkin. Any tips to get that working?

[flexcoders] Re: ArrayCollections

2006-07-28 Thread bhaq1972
my understanding of it is as follows. basically, its the same thing except when you are dealing with exceptions. if the cast doesnt work out, you get an exception (which u could handle in a try catch). if the 'as' doesnt work out, it returns a null (so u would use an if test to handle it. eg

Re: [flexcoders] get NetConnection from VideoDisplay

2006-07-28 Thread Dan Rossi
What a bugger, it looks like VideoDisplay, VideoPlayer and NCManager are not extendible at all, whats the point of it then ? lol. It seems you are able to extend it, you are even able to obtain the nc connection from NCManager which is a property getter from the videoplayer instance inside

RE: [flexcoders] Custom datatip for pie chart

2006-07-28 Thread Matt Horn
how about using the label function to populate an associative array and then using that value in your data tip: import mx.charts.HitData; import mx.formatters.*; public var a:Array = new Array(); private function buildDataTip(e:HitData):String {

[flexcoders] Re: WebService Call

2006-07-28 Thread richmcgillicuddy
Thanks for the pointers, they are really helpful. I have my own app server and can tell that the flex application calls it, tries to retrieve the wsdl file and then in flex it tells me that there is an XML parsing error in the wsdl file. It this point, I am leaning towards using simple XML since I

[flexcoders] Re: Tools for listing objects

2006-07-28 Thread jeff tapper
Ok, I get it. So, if i were to write a method which forced a bunch of anonymouse objects to be created, the GC should fire, and i should be able to tell if it worked? Let me give that a try. --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Using a dictionary isn't

RE: [flexcoders] Re: ArrayCollections

2006-07-28 Thread Mike Anderson
If you read my post from last night (How does Flex 2.0 handle ColdFusion Query results), I was asking precisely the same question. I am waiting to hear back from Dave regarding this, and see if my theory is correct. If I understand what Dave was trying to say, the Event Object in Flex 2.0 is

[flexcoders] Drawing shapes and then animating them

2006-07-28 Thread petromotion
I've been playing around with the drawing API in Flex 2, and managed to draw a shape without too much bother, using the Graphics property of the UIComponent object. The problem arises when I try to then animate this shape using the Resize class. For some reason, only the container holding the

[flexcoders] what is beeing sent via HTTPSerice?

2006-07-28 Thread arnold_charming
Hi! I'm using HTTPService class to send some form data to my server scripts. Is there any way how to find out what exactly (what variables and values) are beeing send via HTTPService? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: A very simple XML question

2006-07-28 Thread Joe
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Joe, in addition to what Tracy mentions, you have some case- sensitivity problems. All your XML element names are lower case, so you must write ... source={GetData.product} ... ... dataField=name ... ...

[flexcoders] Re: A very simple XML question

2006-07-28 Thread Joe
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I believe the XML object will already be at the root so try: source={GetData.Product} If you still have trouble, use a test function to inspect the structure of the GetData object. Use toXMLString() to see

Re: [flexcoders] Re: antiAliasType null exception with Text instances!

2006-07-28 Thread Daniel Freiman
I'm throwing out an idea that I'm not sure will work and I haven't tested, but it's the best I have right now. Can you instantiate the textfield in the constructor and do the addchild() in createchildren? Thus it exists for the setter but will be added at the right time. On 7/28/06, Sergey

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

2006-07-28 Thread Vikas Bhatia
http://livehttpheaders.mozdev.org/with firefoxOn 7/28/06, 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 exactly (what variables and values) are

Re: [flexcoders] Re: antiAliasType null exception with Text instances!

2006-07-28 Thread Darron J. Schall
I've ran into this error on two separate occasions, with two different fixes for it. 1) I was creating a component that used binding to bind a value to a mx:Text/'s "text" property. In order to fix the antiAliasType error there, I was able to break out the in-line binding into a binding

Re: [flexcoders] Re: antiAliasType null exception with Text instances!

2006-07-28 Thread Sergey Kovalyov
Strong idea! I need to test it. It seems it must work. Whatever the case I use regenerateStyleCache(false) already and it works.On 7/28/06, Daniel Freiman [EMAIL PROTECTED] wrote: I'm throwing out an idea that I'm not sure will work and I haven't tested, but it's the best I have right now.

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

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 12:13, arnold_charming wrote: I'm using HTTPService class to send some form data to my server scripts. Is there any way how to find out what exactly (what variables and values) are beeing send via HTTPService? I like http://www.wireshark.org/, the new name for ethereal

Re: [flexcoders] Re: performance issues

2006-07-28 Thread Pan Troglodytes
The first example is fine. The second and third are fine as long as I'm scrolling one row at a time. But when I move the scroll slider quickly from one end to the other, it feels more sluggish than a PC app at 1600x1200. This would be more pronounced if you had more records. Sometimes I think

Re: [flexcoders]

2006-07-28 Thread gotgoose09
I had a similar problem, but I couldn't figure out a solution: http://groups.yahoo.com/group/flexcoders/message/44388;_ylc=X3oDMTM3djVqZG4xBF9TAzk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTYwMDAwNzIwNwRtc2dJZAM0NDM4OARzZWMDZnRyBHNsawN2dHBjBHN0aW1lAzExNTM3MTIzMzUEdHBjSWQDNDQzODg- --- In

Re: [flexcoders] Custom component live-preview and code-hint questions

2006-07-28 Thread Jeremy Lu
it's solved, misplacement of swc file, thanks :-)On 7/28/06, Dan Rossi [EMAIL PROTECTED] wrote: As the manual says, do you not have to add it as a namespace first ? so xmlns:panels=components.panels.* will load components in flex files in components/panels/

Re: [flexcoders] Re: performance issues

2006-07-28 Thread judah
I'd like to add a "me too" to the performance thing. If there is one thing I'd like to worked on it would be optimizing the code. On the first example it is a little bit sluggish. On the second and third example start to get choppy. When I say choppy I mean it freezes for a split second. I

Re: [flexcoders] Pie chart dropshadow

2006-07-28 Thread Tom Fitzpatrick
That works - thanks! - Tom Matt Horn wrote: Check out the DropShadowFilter class; you can modify its settings on the pie's series. Here's how you might use it: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml http://www.adobe.com/2006/mxml

[flexcoders] Sprite to buttonized look

2006-07-28 Thread richmcgillicuddy
Is there an example of how to take the contents of a sprite (image, shapes) and using the bevel and gradient filters make the sprite look like a small button/puck on the screen. Rich -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: Answer to the most frequent problem...

2006-07-28 Thread gotgoose09
It's so much easier with Flex Builder though. :) Until something free with Flex code completion comes out I'd rather use Flex Builder. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 27 July 2006 16:30, Shannon Hicks wrote: Download the trial versions of

Re: [flexcoders]

2006-07-28 Thread Sergey Kovalyov
Any ideas from Adobe guys? On 7/28/06, gotgoose09 [EMAIL PROTECTED] wrote: I had a similar problem, but I couldn't figure out a solution:

[flexcoders] Question about Data Service Assemblers

2006-07-28 Thread dreuimar
If I have a one-to-many relationship between a VO like: public class company { public var id : int; public var name : String; public var employees : ArrayCollection; } one-to-many property=employees destination=employee lazy=true/ And the employees are lazy loaded, how should I

Re: [flexcoders] ArrayCollection

2006-07-28 Thread Mike Nimer
countries = event.result. countries as ArrayCollection; In ColdFusion all queries are returned as a true ArrayCollection objects, so you don't need to create your own. So with this syntax you are just casting, or telling the compiler,the variable that you already know the datatype of

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-28 Thread Evan Gifford
Hey Tom, you're probably right about removing the database icons. I was trying to show the diversity of technologies and services which Flex can integrate into a single, seamless presentation-tier. I wanted this to really look like a diverse, service orientated architecture and so tried to

Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-28 Thread Mike Nimer
Your not doing the same thing this is casting the object categories = event.result as ArrayCollection; this is creating new objects categories = new ArrayCollection( event.result as Array); -or- categories = new ArrayCollection( event.result) Now why doesn't it work? The event.result

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-28 Thread Steven Webster
Also, I'm a little confused about Views. Since this diagram does not (yet) include the ViewHelper and ViewLocator Leave 'em out. Then people will stop asking about 'em and I'll stop having to blog every 4 weeks about the ModelLocator pattern. :) Steven -- Flexcoders Mailing List FAQ:

RE: [Junk E-Mail - LOW] Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-28 Thread Shannon Hicks
Made perfect sense! Thanks for clearing that up... I didn't know the answer, I just knew it worked :) Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike NimerSent: Friday, July 28, 2006 10:18 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW]

Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-28 Thread Dave Carabetta
On 7/27/06, Mike Anderson [EMAIL PROTECTED] wrote: Hello Dave and All, I checked out the Article and it worked!! But I am confused why it worked... In some respects, I thought I was doing the same thing - but just in a different way. I was wondering if you could explain why one

Re: [flexcoders] remote object mapping frustration

2006-07-28 Thread Mike Nimer
I have a hunch the compiler hasn't linked in your AS classes, so when a VO is passed in with flash remoting the flash player doesn't have the as class files in memory so it can't convert the VO into the right classes. In your creationComplete function try this: { var foo1:user = new

RE: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-28 Thread Mike Anderson
Yep! The post you just replied to a few minutes ago, just clarified that. Up until then, I was not aware of that. Thanks again for the info - Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike NimerSent: Friday, July 28, 2006 10:18 AMTo:

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-28 Thread Evan Gifford
Rodger that :^) - Ive taken out the Views label on the TitleWindow From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steven Webster Sent: Friday, July 28, 2006 9:21 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Caringorm -

Re: [flexcoders] textInput autocommit?

2006-07-28 Thread ryan harlin
wow. I feel really silly. The language reference for the textInput control doesn't mention focusOut. It only mentions 4 things under the events section: change, dataChange, enter, and textInput. But you're right. focusOut works like a charm. *blush* --- sinatosk [EMAIL PROTECTED]

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-28 Thread Benoit Hediard
As for application server side technologies, you might just put : - .NET, - J2EE, - LAMP. It would cover 99% of them... ;) Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Evan Gifford Envoyé : vendredi 28 juillet 2006 17:16 À :

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 15:48, gotgoose09 wrote: It's so much easier with Flex Builder though. :) Until something free with Flex code completion comes out I'd rather use Flex Builder. You mean like Eclipse (with WTP and ... someones :-) ... XML schema) ? Flex builder isn't an option for me

Re: [flexcoders] ArrayCollection

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 15:56, Mike Nimer wrote: In ColdFusion all queries are returned as a true ArrayCollection objects, *Really* ?!? The debug output says it's an Array. I think I must be missing something, in which case I blame lunch :-) [Flex] Serializing AMF/HTTP response Version: 3

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-28 Thread hank williams
On 7/28/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 28 July 2006 15:48, gotgoose09 wrote: It's so much easier with Flex Builder though. :) Until something free with Flex code completion comes out I'd rather use Flex Builder. You mean like Eclipse (with WTP and ... someones :-) ...

Re: [flexcoders] ArrayCollection

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 16:38, Tom Chiverton wrote: The debug output says it's an Array. Yes, Tom, that's because your service layer (you know, the one you wrote) is translating it for you. I think I must be missing something, in which case I blame lunch :-) Note to self: One Pint Only. --

Re: initialize vs. construct/init...Re: [flexcoders] constructObject2() vs. init()? (Flex 1.5)

2006-07-28 Thread G
If I haven't bored you yet, I would love to tell you exactly what the issue is. For a long time now we've occasionally seen very strange behavior. As I described before, you'll write something, get everything working perfectly, then do a clean build before deploying and suddenly something

RE: [flexcoders] ArrayCollection

2006-07-28 Thread Mike Anderson
YES, see this is the exact information, that I was going off too - I always run Service Sniffer applications (in my case, Kevin Langdon's Service Browser) which directly supports Remoting Objects, and I saw the exact same things brought back with my ColdFusion returned Queries. This is why I was

Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-28 Thread Mike Britton
I don't think this is OT since Kelly mentioned it above, but concerning the column names being all uppercase, when calling the same method that returns a query as a webservice (using mx:WebService), the columns ARE uppercase. Returning a query with RemoteObject, the column names are normal. I

Re: [flexcoders] remote object mapping frustration

2006-07-28 Thread Douglas Knudsen
Mike, thanks. Yes, I had the stubby-throw-away instance vars like you mentioned, got bit by that in the past. So far the only thing I found that was at issue was the missing 'dynamic' keyword in my AS class defs. DKOn 7/28/06, Mike Nimer [EMAIL PROTECTED] wrote: I have a hunch the compiler

Re: [flexcoders] textInput autocommit?

2006-07-28 Thread Tom Chiverton
On Friday 28 July 2006 16:33, ryan harlin wrote: wow. I feel really silly. The language reference for the textInput control doesn't mention focusOut. You clicked 'Hide Inherited Events' didn't you :-) Bang the 'Show Inherited Events' link just above the list of events :-) -- Tom Chiverton

[flexcoders] Is there a hashmap or similar datastructure in flex/as3?

2006-07-28 Thread flxcoder
Is there a hashmap or similar datastructure in flex/as3? I need a way to store indexes and data. a set data structure would also be nice. Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: textInput autocommit?

2006-07-28 Thread dreuimar
I have the same issue with an application I'm writing. The other Flex developer and I were talking about how strange it is that bindings don't seem to work in two directions. You'd think just by modifying the text of an input whose text property is bound to another property that the source

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-28 Thread Adam Reynolds
Tom, You need to give yourself an hourly rate and then ask yourself how much money the IDE will save you. The effort involved in not using the IDE could end up costing you more in the long run. I do think the charting is just a nice to have, and people will release their own cheap/free

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

2006-07-28 Thread arnold_charming
Tnx. --- In flexcoders@yahoogroups.com, Vikas Bhatia [EMAIL PROTECTED] wrote: http://livehttpheaders.mozdev.org/ with firefox On 7/28/06, 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

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

2006-07-28 Thread Danny Patterson
http://kevinlangdon.com/serviceCapture/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arnold_charmingSent: Friday, July 28, 2006 6:13 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] what is beeing sent via HTTPSerice? Hi!I'm using HTTPService class to

[flexcoders] Problem with Flex and CF web service

2006-07-28 Thread ricrootnc
(I posted this to flex@houseoffusion.com but there's more activity here) I can't seem to debug this issue. I've got a web service set up like this: mx:WebService id=ws wsdl=https://www.it.dev.duke.edu/components/dukemagsearch/checkMaili ng2.cfc?wsdl useProxy=false

[flexcoders] Test, sorry

2006-07-28 Thread Rick Root
I'm not receiving any flexcoders email, and I sent one message that I didn't see show up, so I'm sending this test. rick -- 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: WebService Call

2006-07-28 Thread Franck de Bruijn
The error you get means that the WSDL was not loaded/parsed correctly. Are you sure that http://localhost:9126/SOAP returns a WSDL document? And are you sure that you serve your application from localhost. I mean, if you run the application locally through FlexBuilder for

[flexcoders] Column chart possibilities

2006-07-28 Thread olivier
Hi ! I want to create a chart with two columns series. Each series has its own y axis (because the values are too different). I resolved the first problem which was that the two series were superposed using x property of each column serie. The last problem is related to dataTip. Indeed, they

[flexcoders] Re: TileList Bug Flex Final... pretty serious.

2006-07-28 Thread sufibaba
Yes, I am using a custom renderer. -thanks --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: you using a custom item renderer? DK On 7/25/06, sufibaba [EMAIL PROTECTED] wrote: Hi ya, I found what seems to be a bug with the TileList Control. When the

RE: [Junk E-Mail - LOW] Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-28 Thread Shannon Hicks
Of course, if Tom exclusively uses Linux or OS X, then the IDE isn't an option at all, without an emulator or some other hack... Unfortunately, FlexBuilder 2 is a resource dog... I had to upgrade my machine to 2gig's of ram just for it to be usable. This poor laptop now runs (when I'm

[flexcoders] Flex Debug Error

2006-07-28 Thread eduardodias
Hi All, I am having problems when trying use the Flex Builder Debug. The Flex Builder show a error with this following message: An internal error occurred during: Fetching children from debug target. Someone already had that problem? -- Flexcoders Mailing List FAQ:

[flexcoders] Re: TileList Bug Flex Final... pretty serious.

2006-07-28 Thread sufibaba
Gentlemen, The following is the custom Item Renderer for the TileList control. The function initImageBkColor() gets fired when the itemRenderer gets its data from the TileList DataProvider. -- Custom Item Renderer - ?xml version=1.0 encoding=iso-8859-1??xml

[flexcoders] Re: Is there a hashmap or similar datastructure in flex/as3?

2006-07-28 Thread jeff tapper
Take a look at the flash.utils.Dictionary class. --- In flexcoders@yahoogroups.com, flxcoder [EMAIL PROTECTED] wrote: Is there a hashmap or similar datastructure in flex/as3? I need a way to store indexes and data. a set data structure would also be nice. Thanks -- Flexcoders

Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-28 Thread hank williams
I generally run FB2, MySQL, Tomcat Firefox and it runs fine in a 1gb pc partition. I shortly expect to move over to my mac, and I am thinking 1gb for paralells to run and I am hoping I might be able to run mysql and tomcat on the mac side and fb2 and firefox in the pc partition. But I am not

Re: [flexcoders] Re: performance issues

2006-07-28 Thread Anatole Tartakovsky
Here is what I see. I can not max out CPU on either desktop(3.0GHz Intel) or multimedia laptop(1.7GHz Intel) - both in 1600x1200 mode. I can easily do it on business notebook(2.0GHz). I moved default-frame-rate to 99 - effects are minimal to my eye, for about 10%-15% of the CPU load increase.

[flexcoders] Re: Flex Debug Error

2006-07-28 Thread thunderstumpgesatwork
You using Eclipse 3.2 with Flex plugin? If so, see this thread: http://groups.yahoo.com/group/flexcoders/message/42280 good luck. Thunder --- In flexcoders@yahoogroups.com, eduardodias [EMAIL PROTECTED] wrote: Hi All, I am having problems when trying use the Flex Builder Debug. The Flex

Re: [flexcoders] ArrayCollection

2006-07-28 Thread We Made That design
Thanks Mike That really opened my eyes and helped me understand.. countries = event.result. countries as ArrayCollection; In ColdFusion all queries are returned as a true ArrayCollection objects, so you don't need to create your own. So with this syntax you are just casting, or telling

RE: [flexcoders] ArrayCollection

2006-07-28 Thread Mike Anderson
Oh, this makes sense. Thanks for the clarification - I was dealing with this problem too, and it all seems to work now, after I treat the result as an ArrayCollection right off the bat. Thank you for your input on this, Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Re: TileList Bug Flex Final... pretty serious.

2006-07-28 Thread JesterXL
Hah! Guru... yeah right... He's right, though, sufibaba, if could post your itemRenderer, that might help us identify what TileList's problem is with it. - Original Message - From: Douglas Knudsen To: flexcoders@yahoogroups.com Sent: Friday, July 28, 2006 12:47 PM Subject: Re:

initialize vs. construct/init...Re: [flexcoders] constructObject2() vs. init()?

2006-07-28 Thread Doug Lowder
Sorry for butting into this thread, and no offense intended, but personally I would describe this as programmer error and not a compiler bug. You are building into MyFirstObject a dependancy on another object without taking into account the initialized state of the dependant object. I see two

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-28 Thread Evan Gifford
Im going to be up in the Rocky Mountains this weekend backpacking and climbing a couple 14ers with my good friends (rough life eh?) ;^) As such, I wont be working on this diagram over the weekend but I anxiously await all of your feedback and I will get back on it on Monday. Have a

[flexcoders] Re: Backend/Frontend Application Development (Cairngorm)

2006-07-28 Thread thunderstumpgesatwork
Seems like in most cases, a shared command would 'speak' to the shared model. Thunder --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: right...but hot to get a shared command to speak to a individual model? DK On 7/27/06, thunderstumpgesatwork [EMAIL PROTECTED]

RE: [flexcoders] textInput autocommit?

2006-07-28 Thread Stephen Gilson
focusOut is an inherited event. If you expand the list of inherited events, you will see it. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ryan harlinSent: Friday, July 28, 2006 11:33 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] textInput

Re: [flexcoders] Re: performance issues

2006-07-28 Thread judah
You know what would be cool, is for someone to write a system performance tester in flex2. Have it run through video tests, floating point tests, regexp tests, etc. (all the subsystems) and then spit out a report so we can compare and pinpoint some of these things. I'd do it but I'm not

Re: [flexcoders] Re: WebService Call

2006-07-28 Thread slangeberg
So when you point your browser to: http://localhost:9126/SOAP you are seeing the WSDL definition? Scott On 7/28/06, richmcgillicuddy [EMAIL PROTECTED] wrote: Thanks for the pointers, they are really helpful. I have my own appserver and can tell that the flex application calls it, tries

[flexcoders] Is there a way to put a close X on the tabnavigator

2006-07-28 Thread flxcoder
I have a way of removing the tab from the tabnavigator using tabs.removeTabAt(x), but I am looking for a way to add an X on top of the tab, something similar to the way editors in eclipse do. any clues? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Flex and ASP/IIS update?

2006-07-28 Thread Clint Modien
Try weborb for a .net flash remoting implementation.http://www.themidnightcoders.com/On 7/28/06, Evan Gifford [EMAIL PROTECTED] wrote: Back before Flex 2 was released, the adobe website touted that Flex (via Data Services) would (in future release)

  1   2   >