[flexcoders] Re:how to override multiselect in a datagrid

2009-03-28 Thread gmoniey22
I found an example of what I wanted here: http://mitek.id.au/blog/2008/08/24/easy-multiple-items-selection-in-datagrid/ thanks... --- In flexcoders@yahoogroups.com, Nicolas Noben nicolas.no...@... wrote: Have you tried simply ... mx:DataGrid allowMultipleSelection={trueorfalsehere} /

[flexcoders] Problem with ExternalInterface.addCallback

2009-03-28 Thread tlsudhi442
Hi all, I'm facing a weird problem. I'm using ExternalInterface.addCallback for interaction between Javascript and my flex application. When I compile this '.as' file in my Eclipse environment, everything works fine and when I deploy it also, things work fine and I can call my actionscript

[flexcoders] ExternalInterface ...

2009-03-28 Thread SJF
I have an ExternalInterface call in my application that looks like this: ExternalInterface.call(BrowserScriptsJS.GET_BROWSER_INFO);

Re: [flexcoders] ExternalInterface ...

2009-03-28 Thread p...@vin Uttarwar
Hi, The ExternalInterface.call() will return the value from javascript. So your flex code might look like this, *var returnObj:Object = ExternalInterface.call(** BrowserScriptsJS.GET_BROWSER_**INFO);* where *returnObj *is the object that is returned from javascript functon. Hope this will help

[flexcoders] Re: What is a fair price - Opinions Please.

2009-03-28 Thread Amy
--- In flexcoders@yahoogroups.com, Wesley Acheson wesley.ache...@... wrote: This all seems reasonable. Its more or less the metric I would use too. It will probably sound daunting to a private client though. If you want to break into doing this on a regular basis. You might want to charge

[flexcoders] Re: Why Flex can not use flash.net.NetConnection?

2009-03-28 Thread aphexyuri
Smells like a fault in your amfphp service. Have a look at your service, make sure the syntax it right, make sure there's no content after the closing php tag etc. You will get a better fault description by opening the service from the amfphp service browser. Goto /amfphp/browser and check

RE: [flexcoders]Where does my SWF gain it's weight?

2009-03-28 Thread Alex Harui
Use -link-report. The sizes aren't accurate as absolute, but are as relative sizes Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nicolas Noben Sent:

RE: [flexcoders] Re:how to override multiselect in a datagrid

2009-03-28 Thread Alex Harui
Look at the disabling list selection entry on my blog Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nicolas Noben Sent: Friday, March 27, 2009 5:05 PM

[flexcoders] Embedding a font with a space in it

2009-03-28 Thread Eric Cancil
When I try to embed a font with a space in it in Flex I get an error. @font-face { src: url(../asset/font/futura.swf); fontFamily : Futura Medium; } Although this font exists within the SWF i get the following error font (*) with normal weight and regular style not found. If found a

[flexcoders] I want to use Flex Builder 3 to develop Flash Games

2009-03-28 Thread Axonn
Hi everybody! My first message here ::- D. I was wondering if you could point me to some good resources about how I can use FlexBuilder 3 to make Flash games. Or, in general Flash SWFs, using Flex Builder 3 as the main development tool. As far as I know I can somehow make the SWF in Flash but

[flexcoders] JSwoof - JSON Encoder/Decocer For FLEX.

2009-03-28 Thread W
Hi all i have been working on a new JSON library for FLEX. you can download it and find all documentation for it on the following website. http://www.waynemike.co.uk/jswoof

[flexcoders] TextArea textHeight with HTMl text?

2009-03-28 Thread Sascha
I assume this is not supported by Flex but is there a method to get the correct text height from a TextArea that uses HTML text? If I try this I never get the correct height to fit the TextArea's height to it's text content, i.e. the TextArea is always smaller.

[flexcoders] clearHighlightIndicator/drawHighlightIndicator in AdvancedDataGrid vs. DataGrid

2009-03-28 Thread No One
I am upgrading a component that displayed and removed icons in a cell of the grid inside overrides to the above mentioned functions. I started upgrading the component from DataGrid to AdvancedDataGrid, and I get an error that clearHighlightIndicator can not be overridden because it is not a

Re: [flexcoders] I want to use Flex Builder 3 to develop Flash Games

2009-03-28 Thread Axonn
Sheesh, it took more than 24 hours for this message to get accepted. Weird. Later note: in the meantime I did document myself a bit and much to my sadness, I find that Flex cannot debug an already created SWF??? If I create a SWF from Flash, I can't do debug on it in Flex Builder 3? Hi