Re: visual editor still missing ?

2014-03-15 Thread Arne Broedel
I personally stopped working with it long time before adobe abandoned it. I think if you do a lot of layouting in code you see the picture in your mind. I was much slower with the wysiwyg then with plain mxml. I think that was the case for many others too. But other designers I know really do miss

Re: Printing at a set DPI

2014-02-05 Thread Arne Broedel
I was working on a project some time ago and had problems with bad quality. I dont have it on my computer here but I remember that I scaled all objects up before printing to get a better resolution in the pdf or printout. What I did maybe a poor solution but it worked okay for me. Something like

Re: O'Reilly Apache Flex book help

2014-01-23 Thread Arne Broedel
Great I love to read this thread and feel the engagement. I would want a copy just because this community drives it. Am 23.01.2014 09:07 schrieb Patel Amit amitpowerpe...@gmail.com: Here what I want to into the wishlist as following :: - Apache Flex new sdks and improvement on Adobe flex 4.6

Uncaught exception with weborb and flex sdk4.6

2014-01-17 Thread Arne Broedel
Hi, there was a quite similar discussion a while ago and I wanted to ask if someone found a solution. I want to use weborbForJava for remoting purposes. when I use flex 4.9 and later I always get a compiler error (in Flash Builder an uncaught exception and in intelliJ an unknown error). It shows

Re: Uncaught exception with weborb and flex sdk4.6

2014-01-17 Thread Arne Broedel
not select the option to install the BlazeDS libraries. It is one of the options when you install an Apache Flex SDK. -Alex On 1/17/14 4:27 PM, Arne Broedel arne.broe...@googlemail.com wrote: Hi, there was a quite similar discussion a while ago and I wanted to ask if someone found

Re: Flexmojos 7.x

2013-11-15 Thread Arne Broedel
Thank you Chris Am 15.11.2013 15:14 schrieb christofer.d...@c-ware.de christofer.d...@c-ware.de: Hi guys, as I am currently unable to spare enough time to work on the new Apache Flex-maven-plugin, I decided to shape-up Flexmojos a Little. The Major Change will be that it will only work with

Re: Developing default Templates/best practices for generating an ActionScript model?

2013-10-22 Thread Arne Broedel
Yeah, I would really appreciate that as I was quite unsure about the ideal model. Many examples I found where quite different, which was confusing to a newbie. Am 17.10.2013 11:38 schrieb christofer.d...@c-ware.de christofer.d...@c-ware.de: Hi, in another thread I was having Trouble with my

Mavenized SDK- Missing themes.spark swc

2013-09-23 Thread Arne Broedel
Hey flex-community, I know there have been multiple threads on maven and Flex-Mojos. Most of my difficulties (till now) I was able to solve with the help other posts in the mailing list and the Maven book. But I didnt find something to help me here: [ERROR] Failed to execute goal

Re: backends - parse/backendless/roll your own

2013-09-07 Thread Arne Broedel
Is there anyone who tested backendless? It looks really promising to me but I have difficulties to query my data. 2013/8/27 Jerry Hamby jerryha...@vdex.com Just wanted to followup on the statement I made about not being able to do PUT and DELETE in Flex. I have found a way to make it happen,

Re: illegal override in Flex 4.10, not in 4.6

2013-08-28 Thread Arne Broedel
so there is no simple workaround. Either Flex SDK would have to be changed or the weborb.swc. So I will probably have to use Flex 4.6. Is that right? 2013/8/28 Alex Harui aha...@adobe.com On 8/27/13 10:35 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, That's always a risk when

Re: illegal override in Flex 4.10, not in 4.6

2013-08-28 Thread Arne Broedel
I will also contact the weborb guys 2013/8/28 Arne Broedel arne.broe...@googlemail.com so there is no simple workaround. Either Flex SDK would have to be changed or the weborb.swc. So I will probably have to use Flex 4.6. Is that right? 2013/8/28 Alex Harui aha...@adobe.com On 8/27/13

illegal override in Flex 4.10, not in 4.6

2013-08-27 Thread Arne Broedel
Hi, I'm trying out WebOrb for Java with a little testApp. When trying to use Flex 4.10 I get the following Error. Using Flex 4.6 everything works fine. VerifyError: Error #1053: Illegal override of removeItem in weborb.data.ActiveCollection. at flash.display::MovieClip/nextFrame() at

Re: Preferred way of connecting to MySql

2013-08-26 Thread Arne Broedel
runs without problems! Another alternative could be AmfPHP. This could be interesting for you: http://www.silexlabs.org/136374/the-blog/amfphp-survives-zend-amf/ http://www.silexlabs.org/amfphp/ Olaf -Ursprüngliche Nachricht- Von: Arne Broedel [mailto:arne.broe...@googlemail.com

Preferred way of connecting to MySql

2013-08-25 Thread Arne Broedel
Hello, I have a Flex Application that is running on Desktop with AIR and a Sqlite database. No I want to change it to work in the browser as a webapplication using MySql. What is the most common/easiest/fastest/flexible way to to this. Would you prefer for example php with amfphp/zendamf or better

Resizable Component that manages to keep its proportions

2013-08-15 Thread Arne Broedel
Hi Flex-Community, I am skinning a Button with an icon. The Button should be sizable but keep its proportions. Its proportions width to height is 2 to 1. So every time the width is changed the height shall change to width/2 and every time the height is changed the width shall change to height*2.

Resizable Component that manages to keep its proportions

2013-08-15 Thread Arne Broedel
Hi Flex-Community, I am skinning a Button with an icon. The Button should be sizable but keep its proportions. Its proportions width to height is 2 to 1. So every time the width is changed the height shall change to width/2 and every time the height is changed the width shall change to height*2.

Re: Resizable Component that manages to keep its proportions

2013-08-15 Thread Arne Broedel
and/or explicitWidth On 8/15/13 11:43 AM, Arne Broedel a...@trainon.net wrote: Hi Flex-Community, I am skinning a Button with an icon. The Button should be sizable but keep its proportions. Its proportions width to height is 2 to 1. So every time the width is changed the height shall change

Re: Resizable Component that manages to keep its proportions

2013-08-15 Thread Arne Broedel
the setters. Sounds like you got it working though. On 8/15/13 2:58 PM, Arne Broedel arne.broe...@googlemail.com wrote: but the measure method will only be invoked when adding the object to a container. So it wont work on resize, does it? The only way I could get it working is this script in my