Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8024727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:56:45+00:00 2026-06-04T22:56:45+00:00

I have been working on a Gui-based program using Tkinter. It needs data to

  • 0

I have been working on a Gui-based program using Tkinter. It needs data to display and there are a lot of different data. I tried to do it, but it did not show the right result. I mean, it cannot display other datasets and it just displays the first dataset.

Simply, its procedure is as following:

  1. Load 1st data
  2. Display on canvas
  3. Load another data
  4. Display on canvas, but it shows the first data.

Please give me some hints, comments, and help.

Thank you, guys.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T22:56:46+00:00Added an answer on June 4, 2026 at 10:56 pm

    In the interest of saving time and just giving an idea, I have just pulled this out from some code hoping it might help you …

    class SubWindow:
    
        def change(self):
            self.s1Var.set("new1")
    
        def createWidgets(self, root):
            self.s1Var = StringVar(); self.s1Var.set("string1")
    
            self.s1Label = Label(root,textvariable=self.s1Var)
            self.s1Label.grid(row=0, column=5)
    
            self.changeButton = Button(root, text="Change", command=self.change)
            self.changeButton.grid(row=9, column=7)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working on a project that displays data in an XML file.
I have been working on Java SE for years and there were two things
I have been working on asp.net mvc3 e-commerce application based on NopCommerce. Recently we
I've been working on a gui app that needs to manage external processes. Working
I have been reading a lot about Double Buffering as I am working on
I have been working on a simple GUI and have hit a roadblock. I
Have been working on this question for a couple hours and have come close
I have been working to upgrade a Postgresql database from 8.4 to 9.1. I
I have been working on a C++ project that links to a .so(dynamic library)
I have been working with InputStreams in Objective-C and seem to have taken the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.