Nujj
March 25, 2021, 10:00pm
1
I'm using TaifunTextBox Extention and for some reason the highlight function is not working (it did work initially) but I must have changed some thing... I need to highlight the character where the cursor is (CursorPosition + 1).
Both attempts are not working...
Here is the code
:
Taifun
March 26, 2021, 9:23pm
2
Try the example project from here http://puravidaapps.com/textbox.php
Only one textbox can have the focus and not several at the same time
Taifun
Trying to push the limits! Snippets , Tutorials and Extensions from Pura Vida Apps by Taifun.
TIMAI2
March 26, 2021, 10:11pm
3
Could you use multiple instances of the extension to achieve this ?
Taifun
March 26, 2021, 10:25pm
4
well, only one textbox can have the focus and not several at the same time
but feel free to experiment... let us know what you find out...
Taifun
TIMAI2
March 26, 2021, 11:00pm
5
True.
Best I can do is get them blinking away with a clock timer (just using one instance) but this not much use as you can't use the textboxes while the clock is running
Hi @Taifun
Great extension is there something similar to it's function but for labels ?
patel
May 23, 2022, 6:34am
7
I can find and highlight a word in a textbox with this code, how can I highlight all occurrences ?
Hi, has there been a resolution to this problem?
My block doesn't work either (former apps I tried it with failed too!)...
Thanks,
C.
Taifun
March 6, 2026, 9:13pm
9
Which problem are you talking about?
Did you read my previous answer?
Taifun
Thank Taifun. Now working - need to ensure that no asynch process, such as loading a webViewer, takes away the focus!
C.