Re: Distance beetween Checkbox and Text

2015-03-30 Thread kevin.godell
I don't think there is any property or style that you can target to make that tweak. You can create a custom skin for the checkbox and make any adjustments to the positioning in the new skin. On Monday, March 30, 2015, mark goldin [via Apache Flex Users] < ml-node+s246n9941...@n4.nabble.com> w

Re: [ANNOUNCEMENT] Apache Flex SDK 4.14.1 is released

2015-03-30 Thread OmPrakash Muppirala
Hey, it looks like binaries have not propagated to all the mirrors yet. I would advice you to try it after 24 hours. Sorry for the confusion. Thanks, Om On Mon, Mar 30, 2015 at 6:34 AM, Guckelsberger, Günter < guckelsber...@mapletec.de> wrote: > Hi Erik, > > using flex installer, the download

[TDF Mobile] Releasing TDF Mobile

2015-03-30 Thread OmPrakash Muppirala
Now that 4.14.1 is out of the way, I want to concentrate on releasing the new Tour de Flex Mobile app on Google Play and Apple App stores. I have rebuilt the iOS and Android apps with the new skins and they do look pretty good, good enough to release. I plan to be the release manager for this rel

What's with my FB

2015-03-30 Thread mark goldin
Today all of a sudden I have to run twice for my changes to appear. Am I running into a known problem? Thanks

Re: HTTP Basic Authentication for URLRequest

2015-03-30 Thread douglowder
You should be aware that hard-coding the authentication parameters as you have done in the examples makes those values visible to anyone with the application. Running the app is not even necessary; just examining the file, such as with a decompiler, will make the username and password values visib

Re: Combobox with icons

2015-03-30 Thread mark goldin
Well, I am doing something like this ... Here is some code, simplified: My item renderer is based on HBox. private var image:Bitmap = new Bitmap(); private function init():void { var uic:UIComponent = new UIComponent(); uic.addChild(image); addChild(uic); } override public function set data(valu

GirdItem width

2015-03-30 Thread mark goldin
I am using GridItem to create a number of rows with columns with equal width. Here is my code: There is a large gap between a label and a combo. How can I adjust it? Thanks

Distance beetween Checkbox and Text

2015-03-30 Thread mark goldin
How can I change it? I tried textIntent and horizontalGap of the checkbox but it did not help. I am using Flex 3 and SDK 4.13. Thanks for help.

Re: [ANNOUNCEMENT] Apache Flex SDK 4.14.1 is released

2015-03-30 Thread Guckelsberger , Günter
Hi Erik, using flex installer, the download fails from http://mirror.arcor-online.net/www.apache.org/flex/4.14.1/binaries/apache-flex-sdk-4.14.1-bin.tar.gz maybe it´s the wrong path? Guenter 2015-03-30 12:23 GMT+02:00 Erik de Bruin : > The Apache Flex community is pleased to announce the releas

[ANNOUNCEMENT] Apache Flex SDK 4.14.1 is released

2015-03-30 Thread Erik de Bruin
The Apache Flex community is pleased to announce the release of Apache Flex SDK 4.14.1 The update has these new features and the following bug fixes: FLEX-34772 Add padding property to VerticalLayout/VGroup, HorizontalLayout/HGroup and TileLayout/TileGroup FLEX-34712 Callout loses anchor to Cal