[flexcoders] PrintJob black background

2011-09-15 Thread j2me_soul
The print is always has black background on the pager. protected function print_clickHandler(event:MouseEvent):void { try{ var printUI:PrintUIOptions = new PrintUIOptions(); printUI.disablePageRange = true; printjob.start2( printUI, false ); printjob.addPage( printContent, new

[flexcoders] Centreing the Initial Preloader

2011-09-15 Thread Karim Beyrouti
Hello Flexcoders, I have an AIR app ( desktop AIR 2.7 / Spark App ) - and the initial preloaded is not centred. Now - this is not essential - but it's bugging me. Any know how to centre the initial/default preloader ?. Thanks in advance. - karim

[flexcoders] mx.controls.HTML in AS3 project

2011-09-15 Thread rwgcoenen
Hello group, I want to use the mx.controls.HTML component in a AS3 / AIR project.When I create a AS3/AIR project in Flash Builder it gives an error when I try to import mx.controls.HTML I reckon I need to add a .swc to the build path, but I fail to figure out which .swc(/.swcs) provide the HTML

[flexcoders] flex 3 - resized image dimensions

2011-09-15 Thread Jason Korzen
Hi - I was hoping somebody could point me in the right direction with this question which has been killing me. I'm using Flex Builder 3. I've loaded a jpeg into an mx:image control, with proportions constrained and the percentWidth set to 100 e.g.: var thisImg:Image = new Image(); thisImg.src =

[flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
Hey all - can't see why but I'm getting an error when I'm trying to drag a simple item / itemrenderer in a spark list - itemrenderer consists of one label and two checkboxes -- I get this: rror: Skin for

Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
Strange - just tested and got the same problem - like a checkbox in an itemRenderer can't be dragged?! What the... On Sep 16, 2011, at 1:43 AM, grimmwerks wrote: Hey all - can't see why but I'm getting an error when I'm trying to drag a simple item / itemrenderer in a spark list -

Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
Stranger still the mx checkbox works fine, spark checkbox no go. Going to see if I can create a custom skin and try again. On Sep 16, 2011, at 1:51 AM, grimmwerks wrote: Strange - just tested and got the same problem - like a checkbox in an itemRenderer can't be dragged?! What the...