Jeremy White wrote:
Hello!
First of all a big thanks for this mailing list, definitly great.
This is my first post but I'm reading it for a while now.
SO, here is my question:
I need a Grid for a database application. The grid should only show the
rows
of a table and the content should be editable. Furthermore I need 2 Girds
on
one window for a master/detail query.
This is not very complicated, but I can't get a Grid working.
I tried the GridLAyout which seems to be the stuff I need, but I can't draw
a Gird and the example in the docu didn't really help me.
Win32::GUI::GridLayout is for laying out Win32::GUI controls in a
regular grid format. I doubt it is the 'stuff you need'.
So does anyone have a small code example, only showing the drawing of a
Grid?
I would use Win32::GUI::Grid to do this.
Absolutely agree.
Rob.