Yeah my workflow is similar to what Nick described. Our UI design tends to be 90% done before integration or much code is written. But we've never had design view totally "break" either; perhaps I'm misunderstanding what people mean by that, or we've been lucky.

For most of our UIs, layout at runtime--other than having a few V/HBoxes autosize or whatever--it's just not ever going to be feasible. You'll have to trust me on that I guess. We rarely use repeaters or components instantiated in ActionScript & added dynamically, and I agree DV isn't even needed in those cases. (Sometimes I've worked around it if needed, such as adding those dynamic components to an explicit dimension scrolling container.)

Anyway, as for figuring out an ideal replacement tool... FB 4.6 won't be around forever, and Adobe already makes it hard if not impossible to even purchase. It sounds like the only option for us (@work) is to continue using FB 4.0. Which means I'm uncertain which SDK (Adobe or Apache) I'd choose next time a new project comes along. I'm not sure how I feel about doing initial design under an Adobe SDK and then upgrading to Apache and permanently losing design view conveniences. Concerned about O&M efficiency for the future.

I would have considered jumping on board to assist an existing OSS designer tool project (this is why I started the thread), but I doubt my commitment taking on such a project. Need to think on this a bit.

-Eric


On 9/12/2013 12:08 PM, John Cunliffe wrote:
You might wanna use a reflection tool to get it right at runtime. Design
views are not needed for this and don't work for generative frameworks
either. Reflection always works.
Am 04.09.2013 16:30 schrieb "Nicholas Kwiatkowski" <nicho...@spoon.as>:

That's a bit harsh.  I used design view all the time to do basic layout
before I did any coding.  You could quickly prototype your app and get
things laid out correctly before you hooked it up and "broke design view."
  Nothing frustrated me more than having to recompile my app every time I
have to make a pixel adjustment,,, Getting it right first was key.

-Nick


On Tue, Sep 3, 2013 at 10:30 PM, Nick Collins <ndcoll...@gmail.com> wrote:

I would respectfully disagree. Every Flex engineer worth their salt that
I
have ever worked with dumped the design view after about week 3 of
learning
Flex.

Typically after that point when you start integrating your code with real
live data sources that are driving your UI the design view rapidly
becomes
worthless. You start drawing your UI dynamically based on the data that
is
provided, learn that the demos they do with data binding will never be
used
in the real world because of the performance hits you get by just
putting a
[Bindable] on everything without custom events tied to them, etc. and the
design view would just fall apart with those real world scenarios.


On Tue, Sep 3, 2013 at 8:58 PM, Eric <eh.fx...@gmail.com> wrote:

I wasn't able to find anything recent about a UI design tool for Apache
Flex.  There seemed to be some discussion of this awhile back, but how
far
did it get?  Are there any links to a project or source?  Sorry if this
has
been brought up 100 times already.  I think a tool like this will be
crucial (in "the enterprise space") to help power the widespread
adoption
that Falcon will hopefully bring.





Reply via email to