[Gambas-user] ColumnView icon detection

2017-01-18 Thread Olivier Cruilles
on the icon on a line of a GridView to do this change of state. Is there a way to access to the Icon Object of a line of a GridView in fact. Thank you Olivier Cruilles -- Check out the vibrant tech community on one

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

2015-08-01 Thread Olivier Cruilles
hello, myInteger = Cint(val(myString)) Olivier Le 1 août 2015 à 01:39, nando nand...@nothingsimple.com a écrit : I'm putting this out there... I'm using MkInteger$, MkShort$ Who knows what the opposite functions would be. I can't find them myString = MkInteger$(12345678)

Re: [Gambas-user] How to profile memory usage in gambas application ?

2015-05-03 Thread Olivier Cruilles
Benoit, Thank you, I don’t know why I haven’t thought to try that. Cordialement, Olivier Cruilles Le 3 mai 2015 à 02:18, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 03/05/2015 03:19, Olivier Cruilles a écrit : After trying some possibilities I found the problem

Re: [Gambas-user] How to profile memory usage in gambas application ?

2015-05-02 Thread Olivier Cruilles
Ok, I will investigate and I back to you. Thank you Cordialement, Olivier Cruilles Le 2 mai 2015 à 17:11, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 01/05/2015 20:05, Olivier Cruilles a écrit : Hi Benoit, Is there a way to monitor usage of memory of objects (Class

Re: [Gambas-user] How to profile memory usage in gambas application ?

2015-05-02 Thread Olivier Cruilles
- 1].length) = Do not work 2 - Second try Editor1.Goto(Editor1.Lines.Count - 1, Editor.Lines[Editor1.Lines.Count - 1].length) Editor1.Insert(DataToAdd) Cordialement, Olivier Cruilles Le 2 mai 2015 à 17:11, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 01/05/2015 20:05

Re: [Gambas-user] How to profile memory usage in gambas application ?

2015-05-02 Thread Olivier Cruilles
Second try do not work too. Cordialement, Olivier Cruilles Le 2 mai 2015 à 17:38, Olivier Cruilles olivier.cruil...@yahoo.fr a écrit : Ok, I will investigate and I back to you. Thank you Cordialement, Olivier Cruilles Le 2 mai 2015 à 17:11, Benoît Minisini gam

[Gambas-user] How to profile memory usage in gambas application ?

2015-05-01 Thread Olivier Cruilles
Hi Benoit, Is there a way to monitor usage of memory of objects (Class, Collection, etc...) in Gambas please ? May be you have already developed something like time execution profiler already existing in Gambas but for memory usage ? My problem is I use an Editor object in a project because it

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

2015-03-13 Thread Olivier Cruilles
/Documentation/cgroups/cpusets.txt Cordialement, Olivier Cruilles Email: olivier.cruil...@yahoo.fr Le 13 mars 2015 à 10:24, Tobias Boege tabo...@gmail.com a écrit : On Fri, 13 Mar 2015, Beno?t Minisini wrote: Le 13/03/2015 14:07, Yahoo a ?crit : Hello Benoit, Do you think if it's possible

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-15 Thread Olivier Cruilles
Salut Benoit, J'écris en français car je sais pas le dire en anglais. A chaque fois que tu nous annonces une nouvelle ou une idée que tu as je reste sur le cul, littéralement. Excellente idée comme toujours...merci Olivier Cruilles Le 15 sept. 2014 à 21:26, T Lee Davidson t.lee.david

[Gambas-user] Swap$ bug on Gambas3 latest svn

2014-08-23 Thread Olivier Cruilles
the Profiler too when Task are used in a Gambas program Thank you in advance Cordialement, Olivier Cruilles -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org

Re: [Gambas-user] Swap$ bug on Gambas3 latest svn

2014-08-23 Thread Olivier Cruilles
: CTaskFlow.NetflowSock_Analyse.188 Cordialement, Olivier Cruilles EMail: olivier.cruil...@yahoo.fr Portable: +01 514 431 2960 Le 23 août 2014 à 11:10, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 23/08/2014 16:13, Olivier Cruilles a écrit : Hi Benoit, As discussed by e-mail

[Gambas-user] New feature with Task component

