2011/11/13 Bruce Bruen :
> On Sun, 2011-11-13 at 03:01 +0100, Benoît Minisini wrote:
>
>> Hi Bruce,
>>
>> I took at a look at your code. You made a big mistake by making your
>> controls inherit UserContainer, whereas they are not containers. Which
>> makes the IDE mad when you want to use _DrawWit
Hi Bruce,
I took at a look at your code. You made a big mistake by making your
controls inherit UserContainer, whereas they are not containers. Which
makes the IDE mad when you want to use _DrawWith or some other properties.
They must inherit UserControl. Or maybe I didn't understand what you
Hi, I am very sorry
internet broke down - in Oslo! Just cant believe it,
so give me a chanse untill tomorrow, please,
during the day I will be able to look at the SW.
Greetings, Dag-Jarle
2011/11/11 richard terry
> On Friday 11 November 2011 09:00:45 Fabien Bodard wrote:
> > 2011/11/10 richard
Comment #4 on issue 136 by benoit.m...@gmail.com: Cannot create inline
array of Classes - Segmentation fault
http://code.google.com/p/gambas/issues/detail?id=136
Fixed in revision #4241.
--
RSA(R) Conference 2012
Save
Comment #3 on issue 136 by emil.len...@gmail.com: Cannot create inline
array of Classes - Segmentation fault
http://code.google.com/p/gambas/issues/detail?id=136
It still does not check if you pass a void, like:
Private Sub VoidFn()
End
Public Sub Main()
Print [VoidFn()]
End
** INTERNAL E
Le 11/11/2011 04:57, Avenger a écrit :
>
> Hi, I made my gambas2 project but somebody stole my computer and backup it i
> only have the .gambas file, Is there any way to decompile that project and
> recover my source code?
>
> Thank you very much.
>
>
Sorry, but there is no source file inside the
Le 11/11/2011 17:48, JC S a écrit :
> Hello all.
> I want to use exec to run xterm and a bash script and I want to store
> the returned information a some form of string.
>
> something like:
> EXEC ["xterm, " - hold ", " - e ", " #! / Bin / bash; MYFCpid = $(ps
> ux | awk '/game-engine/&& !/awk/ {
this is the code that produce the progressbar
/* refactored from cb_trans_progress */
static void fill_progress(const int bar_percent, const int disp_percent,
const int proglen)
{
/* 8 = 1 space + 1 [ + 1 ] + 5 for percent */
const int hashlen = proglen - 8;
Am Freitag, den 11.11.2011, 22:38 -0500 schrieb Keith Clark:
> I'm going to install Gambas 3 on my Ubuntu 11.10 computer and was
> wondering if I should remove the already installed Gambas 2.2 first?
>
Salut Keith,
no problem to install, update and use the two versions on one box (I run
also gam
2011/11/12 John Spikowski :
> On Fri, 2011-11-11 at 19:11 -0800, Avenger wrote:
>
>> Any suggestions to uncompress that .gambas file John?
>
>>
> Finally, the archiver is a program that creates a Gambas executable from
> a Gambas project directory.
>
> Note that a Gambas executable is just an uncom
Le 12/11/2011 04:38, Keith Clark a écrit :
> I'm going to install Gambas 3 on my Ubuntu 11.10 computer and was
> wondering if I should remove the already installed Gambas 2.2 first?
>
> Thanks,
>
> Keith
>
>
> --
> RSA(R) C
11 matches
Mail list logo