[Gambas-user] failure on Startup of Gambas on Linux Mint Debian Edition 2

2016-03-14 Thread KKing
I've just had to set up a new unit and am using Linux Mint Debian Edition 2 usuing 32bit MATE, If I install Gambas via the LMDE2 Package Manager it installs gambas v3.5.4-2+b1 But when i try to start Gambas from the menu, I get a window This application has raised an unexpected error and must

[Gambas-user] .Find only from position "1"?

2016-03-14 Thread Rolf-Werner Eilert
Have just stumbled over this one. To make things short, elements of an address have to be collected. This is the code snippet: feld = Split(felderKopieAdresse[lsKopieAdresse.Index], ",") For i = 0 To feld.Max If links.Find(feld[i]) > -1 Then adresse.Add(rechts[links.Find(feld[

[Gambas-user] [Gambas Bug Tracker] Bug #903: Bash-like "source" command for gbs3

2016-03-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.903&from=L21haW4- C THAL reported a new bug. Summary --- Bash-like "source" command for gbs3 Type : Request Priority : Low Gambas version : Unknown Product : Unknown Description --- A "source" command

Re: [Gambas-user] Menu changed programmatically

2016-03-14 Thread Rolf-Werner Eilert
Am 11.03.2016 13:33, schrieb Benoît Minisini: > Le 11/03/2016 12:47, Rolf-Werner Eilert a écrit : >> Am 10.03.2016 18:12, schrieb Rolf-Werner Eilert: >>> How to change the entries of a pop-up menu? >>> >>> I wanted to use a MenuButton like it is used in the Gambas IDE, i. e. >>> not for a menu in