2014-07-20 Thread Olivier Cruilles
to bypass the serialization/deserialization normal process between TASK and his parent ? To have an idea, I receive more than 700 millions of Flows each day so this some microseconds are very important in the end. Thank in advance Cordialement, Olivier Cruilles EMail: olivier.cruil...@yahoo.fr

Re: [Gambas-user] New feature with Task component

2014-07-20 Thread Olivier Cruilles
, \, ') For each LigneData in ListLigne Champs = split(LigneData, ; , ') ' This part take 7 to 12 microseconds ModFunction.StoreData(Champs[0], Champs[1], Champs[2], Champs[3]) Next End Cordialement, Olivier Cruilles EMail: olivier.cruil...@yahoo.fr Portable: +01 514 431 2960

Re: [Gambas-user] Hot to load and savbe to DB a binary file (not image either archive strings) (PICCORO McKAY Lenz)

2013-07-15 Thread Olivier Cruilles
Hi, It's because you wrote just WRITE in the OPEN line. You need to add CREATE because the file does not exist and the command must create it. If the file was existing, put just WRITE to write into. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 15 juil. 2013 à 17:40

Re: [Gambas-user] Possible bug

2013-05-15 Thread Olivier Cruilles
Hello Charlie, I think you have this problem when the 'gb.qt4.ext' is not selected in the Preferencies - Components. Because this symbol depend on this component. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 15 mai 2013 à 15:25, Charlie char...@cogier.com a écrit : Hi

Re: [Gambas-user] Bug using TASK object

2013-05-06 Thread Olivier Cruilles
, Olivier Cruilles Mail: linu...@club-internet.fr Le 4 mai 2013 à 16:19, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 04/05/2013 12:33, Olivier Cruilles a écrit : Hi Benoit, I found that on internet. Does it help you or talk to you ? http://www.unix.com/programming/153046

Re: [Gambas-user] Bug using TASK object

2013-05-04 Thread Olivier Cruilles
Hi Benoit, I found that on internet. Does it help you or talk to you ? http://www.unix.com/programming/153046-fork-thread-assertion-failed-x11.html Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 1 mai 2013 à 17:44, Olivier Cruilles linu...@club-internet.fr a écrit : gbx3

[Gambas-user] Bug using TASK object

2013-05-01 Thread Olivier Cruilles
DistributionVendor=redhat DistributionRelease=Fedora release 14 (Laughlin) Desktop=Gnome [Gambas 3] Version=3.3.4 Path=/usr/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.7.4 GTK+=libgtk-x11-2.0.so.0.2200.0 Thank's in advance Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] all those bloody dependencies

2013-04-24 Thread Olivier Cruilles
./configure -C make su -c make install Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 24 avr. 2013 à 22:21, Matti math.e...@t-online.de a écrit : I'm trying to get the Gambas svn version alive on a new machine. Installed everything that is written on the website as requirements

Re: [Gambas-user] Gambas3 not start

2013-04-21 Thread Olivier Cruilles
Hello, You need to give the Linux distribution, from where you had install Gambas (package, souces, etc...), and how you start Gambas3 (from Desktop menu or terminal) ? Without these informations we can't help you ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 21 avr

[Gambas-user] Problem to use TASK fork processes

2013-04-01 Thread Olivier Cruilles
. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr -- Own the Future-Intelreg; Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash

[Gambas-user] Problem to use TASK fork processes

2013-04-01 Thread Olivier Cruilles
. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr -- Own the Future-Intelreg; Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash

Re: [Gambas-user] Pre-release of gambas 3.4

2013-02-09 Thread Olivier Cruilles
This is the project. TestVSplit-0.0.1.tar.gz Description: GNU Zip compressed data Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 10 févr. 2013 à 01:33, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 04/02/2013 20:07, Olivier Cruilles a écrit : Benoit, Bon

Re: [Gambas-user] Pre-release of gambas 3.4

2013-02-04 Thread Olivier Cruilles
but in the version 3.4, the resize of the content is made only when the Form is resized ? Does it normal now or not ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 4 févr. 2013 à 04:58, Sebastian Kulesz sebi...@gmail.com a écrit : On Sun, Feb 3, 2013 at 10:47 PM, Benoît

Re: [Gambas-user] Pre-release of gambas 3.4

