Pop up instead of tool tip [SOLVED]
-
On 25/02/2015 at 22:09, xxxxxxxx wrote:
Hi,
I was searching for an option where i can implement a dynamic tool tip which means on click of a button the tool tip changes. But I was not able to find it. So is it possible to have a dynamic tooltip. Or can we have a pop up instead of a tooltip. Or what other options can I consider if I want a dynamic changing text.
Thanks
Nishant -
On 26/02/2015 at 06:13, xxxxxxxx wrote:
Hello,
can you tell us what kind of button you are talking about? A button on an object in the description, a button in some GeDialog or some button in the layout?
Best wishes,
Sebastian -
On 26/02/2015 at 20:17, xxxxxxxx wrote:
Hi S_Bach,
I am talking about a bitmap button in GeDialog. On that I was able to add the tooltip. But I want to change the "String value" of the tooltip after some operations are complete.
Thanks
-
On 27/02/2015 at 00:54, xxxxxxxx wrote:
Hello,
as discussed in this thread, it is not possible to edit the tooltip of a bitmap button after it was created.
But you could catch the event when your button was pressed and then display a custom popup menu with ShowPopupDialog().
Best wishes,
Sebastian -
On 01/03/2015 at 22:57, xxxxxxxx wrote:
Thanks Sebastian for your help