Jump to content

Hide virtual keyboard


Cristian87

Recommended Posts

3 hours ago, Cristian87 said:

In this way the unimdbedit is readOnly

Please explain.

3 hours ago, Cristian87 said:

I need to setfocus on field and insert value with phisical keyboard

Tell us the sequence of your actions, and the key properties of your UnimDBEdit, for example readonly, which you mentioned above. Make a simple testcase if possible.

Link to comment
Share on other sites

2 hours ago, Sherzod said:

Hello,

Well, make the rest of the controls read-only.

No.

In a form I have 10 unimdbedit. In some of this I want use only physical keyboard, in the other I want use virtual keyboard. None of the controls need to be readonly

Link to comment
Share on other sites

 

11 minutes ago, Sherzod said:

Please clarify.

Is a handheld with scanner barcode and O.S. Android with a physical numeric keyboard. When the user uses a unimdbedit for a number the virtual keyboard must be invisible.

Similarity to this:

mc9300-photography-website-front-right-1x1-300x300.jpg

Link to comment
Share on other sites

On 12/1/2021 at 2:36 PM, Cristian87 said:

When the user uses a unimdbedit for a number the virtual keyboard must be invisible.

Hello,

Can you try this approach?

function beforeInit(sender, config)
{
    config.style='pointer-events:none';
}

 

Link to comment
Share on other sites

14 minutes ago, Sherzod said:

Hello,

Can you try this approach?

function beforeInit(sender, config)
{
    config.style='pointer-events:none';
}

 

Don't works. With this appoach the unimdbedit becomes readonly and I can't enter

Link to comment
Share on other sites

×
×
  • Create New...