ClassicUO icon indicating copy to clipboard operation
ClassicUO copied to clipboard

AddImageTiledButton added elements not displayed in gumps

Open marekKeram opened this issue 4 years ago • 1 comments

*for RunUO 2.0 running server If in gump there is an image tiled button element it won't be displayed: (observed when object was created using following constructor) AddImageTiledButton(int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param, int itemID, int hue, int width, int height, int localizedTooltip);

Issue was not observed for elements (same graphics, location, size, etc.) added as buttons: AddButton(int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param);

AddButton vs. AddImageTiledButton comparison: issue

Issue was not observed when I was using Razor. Not suitable activity observed in logs section.

  • OS: Win x64
  • ClassicUO Version: 5.0.9.0

marekKeram avatar Jan 01 '21 12:01 marekKeram

I have tested locally with my server and can't reproduce it, can you give us a server link with a way to register an account so I can test it?

SaschaKP avatar Jan 29 '21 00:01 SaschaKP