Search found 405 matches

by Caled
Sun Jul 22, 2012 11:29 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

I have one last question before I call it a day. It's about syntax. The API wiki talks about 'properties'. For example: Name Returns the Frame's name. How do I use this to actually return a frame's name (or another property to return some more useful information). It seems that it will be really han...
by Caled
Sun Jul 22, 2012 8:11 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

Thanks to Vadi, I worked it out. The problem was me applying a component directly to the predefined border frames. The answer is to create frames the same size as each of those frames, and manipulate the newly created frames instead. :D

Thanks all
by Caled
Sun Jul 22, 2012 7:36 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

A frame can only have ONE instance of a component in it. Components are Images, Borders, Backgrounds etc... Meaning you CAN'T have two borders in a frame, but you CAN have one border, one image, and one background in a frame. To use only one frame, the frame:Remove() and frame:Add() functions are t...
by Caled
Sun Jul 22, 2012 7:05 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

------------------------------------------------- -- Lyric -- -- -- -- Namespace "lyr" -- ------------------------------------------------- lyr = lyr or {} -- Set the border frame sizes lyr.borderframes = {} lyr.borderframes.left = { size = 0.29, } lyr.borderframes.right = { size = 0.36, ...
by Caled
Sun Jul 22, 2012 3:38 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

Thanks! That makes sense. Incidentally, I tested that advice you gave earlier and it does work, though it does mean you can't declare your frames as local variables, unless there is another way to refer to them. I have a question,more about GUI-ing in general than Vyzor (should I be making a new thr...
by Caled
Sun Jul 22, 2012 12:13 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

One more, kind of small, thing. The handle borders option - I dislike how changing the right border, brings the scroll bar in toward the center of the screen. How difficult do you think it would be to allow Vyzor to set left, top and bottom - but not the right - borders? Usually when making a gui wi...
by Caled
Sat Jul 21, 2012 11:50 pm
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

Hrm. I'll play around with that, thanks. There may actually be a better way to achieve what I want, let me know what you think? I'm trying to build a framework for touch screen mudding on x86 tablets (notably, windows 8). The tablets in question don't exist yet, but the following is almost certain t...
by Caled
Sat Jul 21, 2012 7:50 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 279275

Re: Vyzor, UI Manager for Mudlet [Beta?]

How do I size an object such as a frame in such a way that it maintains a particular aspect ratio? For example, if I wish to make a clickable button that is always a square, but will still be resized larger/smaller as the mudlet window is changed? Is this possible?
by Caled
Sat Jul 21, 2012 1:19 am
Forum: Help Forum
Topic: visual mapper editor
Replies: 10
Views: 5602

Re: visual mapper editor

So I can, I didn't notice that before. I maped a few new rooms (6-10). I then started moving them with the mouse - right clicking single rooms and moving them. After about the 5th move, mudlet froze and then closed. Process: mudlet [2796] Path: /Users/USER/Desktop/Mudlet-2.0-test4.app/Contents/MacOS...
by Caled
Fri Jul 20, 2012 9:06 pm
Forum: Help Forum
Topic: visual mapper editor
Replies: 10
Views: 5602

Re: visual mapper editor

I've come across a bug with Mudlet becoming unstable quite quickly, to the point of crashing, when I move rooms around in this fashion with the mouse. I'm still testing it out a bit before I make a proper bug report on it. I'm using the latest osx build, and I really want to test it in windows, but ...