Search found 23 matches
- Wed Oct 22, 2008 10:30 am
- Forum: GamingTools Members::Inner Space
- Topic: Progress on the VG Skin
- Replies: 4
- Views: 4516
- Wed Dec 21, 2005 6:24 pm
- Forum: GamingTools Members::Inner Space
- Topic: Different Config Files for WOW
- Replies: 7
- Views: 6403
- Wed Dec 21, 2005 12:46 pm
- Forum: GamingTools Members::Inner Space
- Topic: Different Config Files for WOW
- Replies: 7
- Views: 6403
I have a modified AutoLogin.iss script that takes a login and password as two parameters when calling the script, and I have two profiles set up for WoW, each one calling AutoLogin with a different username and password. If you'd like, I can post it on ISMods and help you set it up, or you can wait ...
- Mon Dec 19, 2005 10:47 am
- Forum: GamingTools Members::Inner Space
- Topic: Video Capture?
- Replies: 5
- Views: 6673
- Fri Nov 25, 2005 11:51 am
- Forum: GamingTools Members::Inner Space
- Topic: Question For anyone.
- Replies: 9
- Views: 9130
- Fri Nov 25, 2005 11:46 am
- Forum: GamingTools Members::Inner Space
- Topic: Question For anyone.
- Replies: 9
- Views: 9130
- Tue Nov 08, 2005 11:44 pm
- Forum: GamingTools Members::Inner Space
- Topic: FPS Limiter
- Replies: 1
- Views: 2450
- Thu Oct 20, 2005 1:18 am
- Forum: GamingTools Members::Inner Space
- Topic: Question about patching
- Replies: 2
- Views: 2855
- Sun Oct 16, 2005 10:17 pm
- Forum: GamingTools Members::Inner Space
- Topic: Slight Problem
- Replies: 4
- Views: 4125
- Sun Oct 02, 2005 2:07 pm
- Forum: GamingTools Members::Inner Space
- Topic: How can i setup bot for WoW
- Replies: 4
- Views: 8948
http://www.ismods.com/wiki/index.php/WoWBot
Please post in the ISMods forums if you have questions about any extensions or scripts and not specifically InnerSpace, which are located at...
http://www.ismods.com/forums/index.php
Please post in the ISMods forums if you have questions about any extensions or scripts and not specifically InnerSpace, which are located at...
http://www.ismods.com/forums/index.php
- Sun Sep 18, 2005 3:01 pm
- Forum: GamingTools Members::Inner Space
- Topic: UI : Tabs
- Replies: 6
- Views: 5748
<?xml version="1.0" encoding="UTF-8"?> <ISUI> <Window name='Tab Testbed'> <X>120</X> <Y>240</Y> <Width>280</Width> <Height>280</Height> <StorePosition>0</StorePosition> <TitleBar template='window.TitleBar'> <Children> <text Name='Title' template='window.TitleBar.title' /> <button Name='Minimize' te...
- Sun Sep 18, 2005 2:25 pm
- Forum: GamingTools Members::Inner Space
- Topic: UI : Tabs
- Replies: 6
- Views: 5748
UI : Tabs
I'm on the final stages of miniAutofish, and decided to put in Tabs to keep the Config window as small as possible. The problem is that I've been researching TabControl for the past two hours and haven't been able to figure out how to set it up. Is there any chance you could provide a demonstration ...
- Sun Sep 18, 2005 12:04 am
- Forum: GamingTools Members::Inner Space
- Topic: UI : Close Button in corner of UI window
- Replies: 9
- Views: 9029
Code: Select all
<Command>ui -unload "&file;"</Command>
Code: Select all
<Command>ui -unload "&filepath;/miniAutofish_ConfigUI.xml"</Command>
- Sat Sep 17, 2005 11:58 pm
- Forum: GamingTools Members::Inner Space
- Topic: UI : Close Button in corner of UI window
- Replies: 9
- Views: 9029
I figured that I would make one more post in this thread detailing my (hopefully) final code for the custom Close Button. <?xml version="1.0" encoding="UTF-8"?> <ISUI> <Window name='Autofish Config'> <Visible>1</Visible> <X>375</X> <Y>240</Y> <Width>240</Width> <Height>240</Height> <TitleBar templat...
- Sat Sep 17, 2005 11:54 pm
- Forum: GamingTools Members::Inner Space
- Topic: UI : Close Button in corner of UI window
- Replies: 9
- Views: 9029
I feel like such an idiot now. The code below is my friend.
Code: Select all
<TitleBar template='window.TitleBar'>