Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
I think it's time for vacation for me too. :-[ Thanks and sorry for the noise. Il 21/02/2014 00:07, Sebastian Kulesz ha scritto: > On Feb 20, 2014 1:46 PM, "Emanuele Sottocorno" wrote: >> Hi Sebastian, >> tanks for your reply. I think there is an error into logger component. >> The doc say: >>

Re: [Gambas-user] feature suggestions: detach and rearrange tabs

2014-02-20 Thread Kevin Fishburne
On 02/20/2014 03:04 AM, Fabien Bodard wrote: > And adobe/gimp boxes too... It's an old dream Is that your way of telling me I need to start programming in my sleep? I guess I'll keep dreaming, then. :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtue

Re: [Gambas-user] Submitting "Example" Candidates

2014-02-20 Thread Louis W. Adams, Jr.
>>> Please let us know the name of the program when it is added to the examples. I could learn a lot from it. great job. Tom: I've sent Benoît the source files, so look for RandomColorSort as the project name, with the descriptor "Random Colors, Sorted by Hue". I hope it's helpful to people l

Re: [Gambas-user] Submitting "Example" Candidates

2014-02-20 Thread Louis W. Adams, Jr.
Benoît: Attached is the archive file for my program. If you have any problems with it, or would like changes, please don't hesitate to contact me. Thanks for creating GAMBAS, a wonderful programming language, for Linux! Lou Thursday Night -

Re: [Gambas-user] Norming official examples (reloaded); was: Submitting "Example" Candidates

2014-02-20 Thread Jussi Lahtinen
> > So everything must be in english (no choice, sorry. Next century, > everything will be in chinese... > > But, be based on a single common language is laziness for the mind. With most subjects, getting objective, factual, useful and easy to understand information seems to be hard enough with s

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Sebastian Kulesz
On Feb 20, 2014 1:46 PM, "Emanuele Sottocorno" wrote: > > Hi Sebastian, > tanks for your reply. I think there is an error into logger component. > The doc say: > > Dim hLoggerAs Logger < http://gambasdoc.org/help/comp/gb.logging/logger?v3> > > hLogger= New Logger < http://gambasdoc.org/help/

Re: [Gambas-user] Tip of the day

2014-02-20 Thread Daniel Quintero
Thanks again :) *_* *Lic. Daniel Quintero Rojas* *¡Saludos desde México!* On Thu, Feb 20, 2014 at 4:04 PM, Fabien Bodard wrote: > This is the tips files > > 2014-02-20 22:58 GMT+01:00 Daniel Quintero : > > Hi all :) > > > > How can I print all the "Tips of th

Re: [Gambas-user] Populate grid with generic query

2014-02-20 Thread Daniel Quintero
Ok, thanks :) *_* *Lic. Daniel Quintero Rojas* *¡Saludos desde México!* On Thu, Feb 20, 2014 at 3:55 PM, Fabien Bodard wrote: > 2014-02-20 22:47 GMT+01:00 Daniel Quintero : > > Hi Fabien, thanks for answering :D > > > > I understood almost all code, except t

Re: [Gambas-user] Tip of the day

2014-02-20 Thread Fabien Bodard
This is the tips files 2014-02-20 22:58 GMT+01:00 Daniel Quintero : > Hi all :) > > How can I print all the "Tips of the day" that appear when Gambas IDE > starts? > > Regards > > *_* > *Lic. Daniel Quintero Rojas* > > *¡Saludos desde México!* > ---

[Gambas-user] Tip of the day

2014-02-20 Thread Daniel Quintero
Hi all :) How can I print all the "Tips of the day" that appear when Gambas IDE starts? Regards *_* *Lic. Daniel Quintero Rojas* *¡Saludos desde México!* -- Managing the Performance of C

Re: [Gambas-user] Populate grid with generic query

2014-02-20 Thread Fabien Bodard
2014-02-20 22:47 GMT+01:00 Daniel Quintero : > Hi Fabien, thanks for answering :D > > I understood almost all code, except these two parts: > > Public Sub ResultChange() > > Dim hField As ResultField > * hResult = db.Find("tt")* > > *"tt"* is my query? no it's my table but you can use db.ex

Re: [Gambas-user] Populate grid with generic query

