[perl-win32-gui-users] setCellData and lparam?

2007-01-15 Thread Eric Nichols
I'm using Win32::Grid and trying to set a decimal number in a cell. It works fine if you are using the United States formats but if you switch to Swedish you get all zeros. I was setting it using setCellText and learned setCellData was the preferred way to pass a numeric to a cell. I cannot find

[perl-win32-gui-users] BrowseForFolder & Make New Folder

2006-06-01 Thread Eric Nichols
I've been trying to get the "Make New Folder" button to appear in the BrowseForFolder dialog. I think that BIF_NEWDIALOGSTYLE (0x0040?) needs to be set. Tried that with no such luck. According to Microsoft's info: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform

Re: [perl-win32-gui-users] Default Colors

2006-04-25 Thread Eric Nichols
to individual components. Or in the case of Tk::Frame (and possibly some others) where I have not figured out how to set colors (not documented) Come on gang, keep the ideas coming! On Tue, April 25, 2006 6:49 am, Veli-Pekka Tätilä wrote: > Eric Nichols wrote: >> Tab::Frame seems t

[perl-win32-gui-users] Default Colors

2006-04-24 Thread Eric Nichols
Let me try and approach my problem from a different perspective. Tab::Frame seems to rely on the OS settings for window color. Can the default colors/fonts be modified in a global sense? ie. In the start of a program can I say that I want the system background color to be white for my program,

[perl-win32-gui-users] Using TabFrame and DIBitmap together?

2006-04-17 Thread Eric Nichols
Hello all, I've been using TabFrame for a few weeks and it has done everything I've wanted until recently. I have not figured out how to change the color of the Tabs as well as the frame. Can you lend some insight into this and maybe some code. If I can't change the color then I need to find a