Thread TK DialogBox Exit Button (8 answers)
Opened by Ted at 2008-08-01 13:33

Ted
 2008-08-01 13:33
#112974 #112974
User since
2008-01-09
22 Artikel
BenutzerIn
[default_avatar]
Hallo,

ich nutze die DialogBox und würde gerne, dass der Exit (X) Button oben in der Ecke deaktiviert wird.

messageBox möchte ich nicht verwenden, da die Antwortbutton nicht alle meine Antworten abdecken


Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
11
12
my $dialog = $Ptk{Main_window}->Dialog(
                             -text    => $txt,
                             -font    => $Ptk{Bigfont},
                             -justify => 'left',
                             -title   => $titel,
                             -default_button => $button[$default_button],
                             -buttons => \@button,
                             
                            );
    
    
my $eingabe = $dialog->Show(?-global?); 


MfG

View full thread TK DialogBox Exit Button