Is there a way to correct this behaviour ?
HTML code of the page which exhibit this problem:
<html>
<head>
<title>MEGA_Process_600_Tree</title>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="../STANDARD/WS_INTRANET.CSS">
<script src="../STANDARD/WS_UA.JS"></script>
<script src="../STANDARD/WS_TREETEMPLATE.JS"></script>
<script>
ICONPATH = '../STANDARD/default.htm'
var counterI = 0
foldersTree = gFld("<b></b>", "WS_DATABASE.GIF", "WS_DATABASE.GIF", "")
foldersTree.treeID = "big"
foldersTree.xID = 'X0';
counterI--;
foldersTree1=insFldX(foldersTree,gFld("Echanges EAI","GENR.GIF","","2A962B4342B9000D.HTM","false"))
foldersTree2=insFldX(foldersTree,gFld("Vue technique des sites","GENR.GIF","","55D856D63EE00002.HTM","false"))
foldersTree21=insFldX(foldersTree2,gFld("Diagramme général dsanitized_by_modx& #39architecture technique Carrefour","MAT_R.GIF","","55D856D63EE00002.HTM@DiagTab=0","false"))
foldersTree3=insFldX(foldersTree,gFld("Vues dsanitized_by_modx& #39ensemble","GENR.GIF","","FA0EFAED3E1E0010.HTM","false"))
foldersTree31=insFldX(foldersTree3,gFld("Point dsanitized_by_modx& #39entrée applicatif","MA_R.GIF","","FA0EFAED3E1E0010.HTM@DiagTab=0","false"))
foldersTree.treeID = "L1"
</script>
</head>
<body topmargin="16" marginheight="16">
<script>initializeDocument()</script>
<script src="../STANDARD/WS_KEYSHORTCUTTEMPLATE.JS"></script>
</body>
</html>
Yes, this is very hard to understand logically whether ICONPATH = '/STANDARD/' line means a direct link to a folder or a part of string that will be later possibly used to make full links to images.
Perhaps we will find a way in the future to implement such logic.
Best regards,
Oleg Chernavin
MP Staff
>
> Yes, this is very hard to understand logically whether ICONPATH = '/STANDARD/' line means a direct link to a folder or a part of string that will be later possibly used to make full links to images.
>
> Perhaps we will find a way in the future to implement such logic.
>
> Best regards,
> Oleg Chernavin
> MP Staff
>
A simple way to desactivate this behaviour would be ok.
I don't understand the need to append default.htm to the path.
And it pose problem with script like this one.
Oleg.
>
> Oleg.
great !
yes i'd like too.
http://www.metaproducts.com/download/betas/oep2374.ZIP
Oleg.
>
> http://www.metaproducts.com/download/betas/oep2374.ZIP
>
> Oleg.
Is it possible to have an updated oe.exe for Offline Explorer Enterprise ?
Oleg.
>
> Oleg.
Email sent !
Oleg.
>
> Oleg.
I've received it and it's working great :)
Thanks you for your reactivity !
By using it, i've noticed another small problem: reference to folders with accented character like "eea..." aren't correctly handled. Instead i have folder name with things like "é" instead of "e".
>
> Oleg.
I've received it and it's working great :)
Thanks you for your reactivity !
By using it, i've noticed another small problem: reference to folders with accented character like "eea..." aren't correctly handled. Instead i have folder name with things like "eacute" instead of "e".
Oleg.
>
> Oleg.
accented character aren't unicode, there are in the ascii charset.
> >
> > Oleg.
>
> accented character aren't unicode, there are in the ascii charset.
and i think they are supported by all version of windows.
this is of course not the same for unicode character.
Oleg.
>
> Oleg.
ok i understand.
i hope this will be fixed but i realize this will involve a lot of time.
thanks anyway.
Oleg.