Re: [Gambas-user] GB3 Custom controls

2011-11-12 Thread Fabien Bodard
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

Re: [Gambas-user] GB3 Custom controls

2011-11-12 Thread Benoît Minisini
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

Re: [Gambas-user] something to do

2011-11-12 Thread Dag-Jarle Johansen
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

Re: [Gambas-user] Issue 136 in gambas: Cannot create inline array of Classes - Segmentation fault

2011-11-12 Thread gambas
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

Re: [Gambas-user] Issue 136 in gambas: Cannot create inline array of Classes - Segmentation fault

2011-11-12 Thread gambas
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

Re: [Gambas-user] Please help me

2011-11-12 Thread Benoît Minisini
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

Re: [Gambas-user] Getting Feedback from EXEC

2011-11-12 Thread Benoît Minisini
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/ {

Re: [Gambas-user] Standart output

2011-11-12 Thread Fabien Bodard
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;

Re: [Gambas-user] Install Gambas 3

2011-11-12 Thread Charlie Reinl
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

Re: [Gambas-user] Please help me

2011-11-12 Thread Fabien Bodard
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

Re: [Gambas-user] Install Gambas 3

2011-11-12 Thread girardhe...@hotmail.com
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