Sorry forgot to attach this: (i don't see and edit post button anywhere)
set column 0
set xposition 5
foreach var {From Date Subject} {
frame .fr.listfr.f$var -relief sunken -borderwidth 1 -bg white
button .fr.listfr.l$var -text $var -bg gray -command sort
grid .fr.listfr.l$var -row 0...
Hey Bong, thanks for the help. I thought if I manually opened the port it would allow me more freedom and control over it. I guess it would be easier to use the pop3 lib.
I am not quite sure what you mean "list of lists". I'm sort of new to all of this, but I'll try what you said above...
Hello all. I am trying to create a gui for an email application. It should be able to speak to pop3. I have a very basic interface in development. My question is, i have 3 buttons From, Date and Subject. I want to be able to sort by these buttons (sort of like how outlook is set up)...
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.