Re: [Gambas-user] Gambas not starting

2017-11-10 Thread Yahoo via Gambas-user
Hello, Could you say to us witch distribution you use (because there are many) and how did you install Gambas packages please ? Olivier > Le 10 nov. 2017 à 17:06, Jussi Lahtinen a écrit : > > Open terminal and type in gambas3. There should be some error message. >

Re: [Gambas-user] Benoit

2017-08-28 Thread Yahoo via Gambas-user
Salut, Oui pas de soucis. —  Olivier Cruilles Email: olivier.cruil...@yahoo.fr Le August 28, 2017 à 09:28:53, Fabien Bodard (gambas...@gmail.com) a écrit: Tu reçois mes mails direct ? -- Fabien Bodard -- Check

[Gambas-user] Question about webForm object

2017-05-08 Thread Yahoo
Benoit, I’m playing with webForm object for a new project and I try to render a FormWeb over a module ‘Main’ executed as startup rather than define the FormWeb as default startup object. Example: Module Main ' Gambas module file Public Sub Main()   ‘ Some functions executed here   ‘ before

Re: [Gambas-user] Looking for hyphenation library for gambas

2017-05-01 Thread Yahoo
Hello Fernando, You can take a look at my project available for download in server farm of Gambas, named gbDocEditor. Inside you can find a complet Class using Aspell library. This editor use it self this class. Olivier Cruilles > Le 1 mai 2017 à 08:00, Fernando Cabral

Re: [Gambas-user] ... Is mailing list dead ?

2017-03-02 Thread Yahoo
For me it works. —  Olivier Cruilles Le March 2, 2017 à 09:34:49, Gianluigi (bagone...@gmail.com) a écrit: For me all these things together :-)  Gianluigi 2017-03-02 12:49 GMT+01:00 Fabien Bodard : > Le 2 mars 2017 10:47 AM, "Rolf-Werner Eilert" a

[Gambas-user] Erratum: ColumnView icon detection

2017-01-18 Thread Yahoo
Sorry for the mistake, it’s not a GridView that I’m talking about but a ColumnView object. —  Olivier Cruilles Le January 18, 2017 à 09:39:32, Yahoo (olivier.cruil...@yahoo.fr) a écrit: Hello, In one of my project I use icons in a GridView object to indicate if a line is ‘checked

[Gambas-user] Gridview icon detection

2017-01-18 Thread Yahoo
Hello, In one of my project I use icons in a GridView object to indicate if a line is ‘checked’ or not and for the moment a double click on these lines can change this state as ‘Checked’ or 'Not Checked’. Would anyone know if it's possible to detect if the user click specifically on the icon

Re: [Gambas-user] R: Label1.Foreground = Color("#FF0000"), How to?

2016-03-24 Thread Yahoo
Dim col as string = "#FF"  Label1.Foreground = Val("" & col & "&") Olivier Cruilles Le March 24, 2016 à 13:17:50, abbat81 (abbat...@mail.ru) a écrit: Dim col as string = "#FF" How to conver? CInt(Replace(st, "#", "&")) doesn't work Label1.Foreground = col -- View this

Re: [Gambas-user] Syntax highlighting in the wiki

2016-03-21 Thread Yahoo
Great Benoit. Email: olivier.cruil...@yahoo.fr > Le 21 mars 2016 à 02:53, Benoît Minisini a > écrit : > > Hi guys, > > You now have syntax highlighting in the wiki! > > This is a reimplementation of Tobias' idea, but it is automatically > handled by the

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-02 Thread Yahoo
m emulator i will think to a simplified > component that could implement simple terminal things, > like QBasic does in the past. > > So i had to just type Term.Foreground() > or Term.EchoOff... then ... > > > > 2015-10-01 19:22 GMT+02:00 Yahoo <olivier.cr

[Gambas-user] How to input hide password into gambas command line project ?

2015-10-01 Thread Yahoo
Hello all, Since few day I work on a little project that consist to a cli program written in Gambas3 where the first task is to ask to the user to enter a password but of course, all written character must be hidden. I try to use INPUT instruction but all characters entered are automatically

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-01 Thread Yahoo
key does not create to a new line and the prompt is written on the same line, at the location where is the cursor. Cordialement, —  Olivier Cruilles Email: olivier.cruil...@yahoo.fr Le October 1, 2015 à 12:23:06, Tobias Boege (tabo...@gmail.com) a écrit: On Thu, 01 Oct 2015, Yahoo wrote

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-01 Thread Yahoo
Yes exactly, it’s the way that I've found to restore the terminal. Thank you —  Olivier Cruilles Le October 1, 2015 à 13:18:31, Tobias Boege (tabo...@gmail.com) a écrit: On Thu, 01 Oct 2015, Yahoo wrote: > About gb.ncurses, when I say the terminal become unusable I mean that the > C

Re: [Gambas-user] Gambas3, ServerSocket and SSL support

