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

  • SEARCH
  • Home
  • 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 7491633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:05:32+00:00 2026-05-29T16:05:32+00:00

I ran into a problem that occurs when using the module PanedWindow Tix. Let’s

  • 0

I ran into a problem that occurs when using the module PanedWindow Tix.
Let’s start with the fact that the sample for Tkinter directly Tix does not work, although other examples have been successfully transferred to the replacement from Tkinter to Tix.
If you change it so that he earned.

import Tix

r=Tix.Tk()
p=Tix.PanedWindow(r,orientation='horizontal')

f1=p.add('f1')
l1=Tix.Listbox(f1)
l1.pack(side=Tix.LEFT, expand=Tix.YES, fill=Tix.BOTH)

f2=p.add('f2')
l2=Tix.Listbox(f2)
l2.pack(side=Tix.LEFT, expand=Tix.YES, fill=Tix.BOTH)

p.pack(side=Tix.LEFT, expand=Tix.YES, fill=Tix.BOTH)
r.mainloop()

it works, but in the strip between the elements of a strange artifact appears as a square.

I would like to remove it

  • 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-05-29T16:05:32+00:00Added an answer on May 29, 2026 at 4:05 pm

    It seems the lesser evil, in this case to use Tix, and to use the Tkinter PanedWindow

    import Tkinter,Tix
    
    r=Tix.Tk()
    p=Tkinter.PanedWindow(r)
    
    f1=Tix.Frame(p)
    l1=Tix.Listbox(f1)
    l1.pack(side=Tix.LEFT, expand=Tix.YES, fill=Tix.BOTH)
    p.add(f1)
    
    f2=Tix.Frame(p)
    l2=Tix.Listbox(f2)
    l2.pack(side=Tix.LEFT, expand=Tix.YES, fill=Tix.BOTH)
    p.add(f2)
    
    p.pack(side=Tix.LEFT, expand=Tix.YES, fill=Tix.BOTH)
    r.mainloop()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently ran into a problem with a COM object that was using a
So, I'm using moq for testing, but I ran into a problem that prevents
I ran into the problem that my primary key sequence is not in sync
I recently ran into a problem that I thought boost::lambda or boost::phoenix could help
Ok, so I just ran into the following problem that raised an eyebrow. For
Today I ran into the following problem with NUnit. I have a class, that
A problem I recently ran into was that when trying to update a field
I ran into a problem that I need to access to private field of
I'm currently messing around in FORTRAN 77 and I've ran into a problem that
I ran into a problem that is very similar to other SO question (

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.