[Gambas-user] mkinteger..and the reverse function

2015-07-31 Thread nando
I'm putting this out there... I'm using MkInteger$, MkShort$ Who knows what the opposite functions would be. I can't find them myString = MkInteger$(12345678) 'convert an integer to a string representation myInteger = ?? (myString) 'convert back to an integer anyone? -Nando ---

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Sebastian Kulesz
So, because of the downtime Sourceforge had this past few weeks, the svn imports into Launchpad were halted because of repeated failures to reach the server. This means that the last build was using revision 7187, and I wasn't even warned of this! :( Anyway, the daily PPA was just updated to the l

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Adrien Prokopowicz
Le Sat, 01 Aug 2015 02:52:09 +0200, Benoît Minisini a écrit: > Le 01/08/2015 02:34, Adrien Prokopowicz a écrit : >> Le Sat, 01 Aug 2015 01:40:18 +0200, Benoît Minisini >> a écrit: >> >>> Hi, >>> >>> I have uploaded the Gambas 3.8.0 source package to sourceforge: >>> >>> http://sourceforge.net/

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Benoît Minisini
Le 01/08/2015 02:52, Benoît Minisini a écrit : > Le 01/08/2015 02:34, Adrien Prokopowicz a écrit : >> Le Sat, 01 Aug 2015 01:40:18 +0200, Benoît Minisini >> a écrit: >> >>> Hi, >>> >>> I have uploaded the Gambas 3.8.0 source package to sourceforge: >>> >>> http://sourceforge.net/projects/gambas/fi

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Benoît Minisini
Le 01/08/2015 02:34, Adrien Prokopowicz a écrit : > Le Sat, 01 Aug 2015 01:40:18 +0200, Benoît Minisini > a écrit: > >> Hi, >> >> I have uploaded the Gambas 3.8.0 source package to sourceforge: >> >> http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.0.tar.bz2/download >> >> Please c

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Adrien Prokopowicz
Le Sat, 01 Aug 2015 01:40:18 +0200, Benoît Minisini a écrit: > Hi, > > I have uploaded the Gambas 3.8.0 source package to sourceforge: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.0.tar.bz2/download > > Please check it and tell me if you have any problem with compiling i

Re: [Gambas-user] Crash with datebox

2015-07-31 Thread Jussi Lahtinen
> There is a new trayicon implementation, and TrayIcon now only supports > three events: Click, MiddleClick and MouseWheel. Because the DBus > protocol does not support anything else. > Oh, you are right. I was using MouseUp. That works now. Maybe I should have raised fake MouseDown and Mouseup

Re: [Gambas-user] Crash with datebox

2015-07-31 Thread Benoît Minisini
Le 01/08/2015 01:56, Benoît Minisini a écrit : > Le 01/08/2015 01:51, Jussi Lahtinen a écrit : >>> It's a bug in gb.gtk. >>> >> >> OK. >> >> >> >>> By the way, closing the window of your program does not stop it. >>> >> >> That is by design. Because the alarms should work even if the "control >> fo

Re: [Gambas-user] Crash with datebox

2015-07-31 Thread Benoît Minisini
Le 01/08/2015 01:51, Jussi Lahtinen a écrit : >> It's a bug in gb.gtk. >> > > OK. > > > >> By the way, closing the window of your program does not stop it. >> > > That is by design. Because the alarms should work even if the "control > form" is closed. > The form should be visible again when clicki

Re: [Gambas-user] Crash with datebox

2015-07-31 Thread Jussi Lahtinen
> It's a bug in gb.gtk. > OK. > By the way, closing the window of your program does not stop it. > That is by design. Because the alarms should work even if the "control form" is closed. The form should be visible again when clicking on the tray icon, but with latest revisions the click event

Re: [Gambas-user] Crash with datebox

2015-07-31 Thread Benoît Minisini
Le 31/07/2015 21:41, Jussi Lahtinen a écrit : > For some reason the crash does not occur when the project is run in IDE!? > Only when it is run as executable. > > > Jussi > It's a bug in gb.gtk. By the way, closing the window of your program does not stop it. -- Benoît Minisini ---

[Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Benoît Minisini
Hi, I have uploaded the Gambas 3.8.0 source package to sourceforge: http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.0.tar.bz2/download Please check it and tell me if you have any problem with compiling it. I leave Paris soon, I have just the day of Saturday to fix any quirk, a

Re: [Gambas-user] Crash with datebox

2015-07-31 Thread Jussi Lahtinen
For some reason the crash does not occur when the project is run in IDE!? Only when it is run as executable. Jussi On Thu, Jul 30, 2015 at 4:30 PM, Jussi Lahtinen wrote: > Pressing any key on DateBox causes crash on latest revision. See the error > message from attached picture. > You can repr

Re: [Gambas-user] Custom List Control

2015-07-31 Thread Fabien Bodard
I suggest you to download canvas sources, and open gb.gui.base in the comp directory with the ide. In this component you will see how listbox, treeview, iconview, and many more are made using scrollingarea, gridview (in gambas too), and the paint class. For your need I suggest you to be based on