Hi,
I have an sgml-document containing entities for cyrillic characters. In the entity-table, these are replaced by their corresponding unicode-values, in the form of:
<!ENTITY Acyr CDATA "А" -- capital a -->
or:
<!ENTITY Acyrac CDATA "А##x0301;" -- capital a...
Just found the solution (on this forum, so please forgive for opening another thread...):
It's very simple, with the command
<widget> dump -tag -text <begin> <end>
(thanks to Ulis!)
Hi,
how do I get all the tags within a given index range in a text widget? Say I have selected a range between indexes 3.2 and 3.9 and I need to know if and what kind of tags are within that range already before I can change anything about it.
Can you help me? Thanks!
Hi, I've finally located the fault in the script myself. Just in case anybody's interested: the command in the foreach-loop that binds the text widget to each folder should run correctly:
ts tab configure "$element" -command [eval "list .ts tab configure $element -window...
hello,
i need to build a tabset with 24 folders (for each letter one), and they are all supposed to show the same text widget with different content. for the moment however, i don't even manage to display the text widget properly.
The code would be this:
tabset .ts
pack .ts
set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.