Open GoogleCodeExporter opened 8 years ago
Hi again,
I kind of found a workaround ...
1) I added a method "setCaption" to each wizard step
2) In my wizard view component, when I update all labels on screen to use the
right language, I iterate over all wizard steps. I then call the setCaption
with the caption text in the right language using the i18n support in the
component that wraps my wizard
3) at the end, I call the wizard.requestRepaintAll() to refresh the wizard.
The captions are indeed updated when the correct language.
Regards,
Alex
Original comment by alex.wei...@technolink.lu
on 17 Apr 2012 at 2:27
Original issue reported on code.google.com by
alex.wei...@technolink.lu
on 17 Apr 2012 at 2:12