[Gambas-user] Issue 149 in gambas: DesktopWindow.X and DesktopWindow.Y always 1 and 21

Jussi Lahtinen jussi.lahtinen at ...626...
Tue Nov 15 21:44:48 CET 2011


I cannot reproduce with XFCE.

Jussi



On Tue, Nov 15, 2011 at 00:24, <gambas at ...2524...> wrote:

> Status: New
> Owner: ----
> Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
> Desktop-Any GUI-Any
>
> New issue 149 by joshigg... at ...626...: DesktopWindow.X and DesktopWindow.Y
> always 1 and 21
> http://code.google.com/p/gambas/issues/detail?id=149
>
> 1) Describe the problem.
>
> DesktopWindow.X is always 1
> DesktopWindow.Y is always 21
>
> Using revision 4249
>
> 2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
>
> [System]
> OperatingSystem=Linux
> Kernel=3.0.0-12-generic
> Architecture=i686
> Memory=2061128 kB
> DistributionVendor=Ubuntu
> DistributionRelease="Ubuntu 11.10"
> Desktop=LXDE
>
> [Gambas 3]
> Version=2.99.6
> Path=/usr/local/bin/gbx3
>
> 3) Provide a little project that reproduces the bug or the crash.
>
>   Dim dWindow As DesktopWindow
>
>   Desktop.Windows.Refresh()
>
>   For Each dWindow In Desktop.Windows
>     If dWindow.SkipTaskbar = False Then
>       Print dWindow.Name & " " & dWindow.X & " " & dWindow.Y
>     Endif
>   Next
>
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list