PDA

View Full Version : insert text into text string


darkmoon3d
08-24-2006, 06:12 AM
Is there a way to find the current position in an editext string? I want to have text imported into edittext string where cursor is located.

Bobo
08-24-2006, 06:40 AM
Is there a way to find the current position in an editext string? I want to have text imported into edittext string where cursor is located.

AFAIK, there isn't a direct way.
Of course, if you were typing in the edittext box, using the on ... changed txt do () event handler and comparing the txt argument between two calls would give you a hint where in the text your cursor is at the moment. But without entering anything, it would be tricky to tell...

CGTalk Moderation
08-24-2006, 06:40 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.