Dear Masters,
Is these working ok ?
Language Button Translate Code
Moderator: Rathinagiri
Language Button Translate Code
- Attachments
-
- Page After Translation to English...
- trans_after.JPG (115.15 KiB) Viewed 2247 times
-
- Original page ... ( no translation)
- trans_before.JPG (121.53 KiB) Viewed 2247 times
Just Hmg It !
- vagblad
- Posts: 173
- Joined: Tue Jun 18, 2013 12:18 pm
- DBs Used: MySQL,DBF
- Location: Thessaloniki, Greece
Re: Language Button Translate Code
Hello Chang,
I've encountered a similar error with the tree header file. In my case it was a duplicate variable error, but it was caused from the same line in
i_tree.ch as yours.
I just commented out the line 233 in the file i_tree.ch: // MEMVAR _HMG_This_TreeItem_Value
and i was able to compile with no problems after that.
This is just a workaround though and probably someone of the gurus will have a better answer.
Best Regards
Vagelis
P.S. : Remember to re-build the libraries after changing the i_tree.ch file.
I've encountered a similar error with the tree header file. In my case it was a duplicate variable error, but it was caused from the same line in
i_tree.ch as yours.
I just commented out the line 233 in the file i_tree.ch: // MEMVAR _HMG_This_TreeItem_Value
and i was able to compile with no problems after that.
This is just a workaround though and probably someone of the gurus will have a better answer.
Best Regards
Vagelis
P.S. : Remember to re-build the libraries after changing the i_tree.ch file.
Vagelis Prodromidis
Email: vagblad@gmail.com, Skype: vagblad
Email: vagblad@gmail.com, Skype: vagblad
Re: Language Button Translate Code
Thks for the info but...
i just want to report bugs... ( maybe not)
i just want to report bugs... ( maybe not)
Just Hmg It !