2013-02-04 Thread Olivier Cruilles
c'est beaucoup plus lent qu'avec la version 3.3.4 sur la même machine ? Meme avec le petit projet que j'ai fait rapidement, c'est moins rapide qu'avant. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 4 févr. 2013 à 19:32, Benoît Minisini gam...@users.sourceforge.net a écrit

Re: [Gambas-user] 11111011101

2013-01-01 Thread Olivier Cruilles
Happy new year Benoit and all people. Very great work on Gambas in 2012. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 1 janv. 2013 à 13:00, Benoît Minisini gam...@users.sourceforge.net a écrit : Happy new year

Re: [Gambas-user] gb.task and the event loop?

2012-12-25 Thread Olivier Cruilles
Hello, Try this one: This program start 10 tasks and each task is an SSH connection on your machine by the 127.0.0.1 address. Change just the login and password to adjust it Essai1-0.0.19.tar.gz Description: GNU Zip compressed data Cordialement, Olivier Cruilles Mail: linu...@club

Re: [Gambas-user] LXDE

2012-10-20 Thread Olivier Cruilles
Hello, May be it's the same option like in Gnome. A variable can be set to your Desktop to display or not the icons in the Menus. In gnome, your need the use gconf2 utility to do that. You can see in this way. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 20 oct. 2012 à

Re: [Gambas-user] New component: gb.args

2012-10-16 Thread Olivier Cruilles
Hi Benoit, It's not a problem, if you create another component that permit the same treatment, I will modify my program. So, do you need an example of how I use the gb.option component ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 16 oct. 2012 à 11:47, Benoît Minisini

Re: [Gambas-user] New component: gb.args

2012-10-15 Thread Olivier Cruilles
Hi Benoit, Yes, I use it and it very important in my project. So what king of informations does you need to know about gb.options ? Of curse if you need it. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 16 oct. 2012 à 02:06, Benoît Minisini gam...@users.sourceforge.net

Re: [Gambas-user] Release of Gambas 3.3.3

2012-10-10 Thread Olivier Cruilles
Benoit, All it's ok for me on Fedora 14 to compile and create rpm packages from this official release Great work. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 10 oct. 2012 à 22:10, Benoît Minisini gam...@users.sourceforge.net a écrit : Hi, I have just released

Re: [Gambas-user] Release of Gambas 3.3.2

2012-09-30 Thread Olivier Cruilles
Hi Benoit, I successfully compiled the Gambas 3.3.2. All it's ok and my Web Site now works with the Session.CookiePath. Great work. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 1 oct. 2012 à 00:55, Laurent Carlier lordhea...@gmail.com a écrit : Le lundi 1 octobre 2012

Re: [Gambas-user] Gambas is not multi-threaded, but...

2012-08-28 Thread Olivier Cruilles
Hi Benoit, I try to use this new feature but it does not work on my PC. Do you have a little project as example please ? Fedora 14 Gambas 3 rev#5092 PS: I don't see any gb.task in the list of components in the IDE Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 25 août

Re: [Gambas-user] Gambas is not multi-threaded, but...

2012-08-28 Thread Olivier Cruilles
Joined to this email my project to test. Thank's in advance. gbTask-0.0.1.tar.gz Description: GNU Zip compressed data Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 28 août 2012 à 16:44, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 28/08/2012 14:28

Re: [Gambas-user] Gambas is not multi-threaded, but...

2012-08-28 Thread Olivier Cruilles
Hi Benoit, It's not necessary to explain me how it works. After many tries, I found how to use it. Great works. It works fine for me. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 28 août 2012 à 16:54, Olivier Cruilles linu...@club-internet.fr a écrit : Joined

Re: [Gambas-user] Gambas is not multi-threaded, but... (fixed version)

2012-08-24 Thread Olivier Cruilles
Hi Benoit, Great news, i'll try it as soon because it's very interesting. Why did you implement that now, just to know ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 25 août 2012 à 00:41, Benoît Minisini gam...@users.sourceforge.net a écrit : Hi, In revision #5076, I

Re: [Gambas-user] Getting data from table

2012-08-10 Thread Olivier Cruilles
Sorry, in apostrophes. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 10 août 2012 à 18:18, Olivier Cruilles linu...@club-internet.fr a écrit : Yes, in parenthesis Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 10 août 2012 à 18:15, rocko

Re: [Gambas-user] Getting data from table

