[Gambas-user] Shell command

2017-08-05 Thread Shane
I have this in a sub form Public sdevices As String Public Sub SaveOps_Click() Settings["Options/CCompCLine"] = TextBox1.Text Settings["Options/stmDevice"] = ComboBox1.Current 'Settings.Save() Me.Close End Public Sub Form_Open() Dim devices As String[] Dim d As String ' TextBox1.

Re: [Gambas-user] UDP-Socket-Client

2017-08-05 Thread T Lee Davidson
On 08/04/2017 11:33 AM, Hans Lehmann wrote: Hello. Does anyone have any experience how to query with a UDP socket client on port 123 the time from a time server? A socket client on port 37 will work correctly, but only the seconds since 1.1.1900 will be returned. This accuracy is not enough.

Re: [Gambas-user] Two colors and two entries in a GridView

2017-08-05 Thread Fabien Bodard
this is an example 2017-08-05 13:07 GMT+02:00 Fabien Bodard : > I think you need to use the _Draw Event of the grid view. > > http://gambaswiki.org/wiki/comp/gb.qt4/gridview/.draw > > Event Draw ( X As Integer, Y As Integer, Width As Integer, Height As > Integer, Row As Integer, Column As Integer

Re: [Gambas-user] Two colors and two entries in a GridView

2017-08-05 Thread Fabien Bodard
I think you need to use the _Draw Event of the grid view. http://gambaswiki.org/wiki/comp/gb.qt4/gridview/.draw Event Draw ( X As Integer, Y As Integer, Width As Integer, Height As Integer, Row As Integer, Column As Integer ) the rect X,Y,Width,Height is the area where drawing. It is in fact de