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.
>
>
> Jussi
>
> On Fri, Nov
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 o
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 R
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 a écrit
> :
>
> Hi
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
> écrit :
> >
> > Am 02.03.2017 10:07, sch
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’ or not
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 o
Dim col as string = "#FF"
Label1.Foreground = Val("&H" & 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 m
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 gb.markdown component.
>
> To highli
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 :
>> Yes
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
&
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
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
w
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 ?
Tha
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
Oups, sorry
Olivier
> Le 1 août 2015 à 05:09, Benoît Minisini 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 a écrit :
>>>
>>> I'm putting this out there...
>>>
>>> I'm
No problem as soon you have time.
Thank very much
Olivier Cruilles
> Le 13 mars 2015 à 16:40, Benoît Minisini 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 and sched_getaffini
gt; 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 is allowed to use ?
>>>
s it that you ask me ?
Olivier Cruilles
> Le 13 mars 2015 à 09:41, Benoît Minisini 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 b
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 a
> écrit :
>
> Le 13/03/2015 14:07, Yahoo a écrit :
>> Hello Benoit,
>>
>> Do
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 us
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 a écrit :
>
> Il 11/02/2015 13:09, Julio Sanchez ha scritto:
>> Tobias:
>>
>> Guay:)
>>
>> 2015-02-10 22:56 GMT+01:00 Jorge C
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
Hello,
It will be Nice that, yes.
Cordialement,
Olivier Cruilles
Email: olivier.cruil...@yahoo.fr
> Le 15 déc. 2014 à 05:16, Fabien Bodard a écrit :
>
> Why not having a Math tool component that can provide some basics
> things such as geometry area routine, and many other daily usefull
> thi
Thanks you Benoit for all this work.
Olivier Cruilles
> Le 16 oct. 2014 à 11:41, Benoît Minisini 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 release fixes 459 bugs, a
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 t
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 instruct
27 matches
Mail list logo