Hi, James,
thanks for your reply. Unfortunately there is no specific code segment, sorry.
I made some investigation ("the blind way seeeking method") with "success", as result I must load panels as top-level panel:
LoadLocalizedPanel (0, panelFile, LOGIN, langFile, &hndPLogIn);
(originally I load panels as child panel(s) LoadLocalizedPanel (hndPMain, panelFile, LOGIN, langFile, &hndPLogIn); ).
May be there is a problem, but I don't understand why (or is this wrong construction and/or violation of rules described in "Panel and Multithreading" section?).
Thanx,
Jiri