I try this command:
>>> import string
>>> string.atoi('78',16)
120
this is 120 not 4E.
Someone can tell me how to convert a decimal number to hex number? Can
print A, B, C,DEF.
Thank you.
--
http://mail.python.org/mailman/listinfo/python-list
hi,
I find a code in FAQTs about how to bind a tooltip with a button.
FAQTs link
http://www.faqts.com/knowledge_base/view.phtml/aid/20565/fid/264
but not enough informatin for how to make multiple tooltip.
Someone can help me and show a little example how it's done.
thanks in advance.
--
ht
Hello All,
I have a function to set readonly or editable of a textctrl. I'd like
to make the textctrl initial set readonly and use other event funciton
to set editable of the textctrl but it always can editable. How to set
a textctrl can editable or readonly?
Any Ideas? (see short snippet below