Hi Smee,
No, I haven't found a workaround for this.
I have tried quite some different methods but none did work, so now I am used to the double click which is the standard Windows behaviour.
When you jump from one object to the other with the Tab key the text is highlighted by default.
Best regards.
Hi konisek,
You have an example here: http://www.b4x.com/forum/code-samples-tips/824-text-editor-example.html
Best regards.
I am afraid that there is no Click, nor any of the Mouse events, implemented on the device TextBox.What I did discover, is that the added click event is not firing on the device.
That's because you aren't using the Control keyword but are specifying the object directly so the compiler knows the type. For the Control function, because the type of the control would need to be derived from the parameter, it is easier on the compiler to explicitly specify it.where I don't specify the object type, yet it compiles without error and runs just fine on the device
A very simple question - how can I "copy" a highlighted text from a textbox to another place in PDA (or to the same textbox)? "Tap and hold" does not work.
I am afraid that there is no Click, nor any of the Mouse events, implemented on the device TextBox.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?