Comment #4 on issue 416 by adamn...@gmail.com: Segfault with gb.net.curl on
program exit
http://code.google.com/p/gambas/issues/detail?id=416
[System]
OperatingSystem=Linux
Kernel=3.2.18-pclos2.bfs
Architecture=x86
Distribution=PCLinuxOS
Desktop=LXDE
Theme=QWindows
Language=en_AU.UTF-8
Memory=1
Funny you mention, I just wrote this:
Dim midnight As Date
Dim seconds As Integer
midnight = DateAdd(Date, gb.day, 1)
TextBox1.Text = DateDiff(Now, midnight, gb.Second)
Need to validate it then maybe I can assume any value < say 5 seconds is
midnight.
--
View this message in context:
Does it have to be from the running program? or can you use cron to
trigger an applet to accomplish what you need to? I do a lot of db
work and often need to run processes when the load is lite and
everyone is home in bed. I usually write these tasks as separate
applets and then let cron run them.
On Sat, 23 Mar 2013, Beno?t Minisini wrote:
> Le 23/03/2013 19:43, dr.diesel a ?crit :
> > I'm looking to trigger an event at midnight, any suggestions on the best
> > method to ensure the time is not missed?
> >
> > My application reads/writes a DB, launches websites and reads heavily on the
> > C
Le 23/03/2013 19:43, dr.diesel a écrit :
> I'm looking to trigger an event at midnight, any suggestions on the best
> method to ensure the time is not missed?
>
> My application reads/writes a DB, launches websites and reads heavily on the
> COM port. I'm afraid that if I simply look for the date/
Thanks Jorge, however I need to trigger this from within Gambas? Or am I not
understanding correctly?
--
View this message in context:
http://gambas.8142.n7.nabble.com/Best-method-to-trigger-event-at-midnight-tp41408p41410.html
Sent from the gambas-user mailing list archive at Nabble.com.
---
I have a application that does db backups al 3.00 o'clock. I run it with
the S.O. cron comman. It works fine.
2013/3/23 dr.diesel
> I'm looking to trigger an event at midnight, any suggestions on the best
> method to ensure the time is not missed?
>
> My application reads/writes a DB, launches
I'm looking to trigger an event at midnight, any suggestions on the best
method to ensure the time is not missed?
My application reads/writes a DB, launches websites and reads heavily on the
COM port. I'm afraid that if I simply look for the date/time to be 00:00
I'll miss the time while some oth
Comment #3 on issue 416 by benoit.m...@gmail.com: Segfault with gb.net.curl
on program exit
http://code.google.com/p/gambas/issues/detail?id=416
In revision #5587, the IDE now displays the libcurl version inside the
system information dialog.
--
You received this message because this projec
Comment #3 on issue 415 by benoit.m...@gmail.com: Cannot run child process
(native code)
http://code.google.com/p/gambas/issues/detail?id=415
Oops, forgot to say that you must run the program that way:
$ GB_ISSUE_415=1 gdb gbx3
--
You received this message because this project is configured
Updates:
Status: NeedsInfo
Comment #2 on issue 415 by benoit.m...@gmail.com: Cannot run child process
(native code)
http://code.google.com/p/gambas/issues/detail?id=415
(No comment was entered for this change.)
--
You received this message because this project is configured to send al
Updates:
Status: NeedsInfo
Labels: -Version Version-TRUNK
Comment #2 on issue 416 by benoit.m...@gmail.com: Segfault with gb.net.curl
on program exit
http://code.google.com/p/gambas/issues/detail?id=416
There is a bug in libcurl that was fixed upstream. See issue 405. Can you
Updates:
Labels: -Version Version-TRUNK
Comment #1 on issue 415 by benoit.m...@gmail.com: Cannot run child process
(native code)
http://code.google.com/p/gambas/issues/detail?id=415
Can you run the project from gdb with revision #5586?
I have added a breakpoint that will be raised (nor
Updates:
Status: Fixed
Comment #2 on issue 414 by benoit.m...@gmail.com: Error on closing stream
http://code.google.com/p/gambas/issues/detail?id=414
Fixed in revision #5585.
--
You received this message because this project is configured to send all
issue notifications to this addres
Updates:
Status: Accepted
Labels: -Version Version-3.4.0
Comment #1 on issue 414 by benoit.m...@gmail.com: Error on closing stream
http://code.google.com/p/gambas/issues/detail?id=414
(No comment was entered for this change.)
--
You received this message because this project is
15 matches
Mail list logo