[flexcoders] file saving problem

2010-02-03 Thread Tejas Patel
is it possible to create file (.csv / .xls) using actionscript and asked to save it to local hard drive? with which flex sdk, it is possible how? currently I am using SDK 3. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

[flexcoders] Re: What's up Adobe?

2010-02-03 Thread GeorgeB
Hi all. hi Tom, hi Nick, hi Wally I have to thank you for your understanding! The common denominator of all answers on why the new version of Flex Builder 3 should be renamed to Flash Builder 4 is WTF No big deal. Or better, as Tom put it: Just marketing bollocks!! LOL Then I can call myself

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread Nick Middleweek
Hey, thanks for the reply... I'm not sure how that helps though? Thanks On 2 February 2010 16:56, claudiu ursica the_bran...@yahoo.com wrote: Google for Object Translator custom class. C

Re: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Paul Andrews
GeorgeB wrote: Hi all. hi Tom, hi Nick, hi Wally I have to thank you for your understanding! The common denominator of all answers on why the new version of Flex Builder 3 should be renamed to Flash Builder 4 is WTF No big deal. Or better, as Tom put it: Just marketing bollocks!! LOL

[flexcoders] Re: Flex/LCDS Enterprise

2010-02-03 Thread Mete Atamel
Yes, LCDS 3.0 has a free developer license. -Mete --- In flexcoders@yahoogroups.com, Dan Pride danielpr...@... wrote: Ia there a way for startups to get low cost access to Flex/LCDS Enterprise for development purposes only ?

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread claudiu ursica
There are 2 version of the utility, I'm sucessfully using one of them. I can send it to you though if you need it. The idea is that you want to translate object from the response into custom objects. And that does exactly that thing. C From: Nick Middleweek

[flexcoders] Re: PopUpManager Module Components

2010-02-03 Thread criptopus
One of my modules that I converted to ModuleTitleWindow is complaining about mx:states it says it could not resolve mc:states to a component implementation. It was working before so what happened and how do I put it right? - Stephen Brown

Re: [flexcoders] How to update styles after a registerColorNames ?

2010-02-03 Thread cyril ronseaux
Hi, Thanks for the answer. I'm working on Flex3 for the moment. I searched quickly how to get the IStyleManager for flex3, and,... well, ... I'll have to wait for your help :) I tried the most naive way, StyleManager.styleDeclarationsChanged() and since its mx_internal it won't let me. Cyril On

