Re: [Gambas-user] Json sample

2015-06-04 Thread Ron
Put: https://domotiga.nl/projects/domotiga/repository/revisions/master/entry/DomotiGa3/.src/CXively.class#L104 Get: https://domotiga.nl/projects/domotiga/repository/revisions/master/entry/DomotiGa3/.src/CToon.class#L142 Regards, Ron. 2015-06-04 18:33 GMT+02:00 Julio Sanchez : > Hello Roel: > > S

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

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 -- Or

Re: [Gambas-user] Question about libraries and components (2nd time)

2015-06-04 Thread Karl Reinl
Am Donnerstag, den 12.03.2015, 21:56 +0100 schrieb Benoît Minisini: > Le 12/03/2015 21:51, Charlie Reinl a écrit : > > Salut Benoît, > > > > I have a library where I use the ToolBar and ToolButtons, now the > > project which uses this library claims "the class ToolBar could not be > > loaded" if I

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 'gb.se

[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] 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 OperatingSyst

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 Minis

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 : > Hi All, > > I'm upto building a json connection with an external provider. > > Has anyone a simple sample? Including de put

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

2015-06-04 Thread PICCORO McKAY Lenz
Hi Mike, i visit u'r web page too.. i'm very very impressive! i have very insteresting in the wireless part.. u have develop a wireless sistem to send signals? i have some curios! why not using normal routers? of cell phone signals? inclusivelly why not only radio signals!? i ask due there's no

[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 mail