y = self.listCtrl.GetItem(a,n)
txt = y.GetText()
where a = Row Number n = Column Number
My 2cent tips & tricks on computer technology & Application Virtualization ...
y = self.listCtrl.GetItem(a,n)
txt = y.GetText()
where a = Row Number n = Column Number
root.overrideredirect(0)
root.overrideredirect(1)
root.resizable(0,0)
import codecs regFile = codecs.open ("c:/temp/Deve.reg", encoding="utf_16")
reg = regFile.read ()
regFile.close ()
print reg
frame = Frame(master)
scrollbar = Scrollbar(frame, orient=VERTICAL)
listbox = Listbox(frame, yscrollcommand=scrollbar.set)
scrollbar.config(command=listbox.yview)
scrollbar.pack(side=RIGHT, fill=Y)listbox.pack(side=LEFT, fill=BOTH, expand=1)
Copied from http://effbot.org/tkinterbook/listbox.htm for personal use only.
Ok, now how to do this using GUI Builder:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\\.osd]
@="SoftGrid.osd.File"
"Content Type"="application/softricity-osd"
[HKEY_CLASSES_ROOT\\SoftGrid.osd.File\\shell\\UpdateOSD]
[HKEY_CLASSES_ROOT\\SoftGrid.osd.Fileshell\\UpdateOSD\\Command]
@="\"C:Program Files\\AddTabsToOSD\\addTabsToOSD.exe\" \"%1\""
ProxyServer = your.proxy.server ie proxy.domain.comProxyPort = your_proxy_port ie 8080
W: GPG error: http://edevelop.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7E5D69A103CA4243
W: GPG error: http://ftp.debian-unofficial.org sarge Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D5642BC86823D007
W: There are no public key available for the following key IDs:
B5D0C804ADB11277
W: You may want to run apt-get update to correct these problems ----------------------------------------------------------------------------------- Script ------------------------
gpg --keyserver subkeys.pgp.net --recv-keys $1gpg --armor --export $1 | apt-key add -