[Gambas-user] ValueBox - Strange behavior

2012-10-22 Thread Gregor Burck
Hi, I test ValueBox and there is a strange behavior: When the value is 0 the box doen't show anything. Only when got focus '0,00 €' is shown. The same when i set 0,00 to text or value. Is this a bug? Gregor -- -- ---

Re: [Gambas-user] mal-functioning checkbox possibly a focus or mouse event problem in gambas 3.3.x

2012-10-22 Thread RICHARD WALKER
Meanwhile, nearly seven hours later in another part of the forest... That fixes my problem. Thankyou Benoît. Richard -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynam

[Gambas-user] Issue 338 in gambas: Scollbar mistakenly appears on gridview control in GTK+

2012-10-22 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-GTK New issue 338 by zachsmit...@gmail.com: Scollbar mistakenly appears on gridview control in GTK+ http://code.google.com/p/gambas/issues/detail?id=338 1) When reparenting a pan

Re: [Gambas-user] Issue 337 in gambas: Histo channels Red & Blue are swapped over?

2012-10-22 Thread gambas
Comment #3 on issue 337 by sebi...@gmail.com: Histo channels Red & Blue are swapped over? http://code.google.com/p/gambas/issues/detail?id=337 That PPA is build daily, i have issued a rebuild, please give it a couple of hours to finish. Because gambas uses dourceforge for code hosting, and n

Re: [Gambas-user] Issue 337 in gambas: Histo channels Red & Blue are swapped over?

2012-10-22 Thread gambas
Comment #2 on issue 337 by stevedav...@gmail.com: Histo channels Red & Blue are swapped over? http://code.google.com/p/gambas/issues/detail?id=337 I don't know what "revision #5248" is as the link appears broken. But I've added Gambas-Daily and run 3.3.90 and found the red & blue histograms s

[Gambas-user] gb.task... any example ?

2012-10-22 Thread Ru Vuott
Does anyone have a little example on gb.task using ? Regards vuottt -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdy

Re: [Gambas-user] mal-functioning checkbox possibly a focus or mouse event problem in gambas 3.3.x

2012-10-22 Thread RICHARD WALKER
Hi Benoît, I had just finished updating my form prototype (used for checking layout techniques for this project) to use it as an alternative to the one in the project. I dropped it in and immediately on running got a menu-related error. It dawned on me that the menu definitions, though not "visibl

Re: [Gambas-user] Crash with latest revision

2012-10-22 Thread Benoît Minisini
Le 22/10/2012 17:57, Jussi Lahtinen a écrit : > This happens when I try to open some project to IDE. > > ... Is it better with revision #5249? -- Benoît Minisini -- Everyone hates slow websites. So do we. Make your web

[Gambas-user] Crash with latest revision

2012-10-22 Thread Jussi Lahtinen
This happens when I try to open some project to IDE. $ gdb gbr3 GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change an

Re: [Gambas-user] Issue 337 in gambas: Histo channels Red & Blue are swapped over?

2012-10-22 Thread gambas
Updates: Status: Accepted Labels: -GUI-GTK GUI-Any Comment #1 on issue 337 by benoit.m...@gmail.com: Histo channels Red & Blue are swapped over? http://code.google.com/p/gambas/issues/detail?id=337 Is it better with revision #5248? -

Re: [Gambas-user] Issue 131 in gambas: FMain Border set to False is not revertable

2012-10-22 Thread gambas
Updates: Status: WontFix Comment #5 on issue 131 by benoit.m...@gmail.com: FMain Border set to False is not revertable http://code.google.com/p/gambas/issues/detail?id=131 No news from one year, closing the issue. ---

Re: [Gambas-user] mal-functioning checkbox possibly a focus or mouse event problem in gambas 3.3.x

2012-10-22 Thread Benoît Minisini
Le 22/10/2012 01:06, RICHARD WALKER a écrit : > Benoît, > > Here is the project which demonstrates the problem when using gb.gtk > AND Gambas 3.3.x. > > I have cut out all of the ancillary functions from the FMain.class > file, just leaving enough to initialise the form and display it. The

Re: [Gambas-user] Mouse Event Scroll Up/Down

2012-10-22 Thread abbat
Solved. PUBLIC SUB Form_MouseWheel() SELECT CASE Mouse.delta CASE 1 PRINT "mouse wheel up" CASE -1 PRINT "mouse wheel down" END SELECT END abbat wrote: > > Hi, > I need to get event mouse ScrollUP and ScrollDOWN. > Thanks > -- View this message in cont

[Gambas-user] Mouse Event Scroll Up/Down

2012-10-22 Thread abbat
Hi, I need to get event mouse ScrollUP and ScrollDOWN. Thanks -- View this message in context: http://old.nabble.com/Mouse-Event-Scroll-Up-Down-tp34585508p34585508.html Sent from the gambas-user mailing list archive at Nabble.com. ---