View Single Post
Old 09-17-2013, 04:33 PM   #5
Turlo
Featured Artist
 
Join Date: Aug 2002
Posts: 317
Featured Artist
Default

<Style_ToolTip> is an interesting feature and does allow full click through.

If you build a window composed of sub-windows, or components as I call them, you can add the flag on the individual sub components, which prevent them from being interacted with (such as tool tips, etc.)

What use is this? You can use this on a stretchable window to allow sections of the window to be used for dragging if the moveable flag is also added. Great resource.

Now, an interesting tidbit that I discovered during my testing is that if you flag the entire window as Style_TooltTip = true, then the entire window can no longer be interacted with. We are talking no moving, no stretching, no right click, etc. Can be very useful if used correctly, but not something I prefer to.
__________________

"Ah, but you HAVE heard of me."
Turlo is offline   Reply With Quote