PDA

View Full Version : looking for sample UI XML



jkeller
May 29th, 2026, 19:28
I'm struggling to create what should be a fairly simple UI.

I want a basic window, vertically scrollable, with two columns.

Can anyone point me to an extension that does something like this, so I can see how it should be done? Thanks!

superteddy57
May 29th, 2026, 19:37
I would say most of the windowclasses that are defined with the utilitybox frame in CoreRPG have that column style. But depends on how you are using the window. If this is a record then record_window should be used and then in the main subwindow you setup twin subwindows to get two columns. But in any case, I would check the program and use '/debug on' and mouse over a window that you like the style of and it should point you to either CoreRPG or the ruleset it's currently layered on top.

jkeller
May 29th, 2026, 20:45
I didn't know about "/debug on" - that's helpful, thanks!