Difference between revisions of "Gambas"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(extracted "questions" and "flaws" to subpages)
(→‎Reference: some reorg; HowTo Gambas)
Line 22: Line 22:
 
* '''Responding to right-clicks''': the standard Click event also responds to right-clicks
 
* '''Responding to right-clicks''': the standard Click event also responds to right-clicks
 
* '''Showing a pop-up menu''': ''still looking into this...''
 
* '''Showing a pop-up menu''': ''still looking into this...''
==Reference==
+
==Links==
 +
===Official===
 
* [http://gambas.sourceforge.net/ Gambas homepage]
 
* [http://gambas.sourceforge.net/ Gambas homepage]
 
** official documentation (on the [[/wiki|Gambas wiki]]): [http://gambasdoc.org/help/?v2 version 2]; [http://gambasdoc.org/help/?v3 version 3]
 
** official documentation (on the [[/wiki|Gambas wiki]]): [http://gambasdoc.org/help/?v2 version 2]; [http://gambasdoc.org/help/?v3 version 3]
* [[Wikipedia:Gambas|Wikipedia]]
+
===Reference===
* [[wikibooks:Gambas|Wikibooks]]
+
* {{wikipedia}}
 +
* {{wikibooks}}
 +
===Projects===
 +
* [http://howtogambas.org/index.php?page=cedi&type=misc&id=3 HowTo Gambas: Building GUI Applications]
 
* [http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ tutorials] (English, Spanish)
 
* [http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ tutorials] (English, Spanish)
 
* [http://www.linuxbasic.net/ Linux Basic] forum: ostensibly for "the new breed of Basics coming out for the Linux operating system", but the focus seems to be mostly (or entirely) on Gambas
 
* [http://www.linuxbasic.net/ Linux Basic] forum: ostensibly for "the new breed of Basics coming out for the Linux operating system", but the focus seems to be mostly (or entirely) on Gambas

Revision as of 01:26, 23 March 2015

About

Gambas is a programming language and IDE.

It is:

  • intended to fill the same niche as VB, though not intended to be code-compatible
  • currently only available for Linux and other Unix-derivatives (there is a partially-functioning Windows version)
  • open-source

Pages

How To

  • Responding to right-clicks: the standard Click event also responds to right-clicks
  • Showing a pop-up menu: still looking into this...

Links

Official

Reference

Projects

resources

Notes

  • The Help system appears to be wiki-based, possibly feeding directly off the Gambas wiki -- so any errors found can be corrected by anyone, in theory. Not sure how easy this is in practice. (Edit buttons do not appear in the Help app, so you would have to find the correct page on the wiki, and get editing permission from the webmaster.)