XWidgetSoft Forum
https://www.bbs.xwidget.com/

Tooltip (hint) on "keep topmost" -- PROBLEM SOLVED
https://www.bbs.xwidget.com/viewtopic.php?f=3&t=2249
Page 1 of 1

Author:  Armando [ October 27th, 2012, 3:09 pm ]
Post subject:  Tooltip (hint) on "keep topmost" -- PROBLEM SOLVED

Hey Tony! when the position is set to "Keep topmost", you can not see the "tooltips" that are behind the widget automatically. Can you fix this?
Thank you very much!
And: Congratulations for the 1.73 version! It's so cooool!
Armando

Author:  Armando [ November 4th, 2012, 6:33 am ]
Post subject:  Re: Tooltip (hint) on "keep topmost" (fix it, please!)

Is there any way to fix this with a "code"? for example, can be assigned to an element of the widget (an image or a text function as "hint" or "tooltip") a superior position to "keep topmost"?
Thank you very much for any help

Author:  qiancang [ November 5th, 2012, 11:21 pm ]
Post subject:  Re: Tooltip (hint) on "keep topmost" (fix it, please!)

hi,Armando, you can use "bindtooltipControl" funtion instead of "hint" function to solve this problem.
I will ask Tony to fix this bug.

Example:
Attachment:
tooltip.rar [195.91 KiB]
Downloaded 369 times

Author:  Armando [ November 6th, 2012, 3:37 am ]
Post subject:  Re: Tooltip (hint) on "keep topmost" (fix it, please!)

Great!
I used the bindtooltipcontrol, but it's implies more work to do the "hint" "manually" :)
We wait the next version without this little bug.
Thanks Qiancang for your feedback! ;)

Author:  qiancang [ November 6th, 2012, 8:20 am ]
Post subject:  Re: Tooltip (hint) on "keep topmost" (fix it, please!)

Tony said he was unable to fix this bug. :cry:

Author:  Armando [ November 6th, 2012, 9:25 am ]
Post subject:  Re: Tooltip (hint) on "keep topmost" (fix it, please!)

Ups... :cry:
Lets use "the bindtooltipControl" funtion then.
thanks anyway!

Author:  Armando [ March 13th, 2013, 4:38 am ]
Post subject:  Tooltip (hint) on "keep topmost" -- PROBLEM SOLVED

The best way to solve this problem is this:

function widgetOnLeave()
{
WindowZPosition=2;
}

function widgetOnEnter()
{
WindowZPosition=1;
}

PROBLEM SOLVED!!!

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/