Hello guys,

 

Recently I've noticed a problem with combobox control. The control is created 
with following properties:

 

            $searchWindow->AddCombobox(

                        -name => "SearchField",

                        -autohscroll => 1,

                        -top => 4,

                        -default => 1,

                        -left => 4,

                        -width => 100,

                        -height => 200,

                        -dropdown => 1,

                        -hasstring => 1,

                        -align => "left");

 

I use this control as a search field (text field) with drop-down list of last 
searches. The problem is when user enters 10 digits into this field, 
application terminates. If there is any non-digit in the string, 10 characters 
or more fits with no problem. But if I type only digits it terminates after 
typing the 10th symbol. 

 

Win32::GUI v.1.06

ActiveState Perl 5.8.8

 

 

Don't you guys know if it's my problem or Win32::GUI's? Have you experience 
this problem in your apps?

 

Thank you!

 

 

Regards,
_____
Ilya Bandorin 



 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to