[Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2016-10-30 Thread Vuott
Hello, is it possible a very simple example of MapView1.Map.AddShape(".").AddPolyLine(...) Method ? Regards vuott -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI too

[Gambas-user] How to use GridView1[0, 0].Border....

2016-11-25 Thread Vuott
Hello, How to use the resources of GridView1[0, 0].Border... ? For example: GridView1[0, 0].Border.Color = Color.Red gives an error: Null object ??? Regards vuott

[Gambas-user] Different quantities of seconds from UNIX date...

2018-04-06 Thread vuott
results are identical, I have to add 4 hours ! Public Sub Main() Print CFloat(DateDiff(CDate("01/01/1970 04:00:00"), Now, gb.Second)) ' Here I have to add 4 hours ! Print CFloat(Date.ToUnixTime(Now)) End regards vuott MY SYSTEM AND GAMBAS: [System] Gambas=3.10.90 23e7d

[Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-04 Thread Ru Vuott
A dream for future RC4 or Component. I have a dream. Yes, people, I have a bright dream. I dream a new RC of Gambas3, or a new Component, ...that adds the possibility to insert file descriptors polls in the main message loop. I have a dream. I have an hope... Regards Paolo ---

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-04 Thread Ru Vuott
> And where will these file descriptors come from? ...from ALSA. If I have a Gambas3-program, able to *receive* data Midi from ALSA (external Midi-Keyboard-->ALSA-sistem--->My-Gambas-Program), I could use "snd_seq_poll_descriptors_count()" and "snd_seq_poll_descriptors()" ALSA functions to get

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-05 Thread Ru Vuott
> > And where will these file descriptors come from? > Hello Benoît, did you receive my answer ? Bye Paolo -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an e

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-05 Thread Ru Vuott
> Yes we have > Well, Fabien ! So, do you think you'll can make something about it? Thanks Paolo -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even bet

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-13 Thread Ru Vuott
Hello Benoît, I tried your suggestion (see below), by using a external midi-keyboard, connected to PC, I tried about 50 (from num. 0) of fd and more, but it seems it doesn't work. :-( Thanks Bye Paolo > > Did you try to use "OPEN ... FOR READ / WRITE" on > "/proc/self/fd/xxx" where > xxx is

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-15 Thread Ru Vuott
Hello Benoît, well, I need to put "arbitrary" file descriptors in the Message Loop, ...like GTK and QT toolkit that already allow to do it. These file descriptors (get from ALSA functions) can be used to wait for events from ALSA. bye Paolo --- Mar 13/9/11, Benoît Minisini ha scritto:

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-16 Thread Ru Vuott
Hello Benoît, well, I cannot send you a source code, because, what I need and... wish, it doesen't exist in Gambas. I 'ld like to specify that ALSA provides only the "file descriptors". Stop ! The reopening of the same file should be checked and confirmed (you know it), because the opening coul

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-17 Thread Ru Vuott
> Hello Benoît, > > well, I cannot send you a source code, because, what I need > and... wish, it doesen't exist in Gambas. > > I 'ld like to specify that ALSA provides only the "file > descriptors". > Stop ! > The reopening of the same file should be checked and > confirmed (you know it), becau

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-18 Thread Ru Vuott
; Dont you have some c code to look at > from a similar alsa using prog? Or one > of its utils? > Op 18 sep. 2011 13:25 schreef "Ian Haywood" > het > volgende: > > On Sun, Sep 18, 2011 at 8:56 PM, Ru Vuott > wrote: > >> Hello, > >> > >> t

[Gambas-user] Release of Gambas 3 RC3. But I have a dream.... BIS

2011-09-18 Thread Ru Vuott
mbre 2011, 15:41 > Dont you have some c code to look at > from a similar alsa using prog? Or one > of its utils? > Op 18 sep. 2011 13:25 schreef "Ian Haywood" > het > volgende: > > On Sun, Sep 18, 2011 at 8:56 PM, Ru Vuott > wrote: > >> Hello, > >

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream.... BIS

2011-09-18 Thread Ru Vuott
Hello, about your new suggestion: 1) like I said, now I can open the fd in: /proc/self/fd/ e.g.: hFile = Open "/proc/self/fd/20" For read watch some fd (like 3,4,5,6, 16 and 20) gives data, others not. So, I don't understand what's the use of the trick. 2) how have I to use it ? maybe: hFil

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-19 Thread Ru Vuott
Hello Benoît, thank you very much for your interest. I appreciated. Now, I am trying update my Gambas with: svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ but I have some problem, ...maybe because I run Linux-Mint from a pen-drive as Live CD. I'll inform you abou

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-24 Thread Ru Vuott
Hello Benoît, well, I tried your "trick" on using file descriptors. It seems it's OK ! But I verify a problem: when the midi-program runs, and midi events aren't sent, the use of one CPU springs up to 100% !!! If I press on a button or other object on the Form, the use of that CPU decrease

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream.... BIS

2011-09-24 Thread Ru Vuott
Hello Benoît, excuse me, I come back I send to you the source, so you can test the CPU problem. bye Paolo --- Sab 24/9/11, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream > A: "mailing list for gambas

[Gambas-user] Gambas + Midi + ALSA + file descriptors

2011-09-26 Thread Ru Vuott
Hello Benoît, I would just like to add that trying your trick ( hFile = Open "." & CStr(iAlsaFileDescriptor) For xxx Watch) besides the problem about CPU over-working (at 100%), wich I have already told, there is also a strange thing: as you see in the source (wich I sent you in my previous e-m

Re: [Gambas-user] Gambas + Midi + ALSA + file descriptors

2011-09-26 Thread Ru Vuott
Hello Benoît, I tried to put POLLOUT, but it doesn't change: - a CPU always at 100%; - line OPEN "." & CStr(numfd) wants For WRITE, and the called sub-routine wants File_Read(). - I can put File_Write() also, but so I have to put the "no-blocking" Alsa function: snd_seq_nonblock(handle, 1)

Re: [Gambas-user] Gambas + Midi + ALSA + file descriptors

2011-09-27 Thread Ru Vuott
Hello Benoît, I'ld like to recapitulate... AIM: *Receiving* Midi data FROM ALSA (rectius: FROM ALSA functions). STRATEGY: Putting the FD - *passed by ALSA* - under "observation" for Read by using a mechanism like: hfile = OPEN...ForWATCH. Normally the gambas-program sleeps, but when da

Re: [Gambas-user] Gambas + Midi + ALSA + file descriptors

2011-09-27 Thread Ru Vuott
> > So we agree that you must watch the descriptor for reading > (For Read Watch), Yes, Benoit: hfile = OPEN "." & Cstr(numfd) For ** READ WATCH ** - and Sub-routine raised: Public Sub File_READ() etc... ect... Thanks, Benoit. Paolo ---

[Gambas-user] Gambas + Midi + ALSA + file descriptors TER

2011-09-27 Thread Ru Vuott
Excuse, Benoit, I'ld like to remember: I must not read data from fd (because I'll read Midi data from special ALSA function). I need fd to *have* and to **raise** a gambas _Read event (...awake the program, so that I can read Midi data from special ALSA function). ...Ok Excuse, Bye Paolo

[Gambas-user] R: Using ALSA library from Gambas

2011-09-28 Thread Ru Vuott
A: gambas-user@lists.sourceforge.net > Data: Mercoledì 28 settembre 2011, 03:02 > This mail is for Ru Vuott (Paulo): > > Hi Paulo, > > I finally succeeded in running your example. > > There was a bug in the interpreter that prevented the alsa > descritor from > being watched for r

[Gambas-user] R: Using ALSA library from Gambas

2011-09-30 Thread Ru Vuott
mbas > A: gambas-user@lists.sourceforge.net > Data: Mercoledì 28 settembre 2011, 03:02 > This mail is for Ru Vuott (Paulo): > > Hi Paulo, > > I finally succeeded in running your example. > > There was a bug in the interpreter that prevented the alsa > descritor from >

[Gambas-user] Conflict discovered in 'trunk/main/lib/db/gb.db/.startup'.

2011-12-28 Thread Ru Vuott
Hello, from Gambas-3 (svn checkout) updating I had a message: << ... ... Utrunk/main/gbx/gbx_c_array.h Conflict discovered in 'trunk/main/lib/db/gb.db/.startup'. Select: (p) postpone, (df) diff-full, (e) edit, (mc) mine-conflict, (tc) theirs-conflict, (s) show all

[Gambas-user] Unable to save a GIF picture

2012-01-02 Thread Ru Vuott
Hello, ...I try: $Screenshot = Desktop.Screenshot() $Screenshot.Save("meaImago.gif") but with .gif there's a problemem: I have this error: "Unable to save picture" Regards Paolo -- Ridiculously easy VDI. With Cit

Re: [Gambas-user] Unable to save a GIF picture

2012-01-02 Thread Ru Vuott
o: Re: [Gambas-user] Unable to save a GIF picture > A: "mailing list for gambas users" > Data: Lunedì 2 gennaio 2012, 23:41 > 2012/1/2 Ru Vuott : > > Hello, > > > > ...I try: > > > > $Screenshot = Desktop.Screenshot() > > $Screenshot.Save("

[Gambas-user] Mirror-like rotation of a text character or an image...

2012-01-09 Thread Ru Vuott
Hello, I'ld like to get a specular/mirror-like rotation of a character (only as example: from "d" to "b") or an *image*... suggestion ? Thanks Paolo -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a c

[Gambas-user] QPaintDevice: Cannot destroy paint device that is being painted

2012-01-13 Thread Ru Vuott
Hello Benoît, using Paint (in Gambas-3), like: Dim h As Image h = h.Load("imago_mea.gif") paint.Begin(h) etc...etc... when I run program, console restores this message: << QPaintDevice: Cannot destroy paint device that is being painted >> what's that ? Regards Paolo --

Re: [Gambas-user] Balloon Colors Issue

2014-12-18 Thread Ru Vuott
:-D Gio 18/12/14, Jorge Carrión ha scritto: Oggetto: Re: [Gambas-user] Balloon Colors Issue A: "mailing list for gambas users" Data: Giovedì 18 dicembre 2014, 10:42 The solution is very simple, like Ru Vuott has pointed, Bal

[Gambas-user] ERROR with rev 6769

2014-12-26 Thread Ru Vuott
Hello, I obtained error with rev 6769: make[4]: ingresso nella directory "/home/vuott/trunk/gb.sdl2/src" CC gb_sdl2_la-c_window.lo In file included from c_window.h:27:0, from c_window.c:26: main.h:32:17: fatal error: SDL.h: No such file or directory #incl

[Gambas-user] Again about error with SDL 2

2014-12-27 Thread Ru Vuott
Hello, I reported some errors with SDL2. I was thinking: should I install SDL2-dev library, or is not necessary? Regards vuott -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by

[Gambas-user] SVN rev. 6772: SDL 2 ERROR NOT solved !

2014-12-27 Thread Ru Vuott
Hello, I tried with new rev 6772, but I obtained again an ERROR: make[4]: ingresso nella directory "/home/vuott/trunk/gb.sdl2/src" CC gb_sdl2_la-c_image.lo In file included from c_image.h:27:0, from c_image.c:26: main.h:33:17: fatal error: SDL.h: No su

[Gambas-user] Still problem: ERROR with rev 6771

2014-12-28 Thread Ru Vuott
Hello, I obtained again an error, now with new revision: 6771. make[4]: ingresso nella directory "/home/vuott/trunk/gb.sdl2/src" make[4]: *** Nessuna regola per generare l'obiettivo "c_image.c", necessario per "gb_sdl2_la-c_image.lo". Arresto. make[4]:

[Gambas-user] SDL2 : another ERROR with rev. 6773

2014-12-28 Thread Ru Vuott
Hello, I obtain ERROR with new revision: 6773 make[4]: ingresso nella directory "/home/vuott/trunk/gb.sdl2/src" CC gb_sdl2_la-c_image.lo In file included from c_image.h:27:0, from c_image.c:26: main.h:34:17: fatal error: SDL.h: No such file or directory

Re: [Gambas-user] SVN rev. 6772: SDL 2 ERROR NOT solved !

2014-12-29 Thread Ru Vuott
cembre 2014, 11:01 you need libsdl2-image-dev, and libsdl2-ttf-dev (for the future) 2014-12-27 20:30 GMT+01:00 Ru Vuott : > Hello, > > I tried with new rev 6772, but I obtained again an ERROR: > > > make[4]: ingresso nella directory "/home/vuott/trunk/gb.sdl2/src

Re: [Gambas-user] SVN rev. 6772: SDL 2 ERROR NOT solved !

2014-12-29 Thread Ru Vuott
Yes, I did it as usual ! However I tried by installing libsdl2-image-dev and libsdl2-ttf-dev libraries (as Fabien suggested). Regards vuott Dom 28/12/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] SVN rev. 6772: SDL 2 ERROR NOT

Re: [Gambas-user] Still problem: ERROR with rev 6771

2014-12-29 Thread Ru Vuott
Well, I also solved. Thanks vuott Lun 29/12/14, Jussi Lahtinen ha scritto: Oggetto: Re: [Gambas-user] Still problem: ERROR with rev 6771 A: "mailing list for gambas users" Data: Lunedì 29 dicembre 2014, 13:35 This resolved th

[Gambas-user] Playing MIDI file by using gb.SDL2.audio

2014-12-30 Thread Ru Vuott
* Next set ... SoundFonts paths to use by MIDI supported backends * / extern int declspec SDLCALL Mix_SetSoundFonts (const char * paths); In substance, the argument of the function provides the path where soundbank file " .sf2 " is stored. Regards vuott P.S: I have already

Re: [Gambas-user] Playing MIDI file by using gb.SDL2.audio

2014-12-30 Thread Ru Vuott
t line 609 in that header file. Regards vuot Mar 30/12/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Playing MIDI file by using gb.SDL2.audio A: "mailing list for gambas users" Data: Martedì 30 dicembre 2014, 23:12

Re: [Gambas-user] Playing MIDI file by using gb.SDL2.audio

2014-12-30 Thread Ru Vuott
Hi Benoît, I send attached a file C, it's able to play Midi file. It has the function: Mix_SetSoundFonts(...) (Usage simply: ~ $ SDL2_Play_Midi Regards vuott Mar 30/12/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Playing

Re: [Gambas-user] Playing MIDI file by using gb.SDL2.audio - BIS

2014-12-31 Thread Ru Vuott
Yes, it works. Regards vuott Mer 31/12/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Playing MIDI file by using gb.SDL2.audio - BIS A: "mailing list for gambas users" Data: Mercoledì 31 dicembre 2014, 02:20 Le 31/12/

[Gambas-user] What values for Music.Volume of gb.sdl2.sound ?

2014-12-31 Thread Ru Vuott
rk with these values range. So, I tried by using decimals, I can hear the sound, but sound volume doesn't change. .How I have to use "Music.Volume" of gb.sdl2.sound ? Regards vuott -- Dive into the W

Re: [Gambas-user] What values for Music.Volume of gb.sdl2.sound ?

2014-12-31 Thread Ru Vuott
opsss... excuse me, Charlie, -> gb.sdl2.audio Regards vuott Mer 31/12/14, Charlie ha scritto: Oggetto: Re: [Gambas-user] What values for Music.Volume of gb.sdl2.sound ? A: gambas-user@lists.sourceforge.net Data: Mercoledì 31 dicembre 2014,

Re: [Gambas-user] What values for Music.Volume of gb.sdl2.sound ?

2014-12-31 Thread Ru Vuott
a: Mercoledì 31 dicembre 2014, 14:39 Le 31/12/2014 13:31, Ru Vuott a écrit : > Hello, > > I'm continuing to test the resources of the component "gb.sdl2.sound", and I do not understand how setting the values of Music.Volume property. > > /SDL2/SDL_mixer.h  doc

[Gambas-user] SDL2 : "Channel" Class has not property nor metods...

2015-01-01 Thread Ru Vuott
Hello Benoît, SDL2 "Channel" Class doesn't seems at present to have active property nor metods. Doesn't it ? Regards vuott -- Dive into the World of Parallel Programming! The Go Parallel Website

[Gambas-user] R: SDL2 : "Channel" Class has not property nor metods...

2015-01-01 Thread Ru Vuott
...in short, SDL2 "Channel" Class seems to be useless at present. Regards vuott Gio 1/1/15, Ru Vuott ha scritto: Oggetto: [Gambas-user] SDL2 : "Channel" Class has not property nor metods... A: gambas-user@lists.sourceforge.

Re: [Gambas-user] R: SDL2 : "Channel" Class has not property nor metods...

2015-01-02 Thread Ru Vuott
it seems its properties and methods aren't active. but, perhaps, in new "gb.sdl2.audio" component we do not need "Channel" Class, because we can use efficiently the " Channels " Class. Regards vuott Ven 2/1/15, B

[Gambas-user] R: Happy new year

2015-01-02 Thread Ru Vuott
Thanks Ven 2/1/15, Fabien Bodard ha scritto: Oggetto: [Gambas-user] Happy new year A: gambas-user@lists.sourceforge.net Data: Venerdì 2 gennaio 2015, 10:15 ... To all Gambasians 😃 I wish you a lot of fun Code for this new year  ! ---

Re: [Gambas-user] R: SDL2 : "Channel" Class has not property nor metods...

2015-01-02 Thread Ru Vuott
Uhmmm another question/problem: With old "gb.sdl.sound" we can use also graphic components. Now, the new "gb.sdl2.audio" is not compatible with gb.gui, gb.gtk, gb.gtk3 and gb.qt4 ! Regards vuott Ven 2/1/15, Benoît

Re: [Gambas-user] R: SDL2 : "Channel" Class has not property nor metods...

2015-01-02 Thread Ru Vuott
ck() event ? Regards vuott Ven 2/1/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: SDL2 : "Channel" Class has not property nor metods... A: "mailing list for gambas users" Data: Venerdì 2 gennaio 2015, 10:49 Le

Re: [Gambas-user] R: SDL2 : "Channel" Class has not property nor metods...

2015-01-02 Thread Ru Vuott
When I wrote this my message, I didn't update the last version, where gb.sdl2.audio do not needs gb.sdl2 anymore. vuott Ven 2/1/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: SDL2 : "Channel" Class has not prope

[Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
"/path/of/soundbank/file.sf2" .Load("/path/of/my/file.mid") .Play End With End I don't understand why. Regards vuott -- Dive into the World of Parallel Programming! The Go Paral

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
What a strange... I generated a new little project to send you, and now it works. Bah... perhaps I had some conflict... I don't know. Well, ok, I suppose no problems anymore on "Music.SoundFontPath". Otherwise, I'll keep you informed. T

[Gambas-user] R: Gridview cell coordinates

2015-01-02 Thread Ru Vuott
Hi, maybe, something like this example ? Public Sub Form_Open() GridView1.Columns.Count = 2 GridView1.Rows.Count = 2 End Public Sub GridView1_Menu()' If right click... Balloon.Info("Cell " & GridView1.Row & "," & GridView1.Column, GridView1, (GridView1.Columns[GridView1.Column].X

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
o activate and deactivate Volume setting in " Public Sub Slider1_Change() " routine. ) Regards. vuott ---- Ven 2/1/15, Ru Vuott ha scritto: Oggetto: Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with gra

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
project. Regards vuott Ven 2/1/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components A: "mailing list for gambas users" Data: Venerdì 2 gennaio 2015,

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
The alternative is to write "Music.SoundFontPath" in Form_Open() routine: Public Sub Form_Open() Music.SoundFontPath = "/path/of/sounbank/file.sf2" . . End In this way it works without boolean variable and withou

[Gambas-user] Rev. #6829 --> Unable to compile gbh3

2015-01-11 Thread Ru Vuott
Hello, with rev. 6829 I obtain this notice: Unable to compile gbh3 Well, I suppose I need to install preliminarily a library... what ? Regards vuott -- New Year. New Location. New Benefits. New Data Center in

[Gambas-user] R: Есть ли желающие из русскоязычного сообщества для поддержки сайта gambas.pro (Do R\russian-speaking volunteers from communities in the support site gambas.pro)

2015-01-17 Thread Ru Vuott
Hi, I reported russian "gambas.pro" site and its forum in italian Gambas forum: http://www.gambas-it.org/smf/index.php?topic=3883.0 bye vuott Sab 17/1/15, Беспалов Алексей ha scritto: Oggetto: [Gambas-user] Есть ли желающие из русс

