On Saturday 17 September 2005 20:45, Robert Shearman wrote:
Start the program with WINEDEBUG=+treeview wine program.exe &> treeview.log and send the treeview log to the list (compressed if it is over 50kB).
It's about 31 Kb, it gets to the line 272 to open the main window and showing the treeview, as shown in the screenshot. The rest is just the program closing.
I don't know if this could actually help but, I've noticed, after looking fiercely at the log, that the tree is being set to expand, but the Paint seems to only be calling DrawItem to the root (twice), but looking at the code I can't tell wheter the TREEVIEW_Expand is not setting the siblings to visible or if TREEVIEW_Paint is just failling.