Re: [Gambas-user] odd error message upon application close

2014-04-24 Thread Benoît Minisini
Le 20/04/2014 07:02, Kevin Fishburne a écrit : > After upgrading to the current daily build from the PPA, upgrading to > Kubuntu 14.04 and changing NVIDIA binary drivers I began receiving the > error message "*** Error in `Sanctimonia': double free or corruption > (fasttop): 0x3723b250 ***"

Re: [Gambas-user] Inheriting, wrapping and casting

2014-04-24 Thread Bruno Félix Rezende Ribeiro
Em Thu, 24 Apr 2014 22:57:45 +0200 Benoît Minisini escreveu: > I fixed your patch, as it didn't work when using the "Object" > datatype. You get it in revision #6249. Thank you very much, Benoît! -- ,= ,-_-. =. Bruno Félix Rezende Ribeiro (oitofelix) [0x28D618AF] ((_/)o o(\_)) There is no sy

Re: [Gambas-user] Inheriting, wrapping and casting

2014-04-24 Thread Benoît Minisini
Le 24/04/2014 17:25, Benoît Minisini a écrit : > Le 19/04/2014 20:40, Tobias Boege a écrit : >> On Sat, 19 Apr 2014, Bruno F??lix Rezende Ribeiro wrote: >>> Em Sat, 19 Apr 2014 01:07:21 +0200 >>> Tobias Boege escreveu: >>> Oh, I forgot to ask: do you want the patch that allows inheritance- >>

Re: [Gambas-user] Problem getting ReportVBox visible/invisible depending on condition

2014-04-24 Thread Fabien Bodard
i think i have forgotten to manage invisible case 2014-04-24 18:13 GMT+02:00 Willy Raets : > Hi, > > I have this situation where I have a one paged report that selects a > certain record from a database, shows this data in the upper part of the > report and then needs to show one out of two Report

[Gambas-user] Problem getting ReportVBox visible/invisible depending on condition

2014-04-24 Thread Willy Raets
Hi, I have this situation where I have a one paged report that selects a certain record from a database, shows this data in the upper part of the report and then needs to show one out of two ReportVBoxes below that data, depending on an argument passed when instantiating the report. I have attach

Re: [Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Ru Vuott
I used " pdf As New PdfDocument ", .but I saw you used: hPdfDocument.Count Instead I used:pdf.Index.Count So, now, if I use " pdf.Count ", it's OK. Well, Tobias, thank you. Solved. bye vuott Gio 24/4/14, Tobias Boege ha scritto:

Re: [Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Tobias Boege
On Thu, 24 Apr 2014, Ru Vuott wrote: > Hello Tobias, > > If I try with " PdfDocument.Count " > I obtain this error: > > " PdfDocument.Count is not static " > > bye Of course, you need to ask an actual object of the PdfDocument class to give you its Count: Dim hPdfDocument As New PdfDocument

Re: [Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Ru Vuott
Hello Tobias, If I try with " PdfDocument.Count " I obtain this error: " PdfDocument.Count is not static " bye Gio 24/4/14, Tobias Boege ha scritto: Oggetto: Re: [Gambas-user] How to know how many pages a pdf file has. A: "mailing list for gam

Re: [Gambas-user] Inheriting, wrapping and casting

2014-04-24 Thread Benoît Minisini
Le 19/04/2014 20:40, Tobias Boege a écrit : > On Sat, 19 Apr 2014, Bruno F??lix Rezende Ribeiro wrote: >> Em Sat, 19 Apr 2014 01:07:21 +0200 >> Tobias Boege escreveu: >> >>> Oh, I forgot to ask: do you want the patch that allows inheritance- >>> compatible[*] classes to be used in place of a class

Re: [Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Tobias Boege
On Thu, 24 Apr 2014, Ru Vuott wrote: > Hello, > > I "suppose", to know how many pages a pdf file has, I should use this line: > > pdf.Index.Count > > Where pdf is a "PdfDocument". > > I do not know if I'm wrong, but I can not run that line. > > * > >

[Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Ru Vuott
Hello, I "suppose", to know how many pages a pdf file has, I should use this line: pdf.Index.Count Where pdf is a "PdfDocument". I do not know if I'm wrong, but I can not run that line. * Public Sub Form_Open() Dim index As Short = 1 Dim pdf As New

[Gambas-user] Possible bug with the QT4 TextBox component

2014-04-24 Thread Jørn Erik Mørne
Hi! I do believe the following is a bug: If you enable the QT4 components in Gambas, drop a TextBox and then run the project. Enter some words in the TextBox and set the marker at the very beginning. If you now hit CTRL+Backspace it will act as if the Delete button was clicked, that is; it will e

Re: [Gambas-user] Issue 522 in gambas: Panels do not capture keypress events

2014-04-24 Thread gambas
Comment #2 on issue 522 by computer...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 1) System Information [System] Gambas=3.5.2 OperatingSystem=Linux Kernel=3.13.10-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Th