View Single Post
  #3 (permalink)  
Old 09-08-03, 03:46 AM
adruta adruta is offline
New Member
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Dear Clay,

Thank you very much for your reply for my question. I have solved my problem translating resources file. The problem was special characters which is part of Latin 2 character table.

Your second solution is really advanced for me. I must learn a little bit more about this possibility. I have heard about other possibility using dll.

The 3rd possibility is not secure, because everybody can change the text inside of the program and I don’t want this.

Thank you again for your advice.

Andrei Druta

PS. I have saw that your web site (www.lazarusid.com) have small JavaScript error on line 53 ( in IE 6.0.

My advice is to add in this row a (\) before (‘)

Before:
<a href="/resume.html" onMouseOver="window.status='Clay’s Resume';return true;"

After:
<a href="/resume.html" onMouseOver="window.status='Clay\’s Resume';return true;"
Reply With Quote