[Gambas-user] svn c5606 ompile problem jit

2013-03-31 Thread wally
SVN at revision 5606, on OpenSuse 12.2 make[2]: Entering directory `/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.jit' make all-recursive make[3]: Entering directory `/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.jit' Making all in src make[4]: Entering directory `/home/op/WORK

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread Rob Kudla
On 03/31/2013 10:01 PM, rocko wrote: > Should there be a time after WAIT?? No, "WAIT" at the end of a SHELL command just makes it synchronous... the interpreter literally waits until the shell (and the program you're running inside it) exits. Rob

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread rocko
Ok I got this to unzip the .odt file, but where does it unzip to??? I looked in all my directories and I cannot find it. My Code: '/Gambas module file// // //Public nFile As File// //Public fName As String// // //Public Sub Main()// // // //fName = "/home/rocko/Documents/Proposal.odt"// // // // /

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread rocko
Should there be a time after WAIT?? On 03/31/2013 05:21 PM, Benoît Minisini wrote: > Le 01/04/2013 01:32, rocko a écrit : >> I actually tried that after sending my response. >> lo and behold! XML file woo hoo! >> >> So I assume I can just do a search thru th XML file and change things >> then re-

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread rocko
Thanks, I'll give this a try. I'll post back if I have any problems. On 03/31/2013 05:21 PM, Benoît Minisini wrote: > Le 01/04/2013 01:32, rocko a écrit : >> I actually tried that after sending my response. >> lo and behold! XML file woo hoo! >> >> So I assume I can just do a search thru th XML f

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread Benoît Minisini
Le 01/04/2013 01:32, rocko a écrit : > I actually tried that after sending my response. > lo and behold! XML file woo hoo! > > So I assume I can just do a search thru th XML file and change things > then re-save > the file and re-zip it like you said. > > > > So how do I unzip and re-zip a file in

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread rocko
I actually tried that after sending my response. lo and behold! XML file woo hoo! So I assume I can just do a search thru th XML file and change things then re-save the file and re-zip it like you said. So how do I unzip and re-zip a file in Gambas?, sorry this is kinda new to me. Which kind

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread Benoît Minisini
Le 01/04/2013 01:06, rocko a écrit : > Unzip the .ods file??? > Ok you lost me. 'ods' is actually a zip file. If you unzip it, you will get a directory with a bunch of XML files (and JPG or PNG if you embed images in your documen). This the OpenOffice format. -- Benoît Minisini --

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread rocko
Unzip the .ods file??? Ok you lost me. On 03/31/2013 02:53 PM, Benoît Minisini wrote: > Le 31/03/2013 23:44, rocko a écrit : >> I don't know much about the capabilities of Gambas writing to Libre Office, >> as I don't think I ever heard of it being done before. >> >> I would like to read the names

Re: [Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread Benoît Minisini
Le 31/03/2013 23:44, rocko a écrit : > I don't know much about the capabilities of Gambas writing to Libre Office, > as I don't think I ever heard of it being done before. > > I would like to read the names and addresses from an SQLite data base > and put them into a Libre Office Writer template(.o

[Gambas-user] Output to Libre Office Writer ??

2013-03-31 Thread rocko
I don't know much about the capabilities of Gambas writing to Libre Office, as I don't think I ever heard of it being done before. I would like to read the names and addresses from an SQLite data base and put them into a Libre Office Writer template(.ods). Is this possible? Using Gambas 3 on L

Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread Benoît Minisini
Le 31/03/2013 19:17, Charlie Reinl a écrit : > Am Sonntag, den 31.03.2013, 09:47 -0700 schrieb abbat81: >> I'm sorry, but I don't understand. >> >> >> >> I have problem with quotes. > > Hallo, > > yes > Qry="

Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread Charlie Reinl
Am Sonntag, den 31.03.2013, 09:47 -0700 schrieb abbat81: > I'm sorry, but I don't understand. > > > > > I have problem with quotes. Hallo, yes Qry="" set to "UPDATE users SET login = '" & Qry & "'"

Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread abbat81
I'm sorry, but I don't understand. I have problem with quotes. -- View this message in context: http://gambas.8142.n7.nabble.com/HTML-comtent-in-MySQL-query-tp41533p41538.html Sent from the gambas-user mai

Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread Charlie Reinl
Am Sonntag, den 31.03.2013, 08:49 -0700 schrieb abbat81: > Hello, > I got problem. > > How to send a html content in mysql query. > > Dim Qry As String = " > > " > DConnect.$Con.Exec("UPDATE users SET login = '" & Qry & "'") > > I get error about syntax. > > Thanks. > Hi, you should us

Re: [Gambas-user] Gambas IDE doesn't save files.

2013-03-31 Thread Ron
I run trunk version self compiled to test the gbx_c cleanup patches you made earlier. I haven't seen any errors, and if I grep my whole home dir now for my new code it only matches the binary... ~/domotiga$ fgrep -R CheckValid * Binary file DomotiGa3/.gambas/FDEVICEEDITOR matches Very strange...

Re: [Gambas-user] gba3 -> Invalid cross-device link

2013-03-31 Thread Tobias Boege
On Sun, 31 Mar 2013, Beno?t Minisini wrote: > Le 31/03/2013 04:06, Beno?t Minisini a ?crit : > > Le 31/03/2013 04:03, Beno?t Minisini a ?crit : > >> Le 27/03/2013 19:32, Tobias Boege a ?crit : > >>> Hi, > >>> > >>> I try to create a Gambas executable (from within the IDE but that > >>> doesn't > >>

[Gambas-user] gb.jit compilation fails due to rev #5601

2013-03-31 Thread Tobias Boege
Hi Emil, gb.jit gives (as always on my machine) lots of warnings during compilation but this time there are also errors. AFAICS, the OBJECT_REF() macro changed in rev #5601 which breaks your code. It's only about two invocations of the macro in jit_runtime.c and fixing these makes compilation pos

[Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread abbat81
Hello, I got problem. How to send a html content in mysql query. Dim Qry As String = " " DConnect.$Con.Exec("UPDATE users SET login = '" & Qry & "'") I get error about syntax. Thanks. -- View this message in context: http://gambas.8142.n7.nabble.com/HTML-comtent-in-MySQL-query-tp41533

Re: [Gambas-user] Gambas IDE doesn't save files.

2013-03-31 Thread Benoît Minisini
Le 31/03/2013 17:27, Ron a écrit : > Ok. > > I have again a serious issue with Gambas3. > > I had coded quite some stuff in a specific class, and clicked save all > the time on the class tab. > It never complained... > > I look on disk, (i wanted to svn commit it from cli), svn didn't find > any fi

[Gambas-user] Gambas IDE doesn't save files.

2013-03-31 Thread Ron
Ok. I have again a serious issue with Gambas3. I had coded quite some stuff in a specific class, and clicked save all the time on the class tab. It never complained... I look on disk, (i wanted to svn commit it from cli), svn didn't find any files to commit, simply because the changes are not th

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-31 Thread Willy Raets
On Sat, 2013-03-30 at 15:35 +0100, Willy Raets wrote: > On Sat, 2013-03-30 at 15:21 +0100, Benoît Minisini wrote: > > Le 30/03/2013 15:18, Willy Raets a écrit : > > > On Sat, 2013-03-30 at 13:14 +0100, Tobias Boege wrote: > > >> On Sat, 30 Mar 2013, Beno?t Minisini wrote: > > >>> Le 30/03/2013 12:1

Re: [Gambas-user] Editor.Lines[0].Refresh() does not trigger custom Highlight event

2013-03-31 Thread Benoît Minisini
Le 10/03/2013 14:13, Tobias Boege a écrit : >> I don't understand what you want to do exactly with Editor. Could you >> explain with more details? >> > > Of course. I wasn't clear at all. The goal is to enter a regular expression > and then highlight all matching strings in a text (like Editor.Sho

Re: [Gambas-user] Gambas3 IDE editor and lines

2013-03-31 Thread Benoît Minisini
Le 13/03/2013 12:06, Rolf-Werner Eilert a écrit : > Hi folks, > > Just wanted to ask if you experience the same on your Gambas3 IDE: When > I let the project run and end, the editor doesn't return to the original > line in the program code when some of the functions are collapsed. It > seems it do

Re: [Gambas-user] Feature request: project refresh should reload dependencies

2013-03-31 Thread Bruce
On Sun, 2013-03-31 at 04:01 +0200, Benoît Minisini wrote: > Le 28/03/2013 06:39, Bruce a écrit : > > Hi Benoît, > > > > It would be helpful if the IDE Project Refresh action re-read the > > project dependencies (components and libraries) so that when working on > > a main project and a library at t