<html><head></head><body>From the newbie point of view, VS is the perfect tool to get people coding. All the way back to Visual Basic, Microsoft has consistently pushed the ease of creating applications for Windows as a point of adoption. <br clear="none">
<br clear="none">
Hence Borland Delphi, and the now abandoned Kylix. Pascal has the Lazarus project, which builds on Delphi - so there is a point in integrating gui building in the RAD. <br clear="none">
<br clear="none">
/martin <br clear="none"><br clear="none"><div class="gmail_quote">On 26 Jul 2014, TP <wingusr@gmail.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr"><div class="gmail_extra"><br clear="none"><div class="gmail_quote">On Fri, Jul 25, 2014 at 7:40 PM, Chris Angelico <span dir="ltr"><<a shape="rect" href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br clear="none">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="" id=":1r5" style="overflow:hidden">The OP asked for two things, which I'll separate because they're<br clear="none">


actually quite different.<br clear="none">
<br clear="none">
1) Drag and drop widgets to create a window<br clear="none">
2) Double-click a widget to edit its code (presumably event handler)<br clear="none">
<br clear="none">
I have used a number of GUI toolkits that did provide the first one,<br clear="none">
but the second is a lot more restrictive than you might think</div></blockquote></div><br clear="none"><br clear="none"><div class="gmail_default" style="font-size:small">Not that I disagree with the overall point of just using a text editor (especially for Python GUIs) but apparently you've never created a C# WPF app using Visual Studio? WPF fully supports layout controls, is *not* generally pixel based it's more similar to HTML + CSS (although you do pixel perfect layout if you try), and still easily does (2). And while I almost exclusively use the Visual Studio XAML tab view rather than bothering with the Designer view you can drag & drop if you really want to. And Microsoft's Expression Blend takes that to a whole 'nother level supposedly making it easy for "even" graphic designers to create GUIs without delving too much into raw code wrangling.<br clear="none">

</div><div class="gmail_default" style="font-size:small"><br clear="none"></div><div class="gmail_default" style="font-size:small">One of the nice things about VIsual Studio and WPF (even in the XAML view) is its Properties window. This lets you select a control and see all the applicable possible properties and what legal choices you have for setting them. This is an incredible aid to discovering how to use said controls.<br clear="none">

<br clear="none"></div><div class="gmail_default" style="font-size:small">And as far as any limitations of (2) goes, I still like using the Events view of the Properties window to initially hook up an event handler. This automatically creates a  "correctly" (or at least consistently) named and argumented event handler and adds the proper attribute to the XAML. It is easy enough to then mess around with the generated code if that doesn't quite suit your needs. Having the list of possible event handlers all in one place instead of having to look up the doc is invaluable. And being able to press F1 just about anywhere and have the relevant document open up is even more so.<br clear="none">

<br clear="none"></div><div class="gmail_default" style="font-size:small">As far as I've seen Visual Studio + WPF really is state of the art for GUI building. I wish more developers were familiar with all its capabilities so they could know what to whine for in their own programming environment :)<br clear="none">

</div></div></div>


<p style="margin-top: 2.5em; margin-bottom: 1em; border-bottom: 1px solid #000"></p><pre class="k10mail">-- <br clear="none"><a shape="rect" href="https://mail.python.org/mailman/listinfo/python-list">https://mail.python.org/mailman/listinfo/python-list</a><br clear="none"></pre></blockquote></div><br clear="none">-- Sent with <b><a shape="rect" href="https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2">K-@ Mail</a></b> - the evolution of emailing.</body></html>