Search found 7 matches

by neve
Wed Sep 14, 2022 7:01 pm
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8949

Re: packaging fonts into module

Yeah I kinda figured, thanks for the help. I think that is going to be the final nail for mudlet for this project then unfortunately. It doesn't support screenreaders and it doesn't support custom fonts except in this specific inflexible way that also doesn't work. You really don't have any other vi...
by neve
Wed Sep 14, 2022 5:55 pm
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8949

Re: packaging fonts into module

It is a .ttf and getAvailableFonts() is how I was checking for it. I see all of my system fonts, and it shows up there if I add it to my system globally. It's not just this font either, I can't get any to become available by putting them in the mpackage zip.
by neve
Wed Sep 14, 2022 4:28 pm
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8949

Re: packaging fonts into module

Any debugging advice on if a font isn't made available automatically? This doesn't seem to work for me at all. > no, but are you sure you'll be able to download it even in that case using Mudlet? Typically these things require using a browser Yes, it's not a browser license it just doesn't allow dis...
by neve
Wed Sep 14, 2022 3:16 pm
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8949

packaging fonts into module

Hello I am trying to package a third-party font into my mudlet module/package. The wiki docs give this information: To install a new font with your package, include the font file in your zip/mpackage and it'll be automatically installed for you. It's not completely clear to me where in the mpackage ...
by neve
Wed Apr 27, 2022 6:54 pm
Forum: Help Forum
Topic: which container to use for this and how
Replies: 2
Views: 3782

which container to use for this and how

I'd like to put some UI elements inside a sidebar-type container but it's not obvious to me which one best fits what I want: - fixed position - a set width relative to mudlet window. eg user can't resize the sidebar but it does smoothly resize when the main window does - outside of and to the right ...
by neve
Mon Apr 25, 2022 2:28 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Websockets in Mudlet
Replies: 3
Views: 24729

Re: Howto: Websockets in Mudlet

Ahhh maybe I did miss that. I noticed it about spawn but that might have been later. That little feature is so strange and frankly a little alarming, I'm not even sure how I feel about depending on it. Plus I might like to distribute this code later and shelling out like that is a whole extra set of...
by neve
Thu Apr 21, 2022 6:24 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Websockets in Mudlet
Replies: 3
Views: 24729

Re: Howto: Websockets in Mudlet

Whoa that's extremely cool! I was considering this option for a parser but ran into trouble with spawn and send. and the function can be replaced to parse information coming back. Could you give an example of that? I never could get send() to work. And I could only get a response from spawn() if the...