Search found 33 matches

by Alyven
Thu Dec 22, 2022 4:50 pm
Forum: Scripts & Packages
Topic: Adjustable TabWindows
Replies: 4
Views: 19803

Re: Adjustable TabWindows

I uploaded a video to YouTube on how to lay out the basis for a GUI using an Adjustable.Container Grid and putting Adjustable.TabWindows on the left and right side of it.
Link: https://www.youtube.com/watch?v=fhH-AlArXzc
(I made it more then a year ago but just uploaded it;))
by Alyven
Sun Oct 03, 2021 2:41 pm
Forum: Scripts & Packages
Topic: Dark Theme for Mudlet
Replies: 22
Views: 39415

Re: Dark Theme for Mudlet

I noted a few areas not colored dark https://i.imgur.com/Mxe9Yzi.png - Main window title background - Tab title background - Editor title background - Trigger type icon background - Trigger options areas (different colors) edit: Yes, this is on win 10 Tab title background will be probably fixed by ...
by Alyven
Thu Apr 08, 2021 7:21 pm
Forum: Scripts & Packages
Topic: Dark Theme for Mudlet
Replies: 22
Views: 39415

Re: Dark Theme for Mudlet

About -Main window title background / Editor title background
They are handled by the OS (in this case I assume Windows 10) itself and it isn't (easily) possible to change their colour.
Even qt creator title stays light if Windows 10 is set into dark mode.
by Alyven
Mon Mar 15, 2021 10:24 am
Forum: Scripts & Packages
Topic: ScrollBox and EditableTextLabel
Replies: 0
Views: 4768

ScrollBox and EditableTextLabel

Package I made a while ago but never really finished (but they are usable). I realised that even if the probability is low there may be someone who can use/extend this so I made a release. Editable TextLabel: a Label where the text can be edited directly by mouseclick and ScrollBox a VBox which allo...
by Alyven
Mon Feb 22, 2021 3:01 pm
Forum: Scripts & Packages
Topic: Command-line Highlights, Aliases, Variables Package (Screenshots)
Replies: 2
Views: 7958

Re: Command-line Highlights, Aliases, Variables Package (Screenshots)

I'm running into the same issue as Laps.
The version downloadable here doesn't seem to work.
Tested the version integrated in the Carrion Fields package and that one works well.
by Alyven
Mon Feb 01, 2021 10:36 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Style default command line
Replies: 3
Views: 13613

Re: Style default command line

I think what you are trying to do is to change the default command line stylesheet which is done by https://wiki.mudlet.org/w/Manual:Lua_Functions#setCmdLineStyleSheet An example to get the command line aligned can be found here https://wiki.mudlet.org/w/Manual:Scripting#How_to_move_the_command_line...
by Alyven
Thu Jan 28, 2021 11:44 am
Forum: Mudlet Development
Topic: hecho format issues
Replies: 1
Views: 13023

Re: hecho format issues

trilioth wrote:
Thu Jan 21, 2021 8:59 pm
Using Mudlet 4.10.1
As far as I know this kind of hecho formating will only be possible in the next release.
by Alyven
Fri Jan 15, 2021 10:51 am
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 404271

Re: Generic Mapping Script

Hi Vadi, thanks for the link. Unfortunately it doesn't work for me very well,... to much to translate into German. I've found this https://forums.mudlet.org/viewtopic.php?f=13&t=2177 from Heiko and it's working for me (Avalon deutsch). Some functions are outdated and doesn't work correctly, so ...
by Alyven
Tue Dec 01, 2020 9:07 am
Forum: Scripts & Packages
Topic: Adjustable TabWindows
Replies: 4
Views: 19803

Re: Adjustable TabWindows

I'm glad they are useful/fun for you :)
All the functions and constraints can be found at https://github.com/Edru2/AdjustableTabW ... -functions
by Alyven
Mon Nov 09, 2020 4:47 pm
Forum: Mudlet Development
Topic: Adjustable.Container bug on RPi4 - Mudlet 4.10-dev
Replies: 10
Views: 24900

Re: Adjustable.Container bug on RPi4 - Mudlet 4.10-dev

A simpler way to reproduce the issue is to create a miniconsole and try to append to the buffer. For example: createMiniConsole("testConsole", 0, 400, 400, 400) echo("testConsole","Appending\n") function appendTest() selectCurrentLine() copy() appendBuffer("testCon...