Caled wrote: ↑Thu May 07, 2020 4:09 am
Deleting a label created in this way doesn't seem to be easy. I found I needed to delete the file in the profile/AdjustableContainers folder.
Have you tried delete image in the right click menu? (I have to remove some options there so it's more visible)
That one is doing exactly that (deleting the file in profile/AdjustableContainers)
Caled wrote: ↑Thu May 07, 2020 4:09 am
Having run the convert to label function via the right click menu, there isn't an easy way to get it back into the GUIDropManager. At first I thought I worked out a way but I was wrong as there is a lot more to what you're doing than I initially understood.
- I'm not sure what the easiest workflow there would be. Obviously you can't have clicking enabled on the label after you've converted it, because people will presumably want to use the clickCallBack for their own purposes (I certainly do).
Yes, I was thinking about a way to convert back as well. (Have some ideas but still didn't write any code for it)
A workaround would be, not to convert to label but to use disableClickthrough on the Label.
And if you wan't to move/resize it again use enableClickthrough again.
I just noticed that disable/enable Clickthrough is not being saved anywhere in the Geyser.Label I'll PR that.
So if you want disableClickthrough to be persistent you'll have to change it also in script lua code from clickthrough=true to clickthrough = false.