Re: [flexcoders] datagrid not rendering after dataprovider update

2012-04-04 Thread Wouter Schreuders
I thought that that may be the case, so I removed all my custom itemrenderers but the problem remains, I've also noticed that the problem only occurs after I have entered a date range, if I stick with the standard date range then problem doesn't occur. On 3 April 2012 22:23, Alex Harui

[flexcoders] cannot call other class where is in same folder

2012-04-04 Thread Suvd Sukhbaatar
Hello, I'm beginner. I have a problem with Flash builder (AS). This group can help me, I think. I was trying to create actionscript game, already had a 2 class file, and first can call second class, it was worked. But suddenly cannot call second class. I have any changes of two class file,

[flexcoders] Re: AIR 3.2 Update Breaks My App

2012-04-04 Thread reygeek
I'm bumping this in hopes of a response from anyone. All my debugging approaches have come up empty so far. Thanks! -Jake --- In flexcoders@yahoogroups.com, Jake Churchill reynacho@... wrote: Good morning community, I have an AIR app developed under the 3.1 SDK which is used for

Re: [flexcoders] datagrid not rendering after dataprovider update

2012-04-04 Thread Alex Harui
MX or Spark DG? On 4/4/12 12:05 AM, Wouter Schreuders wschreud...@gmail.com wrote: I thought that that may be the case, so I removed all my custom itemrenderers but the problem remains, I've also noticed that the problem only occurs after I have entered a date range, if I stick with the

[flexcoders] Combobox / DropDownList

2012-04-04 Thread hawkcode2
Hi, I have a mobile app and I'm using the mx combobox. Adobe doesn't recomend this for mobile apps. I tried the spark combo and dropdown, both of which do not work well in a mobile app. Looked horible and didn't respond to touches. But Abobe also says Adobe discourages using ComboBox when

Re: [flexcoders] datagrid not rendering after dataprovider update

2012-04-04 Thread Wouter Schreuders
spark DG On 4 April 2012 17:28, Alex Harui aha...@adobe.com wrote: ** MX or Spark DG? On 4/4/12 12:05 AM, Wouter Schreuders wschreud...@gmail.com wrote: I thought that that may be the case, so I removed all my custom itemrenderers but the problem remains, I've also noticed that

[flexcoders] Colors in FB 4.6 - Hi lights all Identifiers

2012-04-04 Thread hawkcode2
Hi, I can not find where the setting is to chang the color for when you put the curser on an identifier, it hilights every where it is used. I love the feature, just want to change the color as its to close to other colors. Thanks Rich

[flexcoders] Rendering Freezes

2012-04-04 Thread Jake Churchill
Coders: I posted an issue regarding the update to AIR 3.2 recently but I now have more information. The app appears to freeze but I've plugged in some debugging tools and network monitors and I have been able to find out that the rendering of the app freezes, but the app itself continues to run.

Re: [flexcoders] Rendering Freezes

2012-04-04 Thread Alex Harui
Is it intermittent or can you reproduce it at will? On 4/4/12 12:32 PM, Jake Churchill reyna...@gmail.com wrote: Coders: I posted an issue regarding the update to AIR 3.2 recently but I now have more information. The app appears to freeze but I've plugged in some debugging tools and

Re: [flexcoders] datagrid not rendering after dataprovider update

2012-04-04 Thread Alex Harui
Do you have a simple test case? On 4/4/12 8:43 AM, Wouter Schreuders wschreud...@gmail.com wrote: spark DG On 4 April 2012 17:28, Alex Harui aha...@adobe.com wrote: MX or Spark DG? On 4/4/12 12:05 AM, Wouter Schreuders wschreud...@gmail.com http://wschreud...@gmail.com wrote:

Re: [flexcoders] Rendering Freezes

2012-04-04 Thread Jake Churchill
Alex, It's intermittent, but routinely happens after the app has been open for 10-15 minutes. But, it's not EVERY time. I've tied in Monster Debugger and I can see after the freeze that updates, data and certain component lifecycle events that I'm looking at are still firing, just no visual.

Re: [flexcoders] Rendering Freezes

2012-04-04 Thread Alex Harui
Mac and Win? Different GPU configs? What does memory and CPU for the process look like? On 4/4/12 2:37 PM, Jake Churchill reyna...@gmail.com wrote: Alex, It's intermittent, but routinely happens after the app has been open for 10-15 minutes. But, it's not EVERY time. I've tied in

Re: [flexcoders] Colors in FB 4.6 - Hi lights all Identifiers

2012-04-04 Thread Peter Ginneberge
Window Preferences In the Preferences window type: annotations in the filter box at the top or go to: General Editors Text Editors Annotations Select Occurrences in the Annotation types list and change the color to your liking. Enjoy. - Original Message - From: hawkcode2

Re: [flexcoders] Rendering Freezes

2012-04-04 Thread Jake Churchill
Windows for now. I haven't been able to duplicate issue on a mac but it doesn't mean it's not there. I have not altered the renderMode so it should be running auto. CPU runs between 0 and about 8% depending on how much data is coming down the line (socket connection). Memory spikes as high as

Re: [flexcoders] Colors in FB 4.6 - Hi lights all Identifiers

2012-04-04 Thread Peter Ginneberge
Select Occurrences in the Annotation types list and change the color to your liking. It's actually Actionscript Occurrences in the list. Guess Occurrences is for none flex (.as, .mxml) files. regards, Peter - Original Message - From: Peter Ginneberge p.ginnebe...@telenet.be To:

Re: [flexcoders] Rendering Freezes

2012-04-04 Thread Alex Harui
Did you check bugbase.adobe.com to see if this is a known issue? If you set enterFrame and exitFrame event handlers, do they get called? If so, how often? How about mouse or keyboard event? Does the profiler continue to work? What does it say is running? On 4/4/12 7:17 PM, Jake Churchill