[Gambas-user] [Gambas Bug Tracker] Bug #1087: Problem with Executable
http://gambaswiki.org/bugtracker/edit?object=BUG.1087&from=L21haW4- volker HOVESTADT reported a new bug. Summary --- Problem with Executable Type : Bug Priority : Medium Gambas version : 3.8 Product : GUI components Description --- I'm running Gambas 3.8.1 on a raspi 2 (debian). I've written a program that works fine in the IDE, but when I make an Executable, the element sizes are different, colors are differnt, and some functions don't work. There is a public sub started by button click, then the text of 6 textboxes and the values of 8 checkboxes should be copied to 6 / 8 other boxes. The copying works fine with the checkboxes, but not with the textboxes. Even when I enter a fixed string as source, nothing happens in the target textbox. Is there anything that I can possibly do wrong ? Best regards Volker Hovestadt -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #1087: Problem with Executable
http://gambaswiki.org/bugtracker/edit?object=BUG.1087&from=L21haW4- Comment #1 by Tony MOREHEN: I've noticed that a Gambas application can run under a different Gui choice when run under the runtime or under the the IDE, with unpredictable results. ie the app runs QT4 in the IDE but GTK3 under the runtime. Try explicitly setting the Gui component via Project/Properties/Components. -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] WebForm runs - and suddenly does no more
I started a new WebForm project which I copied from my first test project I mentioned the other day. I just let it make a binary and copied it into the cgi-bin folder of my own apache on our server here in the school. First it ran flawlessly, but when I started to work on it and changed things, it suddenly showed an Error 500: Premature end of script headers: WebKalender1.gambas I looked into the apache error.log, but I cannot see anything more detailed, apart from "Null Object" in relationship with the WebTable. The strange thing is, I still can start the program from the IDE: This will start Konqueror, and everything appears normally. It is the binary in cgi-bin which doesn't start anymore. Has anyone here an explanation? I will append the two sources: the original test project and WebKalender which hangs. I just tried the test project, it still runs on apache, so there really must be something wrong with the WebKalender. Is there a way to be pointed to a line in code, like the debug output in a GUI application? Regards Rolf WebformTest1-0.0.2.tar.gz Description: GNU Zip compressed data WebKalender1-0.0.7.tar.gz Description: GNU Zip compressed data -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Media playback
Can anybody tell me what dependencies are needed to play a video? The program *VerySimpleVideoPlayer* (see the Gambas Farm) works perfectly in Ubuntu & Mint but not in ToOpPy Linux which is based on Puppy Linux. Any help appreciated. - Check out www.gambas.one -- View this message in context: http://gambas.8142.n7.nabble.com/Media-playback-tp58542.html Sent from the gambas-user mailing list archive at Nabble.com. -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] WebForm runs - and suddenly does no more
Le 23/02/2017 à 18:17, Rolf-Werner Eilert a écrit : > I started a new WebForm project which I copied from my first test > project I mentioned the other day. > > I just let it make a binary and copied it into the cgi-bin folder of my > own apache on our server here in the school. First it ran flawlessly, > but when I started to work on it and changed things, it suddenly showed > an Error 500: Premature end of script headers: WebKalender1.gambas > > I looked into the apache error.log, but I cannot see anything more > detailed, apart from "Null Object" in relationship with the WebTable. > > The strange thing is, I still can start the program from the IDE: This > will start Konqueror, and everything appears normally. It is the binary > in cgi-bin which doesn't start anymore. > > Has anyone here an explanation? > > I will append the two sources: the original test project and WebKalender > which hangs. I just tried the test project, it still runs on apache, so > there really must be something wrong with the WebKalender. > > Is there a way to be pointed to a line in code, like the debug output in > a GUI application? > > Regards > Rolf > Strange. I have just tested WebKalender1.gambas as a CGI script executable, and it apparently works as expected. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] WebForm runs - and suddenly does no more
Le 24/02/2017 à 03:01, Benoît Minisini a écrit : > Le 23/02/2017 à 18:17, Rolf-Werner Eilert a écrit : >> I started a new WebForm project which I copied from my first test >> project I mentioned the other day. >> >> I just let it make a binary and copied it into the cgi-bin folder of my >> own apache on our server here in the school. First it ran flawlessly, >> but when I started to work on it and changed things, it suddenly showed >> an Error 500: Premature end of script headers: WebKalender1.gambas >> >> I looked into the apache error.log, but I cannot see anything more >> detailed, apart from "Null Object" in relationship with the WebTable. >> >> The strange thing is, I still can start the program from the IDE: This >> will start Konqueror, and everything appears normally. It is the binary >> in cgi-bin which doesn't start anymore. >> >> Has anyone here an explanation? >> >> I will append the two sources: the original test project and WebKalender >> which hangs. I just tried the test project, it still runs on apache, so >> there really must be something wrong with the WebKalender. >> >> Is there a way to be pointed to a line in code, like the debug output in >> a GUI application? >> >> Regards >> Rolf >> > > Strange. I have just tested WebKalender1.gambas as a CGI script > executable, and it apparently works as expected. > Beware that if you remake the executable, the browser keeps the old session opened, and that may lead to strange behaviour (an old session with new executable). You have to close your browser and open it again (or destroy the session cookie by hand from the browser). -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] WebForm runs - and suddenly does no more
Am 24.02.2017 03:04, schrieb Benoît Minisini: > Le 24/02/2017 à 03:01, Benoît Minisini a écrit : >> Le 23/02/2017 à 18:17, Rolf-Werner Eilert a écrit : >>> I started a new WebForm project which I copied from my first test >>> project I mentioned the other day. >>> >>> I just let it make a binary and copied it into the cgi-bin folder of my >>> own apache on our server here in the school. First it ran flawlessly, >>> but when I started to work on it and changed things, it suddenly showed >>> an Error 500: Premature end of script headers: WebKalender1.gambas >>> >>> I looked into the apache error.log, but I cannot see anything more >>> detailed, apart from "Null Object" in relationship with the WebTable. >>> >>> The strange thing is, I still can start the program from the IDE: This >>> will start Konqueror, and everything appears normally. It is the binary >>> in cgi-bin which doesn't start anymore. >>> >>> Has anyone here an explanation? >>> >>> I will append the two sources: the original test project and WebKalender >>> which hangs. I just tried the test project, it still runs on apache, so >>> there really must be something wrong with the WebKalender. >>> >>> Is there a way to be pointed to a line in code, like the debug output in >>> a GUI application? >>> >>> Regards >>> Rolf >>> >> >> Strange. I have just tested WebKalender1.gambas as a CGI script >> executable, and it apparently works as expected. >> > > Beware that if you remake the executable, the browser keeps the old > session opened, and that may lead to strange behaviour (an old session > with new executable). > > You have to close your browser and open it again (or destroy the session > cookie by hand from the browser). > Ah ok, that explains a lot of things. Sometimes (not always) I had the impression I had to stop and start even Konqueror until changes showed up. Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user