Search found 220 matches

by jornmo
Sunday 11th December 2016 1:08pm
Forum: Lounge
Topic: Raspberry Pi update
Replies: 9
Views: 13802

Re: Raspberry Pi update

Ahh! That's more interesting :) Thank you!
by jornmo
Saturday 10th December 2016 7:05pm
Forum: Web
Topic: Web Form
Replies: 10
Views: 23449

Re: Web Form

Haha! Well, don't get your hopes up just yet :)
by jornmo
Saturday 10th December 2016 3:03pm
Forum: Web
Topic: Web Form
Replies: 10
Views: 23449

Re: Web Form

@JFB, I did not see your edit before now. I am glad you recanted!

Thank you willy! This will also be helpful for me in the future I can manage to complete my CMS written in Gambas :)
by jornmo
Monday 28th November 2016 10:00am
Forum: General
Topic: Reading a USB stream from a DYMO M10 scales
Replies: 17
Views: 24070

Re: Reading a hiddev stream

This is a hard question that would demand a bit of research on my part in order to answer :) Perhaps you must direct the question to the mailing list? If you find a solution, we will be happy to hear how you solved it :)

Have a great day!
by jornmo
Tuesday 15th November 2016 8:06am
Forum: General
Topic: SimpleEval
Replies: 3
Views: 6951

Re: SimpleEval

Why don't you download 0.2.0, which is the latest and is working here at least :D
by jornmo
Sunday 6th November 2016 6:43pm
Forum: General
Topic: Flyer Invasion - Just for fun :)
Replies: 9
Views: 11584

Re: Flyer Invasion - Just for fun :)

Good! It is due a change I made based on a report from the Gambas mailing list. Resize must be set to True in order for fullscreen to work on some systems it seems. My laptop does not require it though... no idea why :)
by jornmo
Friday 4th November 2016 9:10am
Forum: General
Topic: Flyer Invasion - Just for fun :)
Replies: 9
Views: 11584

Re: Flyer Invasion - Just for fun :)

And I also find it to keep the code more clean and easy to read and understand.
by jornmo
Friday 4th November 2016 9:08am
Forum: General
Topic: Flyer Invasion - Just for fun :)
Replies: 9
Views: 11584

Re: Flyer Invasion - Just for fun :)

Thank you! Glad it has helped you :) Whenever I need a variable to be used a bit here and a bit there just for temporary operations, I tend to use an i, s, f or whatever variable type I need. So, when it is just s I can reuse it all over and I do not have to declare lots of variables for each place ...
by jornmo
Tuesday 1st November 2016 3:19pm
Forum: General
Topic: Flyer Invasion - Just for fun :)
Replies: 9
Views: 11584

Re: Flyer Invasion - Just for fun :)

This is what I did: Public Sub GetResolution() Dim s As String Shell "whereis xrandr" To s If Not InStr(s, "/usr/bin/") Then Print "Could not detect screen resolution! xrandr seems to not be installed! Falling back to default and windowed mode" $hWindow.FullScreen = Fal...
by jornmo
Tuesday 1st November 2016 7:57am
Forum: General
Topic: Flyer Invasion - Just for fun :)
Replies: 9
Views: 11584

Re: Flyer Invasion - Just for fun :)

Thanks cogier! That should do it, and I will try to implement it soon :) I also had some issues to get the fullscreen to work to begin with, but then it resolved for some reason unbeknownst to me... perhaps it should be reported as a bug. From here on, I will publish the updates on the farm.