Thread Schrift anklickbar machen (6 answers)
Opened by Froschpopo at 2005-04-01 17:45

Froschpopo
 2005-04-01 22:22
#43004 #43004
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
ich hab hier sone Funktion:
Code: (dl )
1
2
3
4
        $nickname = $config{MainWindow}->Label(
-text => $user,-background => 'white', -font => $config{Font}
);
$nickname->bind('<Button-3>' => sub { $m->Popup(-popover => 'cursor') });

jetzt möchte ich, dass die Funktion StartChat() gestartet wird, wenn man nen doppelklick auf das Textlabel $nickname macht.

View full thread Schrift anklickbar machen