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
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
+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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo