Search found 11 matches

by gamer1111
Wed Jan 05, 2005 11:29 pm
Forum: GamingTools Members::WinEQ 2.0 Pro
Topic: Problem using Tiles and also PIP
Replies: 1
Views: 2286

Problem using Tiles and also PIP

1. I've tried to use tiling, but when I enable (auto, etc) it in my profile and start the profile it comes up in a tile and I can not switch it off with ctrl+\. 2. I have 4 profiles and I can arrange it so that 3 PIP windows are across the top of the screen, but I can not save their positions. Also ...
by gamer1111
Sun Dec 26, 2004 12:30 pm
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

Memory

I was thinking of making a HUD display for showing total memory/free memory.

Is there a way to access this information?
by gamer1111
Sat Dec 25, 2004 12:27 am
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

Session info

Look like my comments where not completed when I submitted my last post.

It seems that the session names and counts don't update.
When I run two EQ sessions at the same time, 1) They don't update the session name. 2) The second one shows no evidence that the first one is running.
by gamer1111
Fri Dec 24, 2004 9:12 pm
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

Session info

It seems that the session names and counts don't update. I run two EQ sessions at the same time, the function main() { declare Count int 1 Log "E:\Program Files\InnerSpace\session.log" echo "--- pt1 --- echo "Sessions_int=${Sessions}, Session_name_str=${Session[eq_session${Count}]}, Session_str=${Se...
by gamer1111
Fri Dec 24, 2004 5:39 pm
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

These crash: function main() { declare mystring string local "test" } function main() { declare mystring string "test" } function main() { declare mystring "test" } function main() { declare mystring string local } function main() { declare mystring string } ------------------------------- This one ...
by gamer1111
Fri Dec 24, 2004 1:18 am
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

The following function causes EQ to crash while starting.

function main()
{
declare mycount int
}

While this works fine:

function main()
{
declare mycount int 0
}

This causes EQ to crash at startup too:

function main()
{
declare mystring string "test"
}
by gamer1111
Thu Dec 23, 2004 12:29 pm
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

Hehe, I was doing all my testing with the console open. The new "Games" window looks nice. You might want to mention in the desctiptions of the Autoexec fields to put in the file name WITHOUT the .ice extension. Also mention this in the manual's parameter listing too. I'm working with a script and I...
by gamer1111
Thu Dec 23, 2004 11:10 am
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

Binding "Scroll Lock"

I use the following commands to release / capture the mouse, the Shift+Alt+Z one works fine and prints messages in the console. The "Scroll Lock" one does nothing. It looks fine in the "bind -list". Bind relm_key "Scroll Lock" DIMouse -lock toggle Bind brelm_key Shift+Alt+Z DIMouse -lock toggle
by gamer1111
Thu Dec 23, 2004 1:28 am
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

0.52

Wow! Thanks for making the corrections and additions in 0.52! :D I think I will be able to finish the scripts for the WinEQ style window controls now. GlobalBind seems to work fine now. Although the key combo's in "GlobalBind -list" just shows the last key in the combo. Changing the WindowFrame stil...
by gamer1111
Wed Dec 22, 2004 5:49 pm
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

I've tryed to add a profile and copy from an existing one again. But it seems to corrupt the original and leave the new one empty. profile "EverQuest Default Profile" ; stuff looks fine profiles -add "EQ Test Profile" "EverQuest Default Profile" ; said that it was adding new one and copying from the...
by gamer1111
Wed Dec 22, 2004 3:17 pm
Forum: GamingTools Members::Inner Space
Topic: List of problems, questions and suggestions
Replies: 22
Views: 30595

List of problems, questions and suggestions

I hope you don't mind me puttting up this list here. I'm still trying to figure out some things with IS so here goes. Thank you in advance for any help or pointers you can give. ------------------------------------------------------------ Errors: -----------------------------------------------------...