2012-08-10 Thread Olivier Cruilles
ID is same type of the id field Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 10 août 2012 à 18:26, rocko sunblast...@gmail.com a écrit : Should the 'ID' at the end be As Integer or Result?? I have it As Integer ATM, but nothing gets printed. On Fri, 2012-08-10

Re: [Gambas-user] Second Form not reading Public variable from first form

2012-08-09 Thread Olivier Cruilles
) Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 9 août 2012 à 20:26, rocko sunblast...@gmail.com a écrit : If I declare a Public variable is it available across all Forms and Modules?? I ask because I'm having difficulty with a $hConn variable I have a FMain form that connects

Re: [Gambas-user] Second Form not reading Public variable from first form

2012-08-09 Thread Olivier Cruilles
Can you put the code that you obtain now in a main Form and in the second Form please ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 9 août 2012 à 21:22, rocko sunblast...@gmail.com a écrit : Ok I see, I've added FMain. but now I'm getting Driver name missing

Re: [Gambas-user] Second Form not reading Public variable from first form

2012-08-09 Thread Olivier Cruilles
You repeat the same problem than yesterday. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 9 août 2012 à 21:37, rocko sunblast...@gmail.com a écrit : FNew CODE: ' Gambas class file ' Private rTable As Result Public Sub btnCommit_Click() FMain.$hConn = New

Re: [Gambas-user] Adding values to fields in SQLite table??

2012-08-08 Thread Olivier Cruilles
Message.Error(ERROR.Text) ENDIF ENDIF DB.Commit btnClose CODE: PUBLIC SUB btnClose_Click() $hConn.Close FMain.Close Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 8 août 2012 à 20:13, rocko sunblast...@gmail.com a écrit : Is it DB.Create/DB.Commit?? I was using

Re: [Gambas-user] Adding values to fields in SQLite table??

2012-08-08 Thread Olivier Cruilles
and not in a PUBLIC SUB When you use a Connection object to open a database, after initialized it and opened it, the object Connection keep connected to the database, so you just need to use it. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 8 août 2012 à 20:51, rocko sunblast

Re: [Gambas-user] Adding values to fields in SQLite table??

2012-08-07 Thread Olivier Cruilles
Hello, Tried your suggestion: $hConn.Exec(INSERT INTO inventory VALUES($1), txtName.Text) I think it's wrong because you write this one: VALUES($1) and it's VALUES(1) Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 8 août 2012 à 00:46, rocko sunblast...@gmail.com

[Gambas-user] Bug with the last revision of Gambas3 #4761

2012-05-23 Thread Olivier Cruilles
of detected and suppressed errors, rerun with: -v ==32350== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 202 from 10) Processus arrêté I got this message since the version #4754. Thank's in advance Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-17 Thread Olivier Cruilles
Benoit, With the last revision, the problem seems to be resolved. Now I can open old projects without error. I continue testing and I will inform you if something appear wrong. Thank's Olivier Cruilles Mail: linu...@club-internet.fr Le 16 mai 2012 à 20:05, Benoît Minisini a écrit : Le 16/05

[Gambas-user] Question about Gambas3

2012-05-17 Thread Olivier Cruilles
to optimize it ? Do you think my question is bad ? Olivier Cruilles Mail: linu...@club-internet.fr -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has

Re: [Gambas-user] Question about Gambas3

2012-05-17 Thread Olivier Cruilles
Ok, so it will be great if you decide to implement this one in Gambas. Thank's Olivier Cruilles Mail: linu...@club-internet.fr Le 17 mai 2012 à 19:29, Benoît Minisini a écrit : Le 17/05/2012 13:47, Olivier Cruilles a écrit : Hi Benoit, Do you think it's possible to have a function

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-16 Thread Olivier Cruilles
from 11) Processus arrêté Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 22:50, Olivier Cruilles a écrit : [linus@linusky tmp]$ valgrind --tool=memcheck --num-callers=50 gbr3 -- /usr/bin/gambas3.gambas /local/Gambas-3/gbEditor3 ==3141== Memcheck, a memory error detector

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-16 Thread Olivier Cruilles
Sorry, I forgot the rev: #4733 Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 22:50, Olivier Cruilles a écrit : [linus@linusky tmp]$ valgrind --tool=memcheck --num-callers=50 gbr3 -- /usr/bin/gambas3.gambas /local/Gambas-3/gbEditor3 ==3141== Memcheck, a memory error

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
Sorry, same problem. Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 16:41, Benoît Minisini a écrit : Le 13/05/2012 09:55, Olivier Cruilles a écrit : Sorry it does not work. ... ... And with revision #4727? -- Benoît Minisini

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
tests, ask me. Problem: Now with the rev#4726, I can not open an old project, I got a segment fault error. To try it I use this command: gambas3 /path_to_my_project/project_name = Segment Fault Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 17:27, Olivier

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
Can you remember me the command to debug gambas3 execution please ? Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 17:27, Olivier Cruilles a écrit : Sorry, same problem. Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 16:41, Benoît Minisini

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
appear. Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 20:31, Benoît Minisini a écrit : Le 13/05/2012 20:09, Olivier Cruilles a écrit : I try it on two different ways: Can you remember me the command to debug gambas3 execution please ? Olivier Cruilles Mail: linu

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
blocks ==3141== Rerun with --leak-check=full to see details of leaked memory ==3141== ==3141== For counts of detected and suppressed errors, rerun with: -v ==3141== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 18 from 8) Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 21

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Olivier Cruilles
Hi Benoit, On Fedora 14 I get: 0.10.31 Olivier Cruilles Mail: linu...@club-internet.fr Le 11 mai 2012 à 19:00, Benoît Minisini a écrit : Le 11/05/2012 17:34, Emanuele Sottocorno a écrit : I get exactly the same error with rev #4723. Full make output attached. Emanuele I don't get

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Olivier Cruilles
$ pkg-config --cflags gstreamer-0.10 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 Olivier Cruilles Mail: linu...@club-internet.fr Le 11 mai 2012 à 21:07, Benoît Minisini a écrit : pkg-config --cflags gstreamer-0.10

Re: [Gambas-user] Feature in Gambas3

2012-03-12 Thread Olivier Cruilles
HI Benoit, I try the proxy configuration today and you limit the port of the proxy from 0 to 100 and it's not a good idea because it must be a range from 0 to 65535 (2^16) The standard port for a proxy is 3138 or 8080. Olivier Cruilles Mail: linu...@club-internet.fr Le 12 mars 2012 à 02

Re: [Gambas-user] Feature in Gambas3

2012-03-11 Thread Olivier Cruilles
Yes I understand but in Gambas2 it was ok. On the first time that I open the Dialog, the display is configured by icons and if I change to details and I close the Dialog, the choice is saved automatically. Some things change between qt3 and qt4 ? Olivier Cruilles Mail: linu...@club

Re: [Gambas-user] how to indicate progress

2012-02-19 Thread Olivier Cruilles
May be you ca use this one: Application.Busy = 1 and when the Process stops Application.Busy = 0 Olivier Cruilles Mail: linu...@club-internet.fr Le 19 févr. 2012 à 13:13, Bill-Lancaster a écrit : Gambas 3 I want to run an Exec command when my programme starts. Using

Re: [Gambas-user] how to indicate progress

2012-02-19 Thread Olivier Cruilles
So in this case, try to start your application by a module that open your form next and in this module put the command Application.Busy = 1 Olivier Cruilles Mail: linu...@club-internet.fr Le 19 févr. 2012 à 14:14, Olivier Cruilles a écrit : May be you ca use this one: Application.Busy

Re: [Gambas-user] compile Gambas3 and gb.gsl

2012-02-19 Thread Olivier Cruilles
Hello, It's a recent component added to Gambas3. May be you need to install gsl libraries and devel packages. Olivier Cruilles Mail: linu...@club-internet.fr Le 19 févr. 2012 à 15:27, Demosthenes Koptsis a écrit : hello i try to compile gambas3 in a Linux Mint Debian Edition and i get

Re: [Gambas-user] Executing Shell command (also applies to Exec command), FMain form goes blank

2012-01-30 Thread Olivier Cruilles
Hello, See here: http://gambasdoc.org/help/lang/shell?v3 Olivier Cruilles Mail: linu...@club-internet.fr Le 30 janv. 2012 à 18:08, John Rose a écrit : Jussi, I've obviously failed to explain this properly. I want the Shell command to execute the program get_iplayer with specified

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Olivier Cruilles
Hello, Did you use the quit() command in the main Form ? Olivier Cruilles Mail: linu...@club-internet.fr Le 2 janv. 2012 à 17:03, M. Cs. a écrit : The command Quit() won't work in my application, so I cannot terminate the process. The GUI disappears, but the process remains. Is there any

