Support for DevExpress Editors4/Raize DialogButtons

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
smartin
Posts: 5
Joined: Wed Nov 27, 2002 4:38 pm

Support for DevExpress Editors4/Raize DialogButtons

Post by smartin »

Do you have a time frame of when you might support DevExpress Editors and such? I am currently use the ExtendedTranslations property, but this can get quite tedious.

Is there a quick code change that I could use to support
properties.caption used in their controls?

Also, Raize RzDialogControls would be helpful as well.

Regards,
Scott.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Do you use latest version available? Several version ago there was implemented support for DevExpress properties, see in file SI.INC directive {$DEFINE DEVEXPRESS_SPECIAL} This activates special build and DevExpress properties such as .caption... will be listed in Captions list of TsiLang.
smartin
Posts: 5
Joined: Wed Nov 27, 2002 4:38 pm

Post by smartin »

I am using 5.3.1.1 and there is the define you menion in SI.INC, but the
captions for TcxCheckBox and TcxDBCheckBox are not in the list of items to translate. Anything that I need to look for?

Do I need to recompile? what package?

Regards,
Scott
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

If you have built latest version then all "Properties.x" of DevExpress will be listed in Other Strings list of TsiLang.
smartin
Posts: 5
Joined: Wed Nov 27, 2002 4:38 pm

Post by smartin »

OK,

I do see that they are in there ... new problem.

I removed Other Strings from the visible properties. Is there a way to make them visible again? The Dialog only allows you to remove properties, not to bring them back?
(SIL Editor 3.0.0.6)

Do I need to recreate the SIL file and to see 'Other Strings'?

Regards,
Scott.
smartin
Posts: 5
Joined: Wed Nov 27, 2002 4:38 pm

Post by smartin »

Nevermind on my last question... figured it out.

Regards,
Scott
Post Reply