![]() |
showimg on top of gui window
Is there a way to put my images using showimg on top of the gui window? It keeps putting the gui first, which I know is what it's supposed to do. I just don't feel like rescripting these items to be guiimages, and would really prefer to keep them like they are if there is a fix to this. I tried putting layer values in the gui windows and showimages, but that didn't work.
|
There's no way to achieve this, no. You can use GuiShowImgCtrl, though. A GUI Control which in its core is the same as a regular TShowImg object.
|
It's just changing image numbers to gui names for the most part right? I think I just answered myself in that question, but eh.
|
No, GUI's fight for focus(not only render focus but input focus as well, like keyboard). You'll have to adjust them to make sure that they're being rendered appropriately and that they're not stealing input.
|
Any documentation on this? I've searched and never heard of it. :X
|
Maybe I'm better off asking why this doesn't work. :/ using showimg showed this up behind the gui. search_list isn't empty for sure.
PHP Code:
|
Maybe try something like this:
PHP Code:
|
Quote:
|
Quote:
|
Quote:
If you don't want it to be inside a GUI, just do GraalControl.addcontrol(yourImage); if you want it to be inside your GUI just use your GuiControl instead of the GraalControl |
Quote:
|
Quote:
The way he's doing it he will have to manually add it to the GraalControl using .addcontrol |
Quote:
|
Quote:
PHP Code:
PHP Code:
|
Quote:
|
All times are GMT +2. The time now is 09:21 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.