Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Gui Question (https://forums.graalonline.com/forums/showthread.php?t=134260997)

MrOmega 11-03-2010 09:10 PM

Gui Question
 
Is there a way to make a Gui control not be the first well.. responder, such as I scroll over this gui but I want the gui underneath to call the function onMouseEnter()

makefirstresponder() doesn't seem to do it.

fowlplay4 11-03-2010 09:52 PM

You can prevent an object from ever taking focus by using

PHP Code:

useownprofile true;
profile.modal false

When I was working on an Inventory system I would make a GuiControl container and place an image inside of it and make the image modal so I only had to worry about the container's events.

MrOmega 11-03-2010 10:16 PM

hmm thanks


All times are GMT +2. The time now is 05:46 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.