Re: [Gambas-user] arithmetic operations on dates and times

2011-06-08 Thread Ian Haywood
On Thu, Jun 9, 2011 at 12:27 PM, Kevin Fishburne wrote: > How in the world would one do this? It's not really important that the > client know the actual date, but it does need to know the time. The > client should be able to add "Timer" to the game world time so it can > keep an accurate 24-hour

[Gambas-user] arithmetic operations on dates and times

2011-06-08 Thread Kevin Fishburne
Alright, I wouldn't bother the list but this is blowing my mind a little bit. The date and time in the game world should start at an arbitrary point and be modified by the system clock on the server and a scale value ((timebase + timeserver) * timescale = gameworldtime). So if the base time st

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Shane Powell
On 09/06/11 10:34, Benoît Minisini wrote: >> On 09/06/11 08:32, Benoît Minisini wrote: hi Benoit im using gambas 3 3871 and im using qt-4 at design time when i set the background color only the part of the control that dosnt have the grid on it has

Re: [Gambas-user] gb3: sending variable of date datatype over UDP

2011-06-08 Thread Kevin Fishburne
On 06/08/2011 09:00 AM, Benoît Minisini wrote: >> Any reason this code wouldn't work? >> >> ' Server-side: >> >> UDP_Write_56(pip[p], pport[p], tsid[p], Date) >> >> Public Sub UDP_Write_56(ip As String, port As Integer, id As Byte, >> serverdate As Date) >> >> ' Send "date update" transaction t

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Benoît Minisini
> On 09/06/11 08:32, Benoît Minisini wrote: > >> hi Benoit > >> > >> im using gambas 3 3871 and im using qt-4 > >> > >> at design time when i set the background color only the part of > >> the control that dosnt have the grid on it has the changed color > > > > Do you have a s

Re: [Gambas-user] Issue 65 in gambas: Trying to add an additional file when building an AutoTools package chashes the IDE

2011-06-08 Thread gambas
Updates: Status: Started Comment #2 on issue 65 by benoit.m...@gmail.com: Trying to add an additional file when building an AutoTools package chashes the IDE http://code.google.com/p/gambas/issues/detail?id=65 That is not supported yet by the AutoTools packager. Something to be done...

Re: [Gambas-user] Issue 64 in gambas: Trying to add a dependency when building an AutoPackage Installer chashes the IDE

2011-06-08 Thread gambas
Updates: Status: Fixed Comment #2 on issue 64 by benoit.m...@gmail.com: Trying to add a dependency when building an AutoPackage Installer chashes the IDE http://code.google.com/p/gambas/issues/detail?id=64 That is not supported by the AutoTools packager, so it must not be visible in t

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Shane Powell
On 09/06/11 08:32, Benoît Minisini wrote: hi Benoit im using gambas 3 3871 and im using qt-4 at design time when i set the background color only the part of the control that dosnt have the grid on it has the changed color Do you have a screenshot? Can you make a little projec

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Benoît Minisini
> > hi Benoit > im using gambas 3 3871 and im using qt-4 > at design time when i set the background color only the part of > the control that dosnt have the grid on it has the changed color > Do you have a screenshot? Can you make a little project that reproduces your problem?

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Shane Powell
On 08/06/11 23:09, Benoît Minisini wrote: >> hi Group im trying to set the initial background colour of a tableview >> rows and columns all to a set colour >> is there a way to do this with out looping through all the rows and >> columns individually and setting it there >> thanks >>Sha

Re: [Gambas-user] Issue 67 in gambas: Creating an ubuntu .deb installer for a component uses wrong directory

2011-06-08 Thread gambas
Updates: Status: WontFix Labels: -Version Version-Any Comment #1 on issue 67 by benoit.m...@gmail.com: Creating an ubuntu .deb installer for a component uses wrong directory http://code.google.com/p/gambas/issues/detail?id=67 According to Debian documentation, program prefix mus

Re: [Gambas-user] Calendar control bug

2011-06-08 Thread Ricardo Díaz Martín
Thanks! Works fine. 2011/6/8 Benoît Minisini > > Hi, > > > > Please, run this gambas3 example. Click on button and then click on the > > calendar left arrow. It shows a Color class error. > > > > ... > > Fixed in revision #3873. > > Regards, > > -- > Benoît Minisini > > > ---

Re: [Gambas-user] Barcode example for Gambas3

2011-06-08 Thread Benoît Minisini
> Pino Zollo wrote: > > FMain.printer_Draw.49: FMain.printer_Draw.47Type mismatch: wanted > > Float, got Null instead > > I am hoping the following will allow for comma decimals (would be grateful > if you could check) : > > ftp://ftp.drivehq.com/charlesg628/publicfolder/BarcodeG3-0.0.5.tar.g

Re: [Gambas-user] Calendar control bug

2011-06-08 Thread Benoît Minisini
> Hi, > > Please, run this gambas3 example. Click on button and then click on the > calendar left arrow. It shows a Color class error. > > ... Fixed in revision #3873. Regards, -- Benoît Minisini -- EditLive Enterpri

Re: [Gambas-user] Tableview Background

2011-06-08 Thread Benoît Minisini
> hi Group im trying to set the initial background colour of a tableview > rows and columns all to a set colour > is there a way to do this with out looping through all the rows and > columns individually and setting it there > thanks > Shane > > Setting the TableView Background proper

Re: [Gambas-user] gb3: sending variable of date datatype over UDP

2011-06-08 Thread Benoît Minisini
> Any reason this code wouldn't work? > > ' Server-side: > > UDP_Write_56(pip[p], pport[p], tsid[p], Date) > > Public Sub UDP_Write_56(ip As String, port As Integer, id As Byte, > serverdate As Date) > >' Send "date update" transaction to specified IP address and port > over UDP. > >'

[Gambas-user] Calendar control bug

2011-06-08 Thread Ricardo Díaz Martín
Hi, Please, run this gambas3 example. Click on button and then click on the calendar left arrow. It shows a Color class error. Tryed in 3 boxes with ubuntu 10.10 x86_64 and 11.04 x86_64 and now in (Current gambas3 rev is 3858): [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.35-28-g

[Gambas-user] Calendar control bug

2011-06-08 Thread Ricardo Díaz Martín
Hi, Please, run this gambas3 example. Click on button and then click on the calendar left arrow. It shows a Color class error. Tryed in 3 boxes with ubuntu 10.10 x86_64 and 11.04 x86_64 and now in (Current gambas3 rev is 3858): [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.35-28-g

[Gambas-user] Calendar control bug

2011-06-08 Thread Ricardo Díaz Martín
Hi, Please, run this gambas3 example. Click on button and then click on the calendar left arrow. It shows a Color class error. Tryed in 3 boxes with ubuntu 10.10 x86_64 and 11.04 x86_64 and now in (Current gambas3 rev is 3858): [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.35-28-g

Re: [Gambas-user] Barcode example for Gambas3

2011-06-08 Thread charlesg
Pino Zollo wrote: > > FMain.printer_Draw.49: FMain.printer_Draw.47Type mismatch: wanted > Float, got Null instead > I am hoping the following will allow for comma decimals (would be grateful if you could check) : ftp://ftp.drivehq.com/charlesg628/publicfolder/BarcodeG3-0.0.5.tar.gz Barcod