Re: [Gambas-user] New Gambas markup syntax

2012-09-02 Thread Bruce
And another one ... :-) list items with emphasized content don't work, eg '' * using a query *Not recommended* gives using a query Not recommended (If it was me, I'd use ! and !! for emphasis/strong) B -- Live Secu

Re: [Gambas-user] New Gambas markup syntax

2012-09-02 Thread Bruce
On Sun, 2012-09-02 at 17:01 +0200, Benoît Minisini wrote: > Le 02/09/2012 14:15, Benoît Minisini a écrit : > > Hi, > > > > In revision #5117, I have added a new gambas markup syntax for help > > comments. > > > > The old syntax was a quick & dirty one inspired from the wiki. It didn't > > aim at be

Re: [Gambas-user] Send data back to SQLite3 Table??

2012-09-02 Thread Fabien Bodard
+qLe 3 sept. 2012 05:53, "rocko" a écrit : > > After retrieving data and modifying it , I need to send it back to the > table. > I am tried the following: > sResult = DB.Edit("inventory", id = &1, ID) > $date1 = sResult!endDate > $date2 = Now > Print $date2

[Gambas-user] Issue 324 in gambas: Tasks for deleted sourcefiles not cleared

2012-09-02 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Low OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 324 by adamn...@gmail.com: Tasks for deleted sourcefiles not cleared http://code.google.com/p/gambas/issues/detail?id=324 1) Describe the problem. IDE Tasks for a source fil

Re: [Gambas-user] Send data back to SQLite3 Table??

2012-09-02 Thread Bruce
On Sun, 2012-09-02 at 20:52 -0700, rocko wrote: > After retrieving data and modifying it , I need to send it back to the > table. > I am tried the following: > > rTable = DB.Create("inventory") > sResult = DB.Find("inventory", id = &1, ID) >For Each sResult > $date1 = s

[Gambas-user] Send data back to SQLite3 Table??

2012-09-02 Thread rocko
After retrieving data and modifying it , I need to send it back to the table. I am tried the following: rTable = DB.Create("inventory") sResult = DB.Find("inventory", id = &1, ID) For Each sResult $date1 = sResult!endDate $date2 = Now Print $dat

Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-02 Thread Bruce
On Sun, 2012-09-02 at 10:32 +0200, Fabien Bodard wrote: > 2012/9/2 Fabien Bodard : > > 2012/9/2 Bruce : > >> On Sun, 2012-09-02 at 03:54 +0200, Benoît Minisini wrote: > >>> Le 02/09/2012 03:44, Bruce a écrit : > >>> > Is there an easy way to access files inside a library or component > >>> > execut

Re: [Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-09-02 Thread Benoît Minisini
Le 02/09/2012 18:25, John Rose a écrit : > Still same problem with appname (rather than appname.gambas) being put > into .deb (which then installs into /usr/bin) so that appname won't > start (displays appname won't start: Failed to execute child process > "/usr/bin/JewishHeritage.gambas" (No such

[Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-09-02 Thread John Rose
Still same problem with appname (rather than appname.gambas) being put into .deb (which then installs into /usr/bin) so that appname won't start (displays appname won't start: Failed to execute child process "/usr/bin/JewishHeritage.gambas" (No such file or directory)). This is happening after ins

Re: [Gambas-user] New Gambas markup syntax

2012-09-02 Thread Benoît Minisini
Le 02/09/2012 14:15, Benoît Minisini a écrit : > Hi, > > In revision #5117, I have added a new gambas markup syntax for help > comments. > > The old syntax was a quick & dirty one inspired from the wiki. It didn't > aim at being final. And that new syntax may replace the wiki syntax when > I have t

[Gambas-user] New Gambas markup syntax

2012-09-02 Thread Benoît Minisini
Hi, In revision #5117, I have added a new gambas markup syntax for help comments. The old syntax was a quick & dirty one inspired from the wiki. It didn't aim at being final. And that new syntax may replace the wiki syntax when I have time to implement a new wiki. The new syntax is inspired f

Re: [Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-09-02 Thread Benoît Minisini
Le 02/09/2012 11:52, Benoît Minisini a écrit : > Le 02/09/2012 10:32, John Rose a écrit : >> I'm still trying to decide if this problem falls under this thread: >> >> Using sebikul's ppa (3.2.90-0+svn4004~lucid1), appname.deb file created >> OK & installs OK (according to gdebi) but when executing

Re: [Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-09-02 Thread Benoît Minisini
Le 02/09/2012 10:32, John Rose a écrit : > I'm still trying to decide if this problem falls under this thread: > > Using sebikul's ppa (3.2.90-0+svn4004~lucid1), appname.deb file created > OK & installs OK (according to gdebi) but when executing it can't find > appname.gambas. I think that the reas

[Gambas-user] gb.mime component is disabled

2012-09-02 Thread Ru Vuott
Hello, I updated my Gambas-3 with rev. #1515. At the end of "./configure -C" I have got a notice that it says the new gb.mime component is disabled. What have I do ? Regards vuott -- Live Security Virtual Conference Ex

[Gambas-user] App wants /usr/bin/app.gambas at runtime

2012-09-02 Thread John Rose
Problem still occurring with sebikul's ppa (3.2.90-0+svn4004~lucid1). -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT manager

Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-02 Thread Fabien Bodard
2012/9/2 Fabien Bodard : > 2012/9/2 Bruce : >> On Sun, 2012-09-02 at 03:54 +0200, Benoît Minisini wrote: >>> Le 02/09/2012 03:44, Bruce a écrit : >>> > Is there an easy way to access files inside a library or component >>> > executable? Or more correctly, "What is the best way..." >>> > >>> > I am

[Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-09-02 Thread John Rose
I'm still trying to decide if this problem falls under this thread: Using sebikul's ppa (3.2.90-0+svn4004~lucid1), appname.deb file created OK & installs OK (according to gdebi) but when executing it can't find appname.gambas. I think that the reason is that the .deb (according to gdebi) contains

Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-02 Thread Fabien Bodard
2012/9/2 Bruce : > On Sun, 2012-09-02 at 03:54 +0200, Benoît Minisini wrote: >> Le 02/09/2012 03:44, Bruce a écrit : >> > Is there an easy way to access files inside a library or component >> > executable? Or more correctly, "What is the best way..." >> > >> > I am abstracting some common database