Search found 334 matches

by Nyyrazzilyss
Wed Feb 14, 2018 2:11 am
Forum: Mudlet Development
Topic: 1556 / New font installation?
Replies: 28
Views: 32806

Re: 1556 / New font installation?

Thanks, worked!

I'll play around a bit with it, but copying the font into the 'fonts' folder was good enough. Despite it not being monospace it was still loaded/ just not listed, and was accessible with css.
by Nyyrazzilyss
Wed Feb 14, 2018 12:59 am
Forum: Mudlet Development
Topic: 1556 / New font installation?
Replies: 28
Views: 32806

Re: 1556 / New font installation?

This is with the expectation that the (non-monospace) font was being accessed through css.
by Nyyrazzilyss
Wed Feb 14, 2018 12:49 am
Forum: Mudlet Development
Topic: 1556 / New font installation?
Replies: 28
Views: 32806

Re: 1556 / New font installation?

Thanks, that's what it was - mono space requirement. I downloaded a monospace ttf, copied it to the fonts folder, and it was visible and usable after mudlet restart. Of course, that doesn't quite meet what I was looking for :( I was looking to use a non-monospace font to rebuild my gui buttons etc r...
by Nyyrazzilyss
Tue Feb 13, 2018 9:43 pm
Forum: Mudlet Development
Topic: 1556 / New font installation?
Replies: 28
Views: 32806

Re: 1556 / New font installation?

Just attempted: I copied the desired .ttf file into the fonts directory with all the other .ttf files. Restarted mudlet, checked settings/main display, and the desired new font wasn't listed as being available. Window/3.7.1 : Not sure if i'm doing something wrong, or it just doesn't work either.
by Nyyrazzilyss
Tue Feb 13, 2018 4:09 pm
Forum: Mudlet Development
Topic: 1556 / New font installation?
Replies: 28
Views: 32806

1556 / New font installation?

A question in regards to https://github.com/Mudlet/Mudlet/pull/1556 BugFix: allow font-load from sub-directory w/versions without bundled fonts Am I right to guess that this will allow me to include a .ttf file with my script, copy it to a location that is writable by the script, and then be able to...
by Nyyrazzilyss
Fri Feb 09, 2018 5:10 pm
Forum: Mudlet Development
Topic: Scroll to end of window?
Replies: 0
Views: 5586

Scroll to end of window?

I'm likely missing something obvious - I'm making some changes to the demonnic chat package that had required me to use the hecho/hechoLink functions to copy lines into the windows. The previous code was using :append :append scrolls the window when a line is added to the end, but hecho/hechoLink do...
by Nyyrazzilyss
Sun Dec 24, 2017 2:59 am
Forum: Scripts & Packages
Topic: TorilMud (updated!)
Replies: 2
Views: 6495

TorilMud (updated!)

Major changes have happened on this mud in the past 6 months with the ranger and paladin classes. I've posted a Toril script for Mudlet 3.x.x+ 3.7.1 recommended http://www.mudlet.org If it's a prior version of Mudlet, it won't work. Latest stable script version posted (12/23/2017) is 011rc1b https:/...
by Nyyrazzilyss
Sun Oct 29, 2017 2:38 pm
Forum: Geyser Layout Manager
Topic: Tooltips on geyser labels?
Replies: 6
Views: 19036

Re: Tooltips on geyser labels?

Just appear on hover / disappear on subsequent mouse movement, yeah. Looking at the events, there appears to be sysWindowMousePressEvent, sysWindowMouseReleaseEvent. :setOnEnter and :setOnLeave tell me when I enter/or exit a label. getMousePosition() gives the current mouse xp, yp. Maybe was there a...
by Nyyrazzilyss
Sat Oct 28, 2017 10:08 pm
Forum: Geyser Layout Manager
Topic: Tooltips on geyser labels?
Replies: 6
Views: 19036

Re: Tooltips on geyser labels?

Would there be any way to use QToolTip / stylesheets/ or CSS to force tooltip creation? I sortof got one working using window entry/exit + mouse position, but it's not as quick as it should be. In particular, when it comes to making it work with hover.
by Nyyrazzilyss
Fri Oct 27, 2017 2:46 pm
Forum: Geyser Layout Manager
Topic: Tooltips on geyser labels?
Replies: 6
Views: 19036

Tooltips on geyser labels?

If need be I can fake it with :setOnEnter and :setOnLeave, however:

Is there any pre-existing functions in geyser to add tooltips display to labels?