Search found 177 matches

by Silvine
Sun Mar 04, 2012 5:54 pm
Forum: Help Forum
Topic: Geyser gauges help
Replies: 2
Views: 3603

Re: Geyser gauges help

Thanks, the documentation proved useful. I worked out a solution, its probably a bit confused but it works nicely for me so i thought other beginners might find it useful. -- First make a container to put your guages and Hbox in. I used Hbox because I didnt really like how text displays in the gauge...
by Silvine
Thu Mar 01, 2012 10:13 pm
Forum: Help Forum
Topic: Geyser gauges help
Replies: 2
Views: 3603

Geyser gauges help

Hi i'm trying to add a few vertical gauges but cant find any code examples to send me on my way. Can anyone point me in the right direction of how to set them up.

thanks

Silv
by Silvine
Fri Mar 18, 2011 10:27 am
Forum: Help Forum
Topic: Table problems
Replies: 1
Views: 1993

Table problems

I have keys stored in a bag, and every tick I look in the bag to see what keys I still have. I want to store the key names in a table (previous tick) and then compare them with the keys I have in another table (this tick) and then echo on screen that one or more keys is now gone. I can grab the key ...
by Silvine
Sat Dec 11, 2010 1:19 am
Forum: Help Forum
Topic: How do you format a stopwatch
Replies: 2
Views: 2459

Re: How do you format a stopwatch

Got it sorted for what i want it to do. I'll post answer in case its of use to anyone else. Use a stopwatch that starts when you log in, then on the tick get the stopwatch time and then convert it into your own clock. currenttimestop = getStopWatchTime(logtimestop) seconds = currenttimestop % 60 min...
by Silvine
Sat Dec 11, 2010 1:19 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: How do you format a stopwatch
Replies: 1
Views: 4089

Re: How do you format a stopwatch

Got it sorted for what i want it to do. I'll post answer in case its of use to anyone else. Use a stopwatch that starts when you log in, then on the tick get the stopwatch time and then convert it into your own clock. currenttimestop = getStopWatchTime(logtimestop) seconds = currenttimestop % 60 min...
by Silvine
Fri Dec 10, 2010 7:21 pm
Forum: Help Forum
Topic: How do you format a stopwatch
Replies: 2
Views: 2459

How do you format a stopwatch

Hopefully a simple one. I want to use a stopwatch to display how long I have been logged on. It runs off a trigger from the welcome message, and updates to a status window every tick. But how do I format the stopwatch to show hours, mins, seconds? I did try another approach that stored my login time...
by Silvine
Fri Dec 10, 2010 7:21 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: How do you format a stopwatch
Replies: 1
Views: 4089

How do you format a stopwatch

Hopefully a simple one. I want to use a stopwatch to display how long I have been logged on. It runs off a trigger from the welcome message, and updates to a status window every tick. But how do I format the stopwatch to show hours, mins, seconds? I did try another approach that stored my login time...