Re: [Gambas-user] Questions about the 'database' example

2012-08-30 Thread rocko
On Thu, 2012-08-30 at 18:37 -0700, John Spikowski wrote: > On Thu, 2012-08-30 at 18:15 -0700, rocko wrote: > > Been looking at the database example in Gambas 3.2.1. > > I believe it's the first one simply named 'Database'. > > I noticed on the Ftest.Form that the DataBrowser behaves differently. >

[Gambas-user] Issue 321 in gambas: panel background color bleeds into buttons in GTK

2012-08-30 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 321 by zachsmit...@gmail.com: panel background color bleeds into buttons in GTK http://code.google.com/p/gambas/issues/detail?id=321 1) Panel background color bleeds into

Re: [Gambas-user] Questions about the 'database' example

2012-08-30 Thread John Spikowski
On Thu, 2012-08-30 at 18:15 -0700, rocko wrote: > Been looking at the database example in Gambas 3.2.1. > I believe it's the first one simply named 'Database'. > I noticed on the Ftest.Form that the DataBrowser behaves differently. > > For instance when you click on an record in the dataBrowser it

[Gambas-user] Questions about the 'database' example

2012-08-30 Thread rocko
Been looking at the database example in Gambas 3.2.1. I believe it's the first one simply named 'Database'. I noticed on the Ftest.Form that the DataBrowser behaves differently. For instance when you click on an record in the dataBrowser it populates a series of txt boxes with the data. Also if yo

[Gambas-user] Issue 320 in gambas: fullscreen property prevents Form_Open from running in GTK

2012-08-30 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 320 by zachsmit...@gmail.com: fullscreen property prevents Form_Open from running in GTK http://code.google.com/p/gambas/issues/detail?id=320 1) Sub Form_Open doesn

Re: [Gambas-user] Using DataBrowser for a table which

2012-08-30 Thread Jussi Lahtinen
OK, got it... different numbering. I don't know what Gambas revision is used for that, but I would guess latest. Can you provide test project to demonstrate the problem? Jussi On Thu, Aug 30, 2012 at 11:16 PM, Jussi Lahtinen wrote: > > Not fixed in latest sebikul's gambas-daily ppa, which u

Re: [Gambas-user] Using DataBrowser for a table which

