Hello all, it works all your suggestions- I skipped that part of new widget syntax.
All the best in 2013 ! Kr. Piotr. 2013/1/1 Manuel Kasser <[email protected]>: > On 01.01.2013, 20:57, Piotr Adamus wrote: >> myspacer = wibox.widget.textbox() >> myspacer.text = " | " >> >> But above doesn't work nor returns an error. >> Could I ask you for a help? > The second line has to be rewritten into myspacer:set_text(" | "), that > should work. You also could use myspacer:set_markup(" | ") if you have a > markup on the textbox which shall be respected. > > Cheers > Manuel -- To unsubscribe, send mail to [email protected].
