Hello,
I'm currently insdto Turbogears 2 (Tosca) and finding it hard to set date-time entry to read only. I've used "disabled=T rue" but info is unable to save to database, then i tried "readonly=reado nly" but still doesn't work. Please help.
Here's what i've got at the moment (ToscaSample/widgets):
CalendarDateTim ePicker('Time_I n', date_format ="%m/%d/%Y %I:%M:%S %p",
...
User Profile
Collapse
-
How can i set a DateTimePicker to read only?
-
Tk Search widget in a Lbox
Hello! Can somebody help me in creating SEARCH button/widget in a tkinter listbox? I need to create one inside the listbox, thus, if input data/entry has been found, cursor will automatically be on the searched item.
Here's my current tk listbox:
...Code:from Tkinter import* import tkMessageBox import ttk import Tkinter def myListbox(): top = Tk() top.title('This is it!') -
Thank you so much for the help! :) -
Tk Calendar widget problem
I am currently working on a tkinter calendar widget and gladly to find one in this site http://pythonical.sourceforge.net/dlgCalendar.py. It was truly a great help but there is something missing and i don't know how i can fix it. I am about to create said calendar on another window (except that of the main window) but upon clicking the choosen date on the widget, the result is nowhere to find...the date should be shown on Entry field (the one with...Last edited by bvdet; Sep 13 '11, 01:26 PM. Reason: Please use code tags when posting code. [code]....[/code]
No activity results to display
Show More
Leave a comment: