Search found 6 matches

by ACiDXiAN
Wed Oct 22, 2008 9:55 am
Forum: GamingTools Members::Inner Space
Topic: Progress on the VG Skin
Replies: 4
Views: 4161

I did do somethign a little different with the images however. to maybe make reskinning or such easier. Each image is a single entity in an /images folder. I could have used a single png and did the coordinates thing but I foudn this was much faster and easier to make a 'new tech' design when done o...
by ACiDXiAN
Wed Oct 22, 2008 2:42 am
Forum: GamingTools Members::Inner Space
Topic: Progress on the VG Skin
Replies: 4
Views: 4161

Progress on the VG Skin

This is some screens of what has been worked on and stuff I rewrote thansk to Lax and his help to make ap roper VG skin that anyone can use. Its more like a fantasy style thign than just a VG thing but anyhow.. VGSkin (compliant with new changes I hope) (-skin vgskin) http://members.shaw.ca/acidxian...
by ACiDXiAN
Mon Oct 20, 2008 9:51 am
Forum: GamingTools Members::Inner Space
Topic: Innerspace update
Replies: 11
Views: 8639

Well removed all the templates as a starter and its back to working functionality so somewhere alogn the lines of using a messed up skin code it messed up a lot of the VG stuff. While ugly at its current stage (base UI) its functional, now to get on a proper VG skin to add possibly here when I finis...
by ACiDXiAN
Mon Oct 20, 2008 1:44 am
Forum: GamingTools Members::Inner Space
Topic: Innerspace update
Replies: 11
Views: 8639

I will rewrite the GUI with the info you supplied to make it less reliant and more 'skinnable' as I do like that feature to be honest. Just used and was learngin from prior scripts which all used that old style junk. I will rewrite it and see if that fixes my problems beofre I send in reports to you...
by ACiDXiAN
Mon Oct 20, 2008 12:43 am
Forum: GamingTools Members::Inner Space
Topic: Innerspace update
Replies: 11
Views: 8639

forgot the UI code that accompanishes this: /* Main GUI */ <Window Name='ACiDScript' Template='VG.Window'> <X>75%</X> <Y>35%</Y> <Width>250</Width> <Height>350</Height> <Client Template="VG.Window.Client" /> <StorePosition>1</StorePosition> <Title>[H:${Me.Health}] ....[${Script[VGB].V...
by ACiDXiAN
Mon Oct 20, 2008 12:35 am
Forum: GamingTools Members::Inner Space
Topic: Innerspace update
Replies: 11
Views: 8639

the post you fixed in the ISX forums Lax worked fine, the problem arrises on documentation on how the changes to the listboxes are implemented, the biggest break is this sort of line. Anytime I run a refresh on the listbox using something like this: just a snippet function PopulateList() ...