Search found 6 matches
- Thu Oct 16, 2014 8:59 pm
- Forum: TsiLang Components Suite
- Topic: compile error when use TsiLang on FireMonkey
- Replies: 18
- Views: 60040
Thanks for the clarification. I'm currently reviewing FireMonkey localization options. Since I cannot directly use trial version SiComponents for FireMonkey projects, can I assume that the workflow for localizing FireMonkey projects is the same as VCL projects? For example, is there a FireMonkey ver...
- Thu Oct 16, 2014 1:32 pm
- Forum: TsiLang Components Suite
- Topic: compile error when use TsiLang on FireMonkey
- Replies: 18
- Views: 60040
details on rebuild with C++ Builder
So, in short, there is no way that I can localize FireMonkey projects with trial version with C++ builder (XE7)? Is it possible that I use pre-compiled dcu files in C++ builder? If I purchased the full source edition, I assume the source code is written in Delphi, and if I rebuild successfully, it w...
- Wed Oct 15, 2014 8:52 pm
- Forum: TsiLang Components Suite
- Topic: compile error when use TsiLang on FireMonkey
- Replies: 18
- Views: 60040
compile error when use TsiLang on FireMonkey
hi, I'm trying to go though the localization process using the FireMonkey sample projects - 'SettingsDemo'. After I drag and drop the TsiLang component in the form designer, it failed to compile with the error like: [bcc32 Error] SettingsProjectForm.h(26): E2015 Ambiguity between 'Vcl::Forms::TForm'...
- Tue Oct 14, 2014 6:06 pm
- Forum: TsiLang Components Suite
- Topic: work-around for localizing message box caption (mobile)
- Replies: 4
- Views: 14564
how to implement a dialog that runs on mobile?
Hello, The simplest workaround would be to implement dialogs using your own form. Just create a dialog form in your project for all dialogs and localize it with TsiLang. hi, Do you mind elaborating on how to implement a customized message box? The examples I found require functions such as CreateMe...
- Wed Oct 08, 2014 6:29 pm
- Forum: TsiLang Components Suite
- Topic: work-around for localizing message box caption (mobile)
- Replies: 4
- Views: 14564
- Tue Oct 07, 2014 2:12 pm
- Forum: TsiLang Components Suite
- Topic: work-around for localizing message box caption (mobile)
- Replies: 4
- Views: 14564
work-around for localizing message box caption (mobile)
hi, is it possible to localize the caption of the message box on mobile platforms? In "run time translation" sample project, the translated message box title is not picked up after switch to another language. The manual mentioned about the cause that the caption cannot be translated, is th...