Re: Position cursor in wxTextCtrl after button press

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matt Lewis wrote:
> 
> Joel Garcia wrote:
> > 
> > After clicking a button I use clear_text() on a wxTextCtrl to reset the
> > contents
> > to empty. I would like to also position the cursor in that same wxTextCtrl
> > as
> > the active control so that the user can then paste new text into the
> > control.
> > I've looked through the wxEuphoria documentation and haven't been able to
> > locate
> > a solution. Any ideas?
> 
> Have you tried set_focus()?
> 
> Matt

Thanks, Matt. I'm still trying to get a handle on programming for Windows and
making easy mistakes. I was confused until I read that any object based on
wxWindow can used procedures that require a window parameter. I didn't realize
that this meant that most controls could be specified as the window parameter in
procedures such as set_focus(). I think I've got that right, at least. Thanks for
the help.

Joel

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu