SiLang and IntraWeb

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
optiware
Posts: 4
Joined: Mon Jan 11, 2010 2:31 pm

SiLang and IntraWeb

Post by optiware »

Hi,

I am using SiLang 6.4 together with IW10.0.19 in application mode.
I have two buttons for two languages. Clicking these buttons shows my form in the two languages - but not all components. An IWMemo and an IWLabel are in the correct language, an IWComboBox and a Menue still show in the former language if I use OnClick. Using OnAsyncClick, the IWComboBox is ok, too. But not the Menue.
If I display a new form by clicking a menu item and come back to the first form, the ComboBox and the Menue are in the correct language.
Seems it has to do something with button's event (OnClick and OnAsyncClick).
Who has experience with this, and can tell me how to set it all up?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

I can guess this is just an update-repaint issue. I can't recall exactly, but you can try to call something like Update or ReInit method of your form after changing language.
Hope this helps.
Best regards,
Igor Siticov.
Post Reply