Search found 144 matches

by Technopeasant
Sunday 15th September 2019 12:44am
Forum: General
Topic: Kill FireFox
Replies: 10
Views: 11789

Re: Kill FireFox

I mean, sure, you could just use the task manager to do this... but why not do it in Gambas? :lol:
by Technopeasant
Sunday 25th August 2019 5:50pm
Forum: General
Topic: When you have been using Gambas for years...
Replies: 2
Views: 4142

Re: When you have been using Gambas for years...

More replacing:

If x = True Then
x = False
Else If x = False Then
x = True
End If

With:

x = Not x

The obvious simplicity is the head smacking factor.
by Technopeasant
Sunday 25th August 2019 5:48pm
Forum: General
Topic: Did you know?
Replies: 91
Views: 417466

Re: Did you know?

This should be really helpful for a project of mine. Thanks.
by Technopeasant
Sunday 25th August 2019 5:35pm
Forum: Lounge
Topic: Gambas Discord
Replies: 3
Views: 6942

Re: Gambas Discord

But I also think it would take away valuable reference material from being posted to a forum thread for future new Gambas users to search through. This. I for one am dismayed at the popularity of Discord. Just seems like an endless series of walled gardens. I like being able to back search through ...
by Technopeasant
Monday 5th August 2019 4:50pm
Forum: General
Topic: When you have been using Gambas for years...
Replies: 2
Views: 4142

When you have been using Gambas for years...

And just discovered the wonder of the NOT statement...

:lol:

Please post your forehead smacking moment below.

:ugeek:
by Technopeasant
Monday 5th August 2019 4:04pm
Forum: Lounge
Topic: Project showcase
Replies: 3
Views: 6302

Re: Project showcase

Thanks. :D
by Technopeasant
Monday 5th August 2019 4:03pm
Forum: Lounge
Topic: Project showcase
Replies: 3
Views: 6302

Re: Project showcase

Thanks. :D
by Technopeasant
Monday 5th August 2019 3:34pm
Forum: Project showcase
Topic: Gambas Projection Engine
Replies: 0
Views: 8156

Gambas Projection Engine

Hello all, This is a project I have been working on for awhile now (since 2015, in its current incarnation). It is a grid-based 2.5D engine similar to something like Eye of the Beholder or Dungeon Master, but with features kicked in from more modern and conventional 2.5D or true 3D engines. It is st...
by Technopeasant
Monday 5th August 2019 5:23am
Forum: General
Topic: 1st Time User Gambas Questions(Former VB6 user)
Replies: 22
Views: 25992

Re: 1st Time User Gambas Questions(Former VB6 user)

Often Gambas is merely differently implemented than VB, rather than neccesairly feature incomplete, but I can not speak for your project in particular. If you want a suggestion for another similar IDE for Linux, you may want to look into Lazarus. Very similar RAD environment for building GUI applica...
by Technopeasant
Monday 5th August 2019 5:19am
Forum: Lounge
Topic: Project showcase
Replies: 3
Views: 6302

Project showcase

Hey all, Just wondering if we could have a sub-forum on here for posting threads about full on projects, as opposed to mixing them in with general coding inquiries or posting code snippets. Something similar to what they have on the FreeGameDev forums. That way we can open threads to keep everyone u...