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

2006-03-19 Thread rob
I see, Can now work, thank you. On 3/20/06, Robert May <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > hi all > > If does not add on "$Win->{'-dialogui'}=1",then "-tapstop=>1" cannot use, > > Please don't access the object's hash directly like this, it might stop > working at some stag

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

2006-03-19 Thread Robert May
[EMAIL PROTECTED] wrote: > hi all > If does not add on "$Win->{'-dialogui'}=1",then "-tapstop=>1" cannot use, Please don't access the object's hash directly like this, it might stop working at some stage. Please use the constructor's -dialogui option, the Change() method, or the DialogUI() metho

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

2006-03-19 Thread rob
hi all If does not add on "$Win->{'-dialogui'}=1",then "-tapstop=>1" cannot use, but if adds on "$Win->{'-dialogui'}=1", then "$Win->AddTextfield(-multiline=>1, ...)" has been invalid, in Textfield cannot knock the Enter Has the method to solve? My system is WindowsXP SP2, Perl 5.6 and Wi