Hi list !
My app will run in more than one language.
So, in the interface I enable the user to select his language and I set the choice by sending
a #setSystemLocaleTo: to Locale.
But, if I save the image, and restart it, the setting is lost.
So I create a Shared variable in a class of my model to store the user choice.
And I define a method in SystemEventInterest with the pragma :
<triggerAtSystemEvent: #returnFromSnapshot>
to set the Locale back when I return from snapshot.
It doesn't work. but the method is called. Perhaps the system changes the Local after triggering returnFromSnapshot ?
Est-ce que quelqu'un a déjà eu ce type de problème ?
Vincent
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc