Re: [Gambas-user] svn: Failed to add directory....

2012-04-21 Thread Ru Vuott
.. > A: "mailing list for gambas users" > Data: Sabato 21 Aprile 2012, 21:16 > Am Samstag, den 21.04.2012, 14:39 > +0100 schrieb Ru Vuott: > > Hello, > > > > today I was updating my Gambas 3 and I received an > error notice: > > > > $ svn ch

[Gambas-user] Impossible enlarging a column in gridview... ?

2012-04-29 Thread Ru Vuott
that you can not 'shrink but only enlarge. I add an example. Regardsss Vuott GridViewTest-0.0.11.tar.gz Description: GNU Zip compressed data -- Live Security Virtual Conference Exclusive live event will cover all the

[Gambas-user] svn 4714 Rev. fails its installation !

2012-05-05 Thread Ru Vuott
Hello, I'ld like to notice that svn 4714 Rev. fails its installation: make[4]: *** [install-gblibLTLIBRARIES] Error 1 make[4]: Leaving directory `/home/ploppo/trunk/gb.xml/src/html' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/home/ploppo/trunk/gb.xml/src/html' make[2]: *** [ins

[Gambas-user] svn 4714 Rev. fails its installation too...

2012-05-05 Thread Ru Vuott
Error 1 caused by gb.xml Bye Vuott -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions

[Gambas-user] SVN - Rev. 4717 fails its installation too...

2012-05-06 Thread Ru Vuott
main.c: In function 'Init': main.c:114:2: error: expected ';' before '}' token make[5]: *** [gb_opengl_la-main.lo] Error 1 make[5]: Leaving directory `/home/vuott/trunk/gb.opengl/src' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/vuott/trun

[Gambas-user] SVN - Rev. 4717 fails its installation too... - BIS

2012-05-06 Thread Ru Vuott
...it seems problem, now, is gb.opengl ! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions wi

[Gambas-user] SVN - Rev. 4718 fails its installation...

2012-05-06 Thread Ru Vuott
/usr/bin/ld: cannot find -lgb.xml collect2: ld returned 1 exit status libtool: install: error: relink `gb.xml.html.la' with the above command before installing it make[4]: *** [install-gblibLTLIBRARIES] Error 1 make[4]: Leaving directory `/home/vuott/trunk/gb.xml/src/html' make[3]: *** [i

Re: [Gambas-user] SVN - Rev. 4718 fails its installation...

2012-05-06 Thread Ru Vuott
stall I followed "always" this sequence, and all was perfect ! Now I'm trying update by rev. 4719... I hope. Bye Vuott -- Live Security Virtual Conference Exclusive live event will cover all the way

[Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Ru Vuott
directory `/home/vuott/trunk/gb.xml/src/html' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/home/vuott/trunk/gb.xml/src/html' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/vuott/trunk/gb.xml/src' make[1]: *** [install-recursive] Error 1 m

Re: [Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Ru Vuott
> > Check again, I think you are doing something wrong. Uh but what should I do exactly ? :-( -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat lands

[Gambas-user] gb.xml/src/html/Makefile.am

2012-05-06 Thread Ru Vuott
> > Check the file I told you in my mail: > gb.xml/src/html/Makefile.am > > -- > Benoît Minisini > Ok, it is there. However, I solved problem via "make clear" before launching "Make". But, Ben

[Gambas-user] "Make clear" befor "Make"

2012-05-06 Thread Ru Vuott
Adrin ! I launched "Make clear" befor "Make" Your suggestion was decisive ! Installation was OK !!! Thank you, very much ! Tibi gratias ago ! Vuott -- Live Security Virtual Conference Exclu

[Gambas-user] R: Can't print in Gambas 3

2012-05-16 Thread Ru Vuott
Public Sub Button1_Click() If mijnprinter.Configure() = True Then Return mijnprinter.FirstPage = 0 mijnprinter.Orientation = 1 mijnprinter.Paper = 2 mijnprinter.Print End Public Sub mijnprinter_Draw() Paint.DrawText("TEST TEST") Paint.End End --- Mer 1

Re: [Gambas-user] R: Can't print in Gambas 3

2012-05-16 Thread Ru Vuott
> Error is gone, but still got a empty > page. Uhmm strange Try: Public Sub Button1_Click() If mijnprinter.Configure() = True Then Return mijnprinter.FirstPage = 0 mijnprinter.Orientation = 1 mijnprinter.Paper = 2 mijnprinter.Print End Public Sub mijnprint

Re: [Gambas-user] R: Can't print in Gambas 3

2012-05-16 Thread Ru Vuott
Uhmmm but... I do not used: Private mijnprinter As New Printer but I put on form a Printer-object ! Well, now I tried to use: Private mijnprinter As New Printer and I eliminted the Printer object from my Form and the page was empty !!! So, you have to put in your Form program the Print

Re: [Gambas-user] R: Can't print in Gambas 3 [solved]

2012-05-16 Thread Ru Vuott
quot;mailing list for gambas users" > Data: Mercoledì 16 maggio 2012, 23:27 > Hey man, that simple? > Thanks now I can getting further.  Going to sleep well > now, Thanks > > > Johny > > Op 16-05-12 23:13, Ru Vuott schreef: > > Uhmmm > > > > but...

Re: [Gambas-user] R: Can't print in Gambas 3 [solved]

2012-05-17 Thread Ru Vuott
> No. You must specify the event name if you want to catch the > events > raised by the Printer object. > > -- > Benoît Minisini > ...Oh, yes, Benoît. I forgot that it's an "object" ! Well, so: Private mijnprinter As New Printer Public Sub Form_Open() Object.Attach(mijnprinter, Me

Re: [Gambas-user] Small printing question

2012-05-18 Thread Ru Vuott
> > > After some sleep I found a way.  It's a list of > addresses.  I can count > the records, and I know there can 28 records on one page, so > just some > mathematics and that's ok.  Just have to figure out if > I got to start > over with my coordinates (as with a new page) or that I that > I

Re: [Gambas-user] New JIT Compiler.....

2012-05-23 Thread Ru Vuott
? Bye Vuott -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint sec

Re: [Gambas-user] New JIT Compiler.....

2012-05-23 Thread Ru Vuott
ould take about 10 minutes to compile for a 4-core > cpu. > > /Emil > > 2012/5/23 Ru Vuott > > > Hello, > > > > I try to update via SVN. Well, I launched  ~ $ > ./configure -C but I > > received these notices: > > > > || > > || Unable

Re: [Gambas-user] New JIT Compiler.....

2012-05-23 Thread Ru Vuott
> ../configure --prefix=/usr --enable-optimized --enable-jit > --enable-shared > is what you should write > > 2012/5/23 Ru Vuott > > > Thanks, > > > > sorry, I followed sequence and then I launched: > > > > ~/llvm/build $ /configure --prefix=/usr

Re: [Gambas-user] New JIT Compiler

2012-05-23 Thread Ru Vuott
Well, I finished installation. It was OK. I had not problems. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can re

[Gambas-user] New JIT Compiler: About word "Fast"

2012-05-23 Thread Ru Vuott
<> Is this little example right ? *** ' Gambas Class file Fast Public Sub Form_Open() . . * ...or not ? -- Live Security Virtual

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
Hi, After the installation, I launched again: ~ $ ./configure -C ...because I was updating via SVN my Gambas-3. Well, I now received these notice from terminal: || || gb.jit is disabled || and at end: || || THESE COMPONENTS ARE DISABLED: || - gb.jit || ...I do not understand I did inst

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> Go to the gb.jit directory. Then try > to run ./configure without the -C flag. > If it doesn't work, please post the full output from the > configure script. Well, I followed your suggestion: ~/trunk/gb.jit $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking w

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> Try to remove any gb.jit/DISABLED* files left > behind and then run make followed by sudo make install in > the gb.jit directory. > Excuse me, How can I remove those files ? Directly from their folder ? If yes, which folder ? ---

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> In gambas top-level: > rm gb.jit/DISABLED* > > ;) Excuse me, but I'm enought ignorant. :-( Well, I followed that, and I removed those file successfully. Then I launched in gb.jit directory MAKE and sudo Make install OK Then re-launched ~/trunk $ ./configure -C But... I have that problem aga

Re: [Gambas-user] New JIT Compiler, but..... 2

2012-05-23 Thread Ru Vuott
..a moment ! I came back to look results: ~/trunk/gb.jit $ sudo make install make[1]: Entering directory `/home/ploppo/trunk/gb.jit' make[2]: Entering directory `/home/ploppo/trunk/gb.jit' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> > You must issue a ./reconf before ./configure -C. I had the > same problem > after having issued a ./configure inside the gb.jit > directory. > > -- > Benoît Minisini > Thanks Benoît, I'm trying again from ~/trunk $ ./reconf ... ---

Re: [Gambas-user] New JIT Compiler, SUCCESS !

2012-05-23 Thread Ru Vuott
> > You must issue a ./reconf before ./configure -C. > -- > Benoît Minisini > SUCCESS - SUCCESS - SUCCESS !!! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and t

Re: [Gambas-user] New JIT Compiler, Trying....

2012-05-23 Thread Ru Vuott
> To test if it really works, try running this code: > > Fast    'On first row in the class file > Public Sub Main() >   Dim i As Long >   For i = 1 To 1 >   Next >   Print "It works!" > End > > If it immediately prints out "It works!", it works. If the > cpu is at 100%, > the jit com

Re: [Gambas-user] New JIT Compiler, Trying.... BIS

2012-05-23 Thread Ru Vuott
A question: gb.jit has to show in components window of project ? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: [Gambas-user] New JIT Compiler, Trying.... BIS

2012-05-23 Thread Ru Vuott
the > interpreter. > Does the file /usr/lib/gambas3/gb.jit.so or > /usr/local/lib/gambas3/gb.jit.soexist? > > 2012/5/24 Ru Vuott > > > > > A question: > > > > gb.jit has to show in components window of project ? > > > > > > > ---

Re: [Gambas-user] New JIT Compiler, Trying.... BIS

2012-05-23 Thread Ru Vuott
bs/gb_jit_la-main.o mv -f .deps/gb_jit_la-main.Tpo .deps/gb_jit_la-main.Plo /bin/bash ../libtool --tag=CXX --mode=link g++ -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -std=gnu++0x -module-o gb.jit.la -rpath /usr/local

Re: [Gambas-user] New JIT Compiler, Trying.... TER

2012-05-23 Thread Ru Vuott
Well now bg.jit.so exists ! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include end

Re: [Gambas-user] New JIT Compiler, Trying.... TER

2012-05-23 Thread Ru Vuott
> Well now bg.jit.so exists ! > I tried your code, but it doesn't work, and CPU is at 100%. Maybe, I must re-updated gambas3 from ./reconf etc ? -- Live Security Virtual Conference Exclusive live event will cover all t

Re: [Gambas-user] New JIT Compiler, Trying.... QUATER

2012-05-23 Thread Ru Vuott
> > CPU must be at 100% (on one core) in both case. The JIT > compiled > function is just faster. > > Just try with the FAST keyword, and without, and compare the > execution time. > > -- > Benoît Minisini > > I have 4 core. I tried "with" and "without" the word: Fast, but one CPU stays on

Re: [Gambas-user] New JIT Compiler, Trying.... TER

2012-05-23 Thread Ru Vuott
> Try to run the benchmark > http://gambasdoc.org/help/doc/benchmark/polynom > and ...I don't understand that strange: End Dim I As Integer For I = 1 To 10 Print Test(0.2) Next --

Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Ru Vuott
> > > Try to run the benchmark > > http://gambasdoc.org/help/doc/benchmark/polynom > > and > I wrote it: Public Sub Button1_Click() Dim I As Integer For I = 1 To 10 Print Test(0.2) Next End Sub Test(X As Float) As Float Dim Mu As Flo

Re: [Gambas-user] New JIT Compiler, Trying.... SEXIES

2012-05-23 Thread Ru Vuott
If 1 is too big, try a lower value. > > Regards, > > -- > Benoît Minisini > Good suggestion, Benoît ! I changed value: from 1 to 10 So, I tried "with" and "without" the word "FAST". I can see the difference !! :-) I think it works ! Oh, yes

Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Ru Vuott
> Do you have the keyword "Fast" at the > beginning? > > How long did it take to run the code? A minute or a few > seconds? > A few seconds (5 or 6 I suppose.) -- Live Security Virtual Conference Exclusive live event w

Re: [Gambas-user] New JIT Compiler, Trying.... SEXIES

2012-05-23 Thread Ru Vuott
> Try to see the difference with the "Polygon" benchmark as > well. Yes, I tried now "without" Fast... Emil... oh my God ! Totally incomparable !! -- Live Security Virtual Conference Exclusive live event will cover all

Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Ru Vuott
> Try without 'Fast' and see how long time you can wait before > you get bored > and abort it ;) ... Emil... you are crazy ! ;-) You want to make me fool ! :-D -- Live Security Virtual Conference Exclusive live event

Re: [Gambas-user] New JIT Compiler, STOOOOP !

2012-05-23 Thread Ru Vuott
Ok, component works. Thanks Emil, thanks Benoit. I go to slep ! ;-) bye Vuot -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

[Gambas-user] Not clear project management with subversion

2012-05-26 Thread Ru Vuott
Hello Benoît, someone in the italian community of Gambas programmers (www.gambas-it.org) has posed the following problem: it's not clear project management with subversion, especially with version Gambas-3. As we know, every project creates a directory structure and file base, but already with

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Ru Vuott
ils.Tpo .deps/gb_xml_html_la-utils.Plo make[5]: *** No rule to make target `document.cpp', needed by `gb_xml_html_la-document.lo'. Stop. make[5]: Leaving directory `/home/vuott/trunk/gb.xml/src/html' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/vuott/trunk/

Re: [Gambas-user] Compile error in gb.xml - OK

2012-05-30 Thread Ru Vuott
ompile error in gb.xml > A: "mailing list for gambas users" > Data: Mercoledì 30 maggio 2012, 20:44 > Le mercredi 30 mai 2012 19:35:11 Ru > Vuott a écrit : > > > Did you call ./reconf and ./configure before ? > > > > > > If this doesn't work, try

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Ru Vuott
> > Maybe all that information should be centralized in the "how > to compile" > wiki page... > > -- > Benoît Minisini > > ...yes, Benoît, this's a good idea. Bye Vuot -- Live Security Virtual Conference Exclu

[Gambas-user] "shared library" (with inline assembler code) is slow...

2012-06-02 Thread Ru Vuott
Hello Benoit, simply for a test I've made this simple C "shared library" .so (with inline assembler code). I noted that if I use it from a Gambas program (with Extern) it's very slow. Why? static unsigned int car asm("raxregistro"); static unsigned int cbr asm("rbxregistro"); int hello(

Re: [Gambas-user] "shared library" (with inline assembler code) is slow...

2012-06-02 Thread Ru Vuott
> Is the function itself slow or is it > slow because of the call overhead of > libffi? > > /Emil > > 2012/6/3 Ru Vuott > > > Hello Benoit, > > > > simply for a test I've made this simple C "shared > library" .so (with > > inli

Re: [Gambas-user] "shared library" (with inline assembler code) is slow...

2012-06-02 Thread Ru Vuott
quot;shared library" (with inline assembler code) is > slow... > A: "mailing list for gambas users" > Data: Domenica 3 giugno 2012, 01:10 > What happens if you put 2 billions > instead? > > 2012/6/3 Ru Vuott > > > If I run that code via script in my Te

Re: [Gambas-user] "shared library" (with inline assembler code) is slow...

2012-06-02 Thread Ru Vuott
no 2012, 01:54 > ... And how big is the difference if > you put in 2 billion instead? :) > > 2012/6/3 Ru Vuott > > > Excuse me, Emil, I have written a mistake: > > well, if I send 1 billion with script in terminal, I > receive about: ms 570 > > > > with

[Gambas-user] rev. 4815 - "Extern" doesn't work ?

2012-06-09 Thread Ru Vuott
I feel that I can no longer invoke external functions contained in libraries. In fact all my programs, that contain calls to external functions by Extern, now they return to me - on the line where there is the external function call - the error: "Illegal function" ! :-O Can you control it ? Re

Re: [Gambas-user] rev. 4815 - "Extern" doesn't work ?

2012-06-09 Thread Ru Vuott
gno 2012, 16:04 > Le 09/06/2012 15:53, Benoît Minisini > a écrit : > > Le 09/06/2012 14:06, Ru Vuott a écrit : > >> I feel that I can no longer invoke external > functions contained in > >> libraries. > >> In fact all my programs, that contain calls to

[Gambas-user] R: Array with multiple types of vars

2012-06-12 Thread Ru Vuott
> > i want to create an array like > [Integer, Integer, String, Boolean, String] > > How can i do that? > > - You could use a Structure type array variable: Public Struct miaStruttura a As Integer b As Integer c As S

[Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-13 Thread Ru Vuott
Hello Benoit, an user of Gambas-it.org Community ask me to write to you about a possible error with XmlWriter tag in gb.xml. He says that he found a problem, linked to the library gb.xml, especially with XMLWriter (but there is probably something with XMLReader). Example, he has to write an xml

[Gambas-user] R: Access global variable from other .class

2012-06-14 Thread Ru Vuott
I do not know if I understand correctly. However, if you want to access the value of a variable from the parent class, or from another class, you must set this variable as "global" and "Public". In addition, you must set as "public" also controls the form and symbols of the "modules" in the opti

[Gambas-user] Sorting data with ".Sort" in a Gridview

2012-06-14 Thread Ru Vuott
Hello, ...I'm really not able to figure out how to use ".Sort" to sort the data in a column in a gridview. :-( I made a few attempts and some evidence, but nothing. Can you give me a simple little example of explanation?

[Gambas-user] R: Sorting data with ".Sort" in a Gridview

2012-06-14 Thread Ru Vuott
Ok: Columns.Sort doesn't... sort ! :-) --- Gio 14/6/12, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: [Gambas-user] Sorting data with ".Sort" in a Gridview > A: "mailing list for gambas users" > Data: Giovedì 14 giugno 2012, 11:34 > Hello, &

Re: [Gambas-user] R: Sorting data with ".Sort" in a Gridview

2012-06-14 Thread Ru Vuott
Yes, ok, Benoit, only after sent my message, I studied .Columns.Sort in Documentation. Excuse me. :-) Bye Vuott P.S.: no news, Benoît, about my previous message: "Error with XmlWriter tag in gb.xml" ? --- Ven 15/6/12, Benoît Minisini ha scritto: > Da: Benoît Minisini

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-14 Thread Ru Vuott
> > This should be solved in the revision #4826. > Oh, Adrien, thanks, I'll communicate it to that italian Gambas-forum user. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's sec

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
and I think it also works if you have a completely different logic, but closer to other library other languages​​. I'm thinking that perhaps the idea of the developer is to eliminate the two classes XmlReader / Writer, in favor of further classes more dynamic ... **** Bye Vuott --- V

[Gambas-user] R: IDE should work again now!

2012-06-15 Thread Ru Vuott
> The bug in toolbar management that > made the IDE crashing at startup with > the "Invalid object" error should have been fixed. > > In revision #4830. > > Please confirm! > > -- > Benoît Minisini

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
15 giugno 2012, 12:18 > 2012/6/15 Ru Vuott > > > Hello, Adrien, > > > > I communicated your report to our friend of italian > forum. He answered > > (obviously he cannot updated and try rev.4829): > > > > > > > > Fixe

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
Hello Adrien, > I have read the discussion on > gambas-it, I reply directly here, so that it > will avoid you a trip. > good idea, ...but I didn't find your reply there. :-( Did you write it in the discussion called: "Errore con i tag XmlWriter in gb.xml" ? However, I'll copy this your message

Re: [Gambas-user] Error with XmlWriter tag in gb.xml - BIS

2012-06-15 Thread Ru Vuott
Hello Adrien, in Gambas-it.org Forum I saw a new message of our friend (md9327). He writes: I downloaded the latest version of the source of Gambas3 (4833), but the anomalies persist. The following is the code I'm using, and that is a purified extract of the original one used in pgDesigner

Re: [Gambas-user] Error with XmlWriter tag in gb.xml - BIS

2012-06-15 Thread Ru Vuott
Ooops, adrien, I forgot translate this part: > > Sto cercando di localizzare il problema nei sorgenti di > gambas3 ma non riesco a trovare il bandolo della matassa, in > quanto parte è in linguaggio gambas, parte è in C, parte > è di libreria esterna... It is: I'm trying to locate the sour

Re: [Gambas-user] Error with XmlWriter tag in gb.xml - TER

2012-06-15 Thread Ru Vuott
..Ah, OK, Adrien. I wrote your message in the forum, so our friend'll can read it. ...I'm a ping-pong ball. :-) Bye Vuott -- Live Security Virtual Conference Exclusive live event will cover all the wa

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
> I haven't replied on gambas-it, just > here, on the mailing-list. > Can I speak English on this thread ? That could avoid a lot > of bad > translations Italian/English. > However,...I believe there aren't problems... I wrote all your messages in english, like you have written them. I could see

[Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Hello, I have a Gridview with an "horizontal" Header. I saw there would be an event that it rises when I click on a cell of the Header: GridView1_ColumnClick() ...the documentatio says: Event ColumnClick ( Column As Integer ) Sorry, I didn't understand, can you write a little example ? Th

[Gambas-user] R: Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Opsss, I solved now. Excuse me. Public Sub GridView1_ColumnClick(number As Integer) Print number End --- Lun 25/6/12, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: [Gambas-user] Gridview_ColumnClick(). How... > A: "mailing list for gambas users" > Data:

Re: [Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Yes, I understood later. Thank you anywayfor your courtesy. Bye Vuott --- Lun 25/6/12, tobi ha scritto: > Da: tobi > Oggetto: Re: [Gambas-user] Gridview_ColumnClick(). How... > A: "mailing list for gambas users" > Data: Lunedì 25 giugno 2012, 18:30 > On M

[Gambas-user] Sound: represents a sound wave loaded in memory......

2012-06-29 Thread Ru Vuott
Hello, documentation tells: 1) gb.sdl.sound manages up to 32 sound tracks, that can play sounds from memory, and one music track that can play a music from a file. 2) "Sound" (gb.sdl.sound) represents a sound wave *loaded in memory*. Well, questions about it: 1) How managing up to 32 sound t

Re: [Gambas-user] Sound: represents a sound wave loaded in memory......

2012-06-30 Thread Ru Vuott
Yes, excuse me. --- Sab 30/6/12, Benoît Minisini ha scritto: > Da: Benoît Minisini > Oggetto: Re: [Gambas-user] Sound: represents a sound wave loaded in > memory.. > A: "mailing list for gambas users" > Data: Sabato 30 giugno 2012, 13:02 > Le 30/06/20

[Gambas-user] revision 4879 from svn - error !

2012-07-01 Thread Ru Vuott
`/home/vuott/trunk/gb.jit/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/vuott/trunk/gb.jit' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/vuott/trunk/gb.jit' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/vuott/trunk&

Re: [Gambas-user] revision 4879 from svn - error !

2012-07-01 Thread Ru Vuott
evision #4880? > > /Emil > > 2012/7/2 Ru Vuott > > > Hello, > > > > I tried update my Gambas3 with revision 4879 from svn, > but I obtained an > > error (usual...): > > > > *** > > jit_gambas_pass.cpp:28:28: fatal error: >

[Gambas-user] Dereferencing a pointer without Memory-Stream...

2012-07-19 Thread Ru Vuott
Hello Benoît, ...when I have an external function, which passes me a pointer to a structure, if I want to dereference the pointer in order to obtain the values ​​of various fields, which are incorporated into the structure, currently it is necessary to use the "Memory-Stream" together with "Rea

[Gambas-user] Packets for gb.media with Mint 13 - Maya

2012-07-26 Thread Ru Vuott
Hello, when I had Linux Mint 12, having to install *gb.media*, here someone suggested me to download these packets: libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev Now, I upload my distro: Mint 13 - Maya - Ubuntu "Precise". I'ld like to know if I have to use those same packets, or newe

[Gambas-user] Does Application.Daemon work ?

2012-07-27 Thread Ru Vuott
Hello, I would not be wrong, but it seems to me that the function "Application.Daemon" does not work. Do you want control it ? Thanks. Regards Vuott -- Live Security Virtual Conference Exclusive live event

[Gambas-user] R: Array of structs ?

2012-07-27 Thread Ru Vuott
Array-Variables of Struct type here (in Italian): http://www.gambas-it.org/wiki/index.php/Strutture:_dichiarazione_ed_uso#Variabili_array_di_tipo_.22Struttura.22 --- Ven 27/7/12, wally ha scritto: > Da: wally > Oggetto: [Gambas-user] Array of structs ? > A: Gambas-user@lists.sourceforge.

Re: [Gambas-user] Packets for gb.media with Mint 13 - Maya

2012-07-28 Thread Ru Vuott
> > > > The same ones. Apparently the name didn't change in Ubuntu > Precise. > > Regards, > > -- > Benoît Minisini > > Well, thanks, Benoît Vuott -- Live Security Vir

[Gambas-user] DesktopWindow.FullScreen.....

2012-08-02 Thread Ru Vuott
Hello, did someone use: DesktopWindow.FullScreen ? How do I have to use it exactly ? Best regards Vuo -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

[Gambas-user] R: DesktopWindow.FullScreen.....

2012-08-02 Thread Ru Vuott
...No problem, I have solved. --- Gio 2/8/12, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: [Gambas-user] DesktopWindow.FullScreen. > A: Gambas-user@lists.sourceforge.net > Data: Giovedì 2 agosto 2012, 17:11 > Hello, > > did someone use: DesktopWindow.FullScreen

[Gambas-user] R: Time Format in 00:00:00 (Two digits)

2012-08-05 Thread Ru Vuott
Hello, try: Public Sub ...() Dim TimeS As String TimeS = Format(Hour(Now), "0#") & ":" & Format(Minute(Now), "0#") & ":" & Format(Second(Now), "0#") Print TimeS End --- Dom 5/8/12, abbat ha scritto: > Da: abbat > Oggetto: [Gambas-user] Time Format in 00:00:00 (Two digits) > A: g

[Gambas-user] Error "Making" Rev. #5034

2012-08-12 Thread Ru Vuott
ake[5]: uscita dalla directory "/home/vuott/trunk/gb.xml/src" make[4]: *** [all-recursive] Errore 1 make[4]: uscita dalla directory "/home/vuott/trunk/gb.xml/src" make[3]: *** [all-recursive] Errore 1 make[3]: uscita dalla directory "/home/vuott/trunk/gb.xml" make[2

[Gambas-user] R: Balloons on menus

2012-08-12 Thread Ru Vuott
n we'll be the ballon: Public Sub Label1_Enter() If IsNull(Me.Controls["Menu2"]) Then Balloon.Warning("No sub-Menu!", Label1) Endif End Bye Vuott --- Dom 12/8/12, Bruce ha scritto: > Da: Bruce > Oggetto: [Gambas-user] Balloons on menus > A: gamba

[Gambas-user] R: Error "Making" Rev. #5034

2012-08-12 Thread Ru Vuott
Well, with rev. #5036 I had no longer that problem. --- Dom 12/8/12, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: [Gambas-user] Error "Making" Rev. #5034 > A: gambas-user@lists.sourceforge.net > Data: Domenica 12 agosto 2012, 17:14 > Hello, > > updating

[Gambas-user] R: Menu children shown even if parent is disabled

2012-08-13 Thread Ru Vuott
Soteeemaa ! --- Lun 13/8/12, Emanuele Sottocorno ha scritto: > Da: Emanuele Sottocorno > Oggetto: [Gambas-user] Menu children shown even if parent is disabled > A: gambas-user@lists.sourceforge.net > Data: Lunedì 13 agosto 2012, 16:53 > When a Menu is disabled the event > Click isn't

[Gambas-user] New feature in the IDE code editor

2012-08-15 Thread Ru Vuott
y opinion, it would be better if the feature was disabled by default, and not the contrary. Regards Vuott -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [Gambas-user] New feature in the IDE code editor

2012-08-15 Thread Ru Vuott
> > Mmm... ok. > > -- > Benoît Minisini > > This is very sensible of you, Benoît ! Bye Vuot -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscap

[Gambas-user] Error in Gambas IDE after rev. 5044 :-(

2012-08-15 Thread Ru Vuott
Hello, I'ld like to communicate that after updating my Gambas-3 with rev. 5044, when I launch **any** project from Gambas IDE, I receive this error message: [11] Unknown symbol 'Current' in class '.Editor.Line'.FEditor.Editors_Cursor.4

Re: [Gambas-user] Extern declaration question

2012-08-20 Thread Ru Vuott
> > Public Extern serialPrintf(fd As Integer, message As String, > ...) > the above declaration witjout the "In ..." seems to work. > > wally > If you have already upper declared : Library "name_of_library" you don't need to add Extern serialPrintf(...) In "name_of_library" -

Re: [Gambas-user] Extern declaration question

2012-08-20 Thread Ru Vuott
itto: > Da: wally > Oggetto: Re: [Gambas-user] Extern declaration question > A: "mailing list for gambas users" > Data: Lunedì 20 agosto 2012, 12:55 > On Monday 20 August 2012 11:45:04 Ru > Vuott wrote: > > > Public Extern serialPrintf(fd As Integer, messag

[Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal

2012-08-23 Thread Ru Vuott
Hello, I installed Ubuntu 12.10 Quantal. So, I'ld like to install Gambas-3 (and future updates) from SVN. But I didn't find packets for this Ubuntu version. In official site there are only packets for Ubuntu precise: 12.04. How can I do... ? regards vuott

Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal

2012-08-23 Thread Ru Vuott
Thank you, Sebastian. I added your PPA but, excuse me for my ignorance, now what have I do to install Gambas-3 ? Vuott --- Ven 24/8/12, Sebastian Kulesz ha scritto: > Da: Sebastian Kulesz > Oggetto: Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal > A: "maili

Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal

2012-08-23 Thread Ru Vuott
> Oggetto: Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal > A: "mailing list for gambas users" > Data: Venerdì 24 agosto 2012, 00:47 > On Thu, Aug 23, 2012 at 7:45 PM, Ru > Vuott > wrote: > > Thank you, Sebastian. > > > > I added your PPA b

Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal

2012-08-24 Thread Ru Vuott
> > No, the command you issued earlier is to install gambas3, to > update > it, yo need to execute: > > sudo apt-get update  (to update the package list) > sudo apt-get upgrade (to upgrade every package on your > system) > > To use the latest version, you need to do this on a daily > basis, as >

Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal

2012-08-24 Thread Ru Vuott
> > > It's very easy to compile gambas3 on quantal : > sudo apt-get add-repository ppa:sebikul/gambas-daily > sudo apt-get update > sudo apt-get build-dep gambas3 > you get the svn on gambas.sourceforge.net > (maybe you will have to install subversion before : sudo > apt-get install > subversion)

[Gambas-user] Unable to compile gb.net.pop3

2012-08-27 Thread Ru Vuott
Hello, I updated my Gambas-3 with rev. #5091. Well, the installation seems Ok (as usual), but at the end of "Make Install" I obtain this notice: || || Unable to compile gb.net.pop3 || Why ? Regards vuott -

Re: [Gambas-user] Unable to compile gb.net.pop3

2012-08-28 Thread Ru Vuott
> > It should be fixed in rev #5092. It was a leftover from a > code merge. Yes, now it's OK. Thanks Vuott -- Live Security Virtual Conference Exclusive live event will cover all the ways today's s

<    1   2   3   4   5   6   7   >