Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Win32::Gui Question

Status
Not open for further replies.
Jan 21, 2004
12
CA
Hi All,

I have recentrly d\l win32::gui module ver 0.0.670 and Im having some trouble.

I have a combobox that i can't quite make visible wihout using option -style => 3 but the {-style} is deprecated in ver 0.0.670 + so my question is : what do i have to use to replace the {-style => 3} to make a combobox visible

Code

my $MwCmb = $Mw -> AddCombobox(
- name => 'MwCmb',
- width => 120,
- height => 110,
- tabstop=> 1,
- style => 3, #wihtout this its not visbible. What does style 3 mean anyway ?
- vscroll => 1,
- visible => 1
);

Thanks in advance for any reply =)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top