The button display condition in the GUI does not work

Started by Miwarar on

Topic category: Troubleshooting, bugs, and solutions

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The button display condition in the GUI does not work

The procedure works, but for some reason the button does not remain invisible. When you click on the place where the button should be, the sound of the button is heard, but nothing happens.I did the procedure according to the tutorial of last year, apparently the previous tutorials on the button display condition are not relevant. 

PS. I apologize for the possibly strange text, English is not my native language

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same :((( I have done…
Sat, 11/02/2024 - 16:56

Same :(((

I have done testing and any other gui element like label, tooltip, image works with entity nbt, but buttons and imagebuttons don't work with either nbt or guistate.

It seems that the visibility condition on buttons and imagebuttons doesn't work at all :[

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Global variables also dont…
Sat, 11/02/2024 - 17:09

Global variables also dont work

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
same too. I got the image…
Fri, 01/24/2025 - 17:34

same too.

I got the image button display worked perfectly in 2024.1, but when I update it to 2024.4, it can't show up. I check all the procedures and blocks,nothing wrong with it. 

the thing is, I got a text and an image button in my GUI ,both of their display condition related to a same IF statement, but only the text can show up when the condition is met. 

is it a bug or something changed?