google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

ScrollBar fails in the new version #359

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) the scroll bar is not displayed to complete the grid
when resized row or column scroll bar appears

2) 
[System]
OperatingSystem=Linux
Kernel=3.2.0-32-generic
Architecture=i686
Memory=1797864 kB
DistributionVendor=Ubuntu
DistributionRelease="Ubuntu 12.04.1 LTS"
Desktop=Gnome

[Gambas 3]
Version=3.3.4
Path=/usr/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.1
GTK+=libgtk-x11-2.0.so.0.2400.10

Original issue reported on code.google.com by flynetin...@gmail.com on 20 Nov 2012 at 9:32

Attachments:

GoogleCodeExporter commented 9 years ago
I don't see anything problematic when running your example, but I use the 
development version. Can you give more details, or a screenshot of the problem?

Original comment by benoit.m...@gmail.com on 25 Nov 2012 at 12:56

GoogleCodeExporter commented 9 years ago
in the pictures you can see that when the application starts (1) no scroll bar 
but when you click on the button (2) should appear side scroll bar because the 
number of rows exceeds the window size. When resizing a row or column (3) then 
the scroll bar appears as it should.

Original comment by flynetin...@gmail.com on 27 Nov 2012 at 1:36

Attachments:

GoogleCodeExporter commented 9 years ago
Mmm... I use oxygen-gtk theme, and I don't have the problem... I will check 
with other GTK+ themes.

Original comment by benoit.m...@gmail.com on 27 Nov 2012 at 10:30

GoogleCodeExporter commented 9 years ago
Well... I guess the problem is fixed in the development version, but I can't 
backport that to the 3.3.5 version. Is it a big problem for you?

Original comment by benoit.m...@gmail.com on 28 Nov 2012 at 3:20

GoogleCodeExporter commented 9 years ago
not a serious problem that can not wait a while to solve. is inconvenient for 
the user to resize the row to see the scroll bar but can wait
Thanks

Original comment by flynetin...@gmail.com on 28 Nov 2012 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 10 Dec 2012 at 3:05

GoogleCodeExporter commented 9 years ago
Hi,
I need a fix of this problem very much.
Unfortunatly, I can't get scrollbar even after resizing of a columns or rows. 
Maybe, because of using Lubuntu.
Thanks anyway.

Best Regards,
Peter

Original comment by abbat...@gmail.com on 13 Dec 2012 at 4:48

GoogleCodeExporter commented 9 years ago
I tested better and got one way to resolve this problem.

Public Sub Form_Open() 

 With GridView1 
    .Columns[0].Width = 250
    .Columns[0].Width = 0
End With 

End

Original comment by abbat...@gmail.com on 13 Dec 2012 at 5:15

GoogleCodeExporter commented 9 years ago
Resizing the form is another workaround to make the scrollbar to appear.
Anyway i've this problem even in the ide; sometimes i cannot scroll the 
autocomplete window or i've missing scrollbars in the result list when i search 
for some string in the project

Original comment by Kokok...@gmail.com on 11 Feb 2013 at 2:11

GoogleCodeExporter commented 9 years ago
Does Gambas 3.4.0 fix the problem?

Original comment by benoit.m...@gmail.com on 13 Feb 2013 at 1:12

GoogleCodeExporter commented 9 years ago
It is fixed for me.

Original comment by Kokok...@gmail.com on 28 Feb 2013 at 1:25

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 1 Mar 2013 at 2:45