Thread: View data / view bug
Dear Developers, There a bug since 1.6.3. This bug does not exists in 1.6.2 and early versions. The last tested version in 1.7 snapshot 070510 under WinXp. When you open the table browser. On a table in right click menu select the 'View data / view *'. Resize any column. Push refresh button. The resized column is set back to the original size. This is very bad when you would like only refresh data, not the view window. Best Regards, Ferenc Lutischan
yoursoft wrote: > Dear Developers, > > There a bug since 1.6.3. > This bug does not exists in 1.6.2 and early versions. > > The last tested version in 1.7 snapshot 070510 under WinXp. > > When you open the table browser. On a table in right click menu select > the 'View data / view *'. > Resize any column. Push refresh button. The resized column is set back > to the original size. This is very bad when you would like only refresh > data, not the view window. After *much* investigation, I have to conclude that this is a change in behaiour of wxWidgets. That doesn't mean it can't be fixed, just that I'll need to find some time to write code to handle it. We have something similar in place for the query tool, so hopefully it won't be too hard. Regards, Dave.
yoursoft wrote: > Dear Developers, > > There a bug since 1.6.3. > This bug does not exists in 1.6.2 and early versions. > > The last tested version in 1.7 snapshot 070510 under WinXp. > > When you open the table browser. On a table in right click menu select > the 'View data / view *'. > Resize any column. Push refresh button. The resized column is set back > to the original size. This is very bad when you would like only refresh > data, not the view window. Thanks, fix committed to SVN for the next release. Regards, Dave.