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
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
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
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