User Profile

Collapse

Profile Sidebar

Collapse
ayebegum
ayebegum
Last Activity: Mar 28 '07, 05:36 PM
Joined: Mar 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ayebegum
    started a topic wxGrid Synchronising Scroll Bars

    wxGrid Synchronising Scroll Bars

    Hello,

    I have a problem : (

    I have two grids both of which have scrollbars which as i understand it, are automatically handled by wxGrid.

    What i need is to bind the scrollbars so when one is moved to a certain position the other one should move there too.

    So i'm guessing it needs to be something like this -
    Code:
        EVT_SCROLL(self.grid, self.OnScroll()) #self.grid is one grid
    ...
    See more | Go to post

  • ayebegum
    replied to Renaming columns wxGrid
    Thanks for the suggestion - i did try that actually and it wasn't working which was why i posted. But i have since realised it was because of bug somewhere else in my code. But thank you for your help!

    Ayesha
    See more | Go to post

    Leave a comment:


  • ayebegum
    started a topic Renaming columns wxGrid

    Renaming columns wxGrid

    Hey All,
    I'm relatively new to Python and i need some help. I've created a GUI with wxPython and it has a grid. The columns in the grid are labelled when created but how would i change the labels of the grid during runtime? At the moment it displays the months of the year and when the user wants to see more detail it needs to show days of the year etc.

    I'm using Python 2.5 and wxPython 2.8.1 on WinXP.

    Any suggestions?...
    See more | Go to post
No activity results to display
Show More
Working...