Re: [flexcoders] Orange Question Mark - FB 4.6 Can't see mx:ComboBox that is defined in XML

2012-04-02 Thread Alex Harui
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. On 4/2/12 6:04 PM, "hawkcode2" wrote: Hi, I am pulling my hair out. I have FB 4.6 and am doing a mobile project. Only using FB

[flexcoders] Orange Question Mark - FB 4.6 Can't see mx:ComboBox that is defined in XML

2012-04-02 Thread hawkcode2
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 am accessing 2 different ones here: private function test():void { dgType.x=10;

[flexcoders] Flash Player 11.2 issue

2012-04-02 Thread Ranggalawe
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: zoomin-out,pan,mouse zoom etc built using older Flex 3.6 SDK targetting flash player 11 (replacing swc with the latest build). Here are some obser

[flexcoders] matrix math examples / scaling + transforming an image...

2012-04-02 Thread grimmwerks
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 navigator view of the larger image. The user can change the scale of the area to be viewed, and on the smaller 'map' view there's a little d

[flexcoders] Adding Headers to Web Service for Compression

2012-04-02 Thread Angelo Anolin
Hi FlexCoders, Anyone here has a working example of adding headers to the web service call such that Accept-Encoding gzip compression is added to the request headers? I have already enabled compression on the IIS 6 (Windows 2003) server and from the IE9 developer tools, I can see that the Reque