Manuel Wegmann

Results 13 comments of Manuel Wegmann

That is not unexpected behaviour as if you move/resize an Adjustable Container by mouse it automatically converts the values to percentages (for convenience). We could obviously argue that it shouldn't,...

> > what would be the expected behaviour > > Actually I'd appreciate an option to make adjustables only movable but not resizable. Would that be very difficult to implement?...

🤔 Not sure which borders are meant here. But IIRC the borders set by setBorderTop (and others) cannot have images in it yet. Only the colour can be change by...

As described in discord: Minimal example to reproduce the issue: ```lua testLabel = testLabel or Geyser.Label:new({x = 50, y = 0, width = 200, height = 30, color = "red"})...

> After more discussion with Edru in Discord, this is a new example suggestion: > > ```lua > myContainer = myContainer or Adjustable.Container:new({name = "myContainer", width = 100, height =...

Minimal reproducible example: ```lua GUI = GUI or {} GUI.Right = Geyser.Label:new({name = "GUI.Right", x = "-25%", y = "-50%", width = "25%", height = "50%", color = "green"}) GUI.Box3...

I don't think it is connected to Geyser. It is somehow connected to specific coordinates and resizing + moving 2 labels at the same time on each other (not sure...

Since Mudlet 4.7 it is already possible to set the docking Area. See https://wiki.mudlet.org/w/Special:MyLanguage/Manual:Lua_Functions#openUserWindow and for Geyser UserWindows (setDockPosition) See https://wiki.mudlet.org/w/Manual:Geyser#Docked_UserWindow For Geyser UserWindows it is also possible to get...

> Also, I repeat, floating windows still need to be assigned a docking area for the `openUserWindow` function! Even if they ARE floating - so the existing creation function needs...

After using ``` git reset --soft HEAD~1``` till the issue appeared I found out that it isn't connected to MXP but to a change in how Mudlet sends it's term...