2014-02-20 Thread Daniel Quintero
Hi Fabien, thanks for answering :D I understood almost all code, except these two parts: Public Sub ResultChange() Dim hField As ResultField * hResult = db.Find("tt")* *"tt"* is my query? And this: Public Sub GridView1_Data(Row As Integer, Column As Integer) 'for fun If Column = 0

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
Hi Sebastian, tanks for your reply. I think there is an error into logger component. The doc say: Dim hLoggerAs Logger hLogger= New Logger ( *[* _iMinLevel_ As Integer, _sOutp

Re: [Gambas-user] Populate grid with generic query

2014-02-20 Thread Fabien Bodard
You must to store the query result as private on the form then ' Gambas class file Private hResult As Result Public Sub _new() Connections["Connection1"].Open ResultChange End Public Sub ResultChange() Dim hField As ResultField hResult = db.Find("tt") For Each hField In hResult.

[Gambas-user] Populate grid with generic query

2014-02-20 Thread Daniel Quintero
Hi all I've a beginer question: I have a simple query: select [list of fields] from [table] where [conditions] How can I populate a grid? My problem is that [list of fields], [table] and [conditions] can change depending on the values of various ComboBoxes Thanks in advance :) *

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Sebastian Kulesz
Hi! I'm the author of the gb.logging component. I'm on vacations right now, so I can't review your issue. I've starred this email and will be taking a look when I get back home. Afaik the component is working correctly, so please review the documentation and the rfc on which it is based (you can fi

Re: [Gambas-user] Norming official examples (reloaded); was: Submitting "Example" Candidates

2014-02-20 Thread Tobias Boege
On Thu, 20 Feb 2014, Ru Vuott wrote: > > So everything must be in english (no choice, sorry. Next century, > > everything will be in chinese... > > But, be based on a single common language is laziness for the mind. > I'd prefer to be called lazy over having to translate source code twice: once

Re: [Gambas-user] Norming official examples (reloaded); was: Submitting "Example" Candidates

2014-02-20 Thread Ru Vuott
> So everything must be in english (no choice, sorry. Next century, everything > will be in chinese... But, be based on a single common language is laziness for the mind. vuott -- Managing the Performance of Cloud-Base

Re: [Gambas-user] GambasGears FPS

2014-02-20 Thread Benoît Minisini
Le 20/02/2014 17:58, Rob Kudla a écrit : > On 02/20/2014 11:11 AM, martin p cristia wrote: >> Is there a reason for GambasGears giving 60 FPS normally and 101 FPS >> when running in a VirtualBox with Lubuntu? > > Usually a result of 60 FPS indicates that OpenGL is locked to the vertical > refresh r

Re: [Gambas-user] Norming official examples (reloaded); was: Submitting "Example" Candidates

2014-02-20 Thread Benoît Minisini
Le 20/02/2014 16:11, Tobias Boege a écrit : > On Wed, 19 Feb 2014, Beno?t Minisini wrote: >> Le 19/02/2014 02:09, Louis W. Adams, Jr. a ?crit : >>> What is the best way to submit a GAMBAS program to be considered as an >>> example for beginner programmers? I have a simple program to offer, which >

Re: [Gambas-user] How to group on reports using gb.report?

2014-02-20 Thread PICCORO McKAY Lenz
From: Beno?t Minisini > > this groups must be done making custom object and putting in groups... > > each group have same structure, so make a class with some objects > > (by example a VBox containel, a line, and some labels) > > and populate with the data (first group will be 103 right?) > > and

Re: [Gambas-user] GambasGears FPS

2014-02-20 Thread Rob Kudla
On 02/20/2014 11:11 AM, martin p cristia wrote: > Is there a reason for GambasGears giving 60 FPS normally and 101 FPS > when running in a VirtualBox with Lubuntu? Usually a result of 60 FPS indicates that OpenGL is locked to the vertical refresh rate of your video card or monitor. The 101 FPS in

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
Il 18/02/2014 12:58, Emanuele Sottocorno ha scritto: > Maybe I misunderstood the rule, but following the wiki: > > Property Level As Integer > > Sets or returns the minimum logging level for the Logger object. > > but seems operating contrariwise. See the attached project. > > [System] > Gambas=3.

[Gambas-user] GambasGears FPS

2014-02-20 Thread martin p cristia
Is there a reason for GambasGears giving 60 FPS normally and 101 FPS when running in a VirtualBox with Lubuntu? I have an Acer laptop with i5 and 6GB. Also a Geforce 720m. [System] Gambas=3.5.2 OperatingSystem=Linux Kernel=3.11.0-17-generic Architecture=x86_64 Distribution=Ubuntu 13.10 Desktop=G

Re: [Gambas-user] Norming official examples (reloaded); was: Submitting "Example" Candidates

2014-02-20 Thread Tobias Boege
On Wed, 19 Feb 2014, Beno?t Minisini wrote: > Le 19/02/2014 02:09, Louis W. Adams, Jr. a ?crit : > > What is the best way to submit a GAMBAS program to be considered as an > > example for beginner programmers? I have a simple program to offer, which > > shows how to do a few basic things that I st

Re: [Gambas-user] Looking for icons

2014-02-20 Thread Rolf-Werner Eilert
I found them, they are in the sources. Sorry for bothering you... Rolf Am 20.02.2014 12:58, schrieb Rolf-Werner Eilert: > There are two different places for icons to be included, "Project" and > "Stock". Which path does Gambas take the Stock icons from? In other > words, is there a standard link

Re: [Gambas-user] Gambas3 component Docs

2014-02-20 Thread Tobias Boege
On Sat, 15 Feb 2014, Paul Horechuk wrote: > I've been to gambasdoc.org and it works reasonably well, except if you > dig through deep enough, it starts to ask you to log in. > That's a feature to help creating pages. If you are not a docs writer it may annoy you but there is a rule of thumb to n

[Gambas-user] Looking for icons

2014-02-20 Thread Rolf-Werner Eilert
There are two different places for icons to be included, "Project" and "Stock". Which path does Gambas take the Stock icons from? In other words, is there a standard link? Thanks for enlightenment :-) Rolf -- Managing

Re: [Gambas-user] feature suggestions: detach and rearrange tabs

2014-02-20 Thread Fabien Bodard
And adobe/gimp boxes too... It's an old dream Le 19 févr. 2014 03:12, "Kevin Fishburne" a écrit : > I don't know how difficult this would be, but if detachable tabs could > be implemented (think Chrome browser), that would be awesome. Tangential > to that would be the ability to rearrange tabs by