Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to bind entry to a function in another file
Post: how to bind entry to a function in another file

so i have an entry box when i enter something into it and press enter it will print the value. when the function which i am binding into is in same python file then it is working but how i can bind en...
Rishav GUI 1 3,019 Aug-04-2017, 05:15 AM
    Thread: tkiinter combobox selection problem
Post: tkiinter combobox selection problem

so i am working on converter app so there is two comboboxes so there is meter is default value in combbox1 and kilometer value in combobox 2 and i have used ComboboxSelected event and check the condi...
Rishav GUI 2 5,298 Jul-28-2017, 06:06 AM
    Thread: How to create multilple tabs in tkinter from different classes
Post: How to create multilple tabs in tkinter from diffe...

Why label of volume class is overwriting the label of area class in both tabs what's the solution to that help please from tkinter import * from tkinter import ttk class App(Frame):     def __init__...
Rishav GUI 5 18,330 Jul-14-2017, 03:32 PM
    Thread: Want somehelp with creating Gui with classes
Post: Want somehelp with creating Gui with classes

from tkinter import * from tkinter import ttk class App(Frame): def __init__(self,*args,**kwargs): Frame.__init__(self,*args,**kwargs) self.grid(row=0,column=0) self.mast...
Rishav GUI 1 2,937 Jul-13-2017, 10:00 AM
    Thread: How to create mutiple tabs in tkinter using oops
Post: RE: How to create mutiple tabs in tkinter using oo...

yeah if those those tabs are implemented in different classes then??
Rishav GUI 2 6,884 Jul-12-2017, 04:43 PM
    Thread: How to create mutiple tabs in tkinter using oops
Post: How to create mutiple tabs in tkinter using oops

i am working on something and i know how to use notebook widget in tkinter and pack different stuff in each of the tabs in notebook but i want to know how i can do that it in object oriented approach.
Rishav GUI 2 6,884 Jul-12-2017, 06:13 AM
    Thread: What is Controller in this code i am not understanding what is it
Post: What is Controller in this code i am not understan...

import tkinter as tk from tkinter import ttk LARGE_FONT = ("Verdana",12) class SeaofBTCapp(tk.Tk):    def __init__(self,*args,**kwargs):        tk.Tk.__init__(self,*args,**kwargs)        tk.Tk.wm...
Rishav GUI 2 7,343 Jul-10-2017, 03:39 PM
    Thread: working of wm_rootx() abd wm_rooty() functions
Post: working of wm_rootx() abd wm_rooty() functions

how this functions works and what they do wm_rootx() and wm_rooty(). **huh**
Rishav GUI 2 3,053 Jul-07-2017, 08:18 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020