Re: [win32gui] [perl-win32-gui-users] Re: Textfield bug?

2006-03-20 Thread Robert May
[EMAIL PROTECTED] wrote: > Why "-tabsotp=>1" can't directly work in the standard WINDOW? > Why has to be able to use in DialogUI? Read your microsoft documentation, and understand the difference between standard windows and dialog boxes. Particularly look for the IsDialogMessage() function - this

[perl-win32-gui-users] ListView Bug? - Column Width (0 , -2)

2006-03-20 Thread Eric Hansen
#-- This is a code snipet from a Dual Listbox control dialog which allows #-- the user to reorder the columns of a ListView "on-the-fly". The order #-- of columns saved is saved in a MS-ACCESS table for each unique username #-- so that the user will retain those column order settings for future #

[perl-win32-gui-users] Re: Textfield bug?

2006-03-20 Thread rob
Why "-tabsotp=>1" can't directly work in the standard WINDOW? Why has to be able to use in DialogUI? After also has adds on -dialogui=>1, Textfield controls in not to be able to input , I now have the solution: $Win->AddTextfield( -text=> "", -name=> "Result", -l