[Gambas-user] Issue 148 in gambas: gb.desktop DesktopWindow.SkipTaskbar type mismatch

gambas at ...2524... gambas at ...2524...
Fri Nov 11 23:01:38 CET 2011


Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 148 by joshigg... at ...626...: gb.desktop DesktopWindow.SkipTaskbar  
type mismatch
http://code.google.com/p/gambas/issues/detail?id=148

1) Describe the problem.

Using gb.desktop on gambas 2.99.6

Trying to use DesktopWindow.SkipTaskbar causes Type Mismatch error, wanted  
Integer got String instead

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/bin/gbx3

3) Provide a little project that reproduces the bug or the crash.

Dim dWindow As DesktopWindow

   For Each dWindow In Desktop.Windows
     If dWindow.SkipTaskbar = True Then
       Print "skip"
     Else
       Print dWindow.Name
     Endif
   Next







More information about the User mailing list