RE: [perl-win32-gui-users] The skin module

2006-04-12 Thread Jeremy White
The reason I'm asking is that I'd like to proceed making the module Win32::GUI::Skin. I'd also like to start adding more controls. I don't want to do this until I know that the basic module is looking good. I had a quick look and it seems fine - although I didn't have time to do a proper lo

[perl-win32-gui-users] WOT: (Way off topic) Any Dr. Who fans in the UK?

2006-04-12 Thread Brian Millham
This is way, way, way off topic, but I was wondering if there are any Doctor Who fans on this list who are in the UK? If so, could you contact me off list? Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL

RE: [perl-win32-gui-users] The skin module

2006-04-12 Thread Brian Millham
Hi again, I see the quite a few people checked out my page about creating a skinfile for use with my Skin module. I realize that the documentation needs a lot of work... Has anyone tried to play with this yet? Have some of you who are more familiar with creating modules looked at the code in Ski

Re: [win32-gui] [perl-win32-gui-users] Examples needed.

2006-04-12 Thread Brian Fredette
Hi Jason, By disabled I mean literally the grayed out condition allowing the user to see (and scroll through) the list but preventing the user from checking/unchecking any checkboxes. If I set disabled => 1, in AddListView the control is definately disabled ... but it doesn't allow the user to sc

RE: [win32-gui] [perl-win32-gui-users] Examples needed.

2006-04-12 Thread Plum, Jason
Brian, Could you define "disable an item" for us? Do you mean setting a state where-in the item will not trigger events to occur? Or do you need the single item to somehow be 'non-functional' in some other means? One of my cohorts in my office recently worked out a *cleaner* way to color listview

Re: [win32-gui] [perl-win32-gui-users] Examples needed.

2006-04-12 Thread Brian Fredette
Hi everyone, Thanks for the pointers. It seems that Darrik's suggestion of using ListViews may do what I need. I was able to get the lists setup the way I want. I would now like to disable certain items in the list. I am able to use ItemCheck to set the checked state of the checkbox as needed.

[perl-win32-gui-users] Meesagebox Icon on the titlebar

2006-04-12 Thread kortyzon
Hi there! I've just a little question about the messagebox's icon on the titlebar. When I display a messagebox, this one don t have the main window's icon on the titlebar. I made some tests but in all cases, I still don't have the good icon (i just have the default icon, a white rectangle..). Th