[Gambas-user] New Game: Gplanet

2017-01-10 Thread Julio Sanchez
Greetings to all I've made a little game called Gplanet, it's on the farm. I have also made several videos to explain how it is done: http://jsbsan.blogspot.com.es/2017/01/como-se-hizo-gplanet.html (in Spanish) Enjoy it Jsbsan

[Gambas-user] [Gambas Bug Tracker] Bug #1059: Compilation fails with Qt 5.7

2017-01-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1059=L21haW4- Comment #10 by Eduardo SANCHEZ: Hi BenoƮt, thank you! I downloaded revision #8051. gb_qt5_webkit builds correctly now but gb_qt5_ext_la still fails. OUTPUT from the first error: make[5]: Entering directory

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-01-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- ABDUL ZAGIROV reported a new bug. Summary --- Icon does not appear in tray Type : Bug Priority : Low Gambas version : Unknown Product : GUI components Description --- Hi, everyone! Not

[Gambas-user] [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images

2017-01-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1044=L21haW4- Comment #6 by Antonio OREFICE: Ops, the previous attached project was using gtk, so it works, i've just attached one that does not because is using qt5. In the IDE console output, you'll see: Corrupt JPEG data: premature end of

[Gambas-user] [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images

2017-01-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1044=L21haW4- Antonio OREFICE added an attachment: corruptimage-qt-0.0.1.tar.gz -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi

[Gambas-user] [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images

2017-01-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1044=L21haW4- Comment #5 by Antonio OREFICE: The example provided by Fabien does indeed reproduce the "bug", but i made another one, attached. I also noticed that with gb.gtk it does (prints "image is corrupted"), while gb.qt4 and gb.qt5 always

[Gambas-user] [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images

2017-01-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1044=L21haW4- Antonio OREFICE added an attachment: corruptimage-0.0.1.tar.gz -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi

Re: [Gambas-user] Open File for Watch Read Past EOF

2017-01-10 Thread Gianluigi
Hello Jeff, Your mail is seen as spam, raise it with this answer. "Test" what kind of file it is? Regards Gianluigi 2017-01-09 14:35 GMT+01:00 Jeff Zacher : > I am using Gambas 3.9.1 > > If I open a file for watch: > > hFile = Open "test" For Read Write Watch > > The _Read()