Ok I'm going nuts trying to update something that was working in F3 to 4.6 and it's just not working as expected; I've two images, one being a smaller...
165061
Ranggalawe
erich_erlangga
Apr 2, 2012 6:32 pm
Hello, I noticed that my application started to behave differently in in FP 11.2.202.228. It's a webmapping application with standard navigation:...
165062
hawkcode2
Apr 3, 2012 2:59 am
Hi, I am pulling my hair out. I have FB 4.6 and am doing a mobile project. Only using FB not using anything else. I have Several Comboboxes Defined in XML and...
165063
Alex Harui
alex_harui
Apr 3, 2012 4:32 am
Mx components are not made available to mobile projects by default. You can add mx.swc to your project if you want, but you should try to use all Spark stuff....
165064
Jake Churchill
reygeek
Apr 3, 2012 2:29 pm
Good morning community, I have an AIR app developed under the 3.1 SDK which is used for displaying real-time charting data. It's not overly complex, just a...
165065
Wouter Schreuders
syllogism
Apr 3, 2012 6:44 pm
Hi All I've run into a rendering problem with the datagrid. I have a datagrid that a user can search using a date range, furthermore the user can also search...
165066
Richard Albrecht
hawkcode2
Apr 3, 2012 6:44 pm
Thansk for the responce. I have tried closing, the file, the project and FB all to no avail. Where do I report bug and post sample. I was able to re-create it...
165067
Richard Albrecht
hawkcode2
Apr 3, 2012 6:44 pm
Hi, I tried using the spark combobox but it didn't look as good as the mx one. Don't know how all the skinning stuff works yet. I will put back the spark and...
165068
Alex Harui
alex_harui
Apr 3, 2012 8:23 pm
That sounds more like an issue with custom renderers. On 4/3/12 4:47 AM, "Wouter Schreuders" <wschreuders@...> wrote: Hi All I've run into a rendering...
165069
Wouter Schreuders
syllogism
Apr 4, 2012 12:42 pm
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...
165070
Suvd Sukhbaatar
suvdan227
Apr 4, 2012 12:42 pm
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...
165071
reygeek
Apr 4, 2012 2:49 pm
I'm bumping this in hopes of a response from anyone. All my debugging approaches have come up empty so far. Thanks! -Jake...
165072
Alex Harui
alex_harui
Apr 4, 2012 3:29 pm
MX or Spark DG? On 4/4/12 12:05 AM, "Wouter Schreuders" <wschreuders@...> wrote: I thought that that may be the case, so I removed all my custom...
165073
hawkcode2
Apr 4, 2012 6:52 pm
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...
165074
Wouter Schreuders
syllogism
Apr 4, 2012 6:52 pm
spark DG...
165075
hawkcode2
Apr 4, 2012 7:11 pm
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...
165076
Jake Churchill
reygeek
Apr 4, 2012 7:32 pm
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 ...
165077
Alex Harui
alex_harui
Apr 4, 2012 9:12 pm
Is it intermittent or can you reproduce it at will? On 4/4/12 12:32 PM, "Jake Churchill" <reynacho@...> wrote: Coders: I posted an issue regarding the...
165078
Alex Harui
alex_harui
Apr 4, 2012 9:12 pm
Do you have a simple test case? On 4/4/12 8:43 AM, "Wouter Schreuders" <wschreuders@...> wrote: spark DG On 4 April 2012 17:28, Alex Harui...
165079
Jake Churchill
reygeek
Apr 4, 2012 9:37 pm
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...
165080
Alex Harui
alex_harui
Apr 5, 2012 12:37 am
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" <reynacho@...> wrote: Alex,...
165081
Peter Ginneberge
muzakdeezign
Apr 5, 2012 2:11 am
Window > Preferences In the Preferences window type: "annotations" in the filter box at the top or go to: General > Editors > Text Editors > Annotations Select...
165082
Jake Churchill
reygeek
Apr 5, 2012 2:17 am
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...
165083
Peter Ginneberge
muzakdeezign
Apr 5, 2012 2:21 am
... It's actually "Actionscript Occurrences" in the list. Guess "Occurrences" is for none flex (.as, .mxml) files. regards, Peter ... From: "Peter Ginneberge"...
165084
Alex Harui
alex_harui
Apr 5, 2012 3:42 am
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?...
165085
Angelo Anolin
angelo_anolin
Apr 5, 2012 6:07 am
Anyone here has code sample of flex application consuming a .NET webservice that is a DataSet serialized to bytearray? Appreciate any input. Thanks. Angelo...
165086
Jake Churchill
reygeek
Apr 5, 2012 3:52 pm
Alex, It appears there is a bug for this: https://bugbase.adobe.com/index.cfm?event=bug&id=3155398 I set handlers on enterFrame and exitFrame on the chart...
165087
Wouter Schreuders
syllogism
Apr 5, 2012 10:38 pm
I'll put one together now and see if I can replicate it...
165088
jbarts
jbarts1000
Apr 5, 2012 10:38 pm
Hi, I've got a problem where I need to sort a collection to match another collection39;s ordering. The ordering isn't standard like 1,2,3,4 our A,B,C but like...
165089
Alex Harui
alex_harui
Apr 5, 2012 11:08 pm
Sounds like a bug in the idle management in AIR. They’ve been trying different things to reduce CPU usage when “idle”. If you are getting mouse events,...