Search found 68 matches: idle

Return to advanced search

... is another example where threads could be very useful: Suppose you have an xbrowse on a table of real time data, and while you have the browse in idle mode, someone inserts a new record to the table that pertains the data you are browsing. At the very least it would be nice to show a red dot somewhere ...
by reinaldocrespo
Thu Apr 10, 2008 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12164

Here is my C function to know how long the entire system is idle #include "hbapi.h" #include <windows.h> #include <winuser.h> HB_FUNC( SYSTEM_IDLESECS ) { LASTINPUTINFO plii; DOUBLE dSecs ; plii.cbSize ...
by nageswaragunupudi
Thu Dec 13, 2007 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to detect mouse and keyboard not used for a time ?
Replies: 9
Views: 1189

... last event time and present time. I am hesitatiing to touch the Window.Prg. If you guide Mr Antonio, we shall do it. Anyway I have an api to find idle time for the entire system, but that is not what i want. I too want to know how long "my" application is idle.
by nageswaragunupudi
Thu Dec 13, 2007 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to detect mouse and keyboard not used for a time ?
Replies: 9
Views: 1189

new fivewin unresolved externals MSVC

... : error LNK2001: unresolved external symbol __fltused rtl.lib(gtapi.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(idle.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(hvm.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(arrayshb.obj) ...
by don lowenstein
Wed Aug 15, 2007 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new fivewin unresolved externals MSVC
Replies: 5
Views: 4087

program idle time

i want that my program should be closed if the user has not used it for say one hour. how do i know for how much time my program is idle. (without any event).
by nageswaragunupudi
Thu May 31, 2007 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: program idle time
Replies: 0
Views: 394

... the entire disk must be searched while you wait. I have been using an indexed search engine for a couple of years now. It runs when the CPU is idle and maintains an index of all searchable files (including PDFs, emails, addresses, music, photos, etc.). So, when you do a search it finds the ...
by James Bott
Thu Apr 12, 2007 5:03 pm
 
Forum: FiveWin for CA-Clipper
Topic: Search in PRG-files
Replies: 14
Views: 7139

... un ScreenSaver ya sea en C o C++ ( segun lei, en varios lenguajes ) y al incrustarle la libreria scrnsave.lib esta se encarga del "monitoreo" del idle del raton y del teclado, asi que desde esa app podrias enviar X mensaje o evento a tu aplicacion principal para que se desactive o haga algo, haciendo ...
by Raymundo Islas M.
Sat Jul 22, 2006 7:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: controlar Teclado Inactivo
Replies: 7
Views: 2129

IDE

Begin programme m FiveWin.Prompt, where take the idle time, suitable designer of the forms?
by Vladimir Rudomanov
Tue Nov 29, 2005 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IDE
Replies: 1
Views: 837
Previous

Return to advanced search