Jump to content

UnidbGrid


Mossy

Recommended Posts

Hi

Using UnidbGrid how is possible to chieve similar behaviour as TUniEdit property of "CheckChangeDelay".

I am doing some processing on keypress and when users scrolling fast there is a large delay. Or is it possible to have on "keyup" event, so the processing start only when the no more key is pressed.

Thank you.

Link to comment
Share on other sites

2 hours ago, Mossy said:

I am doing some processing on keypress and when users scrolling fast there is a large delay. Or is it possible to have on "keyup" event, so the processing start only when the no more key is pressed.

Can you please explain in more detail?

Or make a simple testcase to check.

Link to comment
Share on other sites

Hi Sherzod

The difficulty is one needs many records and processing to see it happen.

The problem is they try to look for a record fast and they press for example arrow down and let go after scrolling through many records. The issue is the event keydown is fired many times and for each record the application is doing the processing which after a while it looks as it stuck and it takes few seconds for the application to catch up.

As far as I can see if we can have the keyup event, then only we will have one event at the end.

Link to comment
Share on other sites

We display some information and also we have to process some information from different tables and offer suggestions. This works well in Delphi app that we have. But we are trying to move to Unigui. We use keyup in Delphi.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...