Search found 68 matches: idle

Return to advanced search

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release al...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 93

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release all...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 93

Re: Parameter for Timeout

hi,
hebert_j_vargas wrote:I think you're looking for this function in harbour hb_idle_add( bBlock )

thx for Answer.

i have Problem with "Console" App ... it does not show anything on Screen ... :(
have try REQUEST HB_GT_WIN_DEFAULT but got "unknown Function" ...
by Jimmy
Thu Sep 21, 2023 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: Parameter for Timeout

... in harbour hb_idle_add( bBlock ) PROCEDURE Main()   CLS   ? "DEFAULT IDLEREPEAT =", Set( _SET_IDLEREPEAT )   ?   ? "Idle Block should be displayed multiple times until key or 10 seconds elapsed!"   ? "Press any key to begin..."   ?   Inkey( 0 )  ...
by hebert_j_vargas
Wed Sep 20, 2023 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: CLASS modification

... away, because they didn't stay active physically and mentally. That is why so many people who retired have gone back to work, even if part time. Idle time is just not healthy. Tim
by TimStone
Thu May 25, 2023 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1708

Re: Cerrar conexión MySql con TDolphin

la idea de las funciones garbage, es que son llamadas cuando el programa entra en idle, y se ejecuta al recolector de basura, ahi las variables a nil, son procesadas. ahi es cuando se llama la función mysql_close, para el caso de la variable que contiene la conexion. ...
by carlos vargas
Wed Nov 03, 2021 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cerrar conexión MySql con TDolphin (Solucionado)
Replies: 8
Views: 656

Re: Con FW se podrá controlar si estan usando la PC

... haga malintencionado o no. Si se puede detectar el uso o no del teclado y el ratón. En este foro hay varios ejemplos de cómo detectar inactividad (idle) del sistema. Yo mismo lo uso para cerrar la aplicacion pasados 50 minutos de inactividad. Sugiero también detectar el uso de ejecucion del programa ...
by Antonio Mart.
Sat Apr 25, 2020 6:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Con FW se podrá controlar si estan usando la PC
Replies: 6
Views: 1171

Re: Old DOS to new Windows = Conversion thoughts

>gfAttr : An assembly language program to derive system attributes for the GrumpFish library Seems to be just for drawing shadow - http://www.x-hacker.org/ng/grump/ng1295d.html Maybe you can experiment replacing it with ft_shadow . Worst case, maybe just rem it out altogether since it's pure cosm...
by hua
Tue Dec 17, 2019 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2013

Re: Old DOS to new Windows = Conversion thoughts

I'm making progress on this, though I will want to change it to a Windows very basic layout next. HOWEVER ... I can create a build, but old Clipper programs were built with Blinker and some of it's functions / capabilities of course cannot be implement ( 16 bit, won't build 32 bit ). I also have som...
by TimStone
Tue Dec 17, 2019 2:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2013

Re: Tiempo de inactividad

3.13.11 Idle state Idle state this is a state of expectation, when the Harbour program is waiting for the input from the user with the keyboard or the mouse. It arises as the result of Inkey() function call ( the READ command ...
by carlos vargas
Tue Mar 26, 2019 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tiempo de inactividad
Replies: 4
Views: 1035

Mysql with ADO

Hello Rao I use Mysql via ADO with the functions of adofuncs.prg when the program stays idle for a while, with the reuse I have this error Error FW_OpenRecordSet(440) function FW_OpenRecordSet( oCn, cSql, nLockType, nCursorType, nMaxRecords, nOpt )..CATCH  ...
by Maurizio
Fri Oct 26, 2018 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql with ADO
Replies: 11
Views: 2320

Re: Compilar código Harbour con gcc en 64 BITS

... undefined reference to `__GSHandlerCheck' C:\harbour64\lib/hbrtl.lib(idle.obj):(.text$mn+0x5c): undefined reference to `hb_itemDo' C:\harbour64\lib/hbrtl.lib(fstemp.obj):(.text$mn+0x3e): undefined reference to `__security_check_cookie' ...
by Verhoven
Sat May 26, 2018 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2006

Re: Check if user Locked/Unlocked Windows from my Software

... solves. James James I have an application receving messages from other users (not a chat), if the user leave the computer alone, after a while in idle mode Windows will get locked automaticaly and I need to inform other user's that this user is not in from of the desk, so request or messages can ...
by hebert_j_vargas
Mon May 01, 2017 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Check if user Locked/Unlocked Windows from my Software
Replies: 9
Views: 1279

Re: ADO SQL slow after idle for a while

Rick,

Thank you, I will try it.
by Marc Vanzegbroeck
Fri Nov 04, 2016 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL slow after idle for a while
Replies: 5
Views: 1173

Re: ADO SQL slow after idle for a while

Marc Here is a Sql Server example on how to create a Global Connection (oCn ) .. Once you have made your connection .. just pass oCn instead of your connection string. There are other ways you can do the same thing using the FWAdo wrappers .. Rao can help you there. Rick Lipkin Local xProvider,xSour...
by Rick Lipkin
Fri Nov 04, 2016 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL slow after idle for a while
Replies: 5
Views: 1173
Next

Return to advanced search