[flexcoders] ItemRenderers not Highlighted in AdvancedDataGrid

2008-08-02 Thread eedrin
Hello, I am new to this group and to Flex so pls bear with me... I have several AdvancedDataGrids (in different screens) in which I use itemRenderers. The cells which contain the itemRenderer data do not hightlight on MouseOver (I do have useRollOver=true for the ADG). Why is this and how

[flexcoders] snapshots of TabNavigator tabs

2008-08-02 Thread dannyvenier
Hi, Perhaps someone has tried to do this and has figured it out. Me...no. The objective is to take image snapshots from the display objects on individual tabs (children) of the tab navigator and use them for a tile list in another container...preferrably on another tab of the TabNavigator. T

Re: [flexcoders] sending a text message from air/flex application

2008-08-02 Thread Douglas Knudsen
Flex can't as of yet send email. You need some server and code there to handle this. Thus server+middleware, middleware being Java, PHP, PHP, etc.. You can set this up pretty easy with a single page that accepts a form POST and have Flex use HTTPService. http://www.php-scripts.com/php_diary/122

Re: [flexcoders] Recording and saving sound to local file system

2008-08-02 Thread greg h
Hi Venkat, Another option might be using Zinc with your Flex app. I have no experience with Zinc so following is just second-hand knowledge that I am passing on. If it works using Zinc would eliminate the need to use a server in recording your audio. Zinc's API includes: Audio.startRecording(

Re: [flexcoders] Recording and saving sound to local file system

2008-08-02 Thread greg h
Hi Venkat, Would you be happy just copying down to your local disk the FLV's your app already has written on the FMS server? If so, you can do that with AIR. (Since you posted on FlexCoders, you can just convert your Flex app to be an AIR app and use the classes in AIR's flash.filesystem package

[flexcoders] How to start an AIR application as soon as the PC boots

2008-08-02 Thread hworke
Hello all, how can I start my air application as soon as the PC boots. I do not want my PC users to view or interact with Windows environment they can only use the AIR app. Thanks.

Re: [flexcoders] sending a text message from air/flex application