Re: [Gambas-user] Gambas 3 is out!

2011-12-31 Thread Olivier Cruilles
DistributionVendor=redhat DistributionRelease=Fedora release 14 (Laughlin) Desktop=Gnome [Gambas 2] Version=2.23.0 Path=/usr/local/bin/gbx2 [Gambas 3] Version=3.0.0 Path=/usr/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.7.4 GTK+=libgtk-x11-2.0.so.0.2200.0 Olivier Cruilles Mail: linu...@club-internet.fr Le 31

Re: [Gambas-user] WebView Object and proxy parameter

2011-08-22 Thread Olivier Cruilles
Benoît, Great, I will test it as soon is possible and I answer you. Thank you Olivier Cruilles Mail: linu...@club-internet.fr Le 20 août 2011 à 13:17, Benoît Minisini a écrit : Hello all, Does anyone know how to use or config the proxy parameter (Ex: http://192.168.0.1:8080) using

Re: [Gambas-user] WebView Object and proxy parameter

2011-08-22 Thread Olivier Cruilles
Benoît, It works fine. If I find a problem I inform you. Olivier Cruilles Mail: linu...@club-internet.fr Le 22 août 2011 à 20:21, Olivier Cruilles a écrit : Benoît, Great, I will test it as soon is possible and I answer you. Thank you Olivier Cruilles Mail: linu...@club

[Gambas-user] WebView Object and proxy parameter

2011-08-16 Thread Olivier Cruilles
+ Gnome Gambas3 (last svn release) qt graphic interface thanks Olivier Cruilles Mail: linu...@club-internet.fr -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out

Re: [Gambas-user] Gambas 3 (64 bit)

2011-04-23 Thread Olivier Cruilles
Hello, You can see at this URL for example: http://ubuntuforums.org/showthread.php?t=51003 Olivier Cruilles Mail: linu...@club-internet.fr Le 23 avr. 2011 à 11:22, John Spikowski a écrit : I was able to compile from svn Gambas 3 on Ubuntu 10.10 64 bit. Everything seems to have gone

Re: [Gambas-user] Adding not in list item to a combobox

2011-04-10 Thread Olivier Cruilles
Hi, Can you give more details about what you wan to do because this is a little confused ? Olivier Cruilles Mail: linu...@club-internet.fr Le 10 avr. 2011 à 09:16, Bill-Lancaster a écrit : Continued... Using the Activate property does the job in the main form. When the combobox

Re: [Gambas-user] Adding not in list item to a combobox

2011-04-10 Thread Olivier Cruilles
Item, 0) --- 0 to put it at the beginning of the list ComboBox1.List.Add(New Item) --- Nothing to put it at the end of the list Olivier Cruilles Mail: linu...@club-internet.fr Le 10 avr. 2011 à 10:12, Bill-Lancaster a écrit : No problem, 1) A form is opened

Re: [Gambas-user] Adding not in list item to a combobox

2011-04-10 Thread Olivier Cruilles
) = -1 then ComboBox1.Add(Value) END IF END PRIVATE SUB AddItem_Read() AS String ' What you want to return, but it's not really important RETURN END Olivier Cruilles Mail: linu...@club-internet.fr Le 10 avr. 2011 à 10:12, Bill-Lancaster a écrit

Re: [Gambas-user] Global search replace

2011-04-10 Thread Olivier Cruilles
that you want to replace all instances and not only the first one founded. Olivier Cruilles Mail: linu...@club-internet.fr Le 10 avr. 2011 à 13:44, richard terry a écrit : I'm missing something here, as I can see no way to do a global search and replace of a string across all files

Re: [Gambas-user] Gambas RC1 - Problem

2011-03-28 Thread Olivier Cruilles
Thanks Benoit, I try it as soon is possible today. Olivier Cruilles Mail: linu...@club-internet.fr Le 28 mars 2011 à 03:56, Benoît Minisini a écrit : Hi Benoit, I have a problem with the toolbar object and the property 'Orientation' In Vertical mode of the ToolBar, all the Button inside

Re: [Gambas-user] Gambas RC1 - Problem

