[Gambas-user] ColumnView icon detection

2017-01-18 Thread Olivier Cruilles
ly 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

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 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) 'convert an integer

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 a écrit > : > > Le 03/05/2015 03:19, Olivier Cruilles a écrit : >> After trying some possibilities I found the problem. If the Editor

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 a écrit : > > Ok, I will investigate and I back to you. > > Thank you > > Cordialement, > > Olivier Cruilles > > >> Le 2 mai 2015 à 17:11, Benoît

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

2015-05-02 Thread Olivier Cruilles
ount - 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 a écrit > : > > Le 01/05/2015 20:05, Olivi

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 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

[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 is

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

2015-03-13 Thread Olivier Cruilles
s.txt Cordialement, Olivier Cruilles Email: olivier.cruil...@yahoo.fr > Le 13 mars 2015 à 10:24, Tobias Boege 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 i

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 a écrit : &

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

2014-08-23 Thread Olivier Cruilles
h:wanted Integer, got String insteadWhere: 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 a écrit : > Le 23/08/2014 16:13, Olivier Cruilles a écrit : >> Hi

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

2014-08-23 Thread Olivier Cruilles
x 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.slashdo

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

2014-07-20 Thread Olivier Cruilles
Champs as String[] DIM ListLigne as String[] ListLigne = split(Data, "\", "'") For each LigneData in ListLigne Champs = split(LigneData, ";" , "'") ' This part take 7 to 12 microseconds ModFunction.StoreDat

[Gambas-user] New feature with Task component

2014-07-20 Thread Olivier Cruilles
st 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...@yah

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

2014-06-22 Thread Olivier Cruilles
.0 Qt4=libQtCore.so.4.7.4 SDL=libSDL-1.2.so.0.11.3 * But I use the latest SVN version and all is OK Do I need to give you more informations ? Cordialement, Olivier Cruilles EMail: olivier.cruil...@yahoo.fr Portable: +01 514 431 2960 Le 22 juin 2014 à 16:51, Benoît Minisini a écrit : >

Re: [Gambas-user] Information about instruction in Gambas v3

2014-06-22 Thread Olivier Cruilles
Ok, I will try to do it. Tks Benoit Cordialement, Olivier Cruilles EMail: olivier.cruil...@yahoo.fr Portable: +01 514 431 2960 Le 22 juin 2014 à 13:04, Benoît Minisini a écrit : > Le 22/06/2014 18:03, Yahoo a écrit : >> Hello all, >> >> I'm currently trying to

[Gambas-user] Somes question about Gambas 3

2014-05-08 Thread Olivier Cruilles
.27.0 GTK+=libgtk-x11-2.0.so.0.2200.0 Poppler=libpoppler.so.7.0.0 Qt4=libQtCore.so.4.7.4 SDL=libSDL-1.2.so.0.11.3 -- Olivier Cruilles EMail: olivier.cruil...@yahoo.fr > -- Is your legacy SCM system holding you ba

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 à

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 a écrit : > Hi C

Re: [Gambas-user] Bug using TASK object

2013-05-06 Thread Olivier Cruilles
ement, Olivier Cruilles Mail: linu...@club-internet.fr Le 4 mai 2013 à 16:19, Benoît Minisini 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.u

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 a écrit : > gbx3: xcb_io.c :

[Gambas-user] Bug using TASK object

2013-05-01 Thread Olivier Cruilles
686 Memory=3354092 kB 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

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 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 requir

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 2

[Gambas-user] Problem to use TASK fork processes

2013-04-01 Thread Olivier Cruilles
ow can be sure that the TASK sent me the result all of the time please ? Does I don't use the TASK object correctly ? Thank's in advance. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr --

[Gambas-user] Problem to use TASK fork processes

2013-04-01 Thread Olivier Cruilles
ow can be sure that the TASK sent me the result all of the time please ? Does I don't use the TASK object correctly ? Thank's in advance. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr --

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 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
'un VSplit 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 Min

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

2013-02-04 Thread Olivier Cruilles
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 a écrit : > On Sun, Feb 3, 2013 at 10:47 PM, Benoît Minisini <

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 a écrit : > Happy new year -- Mas

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

[Gambas-user] Problem using ListContainer object

2012-10-25 Thread Olivier Cruilles
Hello Benoit, Did you receive my email in the french tread about this problem because I'm not sure ? Thank's in advance. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr -- Everyone hates slo

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. 2

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 Minisi

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 a écrit : > Hi, > &g

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 a écrit : > Hi, > > I have just released Gambas 3.3.3 w

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 a écrit : > Le lundi 1 octobre 2012 00:34:0

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 a écrit : > Joined to this email my project

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 a écrit : > Le 28/08/2012 14:28, Olivier Cruilles a écrit

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

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 a écrit : > Hi, > > In revision #5076, I

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 a écrit : > Should the 'ID' at the end be As Integer or Result?? > I have it As Integer ATM, but nothing gets printed. > > > > On Fr

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 a écrit : > Yes, in parenthesis > > > Cordialement, > > Olivier Cruilles > Mail: linu...@club-internet.fr > > Le 10 août 2

Re: [Gambas-user] Getting data from table

2012-08-10 Thread Olivier Cruilles
Yes, in parenthesis Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 10 août 2012 à 18:15, rocko a écrit : > Should the table name be in parenthesis?? > I'm getting an error: > "Unknown Identifier: inventory" > > sResult = $hConn.Find(inventory,

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 a écrit : FNew CODE:>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>&

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 a écrit : > Ok I see, > I've added FMain. > but now I'm getting "Driver nam

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 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 c

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

2012-08-08 Thread Olivier Cruilles
m 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 a

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

2012-08-08 Thread Olivier Cruilles
Y rTable.Update IF ERROR THEN PRINT "Update failed" 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, rock

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 à

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

2012-05-23 Thread Olivier Cruilles
ked memory ==32350== ==32350== For counts 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

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

[Gambas-user] Question about Gambas3

2012-05-17 Thread Olivier Cruilles
ay 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 lan

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 : >

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== Memche

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

2012-05-16 Thread Olivier Cruilles
ytes in 0 blocks ==26488== Rerun with --leak-check=full to see details of leaked memory ==26488== ==26488== For counts of detected and suppressed errors, rerun with: -v ==26488== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 207 from 11) Processus arrêté Olivier Cruilles Mail: linu...@club-int

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

2012-05-13 Thread Olivier Cruilles
d: 0 bytes in 0 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 1

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

2012-05-13 Thread Olivier Cruilles
main (argc=2, argv=0xb344) at gbx.c:408 (gdb) quit A debugging session is active. Inferior 1 [process 2959] will be killed. Quit anyway? (y or n) y - After execute the 'run' command, I got a window but all grey color

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

2012-05-13 Thread Olivier Cruilles
ram: /usr/bin/gbr3 [Thread debugging using libthread_db enabled] ERROR: #35: Cannot open file '.': No such device Program exited with code 01. Missing separate debuginfos, use: debuginfo-install glibc-2.13-2.i686 libgcc-4.5.1-4.fc14.i686 (gdb) quit Olivier Cruilles Mail: linu...@club-i

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

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, Oliv

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 rev

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

2012-05-13 Thread Olivier Cruilles
Erreur 2 make[2] : on quitte le répertoire « /home/linus/Packages/SOURCES/trunk/gb.media » make[1]: *** [all-recursive] Erreur 1 make[1] : on quitte le répertoire « /home/linus/Packages/SOURCES/trunk » make: *** [all] Erreur 2 Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 04

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

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. >>

Re: [Gambas-user] WebPage support in Gambas

2012-03-18 Thread Olivier Cruilles
n of Gambas3 on the depot of Ubuntu and refuse to install it. Olivier Cruilles Mail: linu...@club-internet.fr Le 18 mars 2012 à 16:00, Olivier Cruilles a écrit : > It's exact, you don't need to install all the development environment but just > create the executable of your appl

Re: [Gambas-user] WebPage support in Gambas

2012-03-18 Thread Olivier Cruilles
It's exact, you don't need to install all the development environment but just create the executable of your application and install the runtime + all components you use in your project. That's all. Olivier Cruilles Mail: linu...@club-internet.fr Le 18 mars 2012 à 15:54, Emil L

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

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

[Gambas-user] Feature in Gambas3

2012-03-11 Thread Olivier Cruilles
advance Olivier Cruilles Mail: linu...@club-internet.fr -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing t

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 a

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

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

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 prog

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Olivier Cruilles
I think in this case that there is an object non closed and for this reason gambas does not want to close your application. Olivier Cruilles Mail: linu...@club-internet.fr Le 2 janv. 2012 à 18:38, Ron a écrit : > Just close all open handles file hand timers hand close main form w

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 remain

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] How to execute CLI programs from Gambas GUI program?

2011-10-09 Thread Olivier Cruilles
umentation for an example of how to use it http://gambasdoc.org/help/lang/shell Olivier Cruilles Mail: linu...@club-internet.fr Le 9 oct. 2011 à 17:08, Robert Parker a écrit : > Hi Guys, > > I am new to Gambas. I have a few CLI programs written in C. I'd like to make > GUI inte

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 > > > Ol

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 pa

[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 hassl

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

Re: [Gambas-user] Global search & replace

2011-04-10 Thread Olivier Cruilles
stances 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 in the pr

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

2011-04-10 Thread Olivier Cruilles
Value) = -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:1

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

2011-04-10 Thread Olivier Cruilles
("New 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 : > > &

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 for

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

Re: [Gambas-user] Gambas RC1 - Problem

2011-03-27 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' >>

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 : >&g

[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...@c

[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...@c

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 so

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

2011-03-21 Thread Olivier Cruilles
Hi Benoit, I think there is a problem with the ToolBar object and the property 'Orientation' Horizontal orientation is ok but not the Vertical orientation. Olivier Cruilles Mail: linu...@club-internet.fr > > -- &

Re: [Gambas-user] Gambas 3 RC pre-release package

2011-03-20 Thread Olivier Cruilles
ject becoming from gambas v2 Strange but not pesky. Olivier Cruilles Mail: linu...@club-internet.fr Le 20 mars 2011 à 19:50, Benoît Minisini a écrit : > I have just updated the gambas 3 RC1 pre-release package: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-2.99.0.tar.bz

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 s

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 a écrit : > No, it was only now since before I never used db.Edit, I always used to > work with db.exe

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 '&

Re: [Gambas-user] Requests for Gambas3

2010-11-07 Thread Olivier Cruilles
te package respecting all 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 writi

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

2010-09-29 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 -- Start un

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

2010-09-27 Thread Olivier Cruilles
gt;> 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 >> > > Dates are internally s

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

2010-09-26 Thread Olivier Cruilles
26-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...@clu

  1   2   >