Re: [Gambas-user] How to Change Keyboard Layout

2018-10-02 Thread Charlie Ogier
If you are using *buntu/Mint etc (and maybe other distros) you could try this: - *Public Sub Form_Open()** **Dim sKBFile As String[] = Split(File.Load("/etc/default/keyboard"), gb.NewLine)** **Dim sLine As String ** ** **For Each sLine In sKBFile** **  If sLine Begins "XKBLAYOUT" Then **Print

Re: [Gambas-user] JSON Parsing

2017-09-10 Thread Charlie Ogier
On 09/09/17 17:24, Brad Doyle via Gambas-user wrote: Anyone have any working example of JSON parsing. Following the example I found online, I can get the list of primary keys, but any attempt to access any of the columns results in a NULL return. Once the decode is executed I get the key

[Gambas-user] [CRASH REPORT] FindFiles2

2015-02-22 Thread Charlie Ogier
Hello, Damned, my program crashed Gambas! I missed out the B in /B so / caused the crash. If siFindEnd 1 Then sFind[iCount2] = Replace(sFind[iCount2], sFindString, B sFindString /) Regards, Charlie Ogier FindFiles2-2.0-crash-150222-152432.tar.bz2 Description: application/bzip