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
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
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.)
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
-
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
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
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