Thread Text-Tags (9 answers)
Opened by Froschpopo at 2005-04-28 05:18

Froschpopo
 2005-04-28 19:34
#43756 #43756
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
ich habs jetzt relativ primitiv so gelöst.
Was mich aber nervt ist, dass der Cursor in dem Ding welches ja eigentlich ein normales Label() simulieren soll, blinkt. In einem normalen Label()-Text blinkt ja auch kein Cursor....
Code: (dl )
1
2
3
4
5
6
7
    $config{BuddyListPane1} = $config{BuddyList}->Scrolled(
"ROText",
-borderwidth => 4,
-scrollbars => 'e',
-bg => 'white',
-relief => 'flat'
)->pack(-fill => 'both',-expand => 1);

View full thread Text-Tags