crelf Posted December 20, 2006 Report Share Posted December 20, 2006 It's funny - I sometimes feel like I should be putting [W] at the start of my topic titles I'm using the LabVIEW Context Help window in my built application to guide users around my GUI, but I'd like to to stop floating. I've tried using the VI below - it finds the right window (you've got to put "Context Help" in as the window name to get the window handle hWnd), but it doesn't change the floating property (which, as this MSDN entry suggests, would never have worked anyway). Has anyone got any ideas? Download File:post-181-1166572788.vi Quote Link to comment
BobbyCee Posted February 17, 2007 Report Share Posted February 17, 2007 QUOTE(crelf @ Dec 19 2006, 07:03 PM) It's funny - I sometimes feel like I should be putting [W] at the start of my topic titles I'm using the LabVIEW Context Help window in my built application to guide users around my GUI, but I'd like it to stop floating. I've tried using the VI below - it finds the right window (you've got to put "Context Help" in as the window name to get the window handle hWnd), but it doesn't change the floating property (which, as http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/setwindowpos.asp' target="_blank">this MSDN entry suggests, would never have worked anyway). Has anyone got any ideas? Using the "update window" User32 function call following your "float on / float off" mode change will do the trick. Glad you are my boss :thumbup: Quote Link to comment
crelf Posted February 17, 2007 Author Report Share Posted February 17, 2007 QUOTE(BobbyCee @ Feb 17 2007, 12:45 AM) Using the "update window" User32 function call following your "float on / float off" mode change will do the trick. Perfect - that's exactly the step I was missing - thanks! Here's the updated version: Download File:post-181-1171638901.vi QUOTE(BobbyCee @ Feb 17 2007, 12:45 AM) Glad you are my boss :thumbup: ...and I am equally glad that you are my minion Quote Link to comment
Yair Posted February 18, 2007 Report Share Posted February 18, 2007 QUOTE(crelf @ Dec 20 2006, 02:03 AM) It's funny - I sometimes feel like I should be putting [W] at the start of my topic titles Am I the only one who doesn't know what these prefixes actually mean? This keeps troubling me when I see Info LabVIEW posts and I couldn't find any answer for this after a couple of searches. Quote Link to comment
PJM_labview Posted February 18, 2007 Report Share Posted February 18, 2007 I am pretty sure there is a document somewhere that explain these (I remember reading it at some point in time). From what I recall it goes like this: [W] Windows Only [M] (?) Mac Only [A] All At that time I dont recall any other. PJM Quote Link to comment
Yair Posted February 19, 2007 Report Share Posted February 19, 2007 OK, of course now I thought about looking at the automated weekly reminder which no one reads: QUOTE To make mail easier to sort for the readers of this list, in those cases where your query is machine-specific, I'd like to ask you to try to identify your postings by adding [M], [W], [L] or to the beginning of your Subject: line for Mac, Windows, linux or Sun, respectively. If your question is of a more general nature, don't worry about this. Since LabVIEW is cross platform this is not an indication of which platform you happen to be using. Thanks. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.