On 05/19/2012 07:58 AM, Benoît Minisini wrote:
> Hi,
>
> I have just added the ability to profile a project from the IDE.
>
> This is not finished yet. At the moment, the IDE will tell you how much
> time you spend in each function, and, for each function, how much time
> is spent in other function
Le 19/05/2012 16:54, Emil Lenngren a écrit :
> Cool work.
> I first got
>
> "This application has raised an unexpected error and must abort.
> [13] Null object.
> FProfile.ExitFunction.61"
>
> and tried to recompile the whole gambas for about two hours, do svn update
> and other things, but it didn
Le 19/05/2012 22:15, Benoît Minisini a écrit :
>>
>> I haven't implemented this function yet, I'll do it when I will have
>> time.
>> Meanwhile, you can use the base64 command. The man pages will teach
>> you alll you need.
>>
>> But for me, these functions should be implemented in a component like
Le 19/05/2012 21:56, Adrien Prokopowicz a écrit :
> Le samedi 19 mai 2012 21:17:09 Charlie Reinl a écrit :
>> Salut Adrien,
>>
>> gambas3 , last svn rev 4742
>>
>> I used till now XmlReader.Decode(XmlReader.Node.Value,"base64) to save
>> pictures stored as Text in my XML.
>>
>> How can I read out t
Le samedi 19 mai 2012 21:17:09 Charlie Reinl a écrit :
> Salut Adrien,
>
> gambas3 , last svn rev 4742
>
> I used till now XmlReader.Decode(XmlReader.Node.Value,"base64) to save
> pictures stored as Text in my XML.
>
> How can I read out them now ?
>
>
>
>
Salut Adrien,
gambas3 , last svn rev 4742
I used till now XmlReader.Decode(XmlReader.Node.Value,"base64) to save
pictures stored as Text in my XML.
How can I read out them now ?
--
Live Security Virtual Conference
Exc
I wonder if it would be possible to code a Windows version of Gambas. Not a
port, but a work-alike interpreter/compiler. Something that Gave the same
basic IDE, the same functionality, but with native windows code. A program
that if fed the same source file would produce the same results though
per
Op 18-05-12 17:55, Johny Provoost schreef:
>
> Op 18-05-12 16:06, Ru Vuott schreef:
>>> After some sleep I found a way. It's a list of
>>> addresses. I can count
>>> the records, and I know there can 28 records on one page, so
>>> just some
>>> mathematics and that's ok. Just have to figure ou
Cool work.
I first got
"This application has raised an unexpected error and must abort.
[13] Null object.
FProfile.ExitFunction.61"
and tried to recompile the whole gambas for about two hours, do svn update
and other things, but it didn't solve it.
Then I saw I happened to use Eval in my function
Comment #6 on issue 250 by kokok...@gmail.com: Trying to use trayicon
whitout a system tray crashes the program
http://code.google.com/p/gambas/issues/detail?id=250
That's perfect,
again, thanks.
--
Live Security Virt
Comment #5 on issue 250 by benoit.m...@gmail.com: Trying to use trayicon
whitout a system tray crashes the program
http://code.google.com/p/gambas/issues/detail?id=250
You will get an error (not with gb.gtk yet).
And there is a new property Desktop.HasSystemTray that checks if a system
tray
Comment #4 on issue 250 by kokok...@gmail.com: Trying to use trayicon
whitout a system tray crashes the program
http://code.google.com/p/gambas/issues/detail?id=250
Thanks, i'll try, what is expected to happens?
i mean... will it silently fails or is there a way to know if a systray is
availa
Nice!
-- Original Message ---
From: Benoît Minisini
To: mailing list for gambas users
Sent: Sat, 19 May 2012 13:58:19 +0200
Subject: [Gambas-user] New feature in Gambas 3
> Hi,
>
> I have just added the ability to profile a project from the IDE.
>
> This is not finished yet.
Updates:
Status: Fixed
Labels: -Type-Bug Type-Crash
Comment #3 on issue 250 by benoit.m...@gmail.com: Trying to use trayicon
whitout a system tray crashes the program
http://code.google.com/p/gambas/issues/detail?id=250
It should be fixed in revision #4742.
---
Comment #9 on issue 2 by kokok...@gmail.com: No native gambas for Windows
platforms
http://code.google.com/p/gambas/issues/detail?id=2
I bet Developers@Microsoft@VisualBasic would be embarrassed if Gambas would
be ported to Windows.
I always try to hide my grin when i see how much memory and
Le 19/05/2012 06:56, Kevin Fishburne a écrit :
> I have a module named "Objects". When I try to reference a variable in
> it from another module (Objects.ObjTotal) sometimes it gives me zero and
> sometimes it gives me the correct value. Is there a new reserved word
> "Objects" in a recent GAMBAS r
Le 19/05/2012 14:03, Benoît Minisini a écrit :
>
> Note that there is no predefined format for just printing the date part
> with Format$(). This is a bug that I should fix.
>
This is not true actually, there is gb.ShortDate. But it will print the
year with two digits.
--
Benoît Minisini
-
Le 14/05/2012 12:00, Christer Johansson a écrit :
>
> Noted some issues last night...
>
> First one is with Date(now). If assigned to a variable (or printed) it
> adds placeholders for time as zeroes like...
>
>05/14/2012 00:00:00
>
As for that, this is a bug fix. A date is a Date value with t
Le 18/05/2012 14:19, Rolf-Werner Eilert a écrit :
> Hi,
>
> a recent case brought this back to me, this happens at least under
> Gambas2 and under any older and newer kde and gtk.
>
> When I have ToggleButtons (I don't know if it happens with ordinary
> Buttons, sorry, no time to verify right now)
Hi,
I have just added the ability to profile a project from the IDE.
This is not finished yet. At the moment, the IDE will tell you how much
time you spend in each function, and, for each function, how much time
is spent in other functions called from it.
Next, I will try to profile each line
20 matches
Mail list logo