[flexcoders] Re: How to Convert LCDS project into AIR?

2007-11-26 Thread Vinoth Babu
I don't find any response. Oh! my god. --- In flexcoders@yahoogroups.com, Vinoth Babu [EMAIL PROTECTED] wrote: Hi All, I'm using Flex builder 2 pluing and LCDS in Eclipse IDE (backend java), Now I want to convert this project into AIR application. Need your help for conversion.

Re: [flexcoders] Helpers - Global function

2007-11-26 Thread Ralf Bokelberg
Typically you use a class with static methods for this. Cheers Ralf. On Nov 26, 2007 6:56 AM, Rafael Faria [EMAIL PROTECTED] wrote: There is any way to create helpers? like... functions that will be seen on any component or class? how and where i declare this kind of function to be

Re: [flexcoders] Index of item in list

2007-11-26 Thread Muzak
Make sure your item renderer implements IDropInListItemRenderer Define a listData getter/setter, which, when set by the component using the item renderer, will contain the index you need. http://livedocs.adobe.com/flex/201/langref/mx/controls/listClasses/IDropInListItemRenderer.html

Re: [flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-11-26 Thread Douglas McCarroll
I'd like to repeat Steven's question. I'm really curious about this. How many simultaneous connections can LCDS handle on one CPU? I realize that this will vary a great deal, depending on the application and the CPU, but it would be great to get a ballpark idea. Anatole - you suggested, I would

[flexcoders] Flex linkedin group

2007-11-26 Thread Cesare Rocchi
Hiyall, I created a Flex addict group on linkedin. Wanna join? Here is the link: http://www.linkedin.com/e/gis/41779/64AA393D82A5 ps. If you need a linkedin invitation, I have five. Let me know. -c.

[flexcoders] Data Binding and dealing with NULLs

2007-11-26 Thread triggersoftware
I hit this problem quite often and wonder if there is a general solution... I have a component which displays a list of questions and has the concept of a current question i.e. the question the user is answering: mx:Script ![CDATA[ import

[flexcoders] adding children: best practices

2007-11-26 Thread johantrax
Hi all, I have some components that dynamically generate their children. However I'm wondering what would be the best practice for this, or which method you prefer and why. Currently I'm down to 2 methods: 1. creating/adding the childcomponents in an initialize handler, bindings get executed in

RE: [flexcoders] Multiple Bubble Chart itemRenderer

2007-11-26 Thread Sunil Bannur
Hi Steve, changing the itemrenderer dynamically (once the series and items have already been created) in charts is not supported, pls. file an enhancement request at http://bugs.adobe.com/flex , so that it can be considered. Thanks -Sunil From:

[flexcoders] Re: HttpService not called the first time

2007-11-26 Thread gers32
Being a Flex newbie, I can only think of one way to solve this dilemma (assuming I ever encounter performance problems at startup): I thought it was a good idea to implement each HttpService in the Component that displays the retrieved data, which is saved to an application-wide Model, accessible

[flexcoders] Access Flash through JS - FABridge?

2007-11-26 Thread s_tibrewal
Hello Folks, I have a Flash project with corresponding .fla and .swf files. I am trying to manipulate the flash through JavaScript. I could manipulate flex .swf files rather easily through the FABridge but I am not quite sure how to use the FABridge in the Flash context. The problem arises

RE: [flexcoders] Capture Flex screen to e-mail...

2007-11-26 Thread Mike Krotscheck
The graphic nature of Flex makes it so your only real option is to screenshot the application and mail it to them as a graphic. To do this within Flex, see whether Application implements IBitmapDrawable- that will allow you to use bitmapData.draw() and get the raw display data. Once you have that,

RE: [flexcoders] Skinning a Panel in Flex

2007-11-26 Thread Clinton D. Judy
No answers yet? Should I package up the materials I have so ya'll can try them out yourselves? I'm still hoping this will be a simple fix. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Friday, November 23, 2007 7:47 AM To:

[flexcoders] Flicker Authorization tutorials

2007-11-26 Thread Noyes, Jeff
Any good ones out there. I've seen several for accessing public pictures doing a search, but I'd like to access my own pictures. Thanks

[flexcoders] multiline button on button bar

2007-11-26 Thread myasandy2
Using some examples I found on line, I have made a button with a multiline label, but I am lost on how to apply this to a button in a button bar. Any help would be greatly appreciated. TIA Sandy

[flexcoders] Simple question about remoteObject?

2007-11-26 Thread Phill B
I have a remoteObject component in a RO dir. I want to call to it in another component. How do I go about this? I've searched the web but didn't find anything that helped. I tried using this: mx:Form xmlns:RO=RO.* xmlns:mx=http://www.adobe.com/2006/mxml; in the component that is needs access to

[flexcoders] Plot Using XML Attributes

2007-11-26 Thread rketcham
I have an xml file that I get through an http serivce: mx:HTTPService id=nodeChannels url={url} result=onResultHttpService(event) resultFormat=e4x/ I then use onResultHttpService to load the xml file into an XML list collection private function onResultHttpService( avResultEvent :ResultEvent

[flexcoders] SetStyleAction - clear style?

2007-11-26 Thread rkettrey
With respect to styles, you can setStyle() or clearStyle(). There is an effect, SetStyleAction, that allows you to accomplish the setStyle(). Is there some way of accomplishing clearStyle() as an effect? Using a SetStyleAction with a value of null does not work, as the style is still there,

RE: [flexcoders] multiline button on button bar

2007-11-26 Thread Alex Harui
You would set navItemFactory to a class factory for your button. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of myasandy2 Sent: Monday, November 26, 2007 8:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] multiline button on

[flexcoders] Re: Application container failed to capture KeyboardEvent

2007-11-26 Thread zhongtie
Thanks Alex. That works! When I switch to another application and then switch back, my all flash application loses the focus and no event fires at all unless I click somewhere in it. Is there any way around it? Tie --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: No

[flexcoders] Dynamically Changing Easing Function Again

2007-11-26 Thread Amy
I am trying to create an easing function explorer to be able to compare the existing easing functions. However, I am having a problem with the syntax to change out the function at runtime. I feel like I am really close here, but I am at a loss as to what else to try. Here is the function I

[flexcoders] UIComponent.graphics not respecting a grandparent's clipContent

2007-11-26 Thread Erik Price
Hi, I'm observing some strange behavior regarding the clipContent of a Canvas as applied to some lines that are programatically drawn via one of its grandchildren's Sprite.graphics object. What I am seeing is that the clipContent property is not respected by its grandchildren (kids these days

[flexcoders] RegExp multiple backreferences?

2007-11-26 Thread joshuajnoble
Can any RegEx genius :) tell me whether ActionScript 3 properly supports multiple backreferences? The code I'm trying to use is this: private var headerBackreference:RegExp = /H([123]).*?\/H\1/; private function init():void {

[flexcoders] Please ignore my Regex backreference question

2007-11-26 Thread joshuajnoble
I forgot the global flag, jeez :(

[flexcoders] Re: Simple question about remoteObject?

2007-11-26 Thread Phill B
I guess I'm way off with what I'm trying to do and need step back a little bit. Apparently I'm not even using the remoteObject correctly. On Nov 26, 2007 10:30 AM, Phill B wrote: I have a remoteObject component in a RO dir. I want to call to it in another component. How do I go about this?

[flexcoders] Re: Dynamically Changing Easing Function Again

2007-11-26 Thread ben.clinkinbeard
FYI, in case you haven't seen this one: http://www.madeinflex.com/img/entries/2007/05/customeasingexplorer.html --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: I am trying to create an easing function explorer to be able to compare the existing easing functions. However, I

[flexcoders] VerticalScrollBar Not Being Accounted For?

2007-11-26 Thread Matt
Hey guys, I'm seeing an issue in my Flex code that I can't imagine has gone unseen to this point. If I have a Box with vertical scroll policy set to auto, the height is set to an explicit value, the width is set to auto, and I've added several labels in a vertical layout that causes the vertical

Re: [flexcoders] UIComponent.graphics not respecting a grandparent's clipContent

2007-11-26 Thread Daniel Freiman
This is by design. Flex clipping is expensive (at least relative to not clipping), so Flex Containers don't clip unless measurement says they should. Drawing isn't included in measurement. You can use mx_internal::forceClipping but then you're using mx_internal. - Dan Freiman On Nov 26, 2007

[flexcoders] Re: Capture Flex screen to e-mail...

2007-11-26 Thread aceoohay
The current application is pure Flex. So just the Flex part. Paul --- In flexcoders@yahoogroups.com, bithroop [EMAIL PROTECTED] wrote: Are you wanting to capture just the Flex part? Or also the browser rendered HTML part? --- In flexcoders@yahoogroups.com, aceoohay pauls@ wrote: In an

[flexcoders] Re: Capture Flex screen to e-mail...

2007-11-26 Thread aceoohay
Pardon my ignorance, but how do I see whether Application implements IBitmapDrawable? This application is pure Flex (AS3) running in a browser. I will do further research on bitmapData.draw(), and see if it is available to me. Paul --- In flexcoders@yahoogroups.com, Mike Krotscheck [EMAIL

Re: [flexcoders] UIComponent.graphics not respecting a grandparent's clipContent

2007-11-26 Thread Erik Price
On Nov 26, 2007 2:29 PM, Daniel Freiman [EMAIL PROTECTED] wrote: This is by design. Flex clipping is expensive (at least relative to not clipping), so Flex Containers don't clip unless measurement says they should. Drawing isn't included in measurement. You can use

[flexcoders] Showing icons in ComboBox dropdowns

2007-11-26 Thread Dave Glasser
I need to show icons next to the items in a ComboBox dropdown. Unlike the List class, the ComboBox has no iconFunction property, and its default item renderer class, ListItemRender, has a *protected* icon property. I tried accessing the ComboBox's dropdown property directly, but that

[flexcoders] Re: multiline button on button bar

2007-11-26 Thread myasandy2
Alex - Thanks for the help. I am still stuck. I'm newbie at extending classes. NavBar.as has this note: /** * @private * The factory that generates the instances of the navigation items. * It generates instances of ButtonBarButton for ButtonBar and *

RE: [flexcoders] Re: Capture Flex screen to e-mail...

2007-11-26 Thread Mike Krotscheck
Search the docs :). Looks like IBitmapDrawable is implemented by BitmapData and by DisplayObject. Since Application extends DisplayObject (well, eventually) it looks like you can do the following: var bmp :BitmapData = new BitmapData(Application.application.width,

[flexcoders] Re: Dynamically Changing Easing Function Again

2007-11-26 Thread Amy
--- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: FYI, in case you haven't seen this one: http://www.madeinflex.com/img/entries/2007/05/customeasingexplorer.htm l Yes, I had seen that, which is why I made sure I mentioned that I was trying to explore the built-in

[flexcoders] Re: Showing icons in ComboBox dropdowns

2007-11-26 Thread Matt
Did you mean to post in reply to my question? --- In flexcoders@yahoogroups.com, Dave Glasser [EMAIL PROTECTED] wrote: I need to show icons next to the items in a ComboBox dropdown. Unlike the List class, the ComboBox has no iconFunction property, and its default item renderer class,

[flexcoders] Confirm dialog in Flex?

2007-11-26 Thread Robert Csiki
How would I implement a Confirm-like dialog in Flex? Basically, a confirmation popup (modal) window so the application will wait (freeze) for the user's input and then will use it to continue its execution? Another case would be a session timeout handling. I want to alert the user about it in an

[flexcoders] Re: VerticalScrollBar Not Being Accounted For?

2007-11-26 Thread rrullo
In same boat as you and have had the same question, but never posted it to Flexcoders. So sorry, no answer, but wanted to let you know you are not alone. -Bob --- In flexcoders@yahoogroups.com, Matt [EMAIL PROTECTED] wrote: Hey guys, I'm seeing an issue in my Flex code that I can't imagine

[flexcoders] [AIR] SWFs not displayable inside of a HTMLControl

2007-11-26 Thread khair
I'm using Flex 3 Beta for AIR Is there a way to make SWFs display in the HTMLControl for pages that have Flash content? -- -- Keith H --

RE: [flexcoders] Re: VerticalScrollBar Not Being Accounted For?

2007-11-26 Thread Alex Harui
If scrollPolicy=auto the scrollbar will overlap content. If policy is on the scrollbar will be factored in. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rrullo Sent: Monday, November 26, 2007 12:11 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Confirm dialog in Flex?

2007-11-26 Thread Alex Harui
There is no threads or blocking. After you put up the alert, don't execute any more code until you get the event back from the Alert. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Csiki Sent: Monday, November 26, 2007 12:11 PM

RE: [flexcoders] Re: multiline button on button bar

2007-11-26 Thread Alex Harui
import mx.core.mx_internal; use namespace mx_internal; Note that this API is not officially supported. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of myasandy2 Sent: Monday, November 26, 2007 11:45 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Showing icons in ComboBox dropdowns

2007-11-26 Thread Alex Harui
You should just replace the dropdownFactory with a modified ClassFactory for a list with properties { iconFunction: myFunction } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Glasser Sent: Monday, November 26, 2007 11:47 AM To:

RE: [flexcoders] Re: Application container failed to capture KeyboardEvent

2007-11-26 Thread Alex Harui
Nope, the browsers always steal focus. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zhongtie Sent: Monday, November 26, 2007 9:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Application container failed to capture

[flexcoders] Re: Confirm dialog in Flex?

2007-11-26 Thread Robert Csiki
Thanks Alex, that's what I was doing (using a handler for the Alert's close event), I thought there might be a smarter way doing it. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: There is no threads or blocking. After you put up the alert, don't execute any more code

[flexcoders] Re: VerticalScrollBar Not Being Accounted For?

2007-11-26 Thread Matt
Alex, that did fix the problem, but is there any way to do it without forcing the scrollbars to on? The alternative I see is to compare measuredHeight to height and if measuredHeight is greater then set the scroll policy to on, and when it's equal or less it turns it off. This would be

[flexcoders] Re: multiline button on button bar

2007-11-26 Thread myasandy2
You rock!! It works like a charm. Thanks for sharing your expertise. Sandy --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: import mx.core.mx_internal; use namespace mx_internal; Note that this API is not officially supported.

[flexcoders] error 1006: value not a function; on effect.play()

2007-11-26 Thread Brian
I'm getting this error while trying to call play() on a glow effect I've created. I'm trying to call play() from within a function that is called as a result of a bindable value being changed. Basically I have a data model with bindable data and a Label which displays the data. When the data

RE: [flexcoders] Re: VerticalScrollBar Not Being Accounted For?

2007-11-26 Thread Alex Harui
Haven't really thought if there is a 'better' way. We do it this way so as not to propagate scrollbars down into the children. You might be able to set the paddingRight or tweak viewMetrics to add some padding From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] widget creation on Flex builder and related problems - need some help

2007-11-26 Thread maritakous
Hi all. I am trying to create a desktop widget application and it seems I have made a mistake. As you know, desktop widgets are like small stickers, they do not appear on taskbar and can be hidden or docked. The problem is that I created an AIR application using Flex Builder 3 Beta and now I

RE: [flexcoders] Showing icons in ComboBox dropdowns

2007-11-26 Thread Dave Glasser
Worked like a charm. Thanks! Alex Harui [EMAIL PROTECTED] wrote:You should just replace the dropdownFactory with a modified ClassFactory for a list with properties { iconFunction: myFunction } - From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Flex 3 + LiveCycle: Is debugging Java possible?

2007-11-26 Thread Uber_Nick
You should be able to debug the Java code just fine. If you're using JBoss, make sure the debugging is enabled. The run script has a line in it like this: #JPDA options. Uncomment and modify as appropriate to enable remote debugging . #JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE

[flexcoders] Re: Confirm dialog in Flex?

2007-11-26 Thread per.olesen
--- In flexcoders@yahoogroups.com, Robert Csiki [EMAIL PROTECTED] wrote: How would I implement a Confirm-like dialog in Flex? Basically, a confirmation popup (modal) window so the application will wait (freeze) for the user's input and then will use it to continue its execution? [snip] ..I

[flexcoders] flash.desktop.DragManager documentation location

2007-11-26 Thread Ivo
The documentation at http://livedocs.adobe.com/labs/flex/3/langref/flash/desktop/DragManager.html#doDrag() makes reference to TransferableData which is not available when using Flex Builder. Where can I find the matching documentation to my current Flex Builder 3 installation? Thanks, - Ivo

Re: [flexcoders] RegExp multiple backreferences?

2007-11-26 Thread Adnan Doric
I think you should use g (global) flag in your regexp. Adnan joshuajnoble wrote: Can any RegEx genius :) tell me whether ActionScript 3 properly supports multiple backreferences? The code I'm trying to use is this: private var headerBackreference:RegExp = /H([123]).*?\/H\1/; private

[flexcoders] non-Flex updates not working with Flex (SVN PHPEclipse etc)

2007-11-26 Thread djhatrick
I use to have Subclipse and PHP Eclipse running on Beta 1 and Flex 2 - which was cool. Now when I try to find and install and download these two plugins I get an error: Eclipse Modeling Framework (EMF) - org.eclipse.emf.converter (2.3.0.v200706262000) requires plug-in org.eclipse.jdt.core.

[flexcoders] Re: Helpers - Global function

2007-11-26 Thread Rafael Faria
But what if i wanted to create just normal helpers that will be seen by any package/script/componenet/module ? how would i do it!? --- In flexcoders@yahoogroups.com, Ralf Bokelberg [EMAIL PROTECTED] wrote: Typically you use a class with static methods for this. Cheers Ralf. On Nov 26,

[flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread Mike Morearty
Gordon's right -- the debugger's techniques can't be used outside of the debugger. Its techniques are completely inaccessible from ActionScript. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: cc'ing Mike to get the lowdown on

[flexcoders] Re: Access Flash through JS - FABridge?

2007-11-26 Thread bloodylag
hmm I'm not sure I understand what part is your problem. Are you having problem making javascript calls to flex using FABridge? You seem to have set up the fab call right in flex. Now in your javascript you should do some of the following. When you insert your flash file into the html, you have

RE: [flexcoders] flash.desktop.DragManager documentation location

2007-11-26 Thread Jason Szeto
Ivo, flash.desktop.DragManager was renamed to flash.desktop.NativeDragManager to avoid conflict with the mx.managers.DragManager. Docs are here: http://livedocs.adobe.com/labs/flex3/langref/flash/desktop/NativeDragMan ager.html Jason From:

RE: [flexcoders] error 1006: value not a function; on effect.play()

2007-11-26 Thread Jason Szeto
Brian, Usually it is more helpful if you can post a stack trace with line numbers. mx:Glow id=qtyGlow target=qtyDisplay color=0x99FF66/ Should be: mx:Glow id=qtyGlow target={qtyDisplay} color=0x99FF66/ You need to assign an effect target to an instance, not to the string

[flexcoders] player update followed by redirect loses URL variables

2007-11-26 Thread dr_stone_1024
I have run across some problems where a user using IE6 on WinXP will access my flex app and be forced to upgrade to Flash Player 9. This of course is expected behavior, but the adobe.com does not redirect the browser back to my app correctly. What is happening is: 1) A user clicks a link such

RE: [flexcoders] Dynamically Changing Easing Function Again

2007-11-26 Thread Jason Szeto
Amy, Did you import the easing functions? (ie. import mx.effects.easing.*). I think you'll also have to create dummy variables of each class. These classes won't be linked into the swf unless you perform these steps. GetDefinitionByName will only return a result if the class is linked in.

RE: [flexcoders] Re: Helpers - Global function

2007-11-26 Thread Gordon Smith
It's possible to declare package-level functions. For example: MyApp.mxml -- ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml http://www.adobe.com/2006/mxml mx:Script ![CDATA[ private function clickHandler():void {

RE: [flexcoders] Flex CSS

2007-11-26 Thread Gordon Smith
I believe that a CSS selector such as #padre that starts with a # is supposed to apply only to a tag with id=padre. Unfortunately, Flex doesn't support this usage and therefore rejects the # syntax. The closest thing would be to write a selector such as .padre that starts with a dot and then put

RE: [flexcoders] SetStyleAction - clear style?

2007-11-26 Thread Jason Szeto
Ryan, Try using undefined instead of null. You can also just call clearStyle() in the effectStart handler of any generic effect. Jason From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rkettrey Sent: Monday, November 26, 2007

RE: [flexcoders] Skinning a Panel in Flex

2007-11-26 Thread Jason Szeto
Clinton, Support for Scale9Grid in Panel was added in Flex 3. What version are you running? Jason From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Derrick Anderson Sent: Monday, November 26, 2007 6:53 AM To:

RE: [flexcoders] Re: Dynamically Changing Easing Function Again

2007-11-26 Thread Gordon Smith
This is aggravatingly difficult to do. You don't say what's going wrong, but I suspect that getDefinitionByName() is returning null when you pass it a string like mx.effects.easing.Cubic. That's because the Cubic class doesn't exist in your SWF... the MXML compiler has no way of knowing that

RE: [flexcoders] Re: Dynamically Changing Easing Function Again

2007-11-26 Thread Jason Szeto
Gordon beat me to it. . . This works for me: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ import mx.effects.easing.*; private var

Re: [flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread Aaron Miller
What about making the properties protected and extending the class down into a reflector class which is used to spy on it's parents? To get a true copy of the original, couldn't you also access the protected properties though an instance of the parent class? I know you can access the private

[flexcoders] Re: player update followed by redirect loses URL variables

2007-11-26 Thread bloodylag
Hey Seth, I know this isn't a solution your looking for but is it possible for you to store those values into a session variable to use again later if the i and j aren't set in the url. Again I have nothing further to suggest with the main argument you described sorry.

[flexcoders] Re: Dynamically Changing Easing Function Again

2007-11-26 Thread Amy
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: This is aggravatingly difficult to do. You don't say what's going wrong, but I suspect that getDefinitionByName() is returning null when you pass it a string like mx.effects.easing.Cubic. That's because the Cubic

[flexcoders] tweening an iframe container

2007-11-26 Thread elr
Hi all, I place instances of iframe component (the Alistair Rutherford's version of the C. Conraets's component) ) into a tabnavigator itself into a panel It works nearly perfectly (thx to Alistair's help) but as you can check by yourself, after some moves mixed with some tab switching, It

[flexcoders] How can I avoid jumping / flickering when changing the dataprovider in a list box?

2007-11-26 Thread Anzer
Hi, I am programmatically changing the values in an array collection which is the data provider of a list box. When I change the values the list box is flickering, how can I avoid it? My intention is to show an interface like windows explorer. I want to do in place re naming and deleting in

[flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread marty.pitt
I like where that's headedbut can you specify generate a class at runtime, and specify it's superclass? --- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: What about making the properties protected and extending the class down into a reflector class which is used to

[flexcoders] Re: looking for a decent throbber

2007-11-26 Thread argmn
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: There is always the ProgressBar. Tracy I used a simple technique in a component I wrote called PreloadingImage. It adds a graphical preloading display to the mx.controls.Image class. I used the PopupManager to get