View Single Post
  #51  
Unread 02-27-2005, 07:03 PM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

The auto-updater works great. I ran it through a bunch of scenarios. Works on Win98SE, works when you put it in the WAY wrong folder. Kinda chokes when you read-only the XML files, but only pops up 1 error message, but this situation should never occur.

However, it's not ready for public consumption because there's still a few problems with the generated XML format:
- All 3 blackburrow levels have the wrong internal zone name set. Level 1 is _0, level 2 is _1, level 3 is _2.
- Line returns are the wrong type. Right now they're the 1 hex character "0A" type line return, when they should be "0D 0A" instead. Not sure how this needs to be fixed.
- Big problem; gaps exist in every OnHoverIn property. Here's an example:
Code:
OnHoverIn="Parent.Parent.Parent.Parent.WC_Titlebar.QM_LocEntr y.QM_LocText.LocalText=pathfindlocation Parent.Parent.Parent.Parent.WC_Titlebar.QM_LocEntr y.QM_LocPath.pathfindlocation=pathfindlocation"
There's a gap between "r" and "y" in the word QM_LocEntry which breaks functionality.

After these things get resolved, we should be good to go.

Quib
Reply With Quote