I've found increasing the size of the input box will help. Settings -> Input line -> Command line minimum height in pixels
I find a value of 40 tends to work fairly well.
Search found 27 matches
- Sun Jun 12, 2016 2:24 am
- Forum: Help Forum
- Topic: Main window resize on Mac/OS X
- Replies: 3
- Views: 1181
- Wed Apr 13, 2016 3:47 am
- Forum: Help Forum
- Topic: Aliases prints 2 times
- Replies: 2
- Views: 787
Re: Aliases prints 2 times
send("whatever it is you want to send", false)
- Mon Feb 22, 2016 5:35 am
- Forum: Help Forum
- Topic: GMCP Events Not Firing
- Replies: 5
- Views: 1136
Re: GMCP Events Not Firing
Silly question, I know, but have you made sure you turned GMCP on in the settings?
- Thu Nov 05, 2015 7:28 am
- Forum: Help Forum
- Topic: Using registerAnonymousEventHandler to redraw UI
- Replies: 2
- Views: 1238
Using registerAnonymousEventHandler to redraw UI
Hey all, been playing a good bit with trying to gracefully handle redrawing the UI I've created when the Mudlet window gets resized (which still happens a ton on macs) since it starts to just look like trash without it. From what I've read and searched around for, pretty much the only way to redraw ...
- Wed Sep 09, 2015 4:18 am
- Forum: Help Forum
- Topic: Having some trouble with vertical gauges
- Replies: 1
- Views: 765
Re: Having some trouble with vertical gauges
After some playing, and deciding to scrap that profile for a new one, I think the problem lies in using an HBox to contain the gauges in instead of just slapping them inside of a regular container and positioning them manually.
- Sat Sep 05, 2015 9:24 pm
- Forum: Help Forum
- Topic: Having some trouble with vertical gauges
- Replies: 1
- Views: 765
Having some trouble with vertical gauges
Hey folks, been playing with this off and on for a few weeks and I'm stumped. So figured I'd appeal to the greater minds than mine to see what I'm doing wrong. Long and short of it, I've been working on a new UI after having learned a good bit from Akaya's layout template that they were nice enough ...
- Wed Sep 02, 2015 6:35 am
- Forum: Help Forum
- Topic: How to begin developing scripts
- Replies: 5
- Views: 1048
Re: How to begin developing scripts
Make a new profile, install and see. Should be compatible.
- Wed Sep 02, 2015 4:13 am
- Forum: Help Forum
- Topic: How to begin developing scripts
- Replies: 5
- Views: 1048
Re: How to begin developing scripts
I'd suggest using http://www.aardwolf.com/wiki/index.php/ ... ardwolfGUI as a template/base.
- Fri Aug 21, 2015 5:05 am
- Forum: Help Forum
- Topic: How to match with spaces?
- Replies: 3
- Views: 769
Re: How to match with spaces?
^\w+ says 'tele to (.*)'$ https://regex101.com is an awesome tool that helps show you what is matching with your statements, and gives a pretty good reason as to why. What the regex above does is it captures any number of words/characters/whatevers after to and before the '. If there's better punctu...
- Thu Jul 30, 2015 2:12 am
- Forum: General Forum
- Topic: Mudlet features and API requests
- Replies: 520
- Views: 250233
Re: Mudlet features and API requests
Fitting into a GUI is exactly what I'm looking for. Figured why recode if the functionality is already there. Is no big deal, I can write a simple, terribly optimized scratch pad. But having the user able to click on a GUI window, and just write something, would be nice instead of aliases and the li...