Data-aware Grid

Hi Mike,

When I run the demo I get the following error:

Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
  File "C:\Python22\Lib\site-packages\wxprop\tests\demo.py", line 2, in ?
    from wxprop import objectview
  File "C:\Python22\Lib\site-packages\wxprop\objectview.py", line 1, in ?
    from wxprop import basepropertyview, propertyset, events, propertytable
  File "C:\Python22\Lib\site-packages\wxprop\basepropertyview.py", line 7,
in ?
    import wxprop.refresh
  File "C:\Python22\Lib\site-packages\wxprop\refresh.py", line 1, in ?
    import dispatcher
ImportError: No module named dispatcher

Does this mean anything to you?

Regards,

Jeff

···

-----Original Message-----
From: Mike C. Fletcher [mailto:mcfletch@rogers.com]
Sent: Monday, February 17, 2003 10:04 AM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Data-aware Grid

wxprop/demo/demo.py or wxprop/tests/demo.py, though the demos don't use
the collection table (which is probably what you're interested in), they
just use the object table. The only code I have that uses the
collection table is in ConflictSolver.

As for where to start, wxprop/propertytable and wxprop/*view will give
you most of the table functionality.

HTH,
Mike

Jeff Childers wrote:

Hi Mike,

I've downloaded and installed the 0.2.4a EXE. I see that the three packages
installed to site-packages OK. Is there a demo script I can run or, where
should I start looking into this?

Regards,

Jeff Childers

-----Original Message-----
From: Mike C. Fletcher [mailto:mcfletch@rogers.com]
Sent: Sunday, February 16, 2003 3:58 PM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Data-aware Grid

Well, there's definitely something to play with already:

   http://wxpypropdist.sourceforge.net/

It's been running on Win32 for ~10 months as part of ConflictSolver (in
case you want to see how it's used):

   http://conflictsolver.sourceforge.net/

The data-aware-grid gets used daily by the people who asked me to create
ConflictSolver for them (they actually use it in their day-to-day office
work), and hasn't had any remarkable errors. wxpypropdist doesn't have
anything like the final feature-set I'm planning on, so I still consider
it early-alpha, but the data-aware grid has been stable for a while
(modulo fixes for new versions of wxPython as they come out, and a
switch to using Unicode throughout).

Enjoy yourself,
Mike

J. Childers wrote:

Mike,

I'm interested in the data aware grid. Send me something when there's
   

something to play with and

I'll give you more feedback (right now I'm trying to complete a masked

edit

   

control, but by the

time you've got something to look at I'll be finished with it).

Jeff Childers

...

_______________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

--
_______________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://members.rogers.com/mcfletch/

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Yup, means its an old version of wxprop before I decided to include dispatcher (Patrick's module) in wxoo. You can find a link to the module on the installation page:

    http://wxpypropdist.sourceforge.net/documentation/install.html

BTW, you can readily skip the "wxpycolors" package described there, CVS has moved away from using it.

If you're just looking for a fast setup-and-run/explore version and are on Win32, you can download ConflictSolver's latest version. It has later versions of everything, and it sets it all up in a stand-alone directory that doesn't affect your Python installation. (You can browse the source-code of the installed version).

    ConflictSolver Room Scheduler - Browse Files at SourceForge.net

Enjoy,
Mike

Jeff Childers wrote:

···

Hi Mike,

When I run the demo I get the following error:

Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "C:\Python22\Lib\site-packages\wxprop\tests\demo.py", line 2, in ?
   from wxprop import objectview
File "C:\Python22\Lib\site-packages\wxprop\objectview.py", line 1, in ?
   from wxprop import basepropertyview, propertyset, events, propertytable
File "C:\Python22\Lib\site-packages\wxprop\basepropertyview.py", line 7,
in ?
   import wxprop.refresh
File "C:\Python22\Lib\site-packages\wxprop\refresh.py", line 1, in ?
   import dispatcher
ImportError: No module named dispatcher

Does this mean anything to you?

Regards,

Jeff

-----Original Message-----
From: Mike C. Fletcher [mailto:mcfletch@rogers.com]
Sent: Monday, February 17, 2003 10:04 AM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Data-aware Grid

wxprop/demo/demo.py or wxprop/tests/demo.py, though the demos don't use the collection table (which is probably what you're interested in), they just use the object table. The only code I have that uses the collection table is in ConflictSolver.

As for where to start, wxprop/propertytable and wxprop/*view will give you most of the table functionality.

HTH,
Mike

Jeff Childers wrote:

Hi Mike,

I've downloaded and installed the 0.2.4a EXE. I see that the three packages
installed to site-packages OK. Is there a demo script I can run or, where
should I start looking into this?

Regards,

Jeff Childers

-----Original Message-----
From: Mike C. Fletcher [mailto:mcfletch@rogers.com]
Sent: Sunday, February 16, 2003 3:58 PM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Data-aware Grid

Well, there's definitely something to play with already:

  http://wxpypropdist.sourceforge.net/

It's been running on Win32 for ~10 months as part of ConflictSolver (in case you want to see how it's used):

  http://conflictsolver.sourceforge.net/

The data-aware-grid gets used daily by the people who asked me to create ConflictSolver for them (they actually use it in their day-to-day office work), and hasn't had any remarkable errors. wxpypropdist doesn't have anything like the final feature-set I'm planning on, so I still consider it early-alpha, but the data-aware grid has been stable for a while (modulo fixes for new versions of wxPython as they come out, and a switch to using Unicode throughout).

Enjoy yourself,
Mike

J. Childers wrote:

Mike,

I'm interested in the data aware grid. Send me something when there's
  

something to play with and

I'll give you more feedback (right now I'm trying to complete a masked
     

edit

control, but by the

time you've got something to look at I'll be finished with it).

Jeff Childers

...

_______________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

--
_______________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://members.rogers.com/mcfletch/