[Gambas-user] DrawArea vs ScrollArea ?

2011-07-14 Thread wally
Is there any difference between DrawArea and ScrollArea when using painted=true and the draw_event ? Can i set the drawable area bigger than the controls size (ScrollArea.W, ScrollArea.H) ? If i draw e.g. a line over the extends of width and heigth the scrollbars does not appear as i expected.

Re: [Gambas-user] Gambas 3 - Do not install on Ubuntu 10.10 (Maverick)

2011-07-14 Thread Girard Henri
-- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize you

Re: [Gambas-user] Gambas 3 - Do not install on Ubuntu 10.10 (Maverick)

2011-07-14 Thread Kevin Fishburne
On 07/14/2011 03:53 PM, Silva wrote: > I tried to install Gambas 3, but did not complete the installation. > Ubuntu 10.10 (Maverick), Portuguese in Brazil. > > Below is the command I used. Attached is a ZIP with TXT generated by them. > > sudo apt-get install build-essential autoconf libbz2-dev lib

Re: [Gambas-user] Me inside Eval() in Terminal

2011-07-14 Thread Benoît Minisini
> hi, > > i played around with Eval() again and noticed that Me is NULL within > Eval(). in the ide every attempt to read something that belongs to Me > will give "Null Object" but if i use the program in a terminal, i get a > segfault. is Me something else there? even Eval("Me") leads to segfault

Re: [Gambas-user] Application_Read

2011-07-14 Thread Demosthenes Koptsis
ok i change some things the implementation is this - Public Sub _new() Print "My pid is: " & Application.Handle End Static Public Sub Application_Read() Print "ok" End - 1) Problem #1, if i do echo 'test' > /proc/32264/fd/0 the program repea

Re: [Gambas-user] About Printer

2011-07-14 Thread Demosthenes Koptsis
yes it is done! On Thu, 2011-07-14 at 15:16 +0200, Benoît Minisini wrote: > > yes here it is. > > > > :) > > > > OK, it is fixed in revision #3935. > > Regards, > -- Regards, Demosthenes Koptsis. -- AppSumo Presen

Re: [Gambas-user] All instances of a class

2011-07-14 Thread tobias
On 14.07.2011 16:38, Benoît Minisini wrote: >> hi, >> >> i wonder if there is the possibility to get all the objects created from >> a specific class... again, just interested, no code. i didn't saw it in >> Class and Object classes... >> >> regards, >> tobi >> > No, this isn't possible. It is not

Re: [Gambas-user] Gambas and internal functions

2011-07-14 Thread Benoît Minisini
> hi, > > when i call a gambas function that is not in any component, e.g. Abs(), > what is called internally? i'm currently studying the interpreter > internals but didn't come far enough yet to figure that out by myself (i > focused on the gambas api first). may it be these "subr" files? is ther

Re: [Gambas-user] All instances of a class

2011-07-14 Thread Benoît Minisini
> hi, > > i wonder if there is the possibility to get all the objects created from > a specific class... again, just interested, no code. i didn't saw it in > Class and Object classes... > > regards, > tobi > No, this isn't possible. It is not really useful, and it would take at least one poin

[Gambas-user] All instances of a class

2011-07-14 Thread tobias
hi, i wonder if there is the possibility to get all the objects created from a specific class... again, just interested, no code. i didn't saw it in Class and Object classes... regards, tobi -- AppSumo Presents a FREE

Re: [Gambas-user] About Printer

2011-07-14 Thread Benoît Minisini
> yes here it is. > > :) > OK, it is fixed in revision #3935. Regards, -- Benoît Minisini -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "

Re: [Gambas-user] Gambas for Android

2011-07-14 Thread Fabien Bodard
2011/7/13 Iggy Budiman : > Android doesn't use X windows, no GTK nor QT. > Maybe You can compile it for text mode only, compile it for Arm, but > with no graphic. > I guess gambas won't do so much on Android. as all the others language ... android have not any programing envirronment (maybe just th