1. Win32Lib Toolbars > Derek Parnell
- Posted by Larry Miller <larrymiller at sasktel.net> Jan 28, 2005
- 454 views
- Last edited Jan 29, 2005
Thanks Derek for the Listview problem fix. But I am having a problem with toolbars. In version .60.6 the toolbar borders do not seem to resize properly. And when the window is minimized and then restored the toolbar borders are gone. This did not occur in .60.5. This also occurs with the demo programs FlatToolBar.exw and Toolbar.exw Problem is occuring on Windows 2000 and Windows 98 (First edition). Larry Miller
2. Re: Win32Lib Toolbars > Derek Parnell
- Posted by Derek Parnell <ddparnell at bigpond.com> Jan 31, 2005
- 416 views
Larry Miller wrote: > > Thanks Derek for the Listview problem fix. > > But I am having a problem with toolbars. > In version .60.6 the toolbar borders do not seem to resize properly. And when > the > window is minimized and then restored the toolbar borders are gone. > This did not occur in .60.5. > > This also occurs with the demo programs FlatToolBar.exw and Toolbar.exw > > Problem is occuring on Windows 2000 and Windows 98 (First edition). This had been reported earlier too. I've put in some code to fix it but its still not as 'clean' as I'd like. Now we get a lot of flickering :( So I'm still working on this issue. As a poor workaround, you could do a repaintWindow(0) whenever the main window gets a w32HResize event. -- Derek Parnell Melbourne, Australia