Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi gettext und TP_Ignore / DBgrid und DBCombobox (https://www.delphipraxis.net/130236-gettext-und-tp_ignore-dbgrid-und-dbcombobox.html)

manfred_h 5. Mär 2009 10:18


gettext und TP_Ignore / DBgrid und DBCombobox
 
Hallo zusammen

in meiner Anwendung verwende ich gettext um die Anwendung mehrsprachig zu machen.
Habe das Problem das ich einige Komponenten nicht übersetten lassen möchte und dies geht nicht.

wie hier und hier beschrieben habe ich es schon versucht.

Delphi-Quellcode:
  TP_GlobalIgnoreClassProperty(TSMDBGrid,'Columns.FieldName');
  TP_GlobalIgnoreClassProperty(TJvDBComboBox,'ListField');
  TP_GlobalIgnoreClassProperty(TJvDBComboBox,'DataField');
und auch im Form:
Delphi-Quellcode:
procedure Tfrm_member.FormCreate(Sender: TObject);
begin
  //  GnuGetText Ignores
  TP_Ignore (self,'SMDBGrid1');
  TP_Ignore (self,'cb_VISIT_POS');
  //
  TranslateComponent (self);
end;
Diese Angaben werden komplett ignoriert. Hat mir jemand einen Tipp?

Habe auch schon die "aktuelle" Version runtergeladen ( dxgettext-1.2.2.exe )

manfred_h 9. Mär 2009 09:08

Re: gettext und TP_Ignore / DBgrid und DBCombobox
 
Het jemand einen Tipp... ? :balloon: :coder2:

Manfred

manfred_h 19. Mär 2009 10:50

Re: gettext und TP_Ignore / DBgrid und DBCombobox
 
Wurde diese Problem noch nicht beobachtet? :duck:

Manfred


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:41 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz