Search found 2 matches

by tomteng
Sat Oct 27, 2018 3:35 pm
Forum: Help Forum
Topic: GMCP image display
Replies: 3
Views: 3556

Re: GMCP image display

You likely just got a gray square because the file path for the image either wasn't right, or had \ as the directory separator, instead of / (which happens on Windows, but not other OSs, when you use getMudletHomeDir()). To make the image display correctly, you want to replace the backslashes with ...
by tomteng
Fri Oct 26, 2018 3:49 pm
Forum: Help Forum
Topic: GMCP image display
Replies: 3
Views: 3556

GMCP image display

Hi there, my friends and I are trying to build a mud game with light image content. I'm currently looking at the Geyser GUI tutorial, and I just want to ask if it is possible to display an online image in the mudlet client? like a small icon saved on online server. When I tried to implement it with ...