Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD61B9F83 for ; Thu, 16 Feb 2012 15:47:32 +0000 (UTC) Received: (qmail 7439 invoked by uid 500); 16 Feb 2012 15:47:32 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 7401 invoked by uid 500); 16 Feb 2012 15:47:32 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 7393 invoked by uid 99); 16 Feb 2012 15:47:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 15:47:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paw.suddergaard@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 15:47:26 +0000 Received: by pbcum15 with SMTP id um15so2216001pbc.6 for ; Thu, 16 Feb 2012 07:47:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IY7dWstnoG5ltQFD1Q9UP7TeIe9Ax1YxhnNebfAaTTk=; b=qLQCB+13GG/QN7IK9YxSLhHEAA6WG9yeTARzRPo6WSC3+Ubb2t9sYN3Py+Hr/IEXXG 0XyZaibbOjtBijXnGNvQzuB3MKx6B7dxkE8uTPDKIjwJxOFQ9Nq1qwDW7GL35Um+iDbP dQu+vWUZt3c7WTuJYzcxYZWWG4Ego5H/NOq5w= MIME-Version: 1.0 Received: by 10.68.136.161 with SMTP id qb1mr8844598pbb.34.1329407226139; Thu, 16 Feb 2012 07:47:06 -0800 (PST) Received: by 10.143.13.15 with HTTP; Thu, 16 Feb 2012 07:47:06 -0800 (PST) In-Reply-To: References: <030b01ccecb6$8850a010$98f1e030$@gmail.com> Date: Thu, 16 Feb 2012 16:47:06 +0100 Message-ID: Subject: Re: [RT] Design View in FlashBuilder From: Paw Suddergaard To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b10d20779d60904b916bdf9 --047d7b10d20779d60904b916bdf9 Content-Type: text/plain; charset=UTF-8 Hi All, I've been developing flex since flex 2, and i still use design view somtimes. Its great for some things, and really poor at other things. For quick mockups / test projects it is invaluable! For advanced layouts with custom skins and bindable variables it really is useless. So it really depends on what you are doing. I think it's a great possibility to have. But yes, i turn it off whenever i start coding. My 2 cents... Paw On Thu, Feb 16, 2012 at 4:35 PM, Jack Ring wrote: > I've been coding Flex apps since '06 and started to use design view to > bump things around only about 6 mos ago. > > It has improved my workflow. I can't imagine not using it anymore. I do > however toggle Enable Design View on when needed. > > Jack > > > > On Feb 16, 2012, at 10:25 AM, Nicholas Kwiatkowski > wrote: > > > I've been developing Flex applications since 2005, and yes I still use > the > > Design View. My workflow usually consists of mocking up an application > > quickly and getting customer sign-off on a non-functional UX prototype. > > It's not about dragging-and-dropping stuff onto the stage, but rather > > making sure they line up, look cohesive, and have a good UX feel. (Does > > this button look better with 10px spacing, or 12? Is 100px enough space > > for this button including the icon and text? If I only have 150px width > > for my app, do three buttons look too crowded?). Once the UX is signed > > off, then I go into code view and never look back. > > > > But for that case, it make the tool for me. There are so many other > tools > > that are much better at straight ActionScript -- but some of the design > > view and other small things that I expect to be cut based on these > > announcements are what keep me in Flash Builder. > > > > On another related note, it looks like there is a plugin being developed > > for IntelliJ that will fill this gap. It won't allow drag-and-drop, but > it > > will have a live-preview of your MXML so you can quickly see what some of > > those changes will do without having to wait through a complete compile > for > > each iteration. > > > > -Nick > > > > On Thu, Feb 16, 2012 at 9:55 AM, Yousif Atique >wrote: > > > >> I would agree that design view is great for a very new beginner but for > >> someone who has got at least 2+ years of RIA experience, s/he wouldn't > want > >> to get into the business of dragging and dropping controls just like > how it > >> was done back in VB days.... one would want to understand and > >> learn/memorize different properties (along with their respective > possible > >> vales) to get his/her dirty with deep down details. > >> > >> In the past 4+ years, I haven't come across anyone who loved this > feature > >> religiously. And, need not to mention that design view is super slow if > you > >> try to make FB read an existing screen... > >> > >> No offense to anyone and with all respect to all, personally I think > >> 'squeeze is not worth the juice'.... > >> > >> Regards, > >> On Feb 16, 2012 9:24 AM, "Jeremy Tellier" > wrote: > >> > >>> I agree, I use design view to quickly mock up what needs to be on the > >>> screen, then jump into code for refinement. I was miffed when they > >> dropped > >>> the CSS designer as I had a crew of non-technical designers creating > >> skins > >>> for my apps that were left high and dry when that occurred. Why does > >> Adobe > >>> just drop features left and right? Remember when Dreamweaver had Java > and > >>> DotNet Support? ;) > >>> > >>> Thanks, > >>> Jeremy > >>> > >>> -----Original Message----- > >>> From: Eugene Diana [mailto:ediana@myersinfosys.com] > >>> Sent: Thursday, February 16, 2012 9:19 AM > >>> To: flex-dev@incubator.apache.org > >>> Subject: [RT] Design View in FlashBuilder > >>> > >>> Last night at the Boston meeting I was surprised to see that almost > none > >> of > >>> the participants take advantage of the Design View (which Adobe will > drop > >>> from FB).as a relative beginner, I find it quick and easy to build a > >> screen > >>> (we have many in our app, and it is very data-driven).what am I > missing? > >>> What method is easier than simply dragging the components to the spot > >> where > >>> you want them, aligned and sized the way you want? > >>> > >>> > >>> > >>> Thanks much, > >>> > >>> Eugene > >>> > >>> > >> > --047d7b10d20779d60904b916bdf9--