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

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1058=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 sites,

[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=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] 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

Re: [Gambas-user] How to Chr$(VARIABLE) as Chr$()

2016-12-31 Thread Charlie
Try changing the following line. *var = Val("" & "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] [Gambas Bug Tracker] Bug #1042: Can't use --icon argument

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1042=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 #1042: Can't use --icon argument

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1042=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 the

[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=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 community

[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=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 community

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

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1058=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 #1058: Gambas Rnd (Web programming)

2016-12-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1058=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 code: