Page 1 of 1

notify textentry

Posted: Fri Feb 24, 2017 5:09 pm
by ilbarbax
I wonder how I can manage a notification for the textentry that is actually selected just before a button is clicked. Like the Active of the Listview.
Using get ActiveObject obviously it return the name of the button that has been just pressed.

Hope to have explained properly.

thanks

Re: notify textentry

Posted: Mon Feb 27, 2017 3:37 pm
by airsoftsoftwair
I don't think that this is possible currently because clicking the button takes away focus from the text entry widget. Why do you need this information?

Re: notify textentry

Posted: Mon Feb 27, 2017 5:31 pm
by ilbarbax
Because I wanted to get the content of the textentry (between different others) with the focus to be manipulated and used by the action related to the button. In other word the solution would be to have more textentryes and for each one of them have a button to transfer the content. In the other way I would have just one button vs many. The other reason is that I do not like is the fact that many buttons on different lines would have the width set by Rapagui. In this case being a similar action for the different buttons I would like to have them with a minimal size driven by the icon.