[perl-win32-gui-users] RE: win32-gui treeview rightclick context menu

2003-02-14 Thread samuel_chan
Sean thanks for the info. Works like a charm after relative coordinates conversion with ScreenToClient() with Treeview handle. Samuel >Can anyone shed some light on the following? I have a win32-gui treeview >control with multiple nodes. Different nodes carry different properties >and there

[perl-win32-gui-users] win32-gui treeview rightclick context menu

2003-02-12 Thread samuel_chan
Can anyone shed some light on the following? I have a win32-gui treeview control with multiple nodes. Different nodes carry different properties and there exists two context popup menu when right clicked on the control. It all works well when a node is left clicked first then right clicked, t

[perl-win32-gui-users] Treeview expand collapse refresh problem

2003-02-10 Thread samuel_chan
Hi all, wonder if anyone has experienced the same before and if there is a solution to such issue or suggestions. I have a Win32 GUI app with a treeview of nodes(# varies from a few to hundreds). While node text does not exceed defined control boundary, it all works well. However, when vertic