Re: [Gambas-user] Issue 414 in gambas: Error on closing stream

2013-03-23 Thread gambas
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

Re: [Gambas-user] Issue 414 in gambas: Error on closing stream

2013-03-23 Thread gambas
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

Re: [Gambas-user] Issue 415 in gambas: Cannot run child process (native code)

2013-03-23 Thread gambas
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

Re: [Gambas-user] Issue 416 in gambas: Segfault with gb.net.curl on program exit

2013-03-23 Thread gambas
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

Re: [Gambas-user] Issue 415 in gambas: Cannot run child process (native code)

2013-03-23 Thread gambas
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

Re: [Gambas-user] Issue 415 in gambas: Cannot run child process (native code)

2013-03-23 Thread gambas
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

Re: [Gambas-user] Issue 416 in gambas: Segfault with gb.net.curl on program exit

2013-03-23 Thread gambas
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

[Gambas-user] Best method to trigger event at midnight?

2013-03-23 Thread 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 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

Re: [Gambas-user] Best method to trigger event at midnight?

2013-03-23 Thread Jorge Carrión
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 dr.die...@gmail.com I'm looking to trigger an event at midnight, any suggestions on the best method to ensure the time is not missed? My application

Re: [Gambas-user] Best method to trigger event at midnight?

2013-03-23 Thread dr.diesel
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.

Re: [Gambas-user] Best method to trigger event at midnight?

2013-03-23 Thread Benoît Minisini
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/time

Re: [Gambas-user] Best method to trigger event at midnight?

2013-03-23 Thread Tobias Boege
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 COM port.

Re: [Gambas-user] Best method to trigger event at midnight?

2013-03-23 Thread Randall Morgan
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.

Re: [Gambas-user] Best method to trigger event at midnight?

2013-03-23 Thread dr.diesel
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:

Re: [Gambas-user] Issue 416 in gambas: Segfault with gb.net.curl on program exit

2013-03-23 Thread gambas
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