Entity GUI tool?

2006-06-22 Thread icebear

Ubuntu Drake comes with or allows you to install something called "entity"
which sounds like it ought to be the world's ultimate Python GUI tool. 
Nonetheless all I can get it to do looks like this:

Usage: entity  [-Vhm] [-g ] [-l ] [-a ] 
[file]
  -V   Print version and exit.
  -g   Turn on debug messages. Accepts domain as argument, or 
'all'
  -a   Load all files on command line into Entity.
  -m   Generate module config files.
  -l   Specify alternate location for libraries and 
configuration
directories.
  -h   Print this message and exit.
entity 1.0.1, compiled: Dec 11 2005 00:49:34
Report bugs to <[EMAIL PROTECTED]>


Anybody know anything more about this one?



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Entity GUI tool?

2006-06-22 Thread icebear
The ubuntu synaptic package manager claims:

XML-based GUI builder for GTK+
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic.  An Entity GUI
is usually much shorter than the same program written in any other
language.

This package contains the core portions of Entity along with Perl


-- 
http://mail.python.org/mailman/listinfo/python-list


dragging with Boa Constructor

2006-06-24 Thread icebear

There's some non-obvious trick to being able to drag widgets around on a
frame screen using Boa Constructor.  I'd appreciate hearing from anybody
who knows what it is.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: dragging with Boa Constructor

2006-06-24 Thread icebear
icebear wrote:

> There's some non-obvious trick to being able to drag widgets around on a
> frame screen using Boa Constructor.  I'd appreciate hearing from anybody
> who knows what it is.


Sem to have figured it out myself here  the REAL widgets can be
dragged, and the ones which can't seem to correspond to base classes which
you don't want to be putting on a form anyhow  Strange..
-- 
http://mail.python.org/mailman/listinfo/python-list