[Gambas-user] Slider mousewheel event

2013-01-06 Thread Bruce
Hi all, I am trying to get the new value of a slider control when the user spins the mousewheel over it. Public Sub InnerSlider_MouseWheel() Debug $innerslider.Value Wait Debug $innerslider.Value $innervaluebox.Text = $innerslider.Value

[Gambas-user] Problems with splitter controls

2013-01-06 Thread Benoît Minisini
Are things better with revision #5494? -- Benoît Minisini -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow -

[Gambas-user] Issue 374 in gambas: Cannot compile trunks gb.media on Ubuntu 11.04

2013-01-06 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 374 by r...@cyberjunky.nl: Cannot compile trunks gb.media on Ubuntu 11.04 http://code.google.com/p/gambas/issues/detail?id=374 1) Describe the problem. Cannot compile tr

Re: [Gambas-user] Watching File and Pipe

2013-01-06 Thread Tobias Boege
On Sun, 06 Jan 2013, Beno?t Minisini wrote: > Le 06/01/2013 02:20, Tobias Boege a ?crit : > > Hi Benoit, > > > > here's the story: I originally wanted to redirect the Error > > instruction's default stream to a pipe which I could then read from > > in the same application. For some reason I got a "

Re: [Gambas-user] r5490, did you clean up too much ?

2013-01-06 Thread Bruce
OK, I have been playing with this all day. What is happening in _Split.Layout does not make sense. I modified my original demo to add some debugs which is attached. And here is the output(with #comments): Run 0 : Before anything the config file is manually set to MainSplitter=[5,5,5] Run 1 : Hs