[Gambas-user] [Gambas Bug Tracker] Bug #1: test

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1&from=L21haW4- Benoît MINISINI reported a new bug. Summary --- test Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description --- test System information -

[Gambas-user] [Gambas Bug Tracker] Bug #1058: Gambas Rnd (Web programming)

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1058&from=L21haW4- ADMINISTRATOR reported a new bug. Summary --- Gambas Rnd (Web programming) Type : Bug Priority : Medium Gambas version : 3.9 Product : Unknown Description --- I created a sample cod

[Gambas-user] [Gambas Bug Tracker] Bug #1058: Gambas Rnd (Web programming)

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1058&from=L21haW4- Comment #1 by ADMINISTRATOR: I think I understood: the embedded HTTP server is the gambas interperter, and it forks to handle a request. So the random number generator has always the same state. I will try to fix that. In the

[Gambas-user] [Gambas Bug Tracker] Bug #1043: Click run twice, I get an interpreter(debugger) crashes

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1043&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #8031. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech communi

[Gambas-user] [Gambas Bug Tracker] Bug #1052: IDE Crash when click "Open Terminal" Menu

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1052&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #8033. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech communi

[Gambas-user] [Gambas Bug Tracker] Bug #1042: Can't use --icon argument

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1042&from=L21haW4- Comment #1 by Benoît MINISINI: I suspect that "--icon" is eaten by QT5 as one of its predefined command-line arguments. But I don't see it in the list written in the QT5 documentation... Benoît MINISINI changed the state of th

[Gambas-user] [Gambas Bug Tracker] Bug #1042: Can't use --icon argument

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1042&from=L21haW4- Comment #2 by Benoît MINISINI: OK, I read the source code, and the following options are eaten by QT5 only when dealing with X11: -icon / --icon -title / --title -geometry / --geometry So you have to use something else! Benoît

[Gambas-user] [Gambas Bug Tracker] Bug #1048: Using wait on Form_Close () event, I get Interpreter crash

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1048&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sl

gambas-user@lists.sourceforge.net

2016-12-31 Thread Charlie
Try changing the following line. *var = Val("&H" & "80")* -- View this message in context: http://gambas.8142.n7.nabble.com/How-to-Chr-VARIABLE-as-Chr-H80-tp58096p58109.html Sent from the gambas-user mailing list archive at Nabble.com. --

gambas-user@lists.sourceforge.net

2016-12-31 Thread Jussi Lahtinen
var = chr(val("&H" & "80")) Jussi On Sat, Dec 31, 2016 at 1:02 PM, Charlie wrote: > Try changing the following line. > *var = Val("&H" & "80")* > > > > > -- > View this message in context: http://gambas.8142.n7.nabble. > com/How-to-Chr-VARIABLE-as-Chr-H80-tp58096p58109.html > Sent from the gam

[Gambas-user] How to embed a window into a scrollable container

2016-12-31 Thread Martin McGlensey
Hello, I have a window running a python program that I want to embed in a container on a form. I have the embedder working with the main form. When I try to embed the window into the Scrollarea container is just sits on top of the control; the scroll bars are grayed out. I want to be able to mo

[Gambas-user] [Gambas Bug Tracker] Bug #1048: Using wait on Form_Close () event, I get Interpreter crash

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1048&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed (indirectly) by revision #8034. Now calling ShowModal() when the form is already opened raises an error. Benoît MINISINI changed the state of the bug to: Fixed. --

[Gambas-user] [Gambas Bug Tracker] Bug #1058: Gambas Rnd (Web programming)

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1058&from=L21haW4- Comment #2 by Michał GŁOWIENKA: Well, thank you for your answer -- Check out the vibrant tech community on one of the world's most engaging tech site