Re: [Gambas-user] gb.report without a database connection

2013-09-13 Thread Dimitris Anogiatis
Thanks for your quick reply Fabien, I also saw the report example and noticed that Report2 is covering that case. On Thu, Sep 12, 2013 at 2:47 PM, Fabien Bodard wrote: > yes > > > 2013/9/12 Dimitris Anogiatis > > > Hey guys, > > > > Is it possible to use the gb.report component without a da

[Gambas-user] Problems on UserControl properties

2013-09-13 Thread Karl Reinl
Salut Benoît, I'm making a Timepicker for me, but I ran into problems. I need 2 Class _Properties, first for 12/24 hours and second for minute slices, both raise in the control property grid, but only the second raise during form load, is it a bug or what do I wrong? By that way, one can not de

[Gambas-user] Problems on UserControl properties

2013-09-13 Thread Charlie Reinl
Salut Benoît, I'm making a Timepicker for me, but I ran into problems. I need 2 Class _Properties, first for 12/24 hours and second for minute slices, both raise in the control property grid, but only the second raise during form load, is it a bug or what do I wrong? By that way, one can not de

Re: [Gambas-user] Gambas doc down?

2013-09-13 Thread PICCORO McKAY Lenz
From: Randall Morgan > But I still think there should be an option in > the ide to use a local copy of the site. This could be a good solution that does not rely on hard work, user track web doc site offline and said to ide that are serve in a localhost copy by own web server (aopache2 or lightt

[Gambas-user] Compiling gambas on lenny/squeeze, also wheeze

2013-09-13 Thread PICCORO McKAY Lenz
This are the necesary minimal instruction for made squeeze good packages, in response of: From: Willy Raets > Subject: Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 > ok i'll do, response in englys for u, but install instructions please use translate: Sorry i'm hurry i'll made a post la

[Gambas-user] "Strange" results from Time( ) function ?

2013-09-13 Thread Ru Vuott
Hello, I tried this code: Public Sub Form_Open() Dim i As Integer For i = 1 To 24 Print Time(0, 0, 3600 * i), 3600 * i Next End and here its results : 01:00:003600 02:00:007200 03:00:0010800 04:00:0014400 05:00:0018000 06