Re: [Gambas-user] Gambas for Android

2011-07-12 Thread Fabien Bodard
http://code.google.com/p/android-scripting/wiki/UserGuide Well if we want to do some thing in a first tim that can be by that way... and gbs maybe. -- AppSumo Presents a FREE Video for the SourceForge Community by Eric R

[Gambas-user] gb3: retrieving channel value from pixel color

2011-07-12 Thread Kevin Fishburne
I think this has been discussed before, but damn if I can't find it or figure it out myself. If I read a color value from an image, like this: Dim Pixel as Integer Pixel = SomeImage[0,0] I get an Integer. I'd like to know what the value is of a specific channel of the pixel/color. I see the Co

Re: [Gambas-user] Gambas for Android

2011-07-12 Thread Fabien Bodard
http://www.frandroid.com/developpement/392_on-pourra-developper-des-appli-android-dans-dautres-langages/ as said in this article, to be abble to have android application language have to be compatible with the dalvik VM 2011/7/13 Robert JUHASZ : > Hello, > Is it / will it be possible to instal

[Gambas-user] Gambas for Android

2011-07-12 Thread Robert JUHASZ
Hello, Is it / will it be possible to install applications written in Gambas on Android devices? That would be really great. Robi -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of

[Gambas-user] ListBox Mode Property

2011-07-12 Thread Andrea Bertini
If i set the mode property to MULTIPLE, how to have a list of the only selected items? Thx -- Andrea Bertini__ -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Star

Re: [Gambas-user] About Printer

2011-07-12 Thread Demosthenes Koptsis
yes here it is. :) On Tue, 2011-07-12 at 23:43 +0200, Benoît Minisini wrote: > > These days i am learning Printer class and i have some questions about > > it. > > > > For the beginning i print a blank page and some status messages in a > > textarea. > > > > ... > > > > The question is why the

Re: [Gambas-user] Desktop.SendKeys

2011-07-12 Thread Benoît Minisini
> hi, > > i have an open terminal running a program that may run for long time. i > want to use Desktop.SendKeys to send a CTRL+C to the terminal. (that's > just an example. i know there are some very smarter ways of achieving > that ;)) > if i use > Desktop.SendKeys("{[CONTROL_L]C}") nothing happ

Re: [Gambas-user] gb.Case

2011-07-12 Thread richard terry
On Wednesday 13 July 2011 08:17:39 Benoît Minisini wrote: > > hi, > > > > while the doc says that there is a constant gb.Case, the interpreter > > tells me that there is no symbol "Case" within gb. > > gb.Text works well instead. but either the doc or the interpreter should > > be corrected ;) > >

Re: [Gambas-user] gb.Case

2011-07-12 Thread Benoît Minisini
> hi, > > while the doc says that there is a constant gb.Case, the interpreter > tells me that there is no symbol "Case" within gb. > gb.Text works well instead. but either the doc or the interpreter should > be corrected ;) > > regards, > tobi > Which version of Gambas and documentaion page ar

Re: [Gambas-user] About Printer

2011-07-12 Thread Benoît Minisini
> These days i am learning Printer class and i have some questions about > it. > > For the beginning i print a blank page and some status messages in a > textarea. > > ... > > The question is why the prtPrinter_End event is not gining the status > message? > > In TextArea i get only > > Set nu

Re: [Gambas-user] TrayIcon is missing

2011-07-12 Thread Benoît Minisini
> hi i search for TrayIcon in Special Tab but i cant find it nor in any > tab. > > In Gambas2 there was at Special tab as i see. TrayIcon is now a normal class. You can create it by code only. Regards, -- Benoît Minisini

Re: [Gambas-user] Checking whether a file exists

2011-07-12 Thread Benoît Minisini
> 2011/7/12 tobias : > > hi, > > > > in a project, i am searching directories recursively and opening files > > to search their content, too. > > while searching in the gambas2 sources my program crashed with "File or > > directory doesn't exist". so i noticed this one > > > > ? sFile > > ".../ma

Re: [Gambas-user] Checking whether a file exists

2011-07-12 Thread Fabien Bodard
2011/7/12 tobias : > hi, > > in a project, i am searching directories recursively and opening files > to search their content, too. > while searching in the gambas2 sources my program crashed with "File or > directory doesn't exist". so i noticed this one > > ? sFile > ".../main/ltmain.sh" > ? Exis

Re: [Gambas-user] ScrollArea Problem

2011-07-12 Thread Benoît Minisini
> Problems persists in SVN 3931 > see attachment > > wally > Oops. Fixed in revision #3932. Regards, -- Benoît Minisini -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a

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

2011-07-12 Thread tobias
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? does t

[Gambas-user] Checking whether a file exists

2011-07-12 Thread tobias
hi, in a project, i am searching directories recursively and opening files to search their content, too. while searching in the gambas2 sources my program crashed with "File or directory doesn't exist". so i noticed this one ? sFile ".../main/ltmain.sh" ? Exist(sFile) True ? File.Load(sFile) Fi

Re: [Gambas-user] gb.text deprecated question

2011-07-12 Thread richard terry
On Tuesday 12 July 2011 16:34:18 Fabien Bodard wrote: > http://gambasdoc.org/help/doc/gb2togb3?v3 > > read that page :) thanks. > > gb.IgnoreCase > > 2011/7/12 richard terry : > > gb.Text (gb) > > STATIC PROPERTY READ Text AS Integer > > Constant that represents a case insensitive comparison. >