From: eco <ec...@gn...> - 2005-06-15 23:17:08
|
If you go to edit a column's data by single clicking on a column's text and typing the new data it will replace the first column's text no matter what column you click on. This behavior happens in both the included sample and my own app. It would be nice if it behaved how you'd expect it to. Very nice control apart from this issue. Regards, Brad Anderson |
From: eco <ec...@gn...> - 2005-06-15 23:21:40
|
eco wrote: > If you go to edit a column's data by single clicking on a column's > text and typing the new data it will replace the first column's text > no matter what column you click on. This behavior happens in both the > included sample and my own app. It would be nice if it behaved how > you'd expect it to. Very nice control apart from this issue. > > Regards, > Brad Anderson Oh, I forgot to mention this is with wxWidgets CVS; Windows XP SP2, and the latest version of wxTreeListCtrl. |
From: Otto W. <ott...@or...> - 2005-06-16 15:55:21
|
eco wrote: > > Oh, I forgot to mention this is with wxWidgets CVS; Windows XP SP2, and > the latest version of wxTreeListCtrl. > That means I may have forgotten to commit it back to CVS. Just give me some time since I'm rather busy. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: eco <ec...@gn...> - 2005-06-16 22:45:27
|
Otto Wyss wrote: >eco wrote: > > >>Oh, I forgot to mention this is with wxWidgets CVS; Windows XP SP2, and >>the latest version of wxTreeListCtrl. >> >> >> >That means I may have forgotten to commit it back to CVS. Just give me >some time since I'm rather busy. > >O. Wyss > > > That is to say, I was using the latest released wxTreeListCtrl (not from CVS). I did just gave CVS HEAD a shot though and the problem is still there. I'm using it to replace an existing layout that had two large list controls side by side (the left side representing the parents and the right side being the children of the currently selected parent). I can show much more information in a window about half the size with the wxTreeListCtrl. My boss was pretty happy when I showed him the new interface :). Thanks, Brad Anderson |
From: Otto W. <ott...@or...> - 2005-06-17 17:27:48
|
eco wrote: > > That is to say, I was using the latest released wxTreeListCtrl (not from > CVS). I did just gave CVS HEAD a shot though and the problem is still > there. > You should check CVS once more, I just uploaded a fix albeit not very well tested ;-) > I'm using it to replace an existing layout that had two large list > controls side by side (the left side representing the parents and the > right side being the children of the currently selected parent). I can > show much more information in a window about half the size with the > wxTreeListCtrl. My boss was pretty happy when I showed him the new > interface :). > Nice. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: eco <ec...@gn...> - 2005-06-17 20:40:11
|
Otto Wyss wrote: >You should check CVS once more, I just uploaded a fix albeit not very >well tested ;-) > > Works great now. Thanks Otto! Regards, Brad Anderson |
From: Otto W. <ott...@or...> - 2005-06-18 06:50:42
|
eco wrote: > > Otto Wyss wrote: > > >You should check CVS once more, I just uploaded a fix albeit not very > >well tested ;-) > > > Works great now. Thanks Otto! > Perfect. Just in case you haven't known, have a look into wyoGuide (http://wyoguide.sf.net) to get ideas how to improve your code further. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Otto W. <ott...@or...> - 2005-06-16 15:53:40
|
eco wrote: > > If you go to edit a column's data by single clicking on a column's text > and typing the new data it will replace the first column's text no > matter what column you click on. This behavior happens in both the > included sample and my own app. It would be nice if it behaved how > you'd expect it to. Very nice control apart from this issue. > I remember I've seen this myself but thought I fixed it. Did you try the CVS version or do you use the file release? BTW I'm always curious for what you use wxTreeListCtrl. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |