Search found 405 matches

by Caled
Fri May 08, 2020 12:18 am
Forum: Scripts & Packages
Topic: GUIDrop Drag and Drop Images onto Mudlet
Replies: 4
Views: 8356

Re: GUIDrop Drag and Drop Images onto Mudlet

Cool, I'll try leaving it as a label in an adjustable container and see how that goes. In terms of deleting it, I mean, after it has been converted to a label, it is still defined both in the script editor and in a lua file. Deleting it from the script editor and restarting mudlet, causes it to be p...
by Caled
Thu May 07, 2020 4:09 am
Forum: Scripts & Packages
Topic: GUIDrop Drag and Drop Images onto Mudlet
Replies: 4
Views: 8356

Re: GUIDrop Drag and Drop Images onto Mudlet

Some initial thoughts: Deleting a label created in this way doesn't seem to be easy. I found I needed to delete the file in the profile/AdjustableContainers folder. Having run the convert to label function via the right click menu, there isn't an easy way to get it back into the GUIDropManager. At f...
by Caled
Sun Mar 01, 2020 10:32 am
Forum: Help Forum
Topic: Module save (sync vs non-sync)
Replies: 7
Views: 4817

Re: Module save (sync vs non-sync)

Not sure if this got put into github, but the sync check has worked like a read/write toggle for as long as I’ve been using the module manager (8 or so years maybe?)

I always assumed it was intended behaviour with odd naming.
by Caled
Sat Feb 29, 2020 11:03 am
Forum: Help Forum
Topic: Combining repetitive output lines
Replies: 1
Views: 2473

Re: Combining repetitive output lines

Without seeing more of the different possible combinations, it's difficult to offer a concrete suggestion. However, I can explain where the solution may begin and you can tailor it from there. Firstly, if you are not familiar with the more advanced trigger concepts of gates, chains and filters, this...
by Caled
Mon Aug 12, 2019 5:00 am
Forum: Help Forum
Topic: Help with login handler
Replies: 2
Views: 4821

Re: Help with login handler

Heya disableAlias('name in here') disableTrigger('name in here') enableAlias('name in here') enableTrigger('name in here') Those work, BUT The script editor is a bit screwy and they don't visibly change to reflect that the group has been enabled/disabled until you click on it. Also, sometimes when y...
by Caled
Tue Aug 06, 2019 1:59 am
Forum: Mudlet Development
Topic: Vs 5 Suggestion - Packaging, creation and sharing
Replies: 4
Views: 9850

Re: Vs 5 Suggestion - Packaging, creation and sharing

That's an interesting point. I have a script which manages balance/cooldowns. One of the first scripts I ever wrote in fact, when mudlet was in beta. I rewrote it a few months ago, made it OOP, tidied it up etc, and added an optional flag during creation of a new cooldown object that would also caus...
by Caled
Tue Aug 06, 2019 1:46 am
Forum: Mudlet Development
Topic: Vs 5 Suggestion - Code editor improvements
Replies: 4
Views: 9701

Re: Vs 5 Suggestion - Code editor improvements

For anyone unfamiliar with the term, I believe most IDEs have them in some form or another now. I've looked into them on sublime, atom and VScode. Here is a gif of one in use, that I made this morning as a test, for sublime. The Sublime format snippet creation isn't too bad; it helps that there is a...
by Caled
Tue Aug 06, 2019 1:11 am
Forum: Mudlet Development
Topic: Vs 5 Suggestion - Packaging, creation and sharing
Replies: 4
Views: 9850

Vs 5 Suggestion - Packaging, creation and sharing

This isn't my idea (although I have my own opinions on it). OIther people have bandied it about on discord, but it isn't here and to me it makes sense as something to improve QOL for inexperienced new users, which is the theme of Mudlet 5 so, here goes. A centralised package/module repository. Allow...
by Caled
Tue Aug 06, 2019 12:57 am
Forum: Mudlet Development
Topic: Vs 5 Suggestion - Code editor improvements
Replies: 4
Views: 9701

Vs 5 Suggestion - Code editor improvements

Vadi suggested if I have any feature requests that are relevant to the version 5 theme of "newbie friendliness" that I post them here. Code editor: Currently it's functional but a bit bland. The autoformat feature is great, and the tab-completion feature... eh, well it does help me remembe...
by Caled
Fri Sep 28, 2018 6:17 am
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 173522

Re: Geyser UI Template

Jor'Mox has created an excellent window manager style of script, which acts as a basic framework for a drag-and-drop resizable UI. Genuinely simple and easy to use: https://forums.mudlet.org/viewtopic.php?f=6&t=22636&p=44768#p44768 Vadi suggested a nice demo for people may be to combine Jor'...