User Profile

Collapse

Profile Sidebar

Collapse
bona25
bona25
Last Activity: Nov 18 '11, 01:53 AM
Joined: Sep 13 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bona25
    started a topic How can i set a DateTimePicker to read only?

    How can i set a DateTimePicker to read only?

    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",
    ...
    See more | Go to post

  • bona25
    started a topic Tk Search widget in a Lbox

    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!')
    ...
    See more | Go to post
    Last edited by bvdet; Sep 25 '11, 10:32 PM. Reason: Add code tags

  • bona25
    replied to Tk Calendar widget problem
    Thank you so much for the help! :)
    See more | Go to post

    Leave a comment:


  • bona25
    started a topic Tk Calendar widget problem

    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...
    See more | Go to post
    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
Working...