2012-08-30 Thread Jussi Lahtinen
> Not fixed in latest sebikul's gambas-daily ppa, which uses svn 3995 & is > version 3.2.90. I tried that earlier today after the ppa was uploaded. > Rev 3995 is from 09 Aug 2011 !?? Latest revision is 5100. What are you talking about? Jussi --

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Fabien Bodard
15 Minutes 2012/8/30 Fabien Bodard : > 2012/8/30 Benoît Minisini : >> Le 30/08/2012 17:50, Fabien Bodard a écrit : >>> Well so, I need to make this big big work :-( >>> >>> In fact one the problem is gambas users mostly not understand the box >>> arrangement system in gambas. >>> >> >> About the "

[Gambas-user] Using DataBrowser for a table which

2012-08-30 Thread John Rose
Jussi, Not fixed in latest sebikul's gambas-daily ppa, which uses svn 3995 & is version 3.2.90. I tried that earlier today after the ppa was uploaded. -- Live Security Virtual Conference Exclusive live event will cover a

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Fabien Bodard
2012/8/30 Benoît Minisini : > Le 30/08/2012 17:50, Fabien Bodard a écrit : >> Well so, I need to make this big big work :-( >> >> In fact one the problem is gambas users mostly not understand the box >> arrangement system in gambas. >> > > About the "arrangement system", the main idea is: > > You m

Re: [Gambas-user] getting dataview to expand??

2012-08-30 Thread rocko
On Thu, 2012-08-30 at 20:41 +0930, Bruce wrote: > Oh, by the way, don't worry about any of the code in the FMain.class, > there is not one line of code in there that does any arranging of the > form. > B Ok I think I figured it out. I think I add 'auto resize" enable on one or two of the panels.

Re: [Gambas-user] getting dataview to expand??

2012-08-30 Thread rocko
On Thu, 2012-08-30 at 20:29 +0930, Bruce wrote: > On Thu, 2012-08-30 at 11:47 +0200, Fabien Bodard wrote: > > Yes you can > > Put the button in a hbox and for example add a panel on the left on it and > > set the expand property of the panel to true. You will have a right aligned > > button. You ha

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Benoît Minisini
Le 30/08/2012 17:50, Fabien Bodard a écrit : > Well so, I need to make this big big work :-( > > In fact one the problem is gambas users mostly not understand the box > arrangement system in gambas. > About the "arrangement system", the main idea is: You make a report by telling how each element

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Fabien Bodard
Well so, I need to make this big big work :-( In fact one the problem is gambas users mostly not understand the box arrangement system in gambas. The gb.report is based on that and on _data event for field like gridview. Near to all is possible with this tool. So the tuto is long to write ... T

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Алексей Беспалов
I do not use, do not understand how it works. You can find it here http://gambas.pro/gambas/gambas-creporthtml-report-class.htm HTML templates for reports. 2012/8/30, Fabien Bodard : > This is my query... > > If you use it tell me what you want to see as improvement... The problems > with it. > >

Re: [Gambas-user] Using DataBrowser for a table which

2012-08-30 Thread Jussi Lahtinen
I think it was fixed in revision 5075. Just use the latest revision. Jussi On 30 August 2012 13:20, John Rose wrote: > Benoit, > > Using nemh's Pre-releases ppa which uses version #5071 to prepare > its .deb, my app compiles OK but on running says program returned value > 127 & displays: > s

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Johny Provoost
Hi Fabien, I use it. For a simple report it's not that difficult (got your help to start), but there's a lack of documentation. I know this take a lot of time :>) Op 30-08-12 13:11, Fabien Bodard schreef: > This is my query... > > If you use it tell me what you want to see as improvement...

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Jack
Le 30/08/2012 15:26, Fabien Bodard a écrit : > For jack... Gb.report is more easy to use :) Yes Fabien, I admire your work and I will use gb.report when i have a little more time :) -- Live Security Virtual Conference E

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Fabien Bodard
For jack... Gb.report is more easy to use :) Le 30 août 2012 14:21, "Jack" a écrit : > Le 30/08/2012 13:11, Fabien Bodard a écrit : > > This is my query... > > > > If you use it tell me what you want to see as improvement... The problems > > with it. > > > > If you are not using it but need print

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Fabien Bodard
Le 30 août 2012 15:03, "rightengineer" a écrit : > > Dear Faibian, > How to plot multiple series using gb.chart? > Do you have any demo file for the same? > > Your demo program plots x against Y > I tried to change the demo sent earlier by you as follows > chart type was changed from "plot" to "li

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread rightengineer
Dear Faibian, How to plot multiple series using gb.chart? Do you have any demo file for the same? Your demo program plots x against Y I tried to change the demo sent earlier by you as follows chart type was changed from "plot" to "line" ( this works) but adding multiple Y series was not possible

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Jack
Le 30/08/2012 13:11, Fabien Bodard a écrit : > This is my query... > > If you use it tell me what you want to see as improvement... The problems > with it. > > If you are not using it but need printing or generate reports. Tell me why > you are not using it. > > Thank you > > Fabien Bodard Bonjour

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Bruce
On Thu, 2012-08-30 at 13:11 +0200, Fabien Bodard wrote: > This is my query... > > If you use it tell me what you want to see as improvement... The problems > with it. > > If you are not using it but need printing or generate reports. Tell me why > you are not using it. > > Thank you > > Fabien

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Ricardo Díaz Martín
Hi Fabien, I'm not using gb.report cause I use my own code to create libreoffice documents. And I make my own code because when I started using gambas there wasn't gb.report. In my todo list there is a big note to try to share this system with the gambas users but I don't have enough time to do i

[Gambas-user] Who use gb.report ? (to all gambas users)

2012-08-30 Thread Fabien Bodard
This is my query... If you use it tell me what you want to see as improvement... The problems with it. If you are not using it but need printing or generate reports. Tell me why you are not using it. Thank you Fabien Bodard ---

Re: [Gambas-user] getting dataview to expand??

2012-08-30 Thread Bruce
Oh, by the way, don't worry about any of the code in the FMain.class, there is not one line of code in there that does any arranging of the form. B -- Live Security Virtual Conference Exclusive live event will cover all

Re: [Gambas-user] getting dataview to expand??

2012-08-30 Thread Bruce
On Thu, 2012-08-30 at 11:47 +0200, Fabien Bodard wrote: > Yes you can > Put the button in a hbox and for example add a panel on the left on it and > set the expand property of the panel to true. You will have a right aligned > button. You have tools, then it's just matter of imagination > Le 29 aoû

[Gambas-user] Using DataBrowser for a table which

2012-08-30 Thread John Rose
Benoit, Using nemh's Pre-releases ppa which uses version #5071 to prepare its .deb, my app compiles OK but on running says program returned value 127 & displays: symbol lookup error: /usr/lib64/gambas3/gb.gtk.so: undefined symbol: _gtk_window_group_get_current_grab I noticed a thread entitled 'Th

Re: [Gambas-user] getting dataview to expand??

2012-08-30 Thread Fabien Bodard
Yes you can Put the button in a hbox and for example add a panel on the left on it and set the expand property of the panel to true. You will have a right aligned button. You have tools, then it's just matter of imagination Le 29 août 2012 23:10, "rocko" a écrit : > On Wed, 2012-08-29 at 20:37 +0