Re: [perl-win32-gui-users] Is there any book or a complete tutorial for Win32: :GUI ????

2006-12-04 Thread jez_white
Hi, You won't find TK any easier - you'll probably find it harder as its based in unix land. TK is also slower and larger, and it can look "different" than native win32 apps. Historically it was also unstable - but it has improved a lot over the last few years. Give it a try and see which you p

Re: [perl-win32-gui-users] Win32: :GUI: :ThreadUtils integration in Win32: :GUI?

2006-12-04 Thread jez_white
Hi, Yes Win32: :GUI: :ThreadUtils will be integrated into the core - it will not change that much, perhaps the odd method or function call. Cheers, jez -Original Message- From: "Steve Loughran" <[EMAIL PROTECTED]> To: "perl-win32-gui-users@lists.sourceforge.net" Sent: 03/12/06 02:53

[perl-win32-gui-users] Drag and Drop nodes in a treeview

2006-12-04 Thread ggc
Is there any working code for dragging and dropping nodes between different branches in the tree?? -- View this message in context: http://www.nabble.com/Drag-and-Drop-nodes-in-a-treeview-tf2750513.html#a7674081 Sent from the perl-win32-gui-users mailing list archive at Nabble.com.

Re: [perl-win32-gui-users] Is there any book or a complete tutorialfor Win32: :GUI ????

2006-12-04 Thread Octavian Rasnita
And one more thing that might be important for some users... The programs created with Tk are not accessible for the blind computer users at all, while the programs created with Win32::GUI are fully accessible for screen readers. Octavian - Original Message - From: <[EMAIL PROTECTED]> To

Re: [perl-win32-gui-users] Drag and Drop nodes in a treeview

2006-12-04 Thread Jason Plum
*cough* Check the archives, I have posted code there for exactly this. ggc wrote: Is there any working code for dragging and dropping nodes between different branches in the tree??