Re: [perl-win32-gui] gui builder

2000-12-13 Thread Robert Sherman

i believe i have located it (for any interested):

http://www.mail-archive.com/perl-win32-gui@httptech.com/msg00718.html

-rob

David Hiltz wrote:
 
  is there a forms builder or a gui builder for the win32::GUI module ?
 
   I've been working on one.  It will lets you drag around widgets (buttons,
   labels, etc) and place them on an empty window.  You can size them and
   change some basic properties about the widgets.  You can also save your
   work and read it back into to make changes.
 
   I call the program "GB" (GUI Builder).
 
   You might find a copy in the archives.  I have made some minor fixes and
   additions to the program since the last version, but haven't gotten around
   to releasing it.  If there is enough interest, I can become motivated to
   do so.  ;)
 
   -David Hiltz



Re: [perl-win32-gui] gui builder

2000-12-13 Thread MATA Tech

One final note on the GUI Builder project:

Many times, when I am programming and including an interface, I 
have to flip-flop between TK and GUI.  David, does your GUI Builder 
have to be so exclusive in programming, or could you open it up to 
include functionality available under the TK module as well?

Brad Smith,
Social Design Technologies
[EMAIL PROTECTED]



On 13 Dec 00, at 13:41, Robert Sherman wrote:

 i believe i have located it (for any interested):
 
 http://www.mail-archive.com/perl-win32-gui@httptech.com/msg00718.html
 
 -rob
 
 David Hiltz wrote:
  
   is there a forms builder or a gui builder for the win32::GUI module ?
  
I've been working on one.  It will lets you drag around widgets (buttons,
labels, etc) and place them on an empty window.  You can size them and
change some basic properties about the widgets.  You can also save your
work and read it back into to make changes.
  
I call the program "GB" (GUI Builder).
  
You might find a copy in the archives.  I have made some minor fixes and
additions to the program since the last version, but haven't gotten around
to releasing it.  If there is enough interest, I can become motivated to
do so.  ;)
  
-David Hiltz
 





Re: [perl-win32-gui] gui builder

2000-12-13 Thread David Hiltz

 One final note on the GUI Builder project:
 
 Many times, when I am programming and including an interface, I 
 have to flip-flop between TK and GUI.  David, does your GUI Builder 
 have to be so exclusive in programming, or could you open it up to 
 include functionality available under the TK module as well?

  I think there is still quite a bit to do be done with GB and the
  Win32::GUI stuff that I don't have time to add TK stuff.

  The look and feel of TK stuff under window as well as widgets available
  are different enough that it would cause GB to be more complex than it
  needs to be.  Not to say it's not possible, just not practical at this
  point.  Plus, I think there are a few visual TK builders out there
  already.  

 
 Brad Smith,
 Social Design Technologies
 [EMAIL PROTECTED]
 
 
 
 On 13 Dec 00, at 13:41, Robert Sherman wrote:
 
  i believe i have located it (for any interested):
  
  http://www.mail-archive.com/perl-win32-gui@httptech.com/msg00718.html
  
  -rob
  
  David Hiltz wrote:
   
is there a forms builder or a gui builder for the win32::GUI module ?
   
 I've been working on one.  It will lets you drag around widgets (buttons,
 labels, etc) and place them on an empty window.  You can size them and
 change some basic properties about the widgets.  You can also save your
 work and read it back into to make changes.
   
 I call the program "GB" (GUI Builder).
   
 You might find a copy in the archives.  I have made some minor fixes and
 additions to the program since the last version, but haven't gotten around
 to releasing it.  If there is enough interest, I can become motivated to
 do so.  ;)
   
 -David Hiltz