Hi,

Wanted to commit these as I won't be able to work on it for a few days.

With these changes the grid is running and displaying the data and columns can be sorted, both on Py2.7 and Py3.3, however there are still issues: - int and bool columns generate the TypeError exception, see previous thread, as I can recreate it in the wxPython demo I reported it wxPython-dev. To work around this I commented two columns in the test. - I see crashes when I try to edit a cell, have to try to duplicate this in the wxPython demo

There are probably more errors I haven't found yet.

Please note that I had to move code which creates the GridDataTable from _getTable to _afterInit, not sure that this is correct.

Werner


On 7/4/2014 9:55, Werner F Bruhin wrote:
   Branch: refs/heads/phoenix-2ndtry
   Home:   https://github.com/dabodev/dabo
   Commit: 35835c1023cdd9e012b5197002f34e4e98b59887
       
https://github.com/dabodev/dabo/commit/35835c1023cdd9e012b5197002f34e4e98b59887
   Author: Werner F Bruhin <[email protected]>
   Date:   2014-07-02 (Wed, 02 Jul 2014)

   Changed paths:
     M dabo/lib/connParser.py

   Log Message:
   -----------
   - PY3 has no file, use open


   Commit: 06a4aeed6875615e941d38898f8bd1b652ff52f5
       
https://github.com/dabodev/dabo/commit/06a4aeed6875615e941d38898f8bd1b652ff52f5
   Author: Werner F Bruhin <[email protected]>
   Date:   2014-07-02 (Wed, 02 Jul 2014)

   Changed paths:
     M dabo/lib/reportWriter.py

   Log Message:
   -----------
   - pil is not available in Py3, use pillow


   Commit: 8918da791c12cd6c6a7db4b8a15893e78dfa728f
       
https://github.com/dabodev/dabo/commit/8918da791c12cd6c6a7db4b8a15893e78dfa728f
   Author: Werner F Bruhin <[email protected]>
   Date:   2014-07-02 (Wed, 02 Jul 2014)

   Changed paths:
     M ide/ClassDesignerComponents.py

   Log Message:
   -----------
   - change exceptions to Py3 syntax


   Commit: ac70a35ac4c28addde8d488854f24b9746ca525c
       
https://github.com/dabodev/dabo/commit/ac70a35ac4c28addde8d488854f24b9746ca525c
   Author: Werner F Bruhin <[email protected]>
   Date:   2014-07-02 (Wed, 02 Jul 2014)

   Changed paths:
     M dabo/ui/uiwx/__init__.py

   Log Message:
   -----------
   - this is temp fix, there is no wxversion for py3


   Commit: 4ec0b168e33a4a06224996158e7436ede5404787
       
https://github.com/dabodev/dabo/commit/4ec0b168e33a4a06224996158e7436ede5404787
   Author: Werner F Bruhin <[email protected]>
   Date:   2014-07-02 (Wed, 02 Jul 2014)

   Changed paths:
     M ide/ClassDesignerPropSheet.py
     M ide/ReportDesigner.py

   Log Message:
   -----------
   - a start to get ReportDesigner to work with Phoenix


   Commit: 3c1096f13d858b5e2f435cfd3cabcdef6bec07b9
       
https://github.com/dabodev/dabo/commit/3c1096f13d858b5e2f435cfd3cabcdef6bec07b9
   Author: Werner F Bruhin <[email protected]>
   Date:   2014-07-04 (Fri, 04 Jul 2014)

   Changed paths:
     M dabo/ui/uiwx/gridrenderers.py

   Log Message:
   -----------
   - GridCellRenderer should have Clone implemented as per doc


   Commit: d747c36326592fa627a7deb49826cd6f6b18d6cc
       
https://github.com/dabodev/dabo/commit/d747c36326592fa627a7deb49826cd6f6b18d6cc
   Author: Werner F Bruhin <[email protected]>
   Date:   2014-07-04 (Fri, 04 Jul 2014)

   Changed paths:
     M dabo/ui/uiwx/grid.py

   Log Message:
   -----------
   - grid now runs in Py2 and Py3, outstanding issue with int and bool columns 
currecntly deactivated in the test


Compare: https://github.com/dabodev/dabo/compare/2becc0a30a0d...d747c3632659

--- StripMime Report -- processed MIME parts ---
multipart/mixed
   text/plain (text body -- kept)
---

[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to