...maybe it's just me. 

Using this code:

        $textWindow = Win32::GUI::DialogBox->new(
                -name=>'textWindow',-text=>'',-pos=>[($dw - 300)/2,($dh - 
350)/2],-width=>300,-height=>350,-minsize=>[300,500],);
        $textField = $textWindow->AddTextfield(
                -name=>'textField',-text=>'',-width=>275, 
-left=>10,-readonly=>1,-height=>285,-background=>[255,255,255],-multiline=>1,-autovscroll=>1,);
        $textButton = $textWindow->AddButton(
 
-name=>'textButton',-text=>'Close',-width=>50,-left=>125,-top=>300,-default=>1,-ok=>1);

I expect to get a window that consists of a large textfield and, when the 
textfield is filled, a vertical scrollbar.  I never get that vertical 
scrollbar.  It's highly aggravating... I have to select and move up and 
down in order to view all the information.

I'm using Win32::GUI v. .665.

Am I nuts, or am I missing something?  From everything I've read, this is 
definitely possible....


Josh Pavel
CISC Server Support
919-543-7938, T/L 441-7938
Skytel PIN 1083389
Page via web: http://www.skytel.com/Paging/pageme.cgi?pin=1083389,1

Reply via email to