Re: [Gambas-user] R: how to generation 12 random letters (A-Z and 0-9)

2015-06-04 Thread nando
Thanks folks, Not being pickey at all!! I made two mistakes.. (That is why open source is better than closed source) Corrections made: Dim j as Byte Dim s as String For j = 1 To 12 s = Mid(ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789, Int(Rnd((1, 37)), 1) Next Print s :) -Fernando --

Re: [Gambas-user] Gambas, Rpi and Signals (Mike Crean)

2015-06-04 Thread Lewis Balentine
why not using normal routers? of cell phone signals? inclusivelly why not only radio signals!? I suspect money may have something to do with it. Each cell phone would require monthly subscription cost. Lewis --

[Gambas-user] deselect 'gb.form.mdi'

2015-06-04 Thread Karl Reinl
Salut Benoît, if I deselect 'gb.form.mdi' in components 'gb.settings' gets unmarked too. That is not Ok! If you deselect 'gb.settings' and 'gb.form.mdi' is selected it claims for 'gb.form.mdi'. But you can select 'gb.settings' without 'gb.settings'. [System] Gambas=3.7.90 rev.7010

Re: [Gambas-user] deselect 'gb.form.mdi'

2015-06-04 Thread Benoît Minisini
Le 04/06/2015 21:13, Karl Reinl a écrit : Salut Benoît, if I deselect 'gb.form.mdi' in components 'gb.settings' gets unmarked too. That is not Ok! If you deselect 'gb.settings' and 'gb.form.mdi' is selected it claims for 'gb.form.mdi'. But you can select 'gb.settings' without

Re: [Gambas-user] Json sample

2015-06-04 Thread Julio Sanchez
Hello Roel: Sample only get: http://jsbsan.blogspot.com.es/2015/04/gambas3-ejemplo-de-json-y-extraer-datos.html Regards Julio 2015-06-04 15:23 GMT+02:00 Roel Touwen r...@touwtje.info: Hi All, I'm upto building a json connection with an external provider. Has anyone a simple sample?

Re: [Gambas-user] changes on HPanel

2015-06-04 Thread Charlie Reinl
Am Donnerstag, den 04.06.2015, 04:19 +0200 schrieb Benoît Minisini: Le 03/06/2015 23:56, Charlie Reinl a écrit : Am Mittwoch, den 03.06.2015, 22:44 +0200 schrieb Benoît Minisini: Le 03/06/2015 22:36, Karl Reinl a écrit : Am Mittwoch, den 03.06.2015, 22:03 +0200 schrieb Benoît Minisini: Le

[Gambas-user] deselect 'gb.form.mdi'

2015-06-04 Thread Karl Reinl
Salut Benoît, if I deselect 'gb.form.mdi' in components 'gb.settings' gets unmarked too. That is not Ok! If you deselect 'gb.settings' and 'gb.form.mdi' is selected it claims for 'gb.form.mdi'. But you can select 'gb.settings' without 'gb.settings'. = mean 'gb.form.mdi' [System] Gambas=3.7.90

[Gambas-user] Json sample

2015-06-04 Thread Roel Touwen
Hi All, I'm upto building a json connection with an external provider. Has anyone a simple sample? Including de put and get etc.? Thanks! Roel Touwen -- ___ Gambas-user