Hello,
I'm using this function to display a panel from a menu bar.
void CVICALLBACK aff_data (int menuBar, int menuItem, void *callbackData,int panel)
{
DisplayPanel(data_login_handle);
}
The function is working well with french and english version of windows XP but does absolutely nothing with korean and japanese version of windows XP (the panel doesn't show up). I use DisplayPanel() successfully somewhere else in the code for other panels.
What should I check to debug this kind of behavior ? Any clues would be very appreciated.