[flexcoders] FB4: editing one project, not finding classes from another referenced project

2010-04-27 Thread technusiast
Hi FlexCoders, I'm using Flashbuilder 4 and have 2 different projects that are both open. Project A is set up so that it references the source folder of Project B. When editing files from A, the code hints show the classes from B. I just inherited this setup. I just added new classes in Pro

[flexcoders] incorrect component focus when returning to Flex app

2010-04-28 Thread technusiast
Hello, In my FB4 app, I click on an item renderer, which puts the focus on the text input field within the item renderer. I then click on another component X in the same app. The focus is now correctly in the last component I clicked on. I then click away from the FB4 app browser, on another

[flexcoders] DataGrid error when scrolling to last row and starting item edit

2010-06-03 Thread technusiast
Hi, I have a subclass of the DataGrid, with two columns, each with its own renderer. One renderer has a button, which when clicked, starts item edit (consisting of a TextInput). Consistently, when there are too many rows for one pageful, scrolling down to the last row and starting item edit, r

Re: [flexcoders] DataGrid error when scrolling to last row and starting item edit

2010-06-07 Thread Technusiast
ursday, June 3, 2010 22:02:43 Subject: Re: [flexcoders] DataGrid error when scrolling to last row and starting item edit Can you reproduce the problem with a generic two-column DataGrid? On 6/3/10 3:48 PM, "technusiast" wrote: >> >> >> > >>Hi, >

Re: [flexcoders] Re: Modify binding event

2010-06-10 Thread Technusiast
I believe you can listen for the change event dispatched by the associated textinput as the user edits. This event should fire for each keystroke applied to the textinput that changes its value. Assuming that the textinput value is valid, you can then make changes to the model.

[flexcoders] openplug

2010-06-11 Thread Technusiast
Just wondering if anyone else here has also tried OpenPlug (http://developer. openplug. com/), and what you think of the product.__

Re: [flexcoders] Wheres my scrollbars gone? mx:Application to s:Application

2010-06-25 Thread Technusiast
I did that, by adding the Scroller in a skin file. Scrollbar appears, but not responsive to mouse wheel. Where should I look? On Jun 25, 2010, at 10:28 AM, Alex Harui wrote: You have to add a Scroller to get scrollbars. On 6/25/10 3:09 AM, "Clark Stevenson" wrote: Hey everyone.

[flexcoders] list event listener(s) for an event type?

2010-06-29 Thread Technusiast
Hello, These are more of AS3 questions, but probably useful for Flex: Is it possible to have more than one active event listener for the same event type on the same event dispatcher instance? Is it possible to list all the listener functions ( 1 or all ) for a particular event type? Thanks.

Re: [flexcoders] Re: The lifespan of flex.

2010-07-03 Thread Technusiast
For its completeness and integration of solutions, no one can hold a candle to Adobe: Photoshop, illustrator, flash cs5, flash builder, actionscript, air, coldfusion. Is there any other company that provides class-leading products in each and every component (both design and run-time) of an Int

[flexcoders] scale9grid question

2011-08-11 Thread technusiast
I am working with Flex 3, and import a movieclip symbol from a SWF. The symbol is rectangular and has scale9 grid enabled because it has rounded corners. Inside the area of the grid where objects resize both horizontally and vertically, I placed another symbol. But I do not want this 2nd symb

Re: [flexcoders] scale9grid question

2011-08-12 Thread Technusiast
children of that one and manage both that way. On Fri, Aug 12, 2011 at 12:57 AM, technusiast wrote: > I am working with Flex 3, and import a movieclip symbol from a SWF.  The > symbol is rectangular and has scale9 grid enabled because it has rounded > corners.  Inside the area of