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
(→‎Pages: "/class authoring" is now "/authoring/classes")
(→‎How To: install the latest version)
 
(3 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
* [[/questions]] answered and unanswered
 
* [[/questions]] answered and unanswered
 
* [[/reference]]
 
* [[/reference]]
** [[/inheritance]]
+
* error messages:
* [[/virtual class]]
+
** [[Not enough arguments]]
  
 
==How To==
 
==How To==
* '''Responding to right-clicks''': the standard Click event also responds to right-clicks
+
* '''Installation''':
* '''Showing a pop-up menu''': ''still looking into this...''
+
** [https://www.htlinux.com/install-gambas-3-5-via-ppa-in-ubuntu-linux/ Install Gambas 3.5 via PPA in Ubuntu & Linux]: how to install the latest version (which may not be available in your default repositories)
 +
* '''Develop with''':
 +
** '''Responding to right-clicks''': the standard Click event also responds to right-clicks
 +
** '''Showing a pop-up menu''': ''still looking into this...''
 +
** [[/nesting forms]]
 +
 
 
==Links==
 
==Links==
 
===Official===
 
===Official===

Latest revision as of 14:37, 27 August 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

  • Installation:
  • Develop with:
    • Responding to right-clicks: the standard Click event also responds to right-clicks
    • Showing a pop-up menu: still looking into this...
    • /nesting forms

Links

Official

Reference

Projects

resources

Defunct

  • tutorials (English, Spanish)
  • Linux Basic
    • seems to have gone defunct in late 2013; archive
    • was a forum: ostensibly for "the new breed of Basics coming out for the Linux operating system", but the focus seems to have been mostly (or entirely) on Gambas

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.)