2015-09-25 Thread Yahoo
Hello, Very interesting this little project. Can we use it or interface it with the embedded http server of Gambas gb.http. In case it is possible, can someone give me a little example. If no possible, how can I create a project like gambaswiki example but incluying HTTPS support please ?

[Gambas-user] Bug during Webview Eval() usage

2015-08-18 Thread Yahoo
Hi Benoit, I have found a bug (Segmentation fault 11) during execution of around 320 Eval() in a short time inside a loop (for each …) in a Webview. Some time this loop works fine and each Webview1.Eval(cmd) are executed and another time I have this error. I don’t know if it’s important but I

Re: [Gambas-user] mkinteger..and the reverse function

2015-08-01 Thread Yahoo
Oups, sorry Olivier Le 1 août 2015 à 05:09, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 01/08/2015 09:40, Olivier Cruilles a écrit : hello, myInteger = Cint(val(myString)) Olivier Le 1 août 2015 à 01:39, nando nand...@nothingsimple.com a écrit : I'm putting

Re: [Gambas-user] New feature in Task Class

2015-03-13 Thread Yahoo
/2015 14:07, Yahoo a ?crit : Hello Benoit, Do you think if it's possible to implement a way to limit a Task to use only a number of cpu and better will be to choose witch cpu a Task is allowed to use ? I know that is possible to limit at the execution of a process the number and more

Re: [Gambas-user] New feature in Task Class

2015-03-13 Thread Yahoo
No problem as soon you have time. Thank very much Olivier Cruilles Le 13 mars 2015 à 16:40, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 13/03/2015 21:31, Olivier Cruilles a écrit : Benoit, Do you need more information ? All I had found on Internet turn around of cpuset

[Gambas-user] New feature in Task Class

2015-03-13 Thread Yahoo
Hello Benoit, Do you think if it's possible to implement a way to limit a Task to use only a number of cpu and better will be to choose witch cpu a Task is allowed to use ? I know that is possible to limit at the execution of a process the number and more exactly witch CPUs the process could

Re: [Gambas-user] New feature in Task Class

2015-03-13 Thread Yahoo
? Olivier Cruilles Le 13 mars 2015 à 09:41, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 13/03/2015 14:07, Yahoo a écrit : Hello Benoit, Do you think if it's possible to implement a way to limit a Task to use only a number of cpu and better will be to choose witch cpu a Task

Re: [Gambas-user] New feature in Task Class

2015-03-13 Thread Yahoo
May be this one ? http://man7.org/linux/man-pages/man2/getrlimit.2.html Cordialement, Olivier Cruilles Email: olivier.cruil...@yahoo.fr Le 13 mars 2015 à 09:41, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 13/03/2015 14:07, Yahoo a écrit : Hello Benoit, Do you think

Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Yahoo
Hello all, Thanks you for all your ideas and answers. As soon I will test that and see if I'm able to solve this need. Olivier Le 11 févr. 2015 à 07:36, Gian bago...@libero.it a écrit : Il 11/02/2015 13:09, Julio Sanchez ha scritto: Tobias: Guay:) 2015-02-10 22:56 GMT+01:00

[Gambas-user] Watermark on text box

2015-02-10 Thread Yahoo
Hi Benoit, Do you think if it's possible to add feature in text box object like a text as a king of help displayed into the textbook in light grey for example when this one is empty. As soon something is entered into the textbook, this text could disappear. It could be very useful to help the

Re: [Gambas-user] A suggestion

2014-12-15 Thread Yahoo
Hello, It will be Nice that, yes. Cordialement, Olivier Cruilles Email: olivier.cruil...@yahoo.fr Le 15 déc. 2014 à 05:16, Fabien Bodard gambas...@gmail.com a écrit : Why not having a Math tool component that can provide some basics things such as geometry area routine, and many other

Re: [Gambas-user] Official release of Gambas 3.6

2014-10-16 Thread Yahoo
Thanks you Benoit for all this work. Olivier Cruilles Le 16 oct. 2014 à 11:41, Benoît Minisini gam...@users.sourceforge.net a écrit : Hi, After almost on year since the last major version, and many last-minute bug fixes, Gambas 3.6 has just been officially released! This new

[Gambas-user] Webview picture display.

2014-09-14 Thread Yahoo
Hello all, I'm trying to display pictures into a Webview object. It works well when the HTML page to display come from a file but I don't know how to do the same by injecting HTML text into the Webview object. I don't know how to link image in this case. Does someone have an idea of how to do

[Gambas-user] Information about instruction in Gambas v3

2014-06-22 Thread Yahoo
Hello all, I'm currently trying to translate a Perl script in Gambas v3 so can someone say to me if this kind of instruction exist in Gambas. The instruction in Perl are: 'pack' and 'unpack' This is the documentation to have an idea: http://www.perlmonks.org/?node_id=224666 These