2011-03-28 Thread Olivier Cruilles
Benoit, I checked the ToolBar in revision #3694 and now the orientation of the toolbar is ok, same with the position of the ToolButton inside but the width of the toolbar is not respected and all buttons are not displayed completely. Olivier Cruilles Mail: linu...@club-internet.fr Le 28 mars

[Gambas-user] Gambas RC1 - Problem

2011-03-26 Thread Olivier Cruilles
Hi Benoit, I have a problem with the toolbar object and the property 'Orientation' In Vertical mode of the ToolBar, all the Button inside stay in horizontal orientation. May be it's a bug ? Fedora 14 - Gambas 2.99 RC1 Olivier Cruilles Mail: linu...@club-internet.fr

[Gambas-user] Gambas RC1 - Problem

2011-03-26 Thread Olivier Cruilles
Hi Benoit, I have a problem with the toolbar object and the property 'Orientation' In Vertical mode of the ToolBar, all the Button inside stay in horizontal orientation. May be it's a bug ? Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] Gambas RC1 - Problem

2011-03-26 Thread Olivier Cruilles
Joined into this email, an project: ToolBar-0.0.1.tar.gz ToolBar-0.0.1.tar.gz Description: GNU Zip compressed data Olivier Cruilles Mail: linu...@club-internet.fr Le 26 mars 2011 à 21:50, Laurent Carlier a écrit : Le samedi 26 mars 2011 21:39:44, Olivier Cruilles a écrit : Hi Benoit

Re: [Gambas-user] Gambas 3 RC1 pre-release source package

2011-03-21 Thread Olivier Cruilles
Oups sorry, On Fedora 14, Gambas 2.99 RC1 Olivier Cruilles Mail: linu...@club-internet.fr Le 21 mars 2011 à 22:05, Benoît Minisini a écrit : -- Benoît Minisini -- Enable your software for Intel(R) Active

Re: [Gambas-user] Gambas 3 RC1 pre-release source package

2011-03-19 Thread Olivier Cruilles
Just use this command to generate it: ./reconf-all Olivier Cruilles Mail: linu...@club-internet.fr Le 19 mars 2011 à 16:53, Laurent Carlier a écrit : Le samedi 19 mars 2011 15:30:02, Benoît Minisini a écrit : Hi, I have uploaded a pre-release of the Gambas 3 source package for the first

Re: [Gambas-user] exception 11

2011-02-09 Thread Olivier Cruilles
gambas version 2- make uninstall 3- go in directory of new version of gambas 4- ./reconf-all 5- ./configure 6- make 7- make install Olivier CRUILLES Le 9 févr. 2011 à 08:41, Steven revimmo ste...@revimmo.com a écrit : No, it was only now since before I never used db.Edit, I always used to work

Re: [Gambas-user] Display character on Message box

2010-11-13 Thread Olivier Cruilles
Hi On Gambas v2 Message.Info() = work fine and display '' correctly on screen.. Olivier Cruilles Mail: linu...@club-internet.fr Le 13 nov. 2010 à 13:37, Phạm Quang Dương a écrit : Hi, How to display '' character? I tried: Message.Info() Message.Info() Message.Info(chr(38

Re: [Gambas-user] Requests for Gambas3

2010-11-07 Thread Olivier Cruilles
procedures that Benoit indicate on his web site. What do you think about that Benoit or did you have any other solution ? Olivier Cruilles Mail: linu...@club-internet.fr Le 7 nov. 2010 à 21:10, M. Cs. a écrit : Dear Benoit and all, I'm writing this request as serious cry for your reconsideration

Re: [Gambas-user] Is it possible to create .DEB packages from Fedora?

2010-09-29 Thread Olivier Cruilles
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user Olivier Cruilles Mail: linu...@club-internet.fr -- Start uncovering the many advantages of virtual appliances and start using them to simplify application

Re: [Gambas-user] Question about date conversion in Gambas v2

2010-09-27 Thread Olivier Cruilles
the Unix command 'date' ? Thank in advance, Olivier Cruilles Mail: linu...@club-internet.fr Dates are internally stored as a number of seconds and microseconds from a Gambas epoch (which is not the Unix epoch), in GMT. When converted to Float, you get a number of days as integer part

[Gambas-user] Question about date conversion in Gambas v2

2010-09-26 Thread Olivier Cruilles
: not26-09-2010 17:08:00 but in seconds since 1970-01-01 00:00:00 = 1285513680 seconds I just want to know if it possible or not in Gambas v2 otherwise I will continue to use the Unix command 'date' ? Thank in advance, Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] Gambas for windows, how?

2010-05-13 Thread Olivier Cruilles
;) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] Gambas for windows, how?

