[Gambas-user] Declaration and use of external functions contained in a Structure

2014-04-20 Thread Ru Vuott
... ...etc... } * How should I declare in Gambas those external functions contained in the structure? ...as Pointer ? But "where" ? In a Structure ? EXTERN will not be used ? And then "how" do I use those functions in Gambas code ? Best regards vuott --

Re: [Gambas-user] Music.Length part 2

2014-04-23 Thread Ru Vuott
...he could get the audio file duration by using external resources of API SMPEG: Public Struct SMPEG_Info has_audio As Integer has_video As Integer width As Integer height As Integer current_frame As Integer current_fps As Float aud

[Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Ru Vuott
Message.Error("Unable loading file pdf !") Quit Endif End With Print pdf.Index.Count ' <=== End I obtain at that line this error notic

Re: [Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Ru Vuott
A: "mailing list for gambas users" Data: Giovedì 24 Aprile 2014, 17:11 On Thu, 24 Apr 2014, Ru Vuott wrote: > Hello, > > I "suppose", to know how many pages a pdf file has, I should use this line: > >       pdf.Index.Count > > Where pdf is a

Re: [Gambas-user] How to know how many pages a pdf file has.

2014-04-24 Thread Ru Vuott
I used " pdf As New PdfDocument ", .but I saw you used: hPdfDocument.Count Instead I used:pdf.Index.Count So, now, if I use " pdf.Count ", it's OK. Well, Tobias, thank you. Solved. bye vuott Gio 24/4/14,

[Gambas-user] Downgraded to Gambas 3.5.2 with Ubuntu LTS 14:04

2014-04-26 Thread Ru Vuott
led Gambas again, they have been downgraded to the "previous" Gambas version: 3.5.2 ! Obviously, They'ld like to obtain again the newest version of Gambas: 3.5.3 What can they do? Regards vuott -- Start

Re: [Gambas-user] Downgraded to Gambas 3.5.2 with Ubuntu LTS 14:04

2014-04-27 Thread Ru Vuott
Hello, thanks for contributions. One of them said he "solved" by cleaning version 3.5.2, then: sudo add-apt-repository ppa:nemh/gambas3 sudo apt-get update sudo apt-get install gambas3 regards vuott Dom 27/4/14, Johny Provoost

[Gambas-user] R: Form.Show by name as string of form

2014-04-28 Thread Ru Vuott
...I would use a Form[ ] variable array, not string. bye vuott Lun 28/4/14, abbat81 ha scritto: Oggetto: [Gambas-user] Form.Show by name as string of form A: gambas-user@lists.sourceforge.net Data: Lunedì 28 Aprile 2014, 09:54 Hi, I have a

Re: [Gambas-user] R: Form.Show by name as string of form

2014-04-28 Thread Ru Vuott
Next End Bye Lun 28/4/14, abbat81 ha scritto: Oggetto: Re: [Gambas-user] R: Form.Show by name as string of form A: gambas-user@lists.sourceforge.net Data: Lunedì 28 Aprile 2014, 10:56 Hi Vuott, can you help me with a little sample? Thanks -- View this message in

Re: [Gambas-user] R: Form.Show by name as string of form

2014-04-28 Thread Ru Vuott
If you're referring to my example, you can call, having an array, you can call an its element via usual procedures: arrayForm[index].Show() bye vuott Lun 28/4/14, abbat81 ha scritto: Oggetto: Re: [Gambas-user] R: Form.Show by name as s

Re: [Gambas-user] Form.Show by name as string of form

2014-04-29 Thread Ru Vuott
ot;) hMyForms.Add(Form_name_3,"Form_name_3") Object.Call(hMyForms["Form_name_1"], "Show", Null) Bye vuott Lun 28/4/14, Jussi Lahtinen ha scritto: Oggetto: Re: [Gambas-user] Form.Show by name as string of form A: &

Re: [Gambas-user] Form.Show by name as string of form

2014-04-29 Thread Ru Vuott
Hi Jussi, I created the Forms via IDE and I attributed your names to them. With regard to error, I attached a file immage about it. bye vuottt P.S.: My system: [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.11.0-12-generic Architecture=x86_64 Distribution=Linux Mint 16 Petra Desktop=GNO

Re: [Gambas-user] Form.Show... - BIS

2014-04-29 Thread Ru Vuott
.uhmmm, but if I create the three Forms by code, your suggestion works. well. ...solved. Bye vuott Mar 29/4/14, Ru Vuott ha scritto: Oggetto: Re: [Gambas-user] Form.Show by name as string of form A: "mailing list for gambas users&qu

[Gambas-user] Isn't "Allegro" cheerful with Gambas ?

2014-04-30 Thread Ru Vuott
e C compiled code, it works. - compiling that C code like a "shared library" .so and then calling it via Gambas with "Shell" function, it doesn't work; - using external "Allegro4" functions via pure Gambas code, it doesn't work; Maybe... has anyone an idea why

Re: [Gambas-user] Isn't "Allegro" cheerful with Gambas ?

2014-04-30 Thread Ru Vuott
> You cannot just compile it as > shared library, because it doesn't export any > functionality. IE it's program not library. It's so strange that. I tranformed many C codes in shared library (i.e. "aplaymidi") and all worked ! > I will look this

Re: [Gambas-user] Isn't "Allegro" cheerful with Gambas ?

2014-04-30 Thread Ru Vuott
t;allegroWAV.c '/usr/lib/x86_64-linux-gnu/liballeg.so.4.4.2' -shared -fPIC" Wait > I think you should really write an actual C component for Gambas > programs to interface with. That would save you one or the other problem i

Re: [Gambas-user] Isn't "Allegro" cheerful with Gambas ?

2014-04-30 Thread Ru Vuott
> I still didn't get it to work, but it's closer already. yes, I also had this problem. -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser

Re: [Gambas-user] Isn't "Allegro" cheerful with Gambas ?

2014-04-30 Thread Ru Vuott
> I suspect Allegro is trying to run > Gambas in other thread. ... this suspicion has arisen also in me. bye vuott -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instant

[Gambas-user] "\[" -> Bad character constant in string

2014-05-07 Thread Ru Vuott
aphic result, but (...in other code, obviously) it have to be able to *work*. Regards vuott -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your produc

[Gambas-user] R: "\[" -> Bad character constant in string

2014-05-07 Thread Ru Vuott
uhmmm solved: Print "PS1='\e[3;2f'" Gio 8/5/14, Ru Vuott ha scritto: Oggetto: [Gambas-user] "\[" -> Bad character constant in string A: gambas-user@lists.sourceforge.net Data: Giovedì 8 maggio 2014, 05:0

[Gambas-user] ERROR in rev. #6260

2014-05-13 Thread Ru Vuott
Hello, updating my Gambas with rev. #6260 I obtain this error: make[4]: Entering directory `/home/vuott/trunk/gb.desktop.x11/src' CC gb_desktop_x11_la-main.lo In file included from main.c:27:0: desktop.h:28:21: fatal error: gb_list.h: No such file or directory #include "

Re: [Gambas-user] ERROR in rev. #6260

2014-05-13 Thread Ru Vuott
Yes, it is. bye Mar 13/5/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR in rev. #6260 A: "mailing list for gambas users" Data: Martedì 13 maggio 2014, 12:29 Le 13/05/2014 09:35, Ru Vuott a écrit : > Hello,

[Gambas-user] ERROR in Rev. #6299

2014-06-01 Thread Ru Vuott
: fatal error: layout.h: No such file or directory #include "layout.h" ^ compilation terminated. make[4]: *** [systray/gb_desktop_x11_la-systray.lo] Error 1 make[4]: Leaving directory `/home/vuott/trunk/gb.desktop.x11/src' make[3]: *** [all-recursive] Error 1 m

[Gambas-user] R: ERROR in Rev. #6299

2014-06-02 Thread Ru Vuott
Well, OK, with rev. 6300 no problem: it works. Grazie. vuott Lun 2/6/14, Ru Vuott ha scritto: Oggetto: [Gambas-user] ERROR in Rev. #6299 A: gambas-user@lists.sourceforge.net Data: Lunedì 2 giugno 2014, 04:50 Hello, updating my Gambas with

[Gambas-user] llvm-3.1-dev no found

2014-06-11 Thread Ru Vuott
Hello, installing Gambas 3 packages on my new Linux Mint 17, I obtain the notice it's impossible find " llvm-3.1-dev " package. How can I solve this problem ? Thanks vuott -- HPCC Systems Open

[Gambas-user] R: llvm-3.1-dev no found

2014-06-11 Thread Ru Vuott
r/bin/autoconf failed with exit status: 1 :-( What do I have to do ? Regards vuott Mer 11/6/14, Ru Vuott ha scritto: Oggetto: [Gambas-user] llvm-3.1-dev no found A: gambas-user@lists.sourceforge.net Data: Mercoledì 11 giugno 2014, 10:50

[Gambas-user] R: R: llvm-3.1-dev no found

2014-06-11 Thread Ru Vuott
Well, this second problem it seems solved by installing: $ sudo apt-get install libtool Ok Mer 11/6/14, Ru Vuott ha scritto: Oggetto: [Gambas-user] R: llvm-3.1-dev no found A: "mailing list for gambas users" Data: Mercoledì 11 g

[Gambas-user] "The program received an X Window System error"... and more problems

2014-06-16 Thread Ru Vuott
Hello, well, I have this code to run a extern program from a Terminal: Public Sub Button1_Click() ' Opens the Terminal: Desktop.OpenTerminal End Public Sub Button2_Click() Dim c As Integer[] ' Finds the ID of Terminal

Re: [Gambas-user] "The program received an X Window System error"... and more problems

2014-06-17 Thread Ru Vuott
Thank you for your answers, Benoît. bye vuott Mar 17/6/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] "The program received an X Window System error"... and more problems A: "mailing list for gambas users" Dat

[Gambas-user] R: Get structure from extern function?

2014-07-03 Thread Ru Vuott
Can you show the C code of that shared library ? bye vuott Gio 3/7/14, CJ ha scritto: Oggetto: [Gambas-user] Get structure from extern function? A: gambas-user@lists.sourceforge.net Data: Giovedì 3 luglio 2014, 12:04 I'm trying to rece

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread Ru Vuott
Hello, I tried to use your library, but I receive this notice/error: " Cannot find dynamic library: ...etc..etc..: wrong ELF class: ELFCASS32 " so, because I suppose it was written for an 386 system. (Isn't it ?) I am not able to create a shared library from a free Pascal c

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread Ru Vuott
Hi, this is my system [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=GNOME Theme=QCleanlooks Language=it_IT.UTF-8 Memory=1245M [Libraries] Cairo=libcairo.so.2.11301.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer

[Gambas-user] ERROR with vers. 6362

2014-07-04 Thread Ru Vuott
Hello, updating my Gambas3 with vers. 6362, I obtain this error: make[5]: Entering directory `/home/vuott/trunk/gb.qt4/src' CXX gb_qt4_la-main_moc.lo CXX gb_qt4_la-main.lo main.cpp:1045:10: error: 'CWIDGET_background' was not declared in this scope (void *)CWI

Re: [Gambas-user] ERROR with vers. 6362

2014-07-05 Thread Ru Vuott
Yes, now it works. OK. bye Sab 5/7/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR with vers. 6362 A: "mailing list for gambas users" Data: Sabato 5 luglio 2014, 04:39 Le 05/07/2014 02:35, Ru Vuott a écrit

[Gambas-user] the last svn revision: #6373

2014-07-13 Thread Ru Vuott
: Ehmmm what do you suggest ? Thanks vuott -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] Error with rev. 6393

2014-07-21 Thread Ru Vuott
^ compilation terminated. make[5]: *** [gb_gtk_la-gmainwindow.lo] Error 1 make[5]: Leaving directory `/home/vuott/trunk/gb.gtk/src' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/vuott/trunk/gb.gtk/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving

[Gambas-user] Error with rev. 6393 - BIS !

2014-07-21 Thread Ru Vuott
: sm/gnome-program.h:41:18: fatal error: popt.h: No such file or directory #include ^ compilation terminated. Regards vuott -- Want fast and easy access to all the code in your enterprise? Index

Re: [Gambas-user] Error with rev. 6393 - BIS !

2014-07-21 Thread Ru Vuott
Yes, Benoît, now it works. bye vuott Mar 22/7/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Error with rev. 6393 - BIS ! A: "mailing list for gambas users" Data: Martedì 22 luglio 2014, 00:49 Le 22/07/2014 00:30, R

[Gambas-user] R: Embedded doesn't work

2014-07-24 Thread Ru Vuott
This simple code knows all windows names on a desktop (you need activate gb.desktop and gb.desktop.x11 components): Public Sub Button1_Click() Dim i As Integer For i = 0 To Desktop.Windows.Count - 1 Print Desktop.Windows[i].VisibleName Next End bye ---

[Gambas-user] ERROR with rev. #6403

2014-07-28 Thread Ru Vuott
directory make[2]: *** [install-exec-local] Error 1 make[2]: Leaving directory `/home/vuott/trunk/app' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/vuott/trunk/app' make: *** [install-recursiv

Re: [Gambas-user] ERROR with rev. #6403

2014-07-28 Thread Ru Vuott
Yes, now it works. Regards. vuott Lun 28/7/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR with rev. #6403 A: "mailing list for gambas users" Data: Lunedì 28 luglio 2014, 12:29 Le 28/07/2014 11:34, Ru Vuo

[Gambas-user] R: Key events don't work on gb.gtk

2014-08-15 Thread Ru Vuott
Hello Jesus, I tested it, and I confirm the problem: key events don't work on gb.gtk, nor gb.gtk3. My system: [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=GNOME Theme=QCleanlooks Language=it_IT.UTF-8 Memory=395

[Gambas-user] R: Font style in Printing Example

2014-09-01 Thread Ru Vuott
Hi, an example with TextEdit: ** Public Sub Form_Open() TextEdit1.RichText = "molly-malone.txt" End ** Regards vuott Lun 1/9/14, abbat81 ha scritto: Oggett

Re: [Gambas-user] WebView -> Image/Picture.Save

2014-09-02 Thread Ru Vuott
> using the MyWebView.Document.Paint() method. ...guide on line says "Sub Paint ( [ Clip As Rect] ) " If I write: MyWebView.Document.Paint(rect(0, 0, 200, 200)) I obtain this error: " Type mismatch: wanted Rect], got Rect instead " What's Rect] ? ...is it a bug ? Regards vuot

Re: [Gambas-user] WebView -> Image/Picture.Save

2014-09-02 Thread Ru Vuott
Well, Benoît, now it works. bye vuott Mar 2/9/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] WebView -> Image/Picture.Save A: "mailing list for gambas users" Data: Martedì 2 settembre 2014, 18:34 Le 02/09/2014 17:50

[Gambas-user] ERROR with revision 6446 !

2014-09-03 Thread Ru Vuott
Hello, with revision 6446 I obtained this error: make[5]: Entering directory `/home/vuott/trunk/gb.qt4/src/webkit' CXX gb_qt4_webkit_la-cwebsettings.lo cwebsettings.cpp: In function 'void WebSettingsCache_Path(void*, void*)': cwebsettings.cp

Re: [Gambas-user] ERROR with revision 6446 !

2014-09-03 Thread Ru Vuott
Yes, now it works. Regards vuott Mer 3/9/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR with revision 6446 ! A: "mailing list for gambas users" Data: Mercoledì 3 settembre 2014, 16:33 Le 03/09/2014 16:15, R

[Gambas-user] Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict

2014-09-14 Thread Ru Vuott
Hello, updating via SVN my Gambas, I obtained this strange notice: ~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict Checked out revision 6473. What is this ? Reg

Re: [Gambas-user] Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict

2014-09-16 Thread Ru Vuott
> If you don't know how to deal with svn conflicts, the simpler is > recreating a new local repository from scratch...with "svn checkout"! Excuse me, maybe i didn't understand... but " ~ $ svn checkout " and with w

Re: [Gambas-user] Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict

2014-09-16 Thread Ru Vuott
ry and re-run $ svn checkout svn:// > svn.code.sf.net/p/gambas/code/gambas/trunk optime ! It works. Thank you vuott -- Want excitement? Manually upgrade your production database. When you want reliability, choos

[Gambas-user] ERROR when I put a GridView on the Form

2014-10-01 Thread Ru Vuott
-1.2.so.0.11.4 Regards vuott -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance

[Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Ru Vuott
Hello, our friend of italian Gambas forum posted an his project, where a strange error is raised if the "Name" of Menu is "Utility"... Your opinion ? His project here attached (look at the "Name" of "Menu5" inside !) Regards vuott Prova-0.

Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu

2014-10-01 Thread Ru Vuott
Thank you, friends. I communicated your answers to our member. Best regards vuott Mer 1/10/14, Tobias Boege ha scritto: Oggetto: Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu A: "mailing list for gambas users"

Re: [Gambas-user] ERROR when I put a GridView on the Form

2014-10-02 Thread Ru Vuott
Ooook, Benoît, now it works. Bye vuott Gio 2/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR when I put a GridView on the Form A: "mailing list for gambas users" Data: Giovedì 2 ottobre 2014, 23:39 Le 01/10/

[Gambas-user] Error packets signature

2014-10-04 Thread Ru Vuott
Avviso: failed to sign .dsc and .changes file dpkg-buildpackage: binary and diff upload (original source NOT included) I package sono stati creati in modo corretto. *** Well, how can

[Gambas-user] R: Error packets signature - BIS

2014-10-04 Thread Ru Vuott
.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 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 SDL=libSDL-1.2.so.0.11.4 Regards vuott

[Gambas-user] Segmentation fault (11) with ImageStat() function

2014-10-11 Thread Ru Vuott
11) error ! ..maybe, is it a bug ? Regards vuott My Gambas SVN revision: #6535 [System] Gambas=3.6.0 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=GNOME Theme=QCleanlooks Language=it_IT.UTF-8 Memory=3953M [Libraries] Cairo=libcairo.so.2.11

Re: [Gambas-user] Segmentation fault (11) with ImageStat() function

2014-10-12 Thread Ru Vuott
Optime ! Now it works. regards vuott Dom 12/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Segmentation fault (11) with ImageStat() function A: "mailing list for gambas users" Data: Domenica 12 ottobre 2014, 03:23

[Gambas-user] ERROR with revision 6562

2014-10-18 Thread Ru Vuott
gb_gtk3_la-gdrag.lo] Error 1 make[4]: Leaving directory `/home/vuott/trunk/gb.gtk3/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/vuott/trunk/gb.gtk3' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/vuott/trunk/gb.gtk3' make[1]: *** [all-

Re: [Gambas-user] R: Error packets signature - BIS

2014-10-18 Thread Ru Vuott
Hello, Benoît, I comunicated your question to our friend. We'll wait for his answer... Bye vuott Sab 18/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: Error packets signature - BIS A: "mailing list for gambas use

[Gambas-user] R: ERROR with revision 6562

2014-10-18 Thread Ru Vuott
Here the complete result about making in gb.gtk3: Making all in gb.gtk3 make[2]: Entering directory `/home/vuott/trunk/gb.gtk3' make all-recursive make[3]: Entering directory `/home/vuott/trunk/gb.gtk3' Making all in src make[4]: Entering directory `/home/vuott/trunk/gb.gtk3/

Re: [Gambas-user] R: ERROR with revision 6562

2014-10-18 Thread Ru Vuott
23:50, Ru Vuott a écrit : > Here the complete result about making in gb.gtk3: > > > Making all in gb.gtk3 > make[2]: Entering directory `/home/vuott/trunk/gb.gtk3' > make  all-recursive > make[3]: Entering directory `/home/vuott/trunk/gb.gtk3' > Makin

[Gambas-user] Error packets signature

2014-10-19 Thread Ru Vuott
Well, he answered he tried to run from Terminal, but he doesn't get good results. Regards vuott > Does it help if he runs the gambas3 IDE from a terminal? > > -- > Benoît Minisini -- Comprehensive

Re: [Gambas-user] Error packets signature

2014-10-24 Thread Ru Vuott
the IDE jams in waiting for. Regards vuott --- Dom 19/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Error packets signature A: "mailing list for gambas users" Data: Domenica 19 ottobre 2014, 15:38 Le 19/10/2014 14:50, Benoît Minisini a écrit : > Le

[Gambas-user] Conflict discovered in file....

2014-10-30 Thread Ru Vuott
options: s What choose do you suggest ? Thanks vuott -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Conflict discovered in file....

2014-10-31 Thread Ru Vuott
. Thanks at all. vuott Gio 30/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Conflict discovered in file A: "mailing list for gambas users" Data: Giovedì 30 ottobre 2014, 23:41 Le 30/10/2014 23:20, Tobias Boe

Re: [Gambas-user] Conflict discovered in file....

2014-10-31 Thread Ru Vuott
Uh. no, I suppose I didn't solve the problem. Well, now trying updating I obtain this message: ~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) svn: E155004:

Re: [Gambas-user] Conflict discovered in file....

2014-10-31 Thread Ru Vuott
Thanks. vuott Ven 31/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Conflict discovered in file A: "mailing list for gambas users" Data: Venerdì 31 ottobre 2014, 23:23 Le 31/10/2014 23:02, Ru Vuott a écrit :

[Gambas-user] Borders of Panel aren't visible.

2014-11-18 Thread Ru Vuott
Hello, by using QT4 border of Panel Container aren't visible. By using GTK: - border.Rised is not visible; - border.Suken I do not see differences (it seems like Etched). Regards vuott [System] Gambas=3.6.90 --> OperatingSystem=Linux Kernel=3.13.0-24-generic Architectur

Re: [Gambas-user] Borders of Panel aren't visible.

2014-11-18 Thread Ru Vuott
I use: > Theme=QCleanlooks regards vuott Mar 18/11/14, Fabien Bodard ha scritto: Oggetto: Re: [Gambas-user] Borders of Panel aren't visible. A: "mailing list for gambas users" Data: Martedì 18 novembre 2014, 19:59 Can y

Re: [Gambas-user] Borders of Panel aren't visible.

2014-11-18 Thread Ru Vuott
Hello Fabien, uh it's possible. However, by using GTK3 the different types of border work. ...bah ! OK, thanks, Fabien. vuott Mar 18/11/14, Fabien Bodard ha scritto: Oggetto: Re: [Gambas-user] Borders of Panel aren't v

[Gambas-user] Gambas, Midi and Timidity

2010-05-18 Thread Ru Vuott
Hello, I'ld like to build a program for playing and handling MIDI data. I have this first problem. I suppose I must use Timidity (as an interface between my program and sound card). How can I send MIDI data to Timidity ? Thanks Paolo ---

[Gambas-user] Gambas & API of ALSA

2010-05-23 Thread Ru Vuott
Hello, I'ld like to make a midi sequencer by using the API of ALSA. The question is: in Gambas can I call the API of ALSA ? In positive case, how I can do it ? -- __

Re: [Gambas-user] Gambas & API of ALSA

2010-05-24 Thread Ru Vuott
Hello, you said I can use not ALSA, but use the "midi port device file". Well, the new questions are: 1) must I to send the midi-values to /dev/midi for playing midi ? Is that enough ? 2) on /dev I see a name port: "sequencer". Is this the port I must use ? In short, ...what's name of port

Re: [Gambas-user] Gambas & API of ALSA

2010-05-24 Thread Ru Vuott
ata: Lunedì 24 maggio 2010, 13:59 > Le lundi 24 mai 2010 13:44:53, Ru > Vuott a écrit : > > Hello, > > > > you said I can use not ALSA, but use the "midi port > device file". Well, the > > new questions are: > > > > 1) must I to send the m

