Search found 16 matches

by branden7
Sat Oct 26, 2013 8:19 pm
Forum: Geyser Layout Manager
Topic: Capture a whole block of text
Replies: 11
Views: 31208

Re: Capture a whole block of text

Ok cool..I dont know a lot about garbage collection so that helps. I ended up actually using that code in a few places so I turned it into a function and took your advice and got rid of the iterator to wipe out the table. I set up a global variable script so you wont see where i initialize the vars ...
by branden7
Sat Oct 26, 2013 12:12 am
Forum: Geyser Layout Manager
Topic: Capture a whole block of text
Replies: 11
Views: 31208

Re: Capture a whole block of text

uhm...I don't know. Ha..
I guess I was thinking that would just create a new reference and leave the old table just hanging out reference-less but still taking up memory, but that probably really isnt a very big deal even if that is the case.
by branden7
Fri Oct 25, 2013 4:43 am
Forum: Geyser Layout Manager
Topic: Capture a whole block of text
Replies: 11
Views: 31208

Re: Capture a whole block of text

So I ended up having to change a few things around. While the kill trigger in the prompt was brilliant and did work, the problem was that sometimes the prompt was coming long enough after the call to display the skills that it was picking up garbage. So I needed to go back to it dieing when it hit a...
by branden7
Thu Oct 24, 2013 9:56 pm
Forum: Geyser Layout Manager
Topic: Capture a whole block of text
Replies: 11
Views: 31208

Re: Capture a whole block of text

Oh man! what the heck. Why didnt I think of that. That's good. That works.

and now I'm late for work.

I should have realized that would work.
by branden7
Thu Oct 24, 2013 9:21 pm
Forum: Geyser Layout Manager
Topic: Capture a whole block of text
Replies: 11
Views: 31208

Re: Capture a whole block of text

Ok..so the results of each line are stored in a line variable. It have it working..kind of. I can't get it to stop but I will figure out a way for it to stop when it hits my prompt (open to suggestions). and then I'm thinking of putting it the results into a table and outputting the table into a lab...
by branden7
Thu Oct 24, 2013 9:03 pm
Forum: Geyser Layout Manager
Topic: Capture a whole block of text
Replies: 11
Views: 31208

Re: Capture a whole block of text

I dont think I get GA signals (it said <no GA> at bottom) but I like the idea..maybe I can just use a regex to match for my prompt because it does send a prompt after I check my skill list. I could tie it into a keystroke too possibly. If I can't figure that out the second one should work..I think I...
by branden7
Thu Oct 24, 2013 7:00 pm
Forum: Geyser Layout Manager
Topic: Capture a whole block of text
Replies: 11
Views: 31208

Capture a whole block of text

Ok..Im moving on to (what I think) is more complicated stuff. I want to capture a whole block and output it to another window. IE: Skill Name Uses Remaining Level Biting 293 5 Parry 473 5 Shadow Strike 188 5 Climbing 419 5 Close Combat 196 14 Hiding 1056 20 Wound Mending 128 8 Ranged Combat 986 10 S...
by branden7
Thu Oct 24, 2013 6:54 pm
Forum: Geyser Layout Manager
Topic: Gauge.setValue doesnt seem to work with variables?
Replies: 5
Views: 17973

Re: Gauge.setValue doesnt seem to work with variables?

Hm..it must be something funny with the way the prompt outputs. I was trying to set a hidden or visible var, which is supposed to come through in my prompt (although only hidden comes through). I was running an if statement to check if the value of matches[11] == "Hidden" if it was it set ...
by branden7
Thu Oct 24, 2013 6:49 pm
Forum: Geyser Layout Manager
Topic: formatting the text of a label
Replies: 4
Views: 18781

Re: formatting the text of a label

Yep...that thing helps and my labels now work better than the MiniConsole boxes I was trying to use.
by branden7
Thu Oct 24, 2013 6:29 pm
Forum: Geyser Layout Manager
Topic: formatting the text of a label
Replies: 4
Views: 18781

Re: formatting the text of a label

Yeah it was that [[ ]] syntax that I was missing. I think that will help greatly.

Thanks!