Re: [perl-win32-gui-users] drag/drop treeview questions

2005-09-26 Thread Jason P.
I have managed to sort out the workings for MY needs, but, I need to generalize it for reusability. I haven't messed with the drag and drop of files ONTO the treeview, as of yet, but that would most likely require drag and drop support for the window itself, with a positive HitTest on the treev

[perl-win32-gui-users] drag/drop treeview questions

2005-09-26 Thread Ariel Serbin
I have two questions. I'm writing an app that helps people to assign files to categories and lets them order the files within those categories. I have set my app up to use a two-level treeview which shows the categories and the files within, like so: - Category 1 file1 file2 - Category 2 file

Re: [perl-win32-gui-users] UpDown Control problems

2005-09-26 Thread Jeremy White
Hi, Yes, that's very close to what I want. I don't need the dropdown part just a standard, one-line Text box, but except for that, it's exactly what I'd like. See the example below - much of the code was cut & pasted from one of my apps, so it's not as clear as it could/should be, but it sh