2010-05-13 Thread Olivier Cruilles
-- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] using sockets to send binay files

2010-04-11 Thread Olivier Cruilles
://p.sf.net/sfu/intel-sw-dev ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user Olivier Cruilles Mail: linu...@club-internet.fr

[Gambas-user] Usage of Editor object

2010-04-08 Thread Olivier Cruilles
Dokuwiki syntaxe. Not all the syntax, but just to simplify a lot. Thank you in advance. Olivier Cruilles Mail: linu...@club-internet.fr -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself

Re: [Gambas-user] Usage of Editor object

2010-04-08 Thread Olivier Cruilles
Hi Jussi, Thank's. I'll see inside to understand how it work. Olivier Cruilles Mail: linu...@club-internet.fr Le 8 avr. 2010 à 21:40, Jussi Lahtinen a écrit : Look at Gambas IDE source code. You find related code under FTextEditor.form. Jussi On Thu, Apr 8, 2010 at 22:17, Olivier

Re: [Gambas-user] Problem with Sockets

2010-03-21 Thread Olivier Cruilles
Hello, You can try to replace 'localhost' by '127.0.0.1' It's the same. Olivier Cruilles Mail: linu...@club-internet.fr Le 21 mars 2010 à 15:59, tobias...@t-online.de a écrit : Hey Mailing-List, now I habe a problem with the sockets (gb.net, normal socket). I just create one

Re: [Gambas-user] de-selecting a multi-select filechooser

2010-03-12 Thread Olivier Cruilles
Hello, May be it works like that. For my ColumnView I use this little code: ColumnView1.Mode = Select.None ColumnView1.Refresh ColumnView1.Mode = Select.Multiple Perhaps this a solution ? Olivier Cruilles Mail: linu...@club-internet.fr Le 12 mars 2010 à 23:30, richard terry a écrit : I

[Gambas-user] TableView modification

2010-01-24 Thread Olivier Cruilles
. - May be simply have the possibility to change the background picture of each header column ? If someone have an idea ? Thank you in advance for your answer Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] Strange event in a ComboBox

2010-01-12 Thread Olivier Cruilles
add the word 'or', 'OR', '-or-', etc... in this list, the project can't start because the IDE add at the end of the line in the Form definition a wrong ')'. If I remove the line with the 'or' word, all it's ok. It's not really important for me, just to inform you. Olivier Cruilles Mail

Re: [Gambas-user] Strange event in a ComboBox

2009-12-29 Thread Olivier Cruilles
. Olivier Cruilles Mail: linu...@club-internet.fr I can't reproduce what you describe: please a send a project that shows the bug. Regards, -- Benoît Minisini -- This SF.Net email is sponsored by the Verizon

[Gambas-user] Strange event in a ComboBox

2009-12-28 Thread Olivier Cruilles
of the line in the Form definition a wrong ')'. If I remove the line with the 'or' word, all it's ok. It's not really important for me, just to inform you. Olivier Cruilles Mail: linu...@club-internet.fr -- This SF.Net email

Re: [Gambas-user] Form problem with Gambas v2.16

2009-10-24 Thread Olivier Cruilles
please ? Thank you in advance.. Olivier Cruilles Mail: linu...@club-internet.fr Le 24 oct. 2009 à 00:29, Benoît Minisini a écrit : Here is the file: The limit is 4096 constant by class, a constant being a string or a floating point number. This limit cannot be changed in Gambas 2

Re: [Gambas-user] Form problem with Gambas v2.16

2009-10-24 Thread Olivier Cruilles
Benoit, I found that you talked me: 'embed them in the TabStrip at runtime' So I create a new Form by copy/paste with all objects of the Tab1. I copy/paste too the code corresponding and now all It's ok. Thank you, now I know a new method to develop Gambas projects. Olivier Cruilles Mail

[Gambas-user] Form problem with Gambas v2.16

2009-10-23 Thread Olivier Cruilles
in this Form ? Can you help me about this problem ? Olivier Cruilles Mail: linu...@club-internet.fr -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend

  1   2   >