[Gambas-user] Issue 465 in gambas: Window initial size error
gambas at ...2524...
gambas at ...2524...
Mon Sep 30 18:19:41 CEST 2013
Status: New
Owner: ----
Labels: Version-3.4.2 Type-Bug Priority-Medium OpSys-Linux Dist-Ubuntu
Arch-Any Desktop-Gnome GUI-Any
New issue 465 by krisztiankende: Window initial size error
http://code.google.com/p/gambas/issues/detail?id=465
I use this code with Gambas 3.4.2 on Ubuntu 13.10:
Public Sub Form_Open()
Me.Move(Screen.W / 2 - 349, Screen.H / 2 - 232, 698, 465)
End
But opened window size is 700x494. If I move the window with the mouse, the
window size changes to 698x465. And if change opened window position with
code:
If Me.W <> 698 Then Me.X = Me.X - 1
return to normal size.
This error is not seen in previous Ubuntu releases.
[Libraries]
GStreamer=libgstreamer-0.10.so.0.30.0
Qt4=libQtCore.so.4.8.4
GTK+=libgtk-x11-2.0.so.0.2400.20
Poppler=libpoppler.so.43.0.0
SDL=libSDL-1.2.so.0.11.4
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list