2008-08-02 Thread Vivian Richard
Thanks everyone. As Douglas mentioned, I actually do not need or expect any reply. Douglas what did you mean by server+middle ware. Can you send me some link where I can learn a little more about it. Thanks in advance On Sat, Aug 2, 2008 at 12:33 PM, Douglas Knudsen <[EMAIL PROTECTED

Re: [flexcoders] sending a text message from air/flex application

2008-08-02 Thread Douglas Knudsen
or you can send via email. If you are only concerned about sending outgoing messages without replies and interaction you can send via email. eg, for t-mobile send email to [EMAIL PROTECTED] Of course you still need a server+middle ware to handle the sending. Without a server you could use a mai

RE: [flexcoders] override/monkey patch global functions possible?

2008-08-02 Thread Alex Harui
You can't monkey patch stuff in flash.*.* You can provide your own trace statement. We did something similar with the Logger classes From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Boon Chew Sent: Saturday, August 02, 2008 2:49 AM To: fl

Re: [flexcoders] Flex Tree having 20000 nodes crashes

2008-08-02 Thread Jon Bradley
On Aug 2, 2008, at 7:25 AM, profiles_arun wrote: I have a tree, which has 21000 plus nodes, when i load the .swf file in IE, it crashes. As such i dont get any error messages, so i checked into widows application error log and found this error "Faulting application iexplore.exe, version 7.0.60

[flexcoders] Disappearing Sub-Menus in AIR Context Menu

2008-08-02 Thread Vijay Ganesan
Here's an example where the right-mouse-click ContextMenu has two items one of which has a sub-menu. The menu appears fine on right mouse click the first time but on the next right mouse click, the menu item with a sub-menu disappears! In the example File and Edit menu items appear the first time w

[flexcoders] How to display the vertical scrollbar of a container on the left

2008-08-02 Thread haykelbj
Hi, Is there a way to display the vertical scrollbar of a container on the left side? It would be nice if there's a general solution, otherwise I'm specially interested by the Canvas container. Thanks, Haykel

Re: [flexcoders] Re: Flex3 cookbook error in microphone example: constructor function

2008-08-02 Thread Jo Morano
That was it! I wish the error messages were friendlier. On Fri, Aug 1, 2008 at 5:24 PM, Veeru (वीऱू) <[EMAIL PROTECTED]> wrote: > What is the name of the file? I hope it's not mic.mxml ... That would be > the name of the class generated by mxmlc and that would conflict with your > variable name

[flexcoders] Flex Tree having 20000 nodes crashes

2008-08-02 Thread profiles_arun
Hi All, I am a newbie to Flex. The problem i am facing is that, I have a tree, which has 21000 plus nodes, when i load the .swf file in IE, it crashes. As such i dont get any error messages, so i checked into widows application error log and found this error "Faulting application iexplore.e

[flexcoders] Using multiple attributes in a webservice request

2008-08-02 Thread buzz_tarun
Hi there, I need to provide multiple attributes in the same webservice request from Flex. Something like: paramValue The issue is, all the attributes, attrib1 and attrib2 seem to be overridden with the value (paramValue in this case) of the element itself, so that the outgoing request i

[flexcoders] Re: Performance Issues with AdvancedDataGrid

2008-08-02 Thread Amy
--- In flexcoders@yahoogroups.com, "Carlos Rovira" <[EMAIL PROTECTED]> wrote: > > I was this days extending the component to do the same Excel funcionality. > I conclude that using itemRenderers that extends UIComponent ends > downgrading > the performance of the grid. So I recomend to extend > A

Re: [flexcoders] Flex PopUp - Background Transparency Question

2008-08-02 Thread Daniel Freiman
See the modal styles for the Application class (modalTransparency, modelBlur, etc): http://livedocs.adobe.com/flex/3/langref/mx/core/Application.html - Daniel Freiman On Fri, Aug 1, 2008 at 12:27 PM, pbrendanc <[EMAIL PROTECTED]> wrote: > My app uses a popup window - however the background wi

[flexcoders] Re: problem adding images to UIComponents using AS3

2008-08-02 Thread Amy
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Your GroupHandle has no measure method so it will be given a size of 0,0 > unless you specify a width/height on the GroupHandle > > Please read over the docs on custom component development. There is a > basic recipe

[flexcoders] Re: problem adding images to UIComponents using AS3

2008-08-02 Thread Amy
--- In flexcoders@yahoogroups.com, "Merrill, Jason" <[EMAIL PROTECTED]> wrote: > > >>You can draw those graphics in a UIComponent so I would > >>have grouphandle subclass UIComponent and not Sprite. > > Thanks Alex, I tried that, but still no joy, AND the graphics don't render now either for so

Re: [flexcoders] Re: problem adding images to UIComponents using AS3

2008-08-02 Thread Michael Schmalle
> "NEVER". Alex, All I meant was it was never going to happen 'automajically' like component children placed inside a container. As, you just said, of course if you call setActualSize(). :) Mike On Fri, Aug 1, 2008 at 1:48 PM, Alex Harui <[EMAIL PROTECTED]> wrote: >Well, I wouldn't say "NE

[flexcoders] Re: Eli Greenfield's Randomwalk

2008-08-02 Thread Amy
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I think you mentioned scrollbars for that last level, but you didn't > have any in the mockup. In theory you could have so many children in > that last level that you run out of screen space showing them and then > some

[flexcoders] override/monkey patch global functions possible?

2008-08-02 Thread Boon Chew
Hi, Is it possible to override global functions such as trace( ) ?  For example, sometimes I want the trace( ) to tell me where they are called from, but it's kinda a pain to have to import getQualifiedClassName and sprinkle code with stuff like (getQualifiedClassName(this) + ": " + ...); all o