Highlighting Text (TaifunTextBox Extention)

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

:

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 icon24 Taifun.

Could you use multiple instances of the extension to achieve this ?

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

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 :wink:

Hi @Taifun

Great extension is there something similar to it's function but for labels ?

I can find and highlight a word in a textbox with this code, how can I highlight all occurrences ?