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

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to