Glide V 1.0.3

Fixed a few issues and added a new Tag property to the DisplayObject.

http://www.ghielectronics.com/glide/

Nice!

I think there’s a bug in the designer…

Not sure I’ve totally figured out how to trigger it but it’s something like if you load xml with a checkbox and with other things, the positions (and maybe other properties) get all screwy.

Try loading this xml to see the problem:

<Glide Version="1.0.3">
  <Window Name="instance115" Width="320" Height="240" BackColor="FFFFFF">
    <CheckBox Name="instance353" X="140" Y="105" Width="32" Height="32" Alpha="255" Checked="False"/>
    <Button Name="instance1026" X="120" Y="50" Width="80" Height="32" Alpha="255" Text="Button" Font="4" FontColor="000000" DisabledFontColor="808080" TintColor="000000" TintAmount="0"/>
    <Button Name="instance1451" X="120" Y="160" Width="80" Height="32" Alpha="255" Text="Button" Font="4" FontColor="000000" DisabledFontColor="808080" TintColor="000000" TintAmount="0"/>
  </Window>
</Glide>