[flexcoders] Re: Drawing letters -- sprites?

2008-05-12 Thread icodeflex
is this what you are after? The key is to call textFormat on your text. import flash.text.TextField; import flash.text.TextFormat; /// some method calls code like this line to kick it off: this.rawChildren.addChild( createWhiteCircle( 1 ) ); private function createLabel( color:

[flexcoders] looking for documentation on FB3 .actionScriptProperties file

2008-06-19 Thread icodeflex
hi everyone, I have been digging around but was unable to find documentation on the .actionScriptProperties file for FB3. I am specifically interested in more info on the libraryPath, libraryPathEntry, and compiler properties. Anyone know where I can find the documentation? thank you! Dustin

[flexcoders] using mx:States, newly displayed fields are not getting tab focus

2008-07-11 Thread icodeflex
Oh mighty list, I need some help. I have a Canvas which I am using to layout a bunch of TextInput fields. Using mx:States, I am conditionally displaying other Canvas containers with more TextInput fields on the main canvas. The problem is that when I display the fields on the Canvas containers

[flexcoders] PieSeries label question- need more formatting control of the label.

2008-08-22 Thread icodeflex
Hello- I have a requirement to style the text in a PieSeries label to display with mixed sized text, colors, and fonts. I am thinking the solution lies in a labelRenderer for the PieSeries- which as far as I can tell isn't supported in the out of the box PieSeries. Has anyone done this before

[flexcoders] has anyone styled a PieSeries label with mixed fonts, sizes, and colors?

2008-08-25 Thread icodeflex
Hello- [ sorry for spamming everyone againÂ… I posted this question on Friday night without luck, and am trying again. ] I have a requirement to style the text in a PieSeries label to display with mixed sized text, colors, and fonts. I haven't had luck yet finding any properties of the PieSeries

[flexcoders] Re: Is Flex the wrong technology for widgets? SWF file sizes are too big...

2008-12-18 Thread icodeflex
I think RSLs are the key to keeping file side down on your Flex apps. The Flex framework is about 1.5 megs worth of code, and it only gets bigger if youre doing charting, rpc, etc. A Flex app gets a tough hit dragging all this supporting code into the app. That said though, if you reference these

[flexcoders] Need help- cannot insert multiple statements in one SQL transaction.

2009-04-17 Thread icodeflex
Air and Flex experts- I am having a heck of a time getting multiple insert and update statements to run within one transaction against my Air applications SQLite db. Only the first INSERT, UPDATE, or DELETE makes it in. I am not seeing errors, but it seems like it is failing. If I run the same