I would like to change cursor size in a TextBox

I would like to change cursor size in a TextBox. Please, any hint ?

1 Like

Hello Darek

The cursor is a default Android cursor, custom cursors are currently not available via App Inventor but it might be possible with an App Inventor Extension.

A work-around would be to make your own Canvas-Based Textbox, using a Sprite for the the cursor.

Although a lot of work, you can also use an HTML document (no internet required), with CSS delivering the custom cursor.

2 Likes

Thank you for your time.
Another newbie question: wheew one can download such extension ?
Is there any website for learning the usage of the extension in question ?

Darek

well, it looks like that particuar extension first has to be written... that thread is only a suggestion for an extension...
generally see the App Inventor Extensions document about how to use an App Inventor Extension.
you can find the extensions directory here

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

2 Likes