Hello Aldo,

пятница, Май 07, 1999, you wrote:

AC> Max Kozlov wrote:
>>  when i set '-default=>1' then i get "default" shape of button, but when i
AC> press
>>  'Enter' i don't get any event. why ?
AC> the option you're looking for is: -ok => 1
it doesn't work for me too :(

 $Close = $W->AddButton(
         -name  => "Close",
         -left  => 250,
         -top   => 200,
         -width => 100,
         -text  => "Close",
         -default => 1,
         -ok => 1
  );

with -default, -ok and any of it's combinations i can't get Click() or
DblClick() event...

Best regards,
 Max                            mailto:[EMAIL PROTECTED]



Reply via email to