Re: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-03 Thread Fotis Chatzinikos
Hello all i added the following in jira as a bug (#FP-3824). If any of you have some time, can you test/reproduce and reply here? Or even vote for the bug? Steps to reproduce: 1. Compile and run the following (flex code 3.2) ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Re: What's up Adobe?

2010-02-03 Thread Mark A. DeMichele
I think the new name makes perfect sense. The current FlexBuilder doesn't only build flex. It builds flash as well. When you think of it, it is truly a Flash Builder. In fact, before they decided to change them name, I wondered why they were associating the name with Flex in the first place.

[flexcoders] How to have tab spacing inside TextArea

2010-02-03 Thread Jose Carlo Quilala
Does anybody know how to have tab spacing inside TextArea in Flex3? coz whenever you press tab the focus will move to another component...

[flexcoders] Re: What's up Adobe?

2010-02-03 Thread GeorgeB
Hi Mark, Just a short answer (from Wiki) to your question:: In fact, before they decided to change them name, I wondered why they were associating the name with Flex in the first place. Certain things in the following description need be corrected of course, like the last entry in Release

[flexcoders] Google combo like Flex interface

2010-02-03 Thread Christophe
Hello, I have a client table in a mySql database, and I want to propose in a Flex RIA a search interface for the client list name. How to make a search interface like in the Google Combo. When you type the word 'a', it propose all the words beginning by 'a' ? Thank you, Christophe,

Re: [flexcoders] Re: Flex/LCDS Enterprise

2010-02-03 Thread Dan Pride
As I understand it the modeling does  not work on a Mac? Dan --- On Wed, 2/3/10, Mete Atamel meteata...@yahoo.com wrote: From: Mete Atamel meteata...@yahoo.com Subject: [flexcoders] Re: Flex/LCDS Enterprise To: flexcoders@yahoogroups.com Date: Wednesday, February 3, 2010, 5:51 AM  

RE: [flexcoders] Google combo like Flex interface

2010-02-03 Thread Gregor Kiddie
Search for autocomplete comboboxes. There are several solutions, open source and paid for. Best of the paid for appears to be Flextras one ( http://www.flextras.com/?event=ProductHomeproductID=10 ) (Jeff Houser, you owe me commission for pushing your wares like a filthy pimp) Best of the open

[flexcoders] Re: Loading XML

2010-02-03 Thread Flex
I can think of 2 possible causes (which may or may not be true in your case) 1. Your project is not deployed on a web server and you are using HTTP to load the xml file...that will cause a security error even though you can load images by specifying source 2. The xml is on some other domain

[flexcoders] Re: Problems changing labels in MenuBar menu items in real time

2010-02-03 Thread Flex
Try calling the invalidate methods of MyMenuBar instead of the enable toggle to false and then true. Also see if using an XMLListCollection instead of XMLList as the dataprovider helps. Web Manager FlexDownloads.com --- In flexcoders@yahoogroups.com, hernanojuel hernanoj...@... wrote: Hi

[flexcoders] Re: What's up Adobe?

2010-02-03 Thread GeorgeB
Hi Paul, Thanks for replying. I almost agree with your saying. Only let me clear one-two details: To my comment : What's bugging me is that all my current work done for the last 2 years, has to be referencing as been done in a non-existing (now obsolete?) framework, that as time goes will

[flexcoders] Re: file saving problem

2010-02-03 Thread Flex
I believe it is possible...there is a component at http://www.flexdownloads.com/#view=detail;vstr1=36 which coverts flex a datagrid to CSV/Excel or any datagrid input to a delimitted format. You have to use a server side echo utility...usually less than 10 lines of server side code. It is

Re: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Paul Andrews
GeorgeB wrote: Hi Paul, Thanks for replying. I almost agree with your saying. Only let me clear one-two details: To my comment : What's bugging me is that all my current work done for the last 2 years, has to be referencing as been done in a non-existing (now obsolete?) framework,

[flexcoders] Identifying module loaded

2010-02-03 Thread criptopus
When I load a module... private function loadModule(modName:String):void { module=ModuleManager.getModule(comps/InstCntr/ + modName + .swf); module.addEventListener(ModuleEvent.READY, dispModule); module.load(); } How does my listener (dispModule) decide what has been loaded Is their an

RE: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Gregor Kiddie
Yes, I can see your point. I think the two of us are the only people who think that the Flex brand is weakened by the Flash moniker. No, there are more of us... We just aren't as vocal! Gk.

[flexcoders] Adobe AIR and a Java bat file

2010-02-03 Thread Wally Kolcz
I have been Googling all morning to see if it is possible for an installed AIR application can execute a simple bat file and it seems that the 'no-no' of running other apps on a user's machines is the overwhelming answer. I thought I would throw the idea past you experts and see if there is

RE: [flexcoders] Adobe AIR and a Java bat file

2010-02-03 Thread Gregor Kiddie
Take a look at Merapi which is a java bridge for AIR, or at the AIR 2.0 beta which includes native process APIs. Gk.

[flexcoders] Re: Identifying module loaded

2010-02-03 Thread Craig
In your event handler (dispModule in your example code), event.target will reference the IModuleInfo returned from your getModule(...) call. Use that to identify the module loaded. One additional caveat though: I'd highly recommend keeping a reference to the IModuleInfo returned from

Re: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Gautam P
I support you guys! On Wed, Feb 3, 2010 at 9:32 PM, Gregor Kiddie gregor.kid...@channeladvisor.com wrote: “Yes, I can see your point. I think the two of us are the only people who think that the Flex brand is weakened by the Flash moniker.” No, there are more of us... We just aren’t

Re: [flexcoders] Re: PopUpManager Module Components

2010-02-03 Thread Alex Harui
Did you really type mc:states? On 2/3/10 5:04 AM, criptopus sd_br...@ntlworld.com wrote: One of my modules that I converted to ModuleTitleWindow is complaining about mx:states it says it could not resolve mc:states to a component implementation. It was working before so what happened and

Re: [flexcoders] How to update styles after a registerColorNames ?

2010-02-03 Thread Alex Harui
Try: IStyleManager( Singleton.getInstance(mx.styles::IStyleManager2) On 2/3/10 5:50 AM, cyril ronseaux cyril.ronse...@gmail.com wrote: Hi, Thanks for the answer. I'm working on Flex3 for the moment. I searched quickly how to get the IStyleManager for flex3, and,... well,

Re: [flexcoders] Flex Builder 3 - A little to be desired

2010-02-03 Thread Jochem van Dieten
On Tue, Feb 2, 2010 at 9:01 AM, Clark Stevenson wrote: I was particulaly depressed the other day when i tried FB4 under an I5 64bit system and ran into the whole forced clean after each build, its not filled me with alot of confidence. I have not experienced that with FB4. Which bug number

Re: [flexcoders] What's up Adobe?

2010-02-03 Thread Jochem van Dieten
On Tue, Feb 2, 2010 at 10:42 AM, GeorgeB wrote: I am a fully occupied Flex v3 developer, and don't have spare time to switch to Flex v4 before the projects I work on are over and done. It might be a good idea to take on less projects, but for a higher margin. Not having time to study is not a

[flexcoders] Preloader

2010-02-03 Thread criptopus
I would like to use the Application default preloader (gray box with rounded corners with a loading bar) for my modules, does anybody know how to refrence it? - Stephen

[flexcoders] Re: PopUpManager Module Components

2010-02-03 Thread criptopus
Could possibly be, but any evidence to the fact has been swept under the carpet as I change it to states for a while and it worked. I have set it back to mx:states again and all is okay. *whistles gently*. However ModuleTitleWindow is currently ModuleTitleWindow and desn't want to be called

[flexcoders] Re: What's up Adobe?

2010-02-03 Thread Mike
It's too late, the damage is done, but I agree also FWIW. An Adobe VP told me about Flex being the open source branding, and Flash being the commercial product branding. There is no way that customers will figure that out. They have enough trouble understanding that developers are

[flexcoders] Look for Windows xp skin for Flex 3?

2010-02-03 Thread markflex2007
Hi, I am looking for Windows xp skin for Flex 3, Adobe have one but the download URL doesn't work. Do you have a copy or you know the download link. I remember a file like windowsXP.swc need. Thanks Mark

Re: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Paul Andrews
Mike wrote: It's too late, the damage is done, but I agree also FWIW. An Adobe VP told me about Flex being the open source branding, and Flash being the commercial product branding. There is no way that customers will figure that out. They have enough trouble understanding that developers

[flexcoders] Re: Google combo like Flex interface

2010-02-03 Thread Jeff
Gregor, Don't think I don't appreciate it. ;) Want some stickers? E-mail me off list. Although not based on the ComboBox Hillel Coren's is the one I most commonly hear good things about ( http://hillelcoren.com/2009/05/11/flex-autocomplete-version-0-98-2/ ) Christophe, if you want a

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread Peeyush Tuli
Why dont you use this? http://shardulbartwal.wordpress.com/2008/03/20/import-web-servicewsdl-wizard-in-flex-30/ its the easiest way to convert a wsdl to AS3 client stubs. On Tue, Feb 2, 2010 at 8:57 PM, Nick Middleweek n...@middleweek.co.ukwrote: Hello, Does anyone know of a way to

Re: [flexcoders] Google combo like Flex interface

2010-02-03 Thread Peeyush Tuli
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailextid=1047291 On Wed, Feb 3, 2010 at 8:27 PM, Christophe christophe_jacque...@yahoo.frwrote: Hello, I have a client table in a mySql database, and I want to propose in a Flex RIA a search interface for the client list

[flexcoders] Animating line series chart in actionscript

2010-02-03 Thread jonbehr
I'm creating chart series in AS, which is working fine - the chart and all series are rendered perfectly. However, the animation doesnt seem to work at all. private function createChart():void { var mySeries:Array = new Array(); var myInterpolate:SeriesInterpolate = new

[flexcoders] Encoding XML Character Entity References *properly*

2010-02-03 Thread pmorch
Hi, I have a string given to me by a user. I want to create XML so I can send the string to the server as the value of an XML node. E.g. like this: valuestring/value. However, if I do it like this: new XML(value + string + /value); that works great until somebody gives me a string e.g.: var

[flexcoders] Bitmap with Scale9 in custom border

2010-02-03 Thread Steffen Beyer
Hi, I'm trying to implement a custom border (based on Border) with a bitmap at its bottom. Only the middle part of the bitmap must be stretched (kinda Scale3). As Border is based on a FlexShape, I can't add an Image as child -- and I can't get the solution in

[flexcoders] Flash and Flex Programming Tips..

2010-02-03 Thread faizranas
Dear Friends, A lot of colleagues have approached me to write a blog and share knowledge but couldn't happen earlier due to own hectic schedule. Finally I have decided to take out some time whenever possible from my busy schedule and write a blog which may be fruitful and learning to all of us.

Re: [SPAM] Re: [flexcoders] Loading XML

2010-02-03 Thread Peeyush Tuli
All requests to load resources are HTTP requests in Flex.flex is not the best at returning you the exact HTTP status codes in these situations(which will tell you the true reason for the error). Try using an HTTP traffic monitor like http://www.charlesproxy.com/ It will tell you exactly what

[flexcoders] Error in logout from channel in Flex 4

2010-02-03 Thread prad_ch
Hi, We are building our application on Flex 4 and LCDs 3. The application uses RTMP protocol to communicate to the server. Request for application server is routed through Edge server sitting in DMZ. For implementing the logout functionality, I am invoking logout on the RTMP channel. The

Re: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-03 Thread Peeyush Tuli
No work around, but i think that the problem is that flash player in combination with some browsers (mentioned above) 'eats' the ALT-SHIFT / change language event - i might be wrong... you might be absolutely correct.The browser stealing keyboard shortcut problem has been there for at least a

[flexcoders] Air supporting other language

2010-02-03 Thread hworke
Hello how do I display other languages like Chinese, Thai, Hindi etc in a AIR app? Is there any example out there? If so - please forward me the link. Regards,

[flexcoders] Flex 3 can not load Flex 2 swc library

2010-02-03 Thread markflex2007
Hi, I have a swc library file created with Flex 2. Flex 3 application can not load the library when I copy the swc in lib folder. I check catalog.xml in the swc.I found it has different format with Flex 3 catalog.xml. Do you know how to convert Flex 2 swc to Flex 3 swc? Thanks Mark

[flexcoders] Will Flex 4 work in Flash Player 9? @playerversion Flash 9 seems to say yes

2010-02-03 Thread tntomek
I'm specifically referring to MX controls. What else would be the point of all the documented @playerversion Flash 9 annotations?

Re: [flexcoders] Re: Override FileReference Class [1 Attachment]

2010-02-03 Thread Peeyush Tuli
I think I get what you mean. Mr. Flex, there are two ways to enable filedownload from a server script in flex - - Using a script which contains an html content in itself and thus the need to do a navigatetourl so that it should be opened in different browser window. In dotnet terminology an .aspx

Re: [flexcoders] Will Flex 4 work in Flash Player 9? @playerversion Flash 9 seems to say yes

2010-02-03 Thread Alex Harui
When the API was first introduced. FP9 is not supported in Flex 4. On 2/3/10 9:14 PM, tntomek tnto...@yahoo.com wrote: I'm specifically referring to MX controls. What else would be the point of all the documented @playerversion Flash 9 annotations? -- Alex Harui Flex SDK Team Adobe

Re: [flexcoders] Preloader

2010-02-03 Thread Alex Harui
Modules are not loaded on the display list so they won’t show a preloader. Better option is to hook up mx.controls.ProgressBar to the IModuleInfo events. You can skin it to look like the other progress bar. On 2/3/10 11:56 AM, criptopus sd_br...@ntlworld.com wrote: I would like to use

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread Nick Middleweek
This is super, I'll try this out today and seems it could save me some leg-work... Claudiu, I'll check out the translator class as well. Cheers, Nick On 3 February 2010 15:40, Peeyush Tuli peeyus...@gmail.com wrote: Why dont you use this?