hi
i am developing a GUI application using TKINTER
i want to open a file from the askopenfile(which is a tkFileDialog) using
OS.SYSTEM.
i have already created the file open dilog using
tkFileDialog.askopenfile(parent=root,mode='rb',title='choose a file')
Now i want to open a file from this dialo
i want to run a timer in a window
plz guide me how to do this
after some 5 seconds i want to close the same window automatically
send me the Tkinter code for this
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
hi
i am developing a GUI application using TKINTER
in my applicaton i dont want the window title bar(including MAX,MIN and
CLOSE)
how to do this
plz send me the code for this
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/list
hi
in my application i dont want MIN,MAX,CLOSE options in window
i need to disable these options
how to do this in tkinter
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
hi
i want to know how to change the values of keyboard keys(for example:
I want to set alt+f4 to enter)
do we have any modules in tkinter for doing this...
plz tell me how we can do this
___
Tutor maillist - Tutor@python.org
http://mail.python.org/ma
hi
how to bind a event to a application
consider i m opening openoffice using
os.system("openoffice")...
i want to bind a event on openoffice...
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
hi
i am developing a GUI application in python(tkinter)
i want to know how to make the python program as a application ie i want to
make it executable
please guide me
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tuto
from Tkinter import *
import tkMessageBox
import tkFileDialog,os
def quit():
if tkMessageBox.askokcancel("Quit","DO u really want to quit"):
root.destroy()
def fiopen():
file1 = tkFileDialog.askopenfile(parent=root,mode='rb',title='Choose a
file')
os.system
can i use freeze to make my python program in to executable in linux
if yes...plz tell me how to use freeze
whether i need to install something or its default in python
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tuto
hi
i m developing a application using tkinter
i want the messages that we get in the terminal to be displayed in the
tkinter dialog box
do we have any option for that
thank you
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/lis
hi
i am developing an application in tkinter
i want to know whether we have any option to search a directory from tkinter
program
please answer me
thank you
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
11 matches
Mail list logo