Re: [Gambas-user] Gambas & API of ALSA

2010-05-25 Thread Ru Vuott
riano Blengino ha scritto: > Da: Doriano Blengino > Oggetto: Re: [Gambas-user] Gambas & API of ALSA > A: "mailing list for gambas users" > Data: Martedì 25 maggio 2010, 09:36 > Ru Vuott ha scritto: > > Thank you very much. > > > > Now the prob

[Gambas-user] Printing a character in a Form

2010-06-19 Thread Ru Vuott
Hello, how do I can print a simple character (ex. letter: "a") in a Form at x , y position ? The character have not to be shown in a Label or in other text-Tools. Thanks -- ThinkGeek and WIRED's GeekDad team u

Re: [Gambas-user] What is measured by "Angle"?

2012-02-15 Thread Ru Vuott
> So, to rotate 90°, you have to do: > hImg = hImg.Rotate(Rad(90)) ...I noticed that I can rotate an "image" by: hImg = hImg.Rotate(Pi(0.5)) and simply: hImg = hImg.Rotate(1.58) Example: Public Sub button2_Click() Dim i As Image Dim p As Picture i = Image.Load("/iter/mea_immago.gif")

[Gambas-user] Paint.arc does not proceed counter-clockwise during Length radians

2012-02-22 Thread Ru Vuott
Hello, in Gambas 3 by using positive values in Length parameter of "Paint.Arc" I noticed that it does not proceed counter-clockwise, but clockwise ! I obtain counter-clockwise, if I use "negative"

