creativemind7 Posted November 26, 2011 Posted November 26, 2011 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 windowsbut i failed. I tried also "WinSetOnTop" command but not working.Please anybody help me with simple coding bacause l am a beginner.
Skitty Posted November 26, 2011 Posted November 26, 2011 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 windowsbut 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.
creativemind7 Posted November 26, 2011 Author Posted November 26, 2011 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).
sleepydvdr Posted November 26, 2011 Posted November 26, 2011 Why would you want to have a tool tip and not have be seen? This doesn't make any sense to me. #include <ByteMe.au3>
creativemind7 Posted November 26, 2011 Author Posted November 26, 2011 Please anyone solve my problem..... How to set off "top most" from tooltip.
creativemind7 Posted November 26, 2011 Author Posted November 26, 2011 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).
BrewManNH Posted November 26, 2011 Posted November 26, 2011 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 GudeHow 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
czardas Posted November 26, 2011 Posted November 26, 2011 (edited) How did you make the tooltip? Did you use GUICtrlSetTip? If not, then I guess you are talking about something else. Let's see the code. Edited November 26, 2011 by czardas operator64 ArrayWorkshop
creativemind7 Posted November 26, 2011 Author Posted November 26, 2011 Here is my Code goes: ToolTip($FileName,230,260," ",1,1) and below is screen shot: You can see that the ToolTip is on "Top" of My Computer Window and it does not get Behind. I want to run Tooltip just in Back of any window *(e.g here My computer Window). Sorry for my weak english, i m not native english.
czardas Posted November 26, 2011 Posted November 26, 2011 (edited) 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 November 26, 2011 by czardas operator64 ArrayWorkshop
creativemind7 Posted November 26, 2011 Author Posted November 26, 2011 (edited) Edited November 26, 2011 by creativemind7
Skitty Posted November 26, 2011 Posted November 26, 2011 Why? Why would you want it hidden? because astonishingly, It makes no practical sense on any level. Tool tips are mean't to be seen first hand, if they had the properties you describe, well, that would just be odd.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now