[flexcoders] Re: Adobe technical support dropped for Flex 3!

2010-02-09 Thread GeorgeB
Thanks Matt for your reply and your interest to clarify this. Obviously someone from the support center has been given the wrong impression about what is going to happen to Flex Builder3.. (as far as I know, Adobe has a technical support policy for all commercial products, so one can buy

[flexcoders] Extending the DragManager Class

2010-02-09 Thread lilolbear
Greetings everyone! I have been working on a drawing application in AS3 and have come to the determination that the dragging of items around on a canvas is best left to the drag manager. There are many things that the drag manager validates and handles for you that make the presentation smooth

[flexcoders] Re: Has AdvancedDataGrid been removed from Flex 3.4

2010-02-09 Thread Vatsala
ok. i shall do that. --- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: Please do a quick google for Flex to see latest version and instructions for installing it. Since you got 3.4 you must have skipped the 'other' downloads. --- In flexcoders@yahoogroups.com, rashvi05

[flexcoders] Re: Has AdvancedDataGrid been removed from Flex 3.4

2010-02-09 Thread Vatsala
Got it to work. Thanks. Installed the data visualization components fully again and now it works. thanks vatsala --- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: Please do a quick google for Flex to see latest version and instructions for installing it. Since you got 3.4 you

Re: [flexcoders] HTTPService token: a bug or by design?

2010-02-09 Thread Tim Romano
To answer my own dumb question. var token: AsyncToken; token = send(); var myResponder : AsyncResponder= new AsyncResponder(onResult, onFault, token); token.addResponder(myResponder); function onResult(e:ResultEvent , token:Object=null):void {} On 2/8/2010 6:05 PM, Tim Romano wrote: I've

[flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread W.R. de Boer
Hello, I am having a question what the best approach is to convert existing XML data to a object graph of value objects. I have spend quite some time to fix a memory leak in my existing parsing practice and I am curious how others solve this problem. My common approach is to create a class

[flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread valdhor
I am just not seeing the problem you describe. I imported the project and ran it; Scrolled 20+ times up and down, both with the arrows and clicking in the scroll bar. Also tried partial scrolls up and down (ie. not all the way up nor all the way down). The numbers in the combo-boxes

[flexcoders] Re: Getting My HTML Thumbnail Gallery To Work Using Event.complete

2010-02-09 Thread valdhor
Your code seems a little roundabout for me. I have rewritten it but the functionality is still the same (And it works as you want)... ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical verticalAlign=middle backgroundColor=white

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread claudiu ursica
I usually had a finite number of xml's 4 or 5 per project top. So I wrote custom parsers/unmarshallers and use e4x. Works like clockwork :) C From: W.R. de Boer w...@innerfuse.biz To: flexcoders@yahoogroups.com Sent: Tue, February 9, 2010 4:02:54 PM Subject:

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread W.R. de Boer
Hi Claudiu, I am using my custom unmarshaller class in combination with XML/E4X but I keep having a memory. Maybe I am just doing something? Maybe it's the use of a Vector-type in main VO object which stores child VO objects? Maybe I have to nullify the variables with vectors or arrays? I can

[flexcoders] Flash 10.1 - When???

2010-02-09 Thread djhatrick
When are the official releases for Flashbuilder, Flash 10.1 and Air 2.0. I am bragging about some of the new features , and i get asked when? Please don't reply with, when it's ready thanks, Patrick

RE: [flexcoders] Flash 10.1 - When???

2010-02-09 Thread Matt Chotin
Spring :) From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Tuesday, February 09, 2010 7:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flash 10.1 - When??? When are the official releases for Flashbuilder, Flash 10.1 and Air 2.0. I

[flexcoders] Re: HTTPService token: a bug or by design?

2010-02-09 Thread djhatrick
This is a bug with the 3.4 sdk, pick up the 3.41 , or 3.5 sdk. P --- In flexcoders@yahoogroups.com, Tim Romano tim.rom...@... wrote: I've run into one bug in the mx.rpc.http.HTTPService class in FB4 beta 2 -- the AsyncResponder's onResult function fires *twice* unless you wire up a

Re: [flexcoders] Flash 10.1 - When???

2010-02-09 Thread Laurence MacNeill
At 10:16 AM 2/9/2010, you wrote: When are the official releases for Flashbuilder, Flash 10.1 and Air 2.0. I am bragging about some of the new features , and i get asked when? Please don't reply with, when it's ready thanks, Patrick Don't know when it's coming, but it can't come soon enough

[flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread valdhor
Just tried it again following your instructions. Clicked on each combobox and verified the number displayed is the same as one in the dropdown. Scrolled down one at a time selecting each new combobox displayed and verified the number displayed is the same as one in the dropdown. When I reached

RE: [SPAM] [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Tracy Spratt
You said, I scroll up and down, and the selected value in the ComboBox does NOT change, but the values in the drop-down DO change So I have been trying to solve the wrong problem. The problem is that the combo box dataProvider is not updating correctly when you scroll, is that correct?

[flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread valdhor
So the numbers displayed in the drop-downs never changed for you at all? Nope, never changed. What OS are you running? On my development machine I'm running 64-bit Windows Server 2003 R2, Service Pack 2. Maybe that's the problem? But I think Alex Harui was also able to replicate the

Re: [flexcoders] Re: Custom ItemRenderer still not working... [1 Attachment]

2010-02-09 Thread Laurence MacNeill
I fear I'm not explaining the problem properly. So I'm attaching a screen-shot of what the problem is, exactly. As you can see from the screen-shot, the selected combo-box is displaying a number -- the correct number ($275.00) -- in the main display area. But in the combo-box's drop down,

[flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread valdhor
That was exactly what I was expecting to experience from your instructions. Of course, I don't get that experience. I also tried it in IE6 with the same result. Have you confirmed that others have actually seen the problem? --- In flexcoders@yahoogroups.com, Laurence MacNeill lmacne...@...

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Laurence MacNeill
At 12:48 PM 2/9/2010, you wrote: That was exactly what I was expecting to experience from your instructions. Of course, I don't get that experience. I also tried it in IE6 with the same result. Have you confirmed that others have actually seen the problem? I'm pretty sure Alex Hauri saw it

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Laurence MacNeill
At 01:10 PM 2/9/2010, you wrote: At 12:48 PM 2/9/2010, you wrote: That was exactly what I was expecting to experience from your instructions. Of course, I don't get that experience. I also tried it in IE6 with the same result. Just for kicks, I downloaded and installed Firefox 3.6. The

[flexcoders] FLEX SDK Release Notes

2010-02-09 Thread alexeoscar
Is there an online document at Adobe web site to show what has changed between different SDK Versions from 3.2 -- 3.5. I can not seem to find it.

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Alex Harui
Not sure what is going on with your player versions, but I doubt that is the issue. Like Tracy, I was looking for the wrong problem. I tried again this morning and still cannot reproduce the new description of the problem. However, the versions of the Flex SDK you tried still contained a bug

Re: [flexcoders] Extending the DragManager Class

2010-02-09 Thread Alex Harui
I recently posted one way to do something similar on my blog: -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui On 2/8/10 1:00 PM, lilolbear lilolb...@yahoo.com wrote: Greetings everyone! I have been working on a drawing application in AS3 and have come to the

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Alex Harui
10485 is not the latest. The latest is going to be 13000 or higher. Get one of those build (probably listed as nightly) and install it into Flex Builder. On 2/9/10 10:58 AM, Laurence MacNeill lmacne...@comcast.net wrote: At 01:43 PM 2/9/2010, you wrote: Not sure what is going on with

[flexcoders] Security Sandbox Error Help

2010-02-09 Thread s_hernandez01
Quick question... If I'm developing a Flex app with php locally on my desktop, is there a way to avoid getting this error: SecurityError: Error #2122: Security sandbox violation: BitmapData.draw: http://localhost/beta/SwebappsTest-debug/SwebappsTest.swf cannot access

[flexcoders] Security Sandbox Error Help

2010-02-09 Thread s_hernandez01
Quick question... If I'm developing a Flex app with php locally on my desktop, is there a way to avoid getting this error: SecurityError: Error #2122: Security sandbox violation: BitmapData.draw:.. What I'm doing is retrieving images from a mysql database on our web server and populating

[flexcoders] Re: Has AdvancedDataGrid been removed from Flex 3.4

2010-02-09 Thread tntomek
Btw: I would personally strongly recommend 3.5 over 3.4, some minor but important bug fixes --- In flexcoders@yahoogroups.com, Vatsala rashv...@... wrote: Got it to work. Thanks. Installed the data visualization components fully again and now it works. thanks vatsala --- In

[flexcoders] Re: FLEX SDK Release Notes

2010-02-09 Thread tntomek
Tehre are tons of change post, ususaly from dot to do. i.e 3.33.43.5 If you really want why not log into bug tracker and view fixes yourself. --- In flexcoders@yahoogroups.com, alexeoscar alexeos...@... wrote: Is there an online document at Adobe web site to show what has changed between

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Laurence MacNeill
I just installed the latest nightly-build for Flex 3.6 -- version 3.6.0.13443. THAT FIXED THE PROBLEM!!! Weird that 3.6.x would fix the problem, whereas 4.0.x didn't... And I still don't know where to get that 3.5.0.13209 or later that Alex Hauri talked about... Latest 3.5 build I can find is

[flexcoders] Will there be any changes in the current 3.x SDK to measure text correctly

2010-02-09 Thread djhatrick
This is a fundamental thing, right, measuring text? It shouldn't require some hacks, with timeouts to try to measure text after you change it. This is my biggest complaint, please. Fix text. Fix Text. Make it measure, give us internal access to numRows, or something and the internal

[flexcoders] Re: Best practices regarding XML to VO conversion

2010-02-09 Thread Ariel J
I'm interested in seeing your code. --- In flexcoders@yahoogroups.com, W.R. de Boer w...@... wrote: Hi Claudiu, I am using my custom unmarshaller class in combination with XML/E4X but I keep having a memory. Maybe I am just doing something? Maybe it's the use of a Vector-type in main VO

[flexcoders] NullPointer exceptions from ColdFusion Flex gateway

2010-02-09 Thread Tom McNeer
Hello, I've recently begun receiving NullPointerExceptions when using Flash Remoting to ColdFusion from a particular Flex app. While these exceptions appear to come from three specific method calls, they happen inconsistently, with no apparent pattern. Two almost simultaneous requests, with the

[flexcoders] Re: Security Sandbox Error Help

2010-02-09 Thread valdhor
What I do is go to http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html and add the bin-debug folder to the list. --- In flexcoders@yahoogroups.com, s_hernandez01 s_hernande...@... wrote: Quick question... If I'm developing a Flex app with php locally on

Re: [flexcoders] Will there be any changes in the current 3.x SDK to measure text correctly

2010-02-09 Thread Alex Harui
File a bug or post a test case so we can understand what problem you are running into. On 2/9/10 11:46 AM, djhatrick djhatr...@yahoo.com wrote: This is a fundamental thing, right, measuring text? It shouldn't require some hacks, with timeouts to try to measure text after you change it.

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Alex Harui
I guess they changed the version from 3.5 to 3.6. What matters is the build #. 4.0 with a build in the 13000’s should also fix the problem. You can use 3.6 nightly but it isn’t supported and you can’t leverage the RSLs. Only release builds have signed RSLs. We don’t make a lot of changes to

Re: [flexcoders] Flash 10.1 - When???

2010-02-09 Thread Jochem van Dieten
On 2/9/10, djhatrick wrote: When are the official releases for Flashbuilder Early Spring 2010 Flash 10.1 and Air 2.0. The first platforms somewhere this spring, then mobile from mid-year (Android) to probably 2011 (Windows Mobile). Jochem -- Jochem van Dieten http://jochem.vandieten.net/

[flexcoders] Re: Getting My HTML Thumbnail Gallery To Work Using Event.complete

2010-02-09 Thread James
Thank you very much Steve. That work's perfectly now. I never realised it would be that easy. I'm quite inexperienced when it comes to coding. If it's anything more than click=change something or other then it's beyond me at times ha. Just on another note. These images I'm trying to make in my

[flexcoders] LCDS Offline Synchronization

2010-02-09 Thread Dennis
I want to determine if the following offline synchronization behaviour is by design or a result of some improper LCDS config or client code. Scenario: After committing a change to the offline cache, I see the commitRequire flag on the DataStore is set as true and I save the offline cache.

[flexcoders] Re: Adobe technical support dropped for Flex 3!

2010-02-09 Thread hpatino.rm
Obviously someone from the support center has been given the wrong impression about what is going to happen to Flex Builder3.. That was the case. With this incident, Adobe score some negative points in our team that is evaluating our tool for our future RIA development. What if I had not

[flexcoders] Problem with dealing with loads of XML data

2010-02-09 Thread shail
Hi, In my application I created a panel full of TextInput controls to make it look like a excelsheet. I pushed my TextInputs Ids in Array while creation complete event. I assign data to respective TxtInput by looping though Array. Data is coming as XML, so its taking much time and got

[flexcoders] Re: Embed pdf in Flex?

2010-02-09 Thread hpatino.rm
We tested succesfully iFrame under Mac (safari) and Windows (IE and Firefox) http://code.google.com/p/flex-iframe/ Although the component is meant to show mainly html pages, you can also embed pdfs but not to render pdf on the client side. We only found a limitation for using load indicator

Re: [flexcoders] LCDS Offline Synchronization

2010-02-09 Thread Jeffrey Vroom
It sounds to me like you are just not getting that particular DataService connected before you do the fill. There is a DataService.connect method if I recall correctly that might help. I don't think you get commitRequired=true when the app is in a disconnected state. The fill will auto-connect

Re: [SPAM] [flexcoders] Animating items in a tilelist when filtering arraycollection

2010-02-09 Thread ZIONIST
hi guys any help?

[flexcoders] Re: flex ftp client with coldfusion

2010-02-09 Thread ZIONIST
can this be done?

[flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-09 Thread ZIONIST
Hi guys, has anyone tried this with an itemRenderer and 2 states? please help.

[flexcoders] Flex Project Hosting

2010-02-09 Thread Shabir Gilkar
Hi All! Do we need to purchase special hosting plans from any particular hosting company to host flex projects/ website OR we can go far any normal hosting plan e.g of Godaddy. As i personally host flash websites on simple godaddy hosting accounts. Now i wanna to know about Flex project hosting.

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread claudiu ursica
You can give a try. Probably somebody will figure it out after all. C From: W.R. de Boer w...@innerfuse.biz To: flexcoders@yahoogroups.com Sent: Tue, February 9, 2010 5:00:11 PM Subject: Re: [flexcoders] Best practices regarding XML to VO conversion Hi

Re: [flexcoders] Problem with dealing with loads of XML data

2010-02-09 Thread claudiu ursica
Tile list with TextInput as a renderer? C From: shail shail_l...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tue, February 9, 2010 7:54:22 PM Subject: [flexcoders] Problem with dealing with loads of XML data Hi, In my application I created a panel full