[Gambas-user] rev. 4508 Gambas 3 - now it's impossible to choose project type... !

2012-02-26 Thread Ru Vuott
to select the project type Bye Vuott -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivere

[Gambas-user] R: rev. 4508 Gambas 3 - now it's impossible to choose project type... !

2012-02-26 Thread Ru Vuott
Hello Benoit, I updated with rev. 4511: the problem now is solved ! OK Bye Vuott --- Lun 27/2/12, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: [Gambas-user] rev. 4508 Gambas 3 - now it's impossible to choose > project type... ! > A: "mailing list for ga

[Gambas-user] R: Process in TableVew and to Kill a Process

2012-02-29 Thread Ru Vuott
' Gambas class file Private hpro As Process Public Sub Button1_Click() ' An application start, i.e. “ Gedit “ hpro = Exec ["gedit"] End Public Sub button2_Click() ' it closes application process hpro.kill End Public Sub hpro_Kill() ' this event is raised, when process is closed

[Gambas-user] R: Process in TableVew and to Kill a Process - RECTIUS

2012-02-29 Thread Ru Vuott
' Gambas class file Private hpro As Process Public Sub Button1_Click() ' An application start, i.e. “ Gedit “   hpro = Exec ["gedit"] As "hpro" End Public Sub button2_Click() ' it closes application process   hpro.kill End ' this event is raised, when process is closed: Publ

[Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ?

2012-02-29 Thread Ru Vuott
Hello Benoit, with new Gridview I noticed that is not possible write: Gridview1.Columns.WIDTH = number Now there are only: Count H Height Max Resizable. Maybe, WIDTH in future revisions ? Bye Vuott

Re: [Gambas-user] R: Process in TableVew and to Kill a Process - RECTIUS

2012-02-29 Thread Ru Vuott
> > It works only if I use Button1 (If we execute an app > ourselves). > > But how to kill process if we know only Name? > > Thanks > > > > > > Vuott wrote: > > > > > > ' Gambas class file > > > > > > Privat

Re: [Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ?

2012-02-29 Thread Ru Vuott
can I set all columns of grid of my "old" program ? :-( Bye Vuott --- Gio 1/3/12, Benoît Minisini ha scritto: > Da: Benoît Minisini > Oggetto: Re: [Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ? > A: "mailing list for gambas users" > Data: Giov

Re: [Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ?

2012-03-01 Thread Ru Vuott
12:42 > Le 01/03/2012 01:46, Ru Vuott a > écrit : > > Yes, Benoit, before it was possible. > > > > An little exemple (before): > > > >     With GridView1 > >      .columns.Count = 34 > >      .Rows.Count = 12 > >      .Columns.Width

Re: [Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ?

2012-03-01 Thread Ru Vuott
1 >      .columns.Count = 34 >      .Rows.Count = 12 > > FOR iCol = 1 TO 33  'or 0 to 33? >    .Columns[iCol].Width = number > NEXT > >      .Rows.Height = 16 >      .Font.Size = 9 >      .Font.Bold = True >    End With > > Regards > > Rolf &

Re: [Gambas-user] R: Process in TableVew and to Kill a Process - RECTIUS

2012-03-01 Thread Ru Vuott
Hello, yes, my friend, so it works ! Exec ["killall", "prgname"] Very good ! bye Paolo > > if i remember correctly EXEC is an interface to the exec > family of syscalls. so writing EXEC > ["killall prgname"] will result in the program "killall > prgname" to be executed. i suggest that none >

[Gambas-user] New GridView... another problem (?)

2012-03-01 Thread Ru Vuott
Hello, I come back to new GridView object. I noticed that, when I run a program containing a GridView, inside the gridview - in bottom - there's a white and empty area ! Even though I change gridview height, this strange white area persists. Is it normal ??? Regards Paolo -

[Gambas-user] New GridView... another problem (?) - BIS

2012-03-01 Thread Ru Vuott
I measured that white area on the screen by using a square: it's height about cm 2,2 ! --- Ven 2/3/12, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: [Gambas-user] New GridView... another problem (?) > A: gam...@users.sourceforge.net > Cc: gambas-user@lists.sourceforge.net

Re: [Gambas-user] Gambas has Gosub now!

2012-03-04 Thread Ru Vuott
> But I get a compile error: > error: 'TRANS_GOTO' has no member named 'gosub' I confirm this problem. A question: Is this GOSUB really so "incredibly" useful ? Regards Vuott

[Gambas-user] R: How to SHELL with ""

2012-03-11 Thread Ru Vuott
...did you try without ": Shell "cd /home/onix/Games/FlatOut2 && wine Flat Out 2.exe -opengl" or Shell "cd /home/onix/Games/FlatOut2 && wine \"Flat Out 2.exe\" -opengl" Bye Vuott --- Dom 11/3/12, abbat ha scritto: > Da: abbat >

[Gambas-user] R: Prog.gambas only one process

2012-03-12 Thread Ru Vuott
1 If Right(plura[a], 20) Like "*.gambas*" Then For b = a To 100 Try Shell "kill " & plura[b] Next Endif Next End >>>>>> bye Vuott --- Mar 13/3/12, abbat ha scritto: > Da: abbat > Oggetto: [Gambas-user] P

[Gambas-user] R: Prog.gambas only one process - RECTIUS !!!

2012-03-12 Thread Ru Vuott
Excuse me, a little problem at name of program (before it was strange "aaa"): I re-send the code: < Public Sub Form_Open() Dim index As String Dim plura As String[] Dim a, b, c As Integer Shell "ps -aux | grep " & "my_gambas__program" To index plura = Split(index, "

Re: [Gambas-user] R: Prog.gambas only one process - RECTIUS !!!

2012-03-13 Thread Ru Vuott
sts.sourceforge.net > Data: Martedì 13 marzo 2012, 09:11 > > Does not work. > I guess because programm.gambas is not shown ib process list > so we can not > find what to "kill" > > > Vuott wrote: > > > > Excuse me, a little problem at

Re: [Gambas-user] R: Prog.gambas only one process

2012-03-13 Thread Ru Vuott
; the PID number in the string returned by "pgrep" (Jussi's solution: very good) or "grep" (my...long solution). Bye Vuott --- Mar 13/3/12, Jussi Lahtinen ha scritto: > Da: Jussi Lahtinen > Oggetto: Re: [Gambas-user] R: Prog.gambas only one process > A

[Gambas-user] Setting at zero more byte in a file by "Byte[]"

2012-04-08 Thread Ru Vuott
0 00 00 00 .. I have three "strange" byte (41 02 04) end 'then' the four zero ! If I want to set at zero five byte, those three exad. number will be: 41 02 05 It seems it memorized and wrote the array pointer instead of its c

Re: [Gambas-user] Setting at zero more byte in a file by "Byte[]"

2012-04-08 Thread Ru Vuott
Hello Emil, no, it's no good, because I obtain 41 02 04 00 00 00 00 . again. Minisini's solution is that right. --> buff.Write(stream) But thank you. Bye Vuottt -- For Developers, A Lot Can Happen In A Sec

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

2012-04-21 Thread Ru Vuott
Hello, today I was updating my Gambas 3 and I received an error notice: $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ Utrunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html Utrunk/app/other/MakeWebSite/.src/MMain.module Utrunk/app/other/MakeWebS

<    1   2   3   4   5   6   7   >