#Revamped DartMUDlet Package

1 messages · Page 1 of 1 (latest)

plucky hearth
#

This is the latest package created for DartMUD (dartmud.com:2525)

Featuring sliding top and right side panels along with adjustable, movable tab windows using code written by Edru: https://github.com/Edru2/AdjustableTabWindow

It makes extensive use of geyser labels, css, and unicode emoji characters, changing the background color and label text to provide the button functionality. Geyser commandlines are used for the text boxes along with more labels for text and some miniconsole. All the data for the package gets stored in a SQLlite db.

Please let me know your thoughts! The package is available here: https://github.com/Pato-elf/dartmudlet/releases

GitHub

Tabbed Windows made of Adjustable Containers for Mudlet - Edru2/AdjustableTabWindow

GitHub

Contribute to Pato-elf/dartmudlet development by creating an account on GitHub.

empty sky
#

Very neat!

crisp isle
#

Truly an inspiration for others like me that are doing up UIs

plucky hearth
#

With all the commandline objects in some of these tab windows, some of the package users are asking for tabstop functionality so they can quickly type numbers into the various fields, tab to the next field which highlights and they can just type over it. Similar to the experience they are used to in many applications.

Is there a way to set cursor focus to a particular commandline, as well as highlight the contents of that commandline so that users can freely type over it?

empty sky
plucky hearth
#

Additional tabs used with the DartMUDlet package