Re: [Gambas-user] Unable to create .deb installs for Ubuntu / Mint

2015-11-05 Thread Michael Perryman
Thanks it fixed that problem, but now producing other errors to prevent the packages being created.. I will investigate those now. Michael On 5 November 2015 at 15:26, Benoît Minisini wrote: > Le 05/11/2015 16:16, Michael Perryman a écrit : > > Using the Gambas

[Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database

2015-11-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.829=L21haW4- Comment #5 by Benoît MINISINI: Is it possible for you to test revision #7454 and tell me if it fix the problem? --

[Gambas-user] A little question about treeView

2015-11-05 Thread Jorge Carrión
I have a treeView and I change the current item by myTreeview.moveto(newkey) Since then, the current key is newkey but the item is not highlightes on screen I can't find the way to highlight the new item... How can it be done? Thanks in advance Regards

[Gambas-user] How to ensure Message is visible?

2015-11-05 Thread Jussi Lahtinen
See attachment. Look up tasks tab and the relevant TODO. If there are multiple alarms, and you will set one of the alarms to alarm later, then the confirmation message stays behind the alarms. And thus the program seems to be frozen. The code which is commented out causes random crashes. And

Re: [Gambas-user] Bug #829: Unable to Insert Time value in postgresql database

2015-11-05 Thread adamn...@gmail.com
Hi Benoit and Safiur RAHMAN, Regardless of whether the revision #7454 fix works or not, I'd just like to warn of the following possible problem. In postgresql, a timestamp column (with or without a timezone) is a date+time datatype. Presumably, inserting a time only value into a timestamp

Re: [Gambas-user] Fitting a preview into a fixed area

2015-11-05 Thread Fabien Bodard
Maybe you can use a DocumentVuew for that... I will send you an example tomorrow. Le 5 nov. 2015 08:29, "Rolf-Werner Eilert" a écrit : > A PictureBox: > >PDF.Open(druck.TempVerz() &/ CStr(VorschauName) & ".pdf") >PDF.Zoom = 0.5 >Vorschau =

Re: [Gambas-user] A little question about treeView

2015-11-05 Thread Jorge Carrión
Works fine,Toby! I don't know why I thought the property key was read-only... I'm gettinng old, I guess...  Thank you very much. Regards 2015-11-05 21:56 GMT+01:00 Tobias Boege : > On Thu, 05 Nov 2015, Jorge Carri??n wrote: > > I have a treeView and I change the current

Re: [Gambas-user] A little question about treeView

2015-11-05 Thread Tobias Boege
On Thu, 05 Nov 2015, Jorge Carri??n wrote: > I have a treeView and I change the current item by > > myTreeview.moveto(newkey) > > Since then, the current key is newkey but the item is not highlightes on > screen > > I can't find the way to highlight the new item... How can it be done? >

[Gambas-user] Enumerate all classes inheriting X

2015-11-05 Thread Tobias Boege
Hi, in my project I have the need to enumerate all classes from my current project (not from components) for which hClass Is X is true for some fixed class X, once at startup. I think I tried For Each hClass In Classes hCurrent = hClass While hCurrent.Parent If

[Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database

2015-11-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.829=L21haW4- Comment #6 by Safiur RAHMAN: Hello I get following error: Cannot create record: ERROR: invalid input syntax for type timestamp: "12:52:00" LINE 1: INSERT INTO "tblimage" ( "fldtime" ) VALUES ( '12:52:00' ) I think inserting time

[Gambas-user] Unable to create .deb installs for Ubuntu / Mint

2015-11-05 Thread Michael Perryman
Using the Gambas 3.7 versions on Mint 17.2 I was having no problems, writing, compiling, testing, & creating installation packages for use in Linux Mint 17.2. A few weeks after installing 3.8 I needed to create an installation package for use with Mint. It failed to create an installation

Re: [Gambas-user] Unable to create .deb installs for Ubuntu / Mint

2015-11-05 Thread Benoît Minisini
Le 05/11/2015 16:16, Michael Perryman a écrit : > Using the Gambas 3.7 versions on Mint 17.2 I was having no problems, > writing, compiling, testing, & creating installation packages for use in > Linux Mint 17.2. A few weeks after installing 3.8 I needed to create an > installation package for