Re: [perl-win32-gui-users] DIBitmap odd resize behaviour with TIFFs?

2005-11-16 Thread Ariel Serbin
hi, i cleaned up a DIBitmap app that i had to try showing how to "fit to screen". i wrote the app that i stole this from quite a while ago and i haven't looked into why the 'rotate' doesn't work. the "fitting" business seems to work, though... you can check it out at http://www.barrack.com/dib

[perl-win32-gui-users] DIBitmap odd resize behaviour with TIFFs?

2005-11-16 Thread Scott Spearman
Hi. I'm working on a document scanning and archive system. Documents come off the scanner as 1-bit (black and white) 600 DPI TIFF files. Until recently I was converting these to JPG. Then I display the image to the user, to verify they didn't include extra space or chop anything off, then th

[perl-win32-gui-users] Scrolling Window Demo (Have to use Change method like this...Why?)

2005-11-16 Thread Eric Hansen
In order to get this Scrolling Window demo to work, I had to use the Change method To set most properties of the MDI Frame and Child Window. The properties just would not activate during normal widget creation. Is this a bug, or to be expected? I almost gave up before I thought to try the Change m