Jump to content

ToolTip (Plz Help me:)


Recommended Posts

Hi guyz,

I made a ToolTip on Screen.

But there is one problem...

The ToolTip is set on topmost on all windows.

I want to not display tooltip on top of other windows

but i failed. I tried also "WinSetOnTop" command but not working.

Please anybody help me with simple coding bacause l am a beginner.

1) Some people get pissed when you use bold red text; 2) I don't think tooltips are meant to be hidden; 3) I don't think tooltips are meant to be hidden.

Maybe you just wan't it to go away? if so, then just call the tooltip function again like tooltip("") and it will disappear.

Link to comment
Share on other sites

1) Some people get pissed when you use bold red text; 2) I don't think tooltips are meant to be hidden; 3) I don't think tooltips are meant to be hidden.

Maybe you just wan't it to go away? if so, then just call the tooltip function again like tooltip("") and it will disappear.

I already said that i want the tooltip to get behind other windows, (means: I want to disable "Always on top" from tooltip).

Link to comment
Share on other sites

Why would you want to have a tool tip and not have be seen? This doesn't make any sense to me.

I did not say that i want to have tooltip and not have be seen. I said that i made a tooltip, but it gets on Top Most of Other Items. I want to run tooltip behind the other windows. Means, that I want to disable "Always on top" from tooltip).

Link to comment
Share on other sites

Repeating the same thing over and over again doesn't answer anyone's question, why do you want to hide the tool tip behind other windows? The point of a tooltip is to display information that is usually relevant to the window you're interacting with, or displaying information that you need to be seen. If you hide it, what's the point of having it display in the first place?

I did not say that i want to have tooltip and not have be seen.

If you disable the OnTop style of the tooltip, then you ARE making it possible to have it not be seen. If you don't want it Always on Top, then don't use a tooltip, use something else, possibly Melba23's Toast UDF.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

I don't think it is possible to have a tooltip hidden behind another window. You might be better using a message box, or you could make something similar to a tooltip by creating a very simple GUI with just a yellow label and some text.

Edited by czardas
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...