Comment #6 on issue 239 by flynetin...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
What disoriented me is that in previous versions worked fine that way. I'll
have to correct the order in all programs. Thanks
--
Updates:
Status: Fixed
Comment #5 on issue 239 by benoit.m...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
This is because you set the column width before the column title. When
setting the column title, the column width is adjusted to the ti
Comment #4 on issue 239 by flynetin...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
In my version of ubuntu 11.04. the tableview is not working properly.
Attached project with tableview. When you run, the columns that should be
hidden or displayed
Comment #3 on issue 239 by goria...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
You're right, setting the width to 1 pixel makes the column invisible
except of the right border. The same thing to rows, if you set the height
to 1 pixel, the row dis
Updates:
Status: NeedsInfo
Comment #2 on issue 239 by benoit.m...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
(No comment was entered for this change.)
--
For Develo
Updates:
Labels: -Version Version-TRUNK
Comment #1 on issue 239 by benoit.m...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
You can set the width of a column to zero. But the minimum width keeps
being 1 pixel, which should make the column not
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 239 by flynetin...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
1) In previous versions of gambas3 when a tableview wanted to h