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
---
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
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/
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
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
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
> 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
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
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
> 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
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
---
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
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
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
14 matches
Mail list logo