Hello
I can't set the "bold" style to a label's font :
(with-ltk ()
(make-instance 'label :text "..."
:font '(:weight :bold)
:pack '(:side :left)))
(I've a similar error with 3 instead of :bold for example)
-> "Tcl/Tk error: expected integer but got "BOLD)"
How does it work ?
Thank you
Sylvain
Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net
Hello
I have tried to use scrolled-frame (which is not in the documentation but seem exist...).
This code does not work : the program is frozen and the "wish" process uses all my CPU :s .
(with-ltk ()
(let* ((p (make-instance 'scrolled-frame :master nil :pack '()))
(txt (make-instance 'label :text "11" :master p :pack '(:side left))))))
Thank you for your help
Syll
Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net