chymax3m Posted July 7, 2012 Posted July 7, 2012 Hi, I'm using 8.4.6 version and worked over the translation into Ukrainian. There are few strings, i haven't met using wpi, so i left it in English.P.S. According to requests, would be nice to let User an opportunity to create custom buttons like "Begin Install" in the left side ( atleast 2 or 3).lang_ua.rar
Kelsenellenelvian Posted July 8, 2012 Author Posted July 8, 2012 Thank you for the translation...Extra Buttons???WTH would you use them for?Adding buttons is pretty code intensive and there is NO way to make easy ad-able buttons (plus when all the buttons that there are total are active the left side is pretty full)
chymax3m Posted July 8, 2012 Posted July 8, 2012 OK! Then is it possible to make the "Read Me" Button to open not .txt but .chm file.You see I'd like to give the user an illustrated description of software gathered in my WPI, compiled in CHM-help file.
Kelsenellenelvian Posted July 9, 2012 Author Posted July 9, 2012 Open api.js and change: (line 19)strFile=wpipath+"\\ReadMe.txt";tostrFile=wpipath+"\\ReadMe.chm";and line 376 from:strFile=wpipath+"\\ReadMe.txt";to strFile=wpipath+"\\ReadMe.chm";then in information.js line 340 strFile=wpipath+"\\ReadMe.txt";to strFile=wpipath+"\\ReadMe.chm";then in customthemecode.js change line 124 from: strFile=wpipath+"\\ReadMe.txt";to strFile=wpipath+"\\ReadMe.chm";PLEASE ALSO REMEMBER!! WPI is NOT free for business or corporate uses...
chymax3m Posted July 9, 2012 Posted July 9, 2012 (edited) Oh, it's just for my friends (the female part), because they know nothing about software installation and troubleshooting can be met working with some applications. Thanks a lot. P.S. About strings, i hadn't translated in language file, what are they about? If i understood their meaning i would translate them also. Edited July 9, 2012 by chymax3m
chymax3m Posted July 9, 2012 Posted July 9, 2012 I changed strings as You wrote, but something gone wrong. Look the picture below. Can it be because of the language used in chm-file?
Kelsenellenelvian Posted July 9, 2012 Author Posted July 9, 2012 I will look into it.Please send me a sample chm file.
chymax3m Posted July 9, 2012 Posted July 9, 2012 Take a look please. I think it's because the encoding system: the txt is encoded in ANSI, and the chm in UTF-8.readme.7z
Kelsenellenelvian Posted July 9, 2012 Author Posted July 9, 2012 WOWI actually get a blank chm file when I open that.
chymax3m Posted July 10, 2012 Posted July 10, 2012 That strange, because I've downloaded it from my attachment and look what I got
chymax3m Posted July 10, 2012 Posted July 10, 2012 OK then, what about You, can You try to change the ReadMe file with Your own chm?
Kelsenellenelvian Posted July 10, 2012 Author Posted July 10, 2012 I am sorry but I am having issues getting a chm to launch from within wpi's interface.I just don't have the time to dedicate to this right now.
Kelsenellenelvian Posted July 12, 2012 Author Posted July 12, 2012 in your language file:Line 243 = txtCollapseAll[lang] = ['Collapse All'];"Collapse All" means "Fold all" or "Minimize all"Line 644 = Don't worry about this one the chances of it being shown are very small.1016 - 1066 Not sure how to explain theseYeah so there is only 1 line that you really need to update.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now