Search found 518 matches

by stevedee
Saturday 27th November 2021 8:07am
Forum: Beginners
Topic: Help with project! Puzzle in Gambas
Replies: 8
Views: 4511

Re: Help with project! Puzzle in Gambas

I'm sorry, I don't really understand your code. But from your description of how it should work... ...This is my main struggle right now. Each piece of the puzzle has an assigned place on the chart. Pieces go somewhat like this 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 On the right of the screen I have...
by stevedee
Tuesday 23rd November 2021 10:00am
Forum: Beginners
Topic: Help with project! Puzzle in Gambas
Replies: 8
Views: 4511

Re: Help with project! Puzzle in Gambas

...Can anyone orient me/help me. Yes, I'm sure we can. But before anyone jumps in and provides an 'oven-ready' project (this will not help MB4055 with his studies in the long run) lets see if we can point you in the right direction. Have you written any code in Gambas? If not, you need to start by ...
by stevedee
Monday 22nd November 2021 3:36pm
Forum: General
Topic: XOR truth table in help browser file
Replies: 3
Views: 2187

Re: XOR truth table in help browser file

grayghost4 wrote: Sunday 21st November 2021 1:25pm ...OR maybe I do not understand XOR :D

https://gambaswiki.org/wiki/lang/xor
No I think you do. It looks like you are correct
by stevedee
Monday 22nd November 2021 3:21pm
Forum: General
Topic: Works in IDE; not when made as an executable
Replies: 19
Views: 7870

Re: Works in IDE; not when made as an executable

BruceSteers wrote: Monday 22nd November 2021 3:11pm ...It just seems to add \n line feeds in different places...
That's weird, I get escape characters were you get line feeds (i.e. x1B or 27 decimal)
by stevedee
Monday 22nd November 2021 3:16pm
Forum: General
Topic: Works in IDE; not when made as an executable
Replies: 19
Views: 7870

Re: Works in IDE; not when made as an executable

Yes, I'm sorry Mike, I did not directly answer your question. I don't know why you get different results in IDE to the EXE. I was just suggesting that you need to investigate the control characters as they may be giving unreliable results. This is what happens when I run inxi -C inixProblem.png ...s...
by stevedee
Monday 22nd November 2021 7:54am
Forum: General
Topic: Works in IDE; not when made as an executable
Replies: 19
Views: 7870

Re: Works in IDE; not when made as an executable

...When the button4 is pressed in the IDE the textarea100.text displays the processor installed in my PC. But when I make an executable, called forms.gambas, and then click on the icon, the form opens up. But when I press Button4, the testarea stays empty... I can't reproduce your problem because t...
by stevedee
Sunday 21st November 2021 7:12am
Forum: General
Topic: A Dirty Guide to Gambas Scripting
Replies: 2
Views: 1991

Re: A Dirty Guide to Gambas Scripting

A Dirty Guide to Gambas Scripting - Part 2 The code in part 1 is pretty pointless, as it simply runs "ls -l" in a terminal and displayed the output in a terminal. However, there are a few situations where Gambas scripting may be more useful, e.g.; - creating a Gambas script to perform a s...
by stevedee
Saturday 20th November 2021 11:15am
Forum: General
Topic: A Dirty Guide to Gambas Scripting
Replies: 2
Views: 1991

A Dirty Guide to Gambas Scripting

A Dirty Guide to Gambas Scripting - Part 1 I've always had a soft spot for interpreted languages like Gambas Script and Python. The ability to write & edit code in a simple text editor (rather than with a full-blown IDE) and run the code directly from this text file can have benefits, especiall...
by stevedee
Friday 19th November 2021 3:46pm
Forum: Lounge
Topic: Ton-up!
Replies: 15
Views: 24200

Re: Ton-up!

cogier wrote: Monday 21st December 2020 6:15pm Yes the site is picking up quite a few new members...
...so at the present pace the 200th should be around November 2021.
Charlie, we just need to find 1 more member in the next 11 days, and your prediction will have been spot on!
by stevedee
Thursday 30th September 2021 8:05am
Forum: Beginners
Topic: Console Application
Replies: 3
Views: 3377

Re: Console Application

...When I run it within the Gambas3 IDE, everything works GREAT! I see the mic icon on the taskbar being muted. Just perfect. LOL Now the problem is, how do I run this on bash (terminal)? I tried simply running the .gambas file but it throws all sorts of errors... Please post the output from the te...