Page 1 of 1

SiLang and IntraWeb

Posted: Tue Jan 12, 2010 3:21 pm
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?

Posted: Wed Jan 13, 2010 8:30 am
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.