thenewguy111
MIS
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 =)
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 =)