Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ General ➜ Mushclient Graphics?

Mushclient Graphics?

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Robert Powell   Australia  (367 posts)  Bio
Date Fri 11 Jul 2008 09:20 AM (UTC)
Message
Is it possible to use lua or some other method to load a jpg in a popup window via a trigger?

Just a guy having a bit of fun. Nothing more, nothing less, I do not need I WIN to feel validated.
Top

Posted by Nick Gammon   Australia  (23,169 posts)  Bio   Forum Administrator
Date Reply #1 on Fri 11 Jul 2008 09:59 AM (UTC)
Message
See this thread:

http://www.gammon.com.au/forum/?id=6581

Using the method described there I was able to load up a picture using the default viewer (in my case, Irfanview), by simply executing this line:


assert (windows_utils.shell_execute ("c:\\my_picture.png"))


For this to work you need to have loaded windows_utils.dll, and enabled "Allow DLLs to be loaded" in the Lua sandbox.

Here is how to load the DLL:


assert (package.loadlib ("windows_utils.dll", "luaopen_windows_utils")) ()


The DLL is available for downloading from the MUSHclient download page (see button above).

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


14,146 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.