Page 1 of 1

Support for DevExpress Editors4/Raize DialogButtons

Posted: Wed Oct 13, 2004 2:47 pm
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.

Posted: Thu Oct 14, 2004 6:00 am
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.

Posted: Thu Oct 14, 2004 12:34 pm
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

Posted: Thu Oct 14, 2004 3:26 pm
by isiticov
If you have built latest version then all "Properties.x" of DevExpress will be listed in Other Strings list of TsiLang.

Posted: Thu Oct 14, 2004 3:59 pm
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.

Posted: Thu Oct 14, 2004 4:17 pm
by smartin
Nevermind on my last question... figured it out.

Regards,
Scott