• このフォーラムは、www.cad3d.it/forum1 - イタリアのデザインコミュニティの機械翻訳です。いくつかの用語は正しく翻訳されていません。

compostのプロパティを作成する

  • Thread starter Thread starter and
  • Start date Start date

and

Guest
ipropertiesを2つのプロパティのユニオンとして作成できますか?
例 :
"translation" を呼び出す新しい「変数」を作成します。
翻訳 = フランス語 + ドイツ

私の例:
翻訳 = vis tête ronde 爆弾 bohrschrauben

Immagine 2024-02-02 124216.jpg
 
翻訳を価値として書き込む
スタッフ<franecese> <tedesco></tedesco></franecese>
 
ウィンドウを閉じます。
カスタムの iproperties に合うようにしようCattura.PNG
 
まぁ...。
外部のilogicルールの文字列にこのソリューションを変換したい場合は?
 
私はこれらの属性を計算するために外部のilogicルールを作成しました...しかし、値がない場合は、ルールの継続をブロックします。... 彼が間違いを犯し、続行しないように彼を見つからなければ、私はどのように克服し、彼に言うことができますか?

iproperties.value("custom", "desc.en") = iproperties.value("custom", "English")。 ログイン

iproperties.value("custom", "desc.f") = iproperties.value("custom", "French") ログイン

iproperties.value("custom", "desc.d") = iproperties.value("custom", "German") ログイン

"フランス語" 値がブロックされていない場合は、この ilogic で ilogic と "desc.d" は値しません!

お問い合わせ
 
行を try/catch/end トライに差し込むか、次のエラー履歴書に追加できます。 2つのオプションは共存できません
Code:
'gestione errori コンレタ
お問い合わせ
messagebox.show(iproperties.value("custom", "propertyname")))
キャッチ
'in caso di エラー
messagebox.show(「マンカ」)
エンドトライ

' gestione errori grossolana さん
エラーで次の再開
messagebox.show(iproperties.value("custom", "propertyname")))
 

Forum statistics

Threads
46,674
Messages
380,976
Members
2
Latest member
loop80
このフォーラムは、www.cad3d.it/forum1 - イタリアのデザインコミュニティの機械翻訳です。いくつかの用語は正しく翻訳されていません。

Members online

No members online now.
Back
Top