[Gambas-user] R: IsPunct

2015-01-31 Thread Ru Vuott
Hello Fabien, I use function from C : int isprint(int c) Its declaracion in Gambas obviously is: Private Extern isprint(num As Integer) As Integer In "libc:6" :-D Example: ' int isprint(int c) Private Extern isprint(num As Integer) As Integer In "libc:6" Public Sub Main() Print

[Gambas-user] R: IsPunct

2015-01-31 Thread Ru Vuott
Adde exemplum: ' int isprint(int c) Private Extern isprint(num As Integer) As Integer In "libc:6" Public Sub Main() Dim s As String = "Gam\nbas" Dim bb As Byte[] bb = Byte[].FromString(s) For Each s In bb Print CBool(isprint(s)) Next End ---

[Gambas-user] Creating a trasparent DrawingArea...

2015-02-13 Thread Ru Vuott
Hello, I'ld like to superimpose two DrawingArea: the **upper** DrawingArea has to have a transparent background, so I can see the drawings of both DrawingAreas. How can I do it ? Regards Vuott -- Dive into the

[Gambas-user] R: Tutorial on native component development

2015-03-06 Thread Ru Vuott
"Ru" is me: Vuott. :-D bye vuott Ven 6/3/15, Tobias Boege ha scritto: Oggetto: [Gambas-user] Tutorial on native component development A: gambas-user@lists.sourceforge.net Data: Venerdì 6 marzo 2015, 02:13 Hi list, Ru thought it

[Gambas-user] R: Tutorial on native component development

2015-03-08 Thread Ru Vuott
Thank you, Tobi. it's a good work. Bye vuott Ven 6/3/15, Tobias Boege ha scritto: Oggetto: [Gambas-user] Tutorial on native component development A: gambas-user@lists.sourceforge.net Data: Venerdì 6 marzo 2015, 02:13 Hi list, Ru th

[Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-17 Thread Ru Vuott
ith current problem). - The second works. but it is the first project I "edited" to make it works. I had to write a FOR loop in the procedure "Public Sub btGrid_Click ()", when the program part for the first time, are now forced to send two times the dum

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
No, Benoît, revision #6993 didn't solve the problem. The two programs don't work. :-( bye vuott Gio 19/3/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Revision #4160 feature doesn't work anymore. A: "mailing l

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
ve to restore the feature (like that in rev. 4160) that allows old/original Drum-Machine to work. :-) Regards vuott Gio 19/3/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Revision #4160 feature doesn't work anymore. A: "m

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
nal: ~ $ aconnect 14:0 128:0 where, 128:0 would be the ID and the port of QSynth. ** But ** the problem is not this ! Because my "modified" Drm-Machine works however (with or without sounds). We have to solve the problem that blocks all the procedures of sending-midi-data cycl

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
No, Benoît, it doesn't work. bye vuott Ven 20/3/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Revision #4160 feature doesn't work anymore. A: "mailing list for gambas users" Data: Venerdì 20 marzo 2015, 00:24

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
restoring rev. 4160 "feature", that allows no-modified project to work. Bye vuott Ven 20/3/15, Jussi Lahtinen ha scritto: Oggetto: Re: [Gambas-user] Revision #4160 feature doesn't work anymore. A: "mailing list for gambas users"

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-20 Thread Ru Vuott
Yees ! Now it works ! Perfect ! Thank you, Benoît. Bye vuott Ven 20/3/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Revision #4160 feature doesn't work anymore. A: "mailing list for gambas users" Data: V

[Gambas-user] R: Ubuntu message

2015-03-22 Thread Ru Vuott
> would not be wonderful if Gambas also inform us so? What would be the difference and the real utility compared to that ordinary from Gambas? Dom 22/3/15, Gian ha scritto: Oggetto: [Gambas-user] Ubuntu message A: Gambas-user@lists.sourceforge

[Gambas-user] Error: Commands out of sync...

2015-03-27 Thread Ru Vuott
something about ? Regards vuott -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software developme

[Gambas-user] ERROR with revision 7017

2015-03-30 Thread Ru Vuott
Hello, ... I obtain this error with revision 7017: Making all in gb.db.sqlite3 make[2]: Entering directory `/home/vuott/trunk/gb.db.sqlite3' make all-recursive make[3]: Entering directory `/home/vuott/trunk/gb.db.sqlite3' Making all in src make[4]: Entering directory `/home/v

Re: [Gambas-user] [Gambas-devel] Gambas trunk Rev. 7017 error

2015-03-30 Thread Ru Vuott
...me too. I solved by removing gb.db.sqlite3/src/.deps' folder. Thanks vuott Lun 30/3/15, Charlie Reinl ha scritto: Oggetto: Re: [Gambas-user] [Gambas-devel] Gambas trunk Rev. 7017 error A: gambas-user@lists.sourceforge.net Data: Lune

[Gambas-user] R: ERROR with revision 7017

2015-03-30 Thread Ru Vuott
I solved by removing " gb.db.sqlite3/src/.deps " folder. regards vuott Lun 30/3/15, Ru Vuott ha scritto: Oggetto: [Gambas-user] ERROR with revision 7017 A: gambas-user@lists.sourceforge.net Data: Lunedì 30 marzo 2015, 11:10 Hello

Re: [Gambas-user] TextArea show first line of text

2015-05-01 Thread Ru Vuott
TextArea.Pos = 0 or, if you prefer TextArea1.Line = 0 TextArea1.Column = 0 Ven 1/5/15, Johny Provoost ha scritto: Oggetto: Re: [Gambas-user] TextArea show first line of text A: gambas-user@lists.sourceforge.net Data: Venerdì 1 maggio 2015,

[Gambas-user] R: Control.Move like animation

2015-05-01 Thread Ru Vuott
It works. Pay attention, Wait 10 -> 10 seconds !!! Regards vuott Ven 1/5/15, abbat81 ha scritto: Oggetto: [Gambas-user] Control.Move like animation A: gambas-user@lists.sourceforge.net Data: Venerdì 1 maggio 2015, 13:11 How to mov

[Gambas-user] R: How to know is my Form activated or not?

2015-05-02 Thread Ru Vuott
If you know visible-name of Form, you could use (gb.Desktop): Public Sub Button1_Click() Dim dw As DesktopWindow For Each dw In Desktop.Windows ' If the visible-name is the same as the name of the form that we seek, then it detects that: If dw.VisibleName = "visible-name

Re: [Gambas-user] R: How to know is my Form activated or not?

2015-05-03 Thread Ru Vuott
Me.Caption = "my visible name" Dom 3/5/15, abbat81 ha scritto: Oggetto: Re: [Gambas-user] R: How to know is my Form activated or not? A: gambas-user@lists.sourceforge.net Data: Domenica 3 maggio 2015, 13:28 Does not work in my pr

Re: [Gambas-user] R: How to know is my Form activated or not?

2015-05-04 Thread Ru Vuott
Activating gb.desktop: Public Sub Form_Open() Me.Caption = "Novum Nomen" End Public Sub Button1_Click() Dim dw As DesktopWindow For Each dw In Desktop.Windows Print "_" & dw.VisibleName Next End ***

Re: [Gambas-user] R: How to know is my Form activated or not?

2015-05-05 Thread Ru Vuott
...very strange ! Mar 5/5/15, abbat81 ha scritto: Oggetto: Re: [Gambas-user] R: How to know is my Form activated or not? A: gambas-user@lists.sourceforge.net Data: Martedì 5 maggio 2015, 08:59

[Gambas-user] Rev. 7062 - gb.qt5 component: disabled

2015-05-08 Thread Ru Vuott
Hello, with rev. 7062 I obtain this notice: || || THESE COMPONENTS ARE DISABLED: || - gb.qt5 || What library "qt5" I have to install ? Regards vuott -- One dashboard for servers and applications acros

[Gambas-user] I: DrawigArea second mailing

2015-05-16 Thread Ru Vuott
...from Gianluigi (its email end in SPAM) --- Sab 16/5/15, Gian ha scritto: > Da: Gian > Oggetto: [Gambas-user] DrawigArea second mailing > A: Gambas-user@lists.sourceforge.net > Data: Sabato 16 maggio 2015, 16:18 > I was informed that the previous > email with the subject DravingArea > error

[Gambas-user] I: Re: I: DrawigArea second mailing

2015-05-16 Thread Ru Vuott
scritto: > > Le > 16/05/2015 16:27, Ru Vuott a écrit : > >> ...from Gianluigi (its email end in > SPAM) > >> > > > > "Pending path" means that you > cannot draw text (with DrawText() method > > for example) if you have started a drawing &g

[Gambas-user] Kde 5 and trayicon

2015-05-17 Thread Ru Vuott
versions of gambas solves the problem. regards vuott -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and

Re: [Gambas-user] Kde 5 and trayicon

2015-05-17 Thread Ru Vuott
Well, thank you. I'll tell it to him. vuott Dom 17/5/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Kde 5 and trayicon A: "mailing list for gambas users" Data: Domenica 17 maggio 2015, 19:36 Le 17/05/2015 19:

[Gambas-user] ERROR in IDE with vers. #7089 !!!

2015-05-19 Thread Ru Vuott
Hello Benoît, I update vers. #7089, but now when I want to open a "New" project from IDE, I obtain an Error notice. You can see it in attached file immage. Regards vuott-- One dashboard for servers and ap

[Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Ru Vuott
Hello, with rev. #7090 I have a strange problem: I cannot paste in a project the text that I highlighted with the mouse. regards vuott P.S. : I wanted to paste here the characteristics of my system, but - although I have clicked on the "Copy" on "System information"

Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Ru Vuott
text here." ) or another example: If err & lt; 0 Then Error.Raise( & quot; Impossible . etc... etc *** at the end: End < / text > < / text_view_markup > ...it's exhausting !!! :-( So, "de facto"

Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

2015-05-20 Thread Ru Vuott
Ah, ok Benoît. Ctrl+Shift+V and then choosing simple text Well, solved ! Thanks vuott Gio 21/5/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text in the project A: "ma

[Gambas-user] ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-21 Thread Ru Vuott
Hello, at end of "make install" rev. 7092 I obtaoned this Error: Installing gb.form.editor... make[2]: Nessuna operazione da eseguire per "install-data-am". make[2]: uscita dalla directory "/home/vuott/trunk/comp" make[1]: uscita dalla directory "/home/vuot

[Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-22 Thread Ru Vuott
Hello, new rev. #7093 didn't solve the Error ! :-( Regards vuott Gio 21/5/15, Ru Vuott ha scritto: Oggetto: [Gambas-user] ERROR "Unable to compile gambas3" in rev. #7092 ! A: gambas-user@lists.sourceforge.net Data: Giovedì

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-22 Thread Ru Vuott
maggio 2015, 17:18 Try a sudo make uninstall make clean svn up ./reconf ./configure -C make -j4 sudo make install Le 22 mai 2015 16:25, "Ru Vuott" a écrit : > Hello, > > new rev. #7093 didn't solve the Error !  :-( > > Regards > vuott >

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-22 Thread Ru Vuott
the notice: || || THESE COMPONENTS ARE DISABLED: || - gb.qt5 || - gb.qt5.opengl || - gb.qt5.webkit || ...suggestion about it ? regards vuott Ven 22/5/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: ERROR "Unable to compile gambas3

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-25 Thread Ru Vuott
.0.1000.8 GTK+=libgtk-x11-2.0.so.0.2400.23 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 Qt4=libQtCore.so.4.8.6 Qt5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 Ven 22/5/15, Ru Vuott ha scritto: Oggetto: Re: [Gambas-user] R: ERROR "Unab

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Ru Vuott
Thank you very much, Charlie, finally a more information ! So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= 5.3 version ? Amicalement - con amicizia vuott Mar 26/5/15, Charlie Reinl ha scritto: Oggetto

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Ru Vuott
Ok, Benoît. Regards vuott Mar 26/5/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 ! A: "mailing list for gambas users" Data: Martedì 26 maggio 2015, 17:44

[Gambas-user] No "OK" Button in "Project Type" window

2015-05-29 Thread Ru Vuott
Hello, with rev. 7102 at last Gambas now is compiled. Well. Now, with rev. 7103 I have a new problem: "Project Type" IDE window (when I want to create new project) has only 1 (one) button !!! The "OK" button is missing. I see only "Cancel" (for closi

  1   2   3   4   5   6   7   >