Friday 15 December 2006

Wednesday 13 December 2006

Thursday 7 December 2006

Alienbrain 7.5.1 IE7 tools->options fix

open
{alienbrain}\Client\Application\System\Components\Tree\tree.js
find
function LoadTree(nClientIdentity)
under
sPath=sPath.substr(1, sPath.length - 1);
add
sPath=sPath.replace(/\//g, "\\"); // ie7fix: make sure that we've got backward slashes

or upgrade to 7.5.2 (both server+client)

map drive to folder on XP

as a time/effort save you can shortcut your path to data by making a mapped drive.
open a command prompt, type subst, this shows existing drive maps,
to map a drive use subst w: c:\myfolder
where w: is the drive letter and c:\myfolder is the folder path!