Search found 235 matches: delay

Return to advanced search

Re: xbrowse problem with :bLClicked

... 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 keys ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 99

Re: xbrowse problem with :bLClicked

... 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 keys ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 99

Re: xbrowse problem with :bLClicked

... issue, it's because the `:bLDClickData` block is being executed immediately after the selection is toggled. To fix this, you can add a small delay before executing the `Edit_Comuni` function. Here's an example: oCol:bLDClickData := {|| SetKey( "KL", {|| Edit_Comuni(oBrw,2,oDlg,oDbf,aBtnBrow[4]) ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 99

Re: Talking to your apps

Antonio Linares wrote:Dear Enrico,

I think it is a timing issue, maybe we invoke it too soon.

We need to find a way to fine tune it...


Yes, I was thinking along the same line. I tried with a call to SysWait() but to no avail. I have to try putting a delay in the C code.
by Enrico Maria Giordano
Fri Mar 29, 2024 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3874

Re: Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc

Entonces, ponga:

Code: Select all  Expand view

   HB_GcAll( .F. )  // solo si tengo basura se dispara.
 


Y ponga un DELAY para retrasar el LOOPING y evitar la explosión de la memoria RAM.

Pruebe, pls.

Regards, saludos.
by karinha
Thu Mar 21, 2024 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc
Replies: 4
Views: 843

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Dear Hakan,

We are working to fix it, we are sorry for the delay

it should be solved asap
by Antonio Linares
Sat Feb 03, 2024 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for delay, Christmas FWH64 23.10 FW_SetUnicode(.T.) Always. DB Engine MariaDB 11.1 As like my first comment, I have never had any problems turkish character ...
by Horizon
Tue Jan 02, 2024 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for delay, Christmas FWH64 23.10 FW_SetUnicode(.T.) Always. DB Engine MariaDB 11.1 As like my first comment, I have never had any problems turkish character ...
by ertan
Tue Jan 02, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Animaciones en dialogos

Hola, Probablemente se pueda conseguir esos efectos modificando los nTop, nLeft, nBottom y nRight del dialogo combinado con las iteracciones y los sleeps necesarios En lenguaje harbour con fwh consigueme un dialogo que se mueva desde la parte inferior de la pantalla hasta la parte superior ChatGPT P...
by paquitohm
Wed Dec 27, 2023 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Animaciones en dialogos
Replies: 2
Views: 387

Re: Classe TGif

... byte containing the block size (usually 4), followed by the following fields: reserved, disposal method, user input flag, transparent color flag, delay time, transparent color index, and block terminator (a byte containing the value 0 It should have an application extension that specifies the ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Strange behavior of xBrowse

Hi,

There is a xBbrowse with an array. When clicking on a particular cell, this cell receives focus with a long delay.
I could not determine the reasons for this. Tell me what method works when click on a cell ?

FWH 2307
by Natter
Sat Nov 25, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 773

Re: Cut & Paste limit

Sorry for the delay in responding ... life gets very busy these days. Nages' explanation made perfect sense. I shared it with my client. He is the only one complaining about this problem, and I expect he is just pointing the cursor ...
by TimStone
Fri Sep 08, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 551

Re: Lost connection to MySQL server during query

... Gets automatically reconnects and continues with the work as if nothing has happened. We are planning to retry the operation with a small delay and give the message only thereafter. Please feel free to provide your comments and advise to us.
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12384

Re: Lost connection to MySQL server during query

Sorry for the delay
Please wait
Meanwhile please let me know your FWH version.
by nageswaragunupudi
Mon Sep 04, 2023 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12384

Re: Multiline Edit : Insert always on.

Now you can. Apologies for the delay. // C:\FWH..\SAMPLES\NUM_CAPS.PRG#include "fivewin.ch"*#include "Dll.ch"*----------------------------------------------------------------------* Vejam como funciona*----------------------------------------------------------------------* ...
by karinha
Sun Feb 12, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Edit : Insert always on.
Replies: 9
Views: 1166
Next

Return to advanced search