[Gambas-user] Issue 53 in gambas: peculiar button highlighting when hovering over button

2011-03-17 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 53 by zachsmit...@gmail.com: peculiar button highlighting when hovering over button http://code.google.com/p/gambas/issues/detail?id=53 I've tried to emulate the SpinBox

Re: [Gambas-user] Issue 52 in gambas: problem with GTK listbox when index is out of bounds

2011-03-17 Thread gambas
Updates: Status: Fixed Comment #3 on issue 52 by benoit.m...@gmail.com: problem with GTK listbox when index is out of bounds http://code.google.com/p/gambas/issues/detail?id=52 Fixed in revision #3659. -- Colo

Re: [Gambas-user] Issue 52 in gambas: problem with GTK listbox when index is out of bounds

2011-03-17 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 52 by benoit.m...@gmail.com: problem with GTK listbox when index is out of bounds http://code.google.com/p/gambas/issues/detail?id=52 (No comment was entered for this change.)

Re: [Gambas-user] Issue 52 in gambas: problem with GTK listbox when index is out of bounds

2011-03-17 Thread gambas
Comment #1 on issue 52 by zachsmit...@gmail.com: problem with GTK listbox when index is out of bounds http://code.google.com/p/gambas/issues/detail?id=52 This is a workaround to using listbox1.Index = -1 listbox1.Index = 0 listbox1[0].Selected = False -

[Gambas-user] Issue 52 in gambas: problem with GTK listbox when index is out of bounds

2011-03-17 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 52 by zachsmit...@gmail.com: problem with GTK listbox when index is out of bounds http://code.google.com/p/gambas/issues/detail?id=52 1) When you set the listbox index to

Re: [Gambas-user] Controlling mplayer while embeded...

2011-03-17 Thread Bill-Lancaster
Stephen - I'm trying the thing. PRINT #$hProcess, " ";'pause and PRINT #$hProcess, "q"; 'stop works fine. At the moment I'm struggling to 'jump' forward to a specific point in an audio file. Bill Lancaster -- View this message in context: http://old.nabble.com/Controlling-mpl

Re: [Gambas-user] translating planar coordinates relative to point's angle

2011-03-17 Thread Caveat
Hi Kevin Great to hear you got it working. I was having a discussion with a developer friend of mine who needs to do a lot of "math stuff" in his work and he came up with the suggestion to use affines, just a little after Doriano came up with the working solution (which is actually based on affine