wx.grid and different Value Choice each line ?

2007-08-27 Thread BH
Hi, Hox can I have different value choice for each line in a grid with wxPython ? I want to develop a small software for satisfaction surveys. Each line of the grid is a different question. Sometimes answers are the sames between two lines, but sometimes not. Thx, Bertrand -- http://mail.pyt

Re: wx.grid problem

2007-03-26 Thread BH
Yes, absolutely, but try to minimize it, and the scrollbars stays hidden !!! [EMAIL PROTECTED] a écrit : > On Mar 26, 10:20 am, BH <[EMAIL PROTECTED]> wrote: >> Hi ! >> >> I have a small problem with wx.Grid and scrollbars. >> Scrollbars definitively di

wx.grid problem

2007-03-26 Thread BH
Hi ! I have a small problem with wx.Grid and scrollbars. Scrollbars definitively dissapears after resizing the frame. Thx for help #-- import wx,wx.grid #-- cla

Grid and scrollbars

2007-03-26 Thread BH
Hi, I am trying to build my own IHM with two treeCtrl and 1 grid, based on the wx.aui demos. My problem is with the Grid. It dosen't have scrollbars. I tried many methods (fit) but it always fail. Can somebody point me where is the mistake ? Thx #!/usr/bin/env python # -*- coding: utf-8 -*- i