Discussion of Inner Space
Moderators: Lavish Software Team, Moderators
-
Jackalo
- Non-Subscriber
- Posts: 23
- Joined: Wed Jun 22, 2005 6:07 pm
Post
by Jackalo » Fri Jul 08, 2005 1:11 am
The following code (notice use of CloseButtom) will cause WoW (possibly any game) to completely error out, not just IS.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<ISUI>
<Window name='AutoFish' >
<CloseButton>0</CloseButton>
<Visible>1</Visible>
<X>10</X>
<Y>140</Y>
<Width>285</Width>
<Height>100</Height>
<Children>
<Text name='Title'>
<X>5</X>
<Y>10</Y>
<Width>250</Width>
<Height>32</Height>
<FontSize>16</FontSize>
<text>Hello World!</text>
</Text>
</Children>
</Window>
</ISUI>
-
Jackalo
- Non-Subscriber
- Posts: 23
- Joined: Wed Jun 22, 2005 6:07 pm
Post
by Jackalo » Fri Jul 08, 2005 10:13 pm
Code: Select all
Beta 0.97 Build 2156
- LavishScript 1.31 - http://www.lavishsoft.com/wiki/index.php/LavishScript:Release_Notes
- Removed the minimizing workaround intended to prevent the problem where scripts stop
when some games are minimized due to not drawing
- User Interface changes:
[b]* Fixed crash issue with window elements using a minimize button, but no close button[/b]
You know, if all software developers were this proactive in crushing bugs in their products, the world would be a great place. =D
-
Lax
- Owner
- Posts: 6634
- Joined: Fri Jun 18, 2004 6:08 pm
Post
by Lax » Fri Jul 08, 2005 11:06 pm
I try.
