Message from discussion
Interface Builder Tool
Received: by 10.14.216.7 with SMTP id f7mr15173228eep.4.1351023826406;
Tue, 23 Oct 2012 13:23:46 -0700 (PDT)
X-BeenThere: wxpython-dev@googlegroups.com
Received: by 10.14.193.136 with SMTP id k8ls561001een.5.gmail; Tue, 23 Oct
2012 13:23:43 -0700 (PDT)
Received: by 10.14.216.7 with SMTP id f7mr15173133eep.4.1351023823829;
Tue, 23 Oct 2012 13:23:43 -0700 (PDT)
Received: by 10.14.216.7 with SMTP id f7mr15173129eep.4.1351023823801;
Tue, 23 Oct 2012 13:23:43 -0700 (PDT)
Return-Path: <codyprec...@gmail.com>
Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com [74.125.83.44])
by gmr-mx.google.com with ESMTPS id z47si665478eel.0.2012.10.23.13.23.43
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 23 Oct 2012 13:23:43 -0700 (PDT)
Received-SPF: pass (google.com: domain of codyprec...@gmail.com designates 74.125.83.44 as permitted sender) client-ip=74.125.83.44;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of codyprec...@gmail.com designates 74.125.83.44 as permitted sender) smtp.mail=codyprec...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ee0-f44.google.com with SMTP id d4so1833842eek.31
for <wxPython-dev@googlegroups.com>; Tue, 23 Oct 2012 13:23:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=fYjEyg4c5fICOm7rczM7fGpobRP5QrWNFy59s9wFDgE=;
b=eefIa/NuwVgrPffaTz89uSG2Tx6q13SrgRd4sbZ3D8VrDS8iYznnmZwyAcVmVz0EmW
DbsWFxO2gCNMKrZzJol34CPwMpXOp0vuKvso29kflu3ZUY3M+wd7tvelV6QAr1mlw8g6
Ptp4eEwwlkyjRQl5cWclGsJDu87mSmcuotHpQirYYv5DGKGz1z6VpGEPk8vn+Hm+S2D7
3QlZQF+MyPCcZIANISKiJ4u/6W680mApHxykKsro6/OyLc4lISEcnBoqEZdlxvP6A8iu
/MGoiV9D1XsaJlaBH32j7m7Y1CZz0P18b5n5RkXDKgjcVUWvRdBkQTaL185j1lTja9Hb
ajLQ==
MIME-Version: 1.0
Received: by 10.14.223.199 with SMTP id v47mr18669994eep.45.1351023823661;
Tue, 23 Oct 2012 13:23:43 -0700 (PDT)
Received: by 10.14.27.135 with HTTP; Tue, 23 Oct 2012 13:23:43 -0700 (PDT)
In-Reply-To: <77c5320c-da95-4043-9362-c02d04d37acd@googlegroups.com>
References: <AANLkTik-PWky4Otw+KhWNqt6iuQJ0hRFU95mHJL6R...@mail.gmail.com>
<4D362858.5080...@noaa.gov>
<AANLkTikvPXHcakS4pDTJdu4PWacvbC0sBoj0N8N3H...@mail.gmail.com>
<4D3730DE.5040...@noaa.gov>
<E25B6274-FED3-4798-AFC8-80A4BB27D...@theolliviers.com>
<4D376163.2080...@noaa.gov>
<AANLkTinUO8Bfg49qFCR62y8NWabq59P2DP1zBp2Bf...@mail.gmail.com>
<4D388298.9000...@noaa.gov>
<9AAC3E2D-0DDF-4776-9542-DF3D88E1A...@theolliviers.com>
<AANLkTinOhN2zPEPDbqaUtO_M5cp57Z7_yNYz5=RLD...@mail.gmail.com>
<77c5320c-da95-4043-9362-c02d04d37acd@googlegroups.com>
Date: Tue, 23 Oct 2012 15:23:43 -0500
Message-ID: <CAJ9LRPBfX+Y+6FP3oTKcgfSpucCjcY-DKB5s8jcyd0LTh1P...@mail.gmail.com>
Subject: Re: [wxPython-dev] Interface Builder Tool
From: Cody <codyprec...@gmail.com>
To: wxPython-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Hi,
On Tue, Oct 23, 2012 at 2:35 PM, Michael McCormick
<mccormick.michae...@gmail.com> wrote:
> Cody,
>
> Is this project still active? I would love to give you a hand with coding.
>
Had been hoping to keep working on it further but my day job has been
more and more pressing on my time the last couple of years...
I am on a buisness trip this week but will try to plan on publising
the code somewhere in the near future so it can be played with /
worked on if your interested. At the very least I think that there is
alot of fairly interesting code to look at in there.
It is however mostly still proof of concept, but has enough as can be
seen in the demo video I had posted to work on the interface and test
out design ideas. Next step was some design effort that I was going
over for possible code generation / interface serialization schemes to
try out but its been so long now that I don't remember exactly how far
I had gone into it. Was mostly weighing cons/benefits between things
like generating code from the tool or providing a framework that would
create the interface at runtime based on some sort of serialized (XML)
data from the tool.
Cody