Hi, with an editable datagrid, if you edit a cell value in the last row and you press Enter Key, flex don't commit change and the cell don't exit from editable...
Hi, I am looking for books, tutorials, articles that cover aspects, best practices, and/or concepts of security issues - some kind of overview. Right now I am...
Don, What is your server configuration? I had a lot of problems connecting Flex to Apache2/SSL. Something was just wrong there - session disconnections and...
Hello all, Thought I'd repost again since I am curious as to the answer. I am thinking I am missing something blindingly obvious since no one bothers to reply....
104535
superabe superabe
superabe@...
Mar 1, 2008 5:39 pm
Is there a way to convert the horizontalScrollPosition property of the ADG into pixel coordinates? It currently seems to be returning the columnIndex ? TIA ...
I need help. I tried using external XML files. But It's too much work. I know there is a quick way to use the var date or something. I'm building this with...
Date has a year property just loop through something like this var dArray:Array = new Array(); var d:Date = new Date(birthDay.time); // This will create a new...
Hello, I'm trying to upgrade our codebase to Flex 3. We have couple modules and a couple RSLs. We're using lcds 2.5. I've not upgraded the jars on the server...
Hello, Unfortunately, my first Flex application is probably going to be pretty gnarly. After reading up on the basics, I did some rapid hands-on prototyping...
1) I want to apply Zoom In effect on a popup panel/title window when it appreas, but dont know much about styling and effect, can some one guide me in this or...
Hi There, Could any one please help me out in implementing globalization of date format in Flex 3, when I choose the language as US_English or Spanish or...
Hi all, First of all , I'm new to flex. Already bought a few books but none describes this issue in detail. I'm having huge trouble accessing object arrays...
I read the links provided by Doug (thanks!) and came up with this. Keep in mind that the "age" property doesn't have an instance field, so there's no...
Hi all, First of all , I'm new to flex. Already bought a few books but none describes this issue in detail. I'm having huge trouble accessing object arrays...
Hello, I'm new to the group--primarily a Flash developer --> attempting to learn Flex mxml/AS3. Does anyone have any examples of how to get the selected week...
I have an odd this happening in my tilelist. I am using a custom renderer that is an image. For the image source, i am using bindable bitmap data instead of...
I have an odd thing happening in my tilelist. I am using a custom renderer that basical is an image inside of an hbox. For the image source, i am using...
I want to create a Rich Text Format (RTF) editor in flex, is it doable? I was initially excited about the RTE component until I realized that the output is...
hi, i'm seeing odd behavior in my application, whenever i use a custom component that has states defined- my outermost viewstack stops functioning (stops...
I'm echoing the request for an example here because I'm having the exact same problem. How would you 'add everything meaningfull stuff as child of that...
I had encountered a 1119 error when creating a BarChart using Beta 3 and assumed it would be fixed in the release. Unfortunately, I'm still getting the same...
Try using the WSDL wizard in FB3. It works a treat! ~randy _____ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Telmo Dias ...
... renderer that is an image. For the image source, i am using bindable bitmap data instead of a url. Everything works fine at first, but as the tilelist...
Well well well. Turns out the problem is that my app is called BarChart, and therein lies the conflict. Since I need to keep the app name as is, I just...
Yeah this is the case with Flex, I think it has something to do with the flash player (but don't quote me on that) -- I'm sure this question will have been...
can you do something like this var myInt:int =5; var myObject:Object = {}; myObject[someRandomKey].myInt = somethinghere myInt--; //then we loop again so 5...