Home > Archive > Matlab > November 2005 > Foreign characters inside uicontrols
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Foreign characters inside uicontrols
|
|
| Juan J. 2005-11-29, 7:07 pm |
| Hello all:
Is it possible to write special characters in controls?.
I mean foreign characters like á,é,í etc. They have
their standard ascii code, however, I can't use them from within the
"guide" environment. They are just ignored.
(matlab 7 SP3)
(I might just be a "feature" of guide but I am not sure about that)
Thanks.
| |
| helper 2005-11-29, 7:07 pm |
| Juan J. wrote:
>
>
> Hello all:
>
> Is it possible to write special characters in controls?.
> I mean foreign characters like á,é,í etc. They have
> their standard ascii code, however, I can't use them from within
> the
> "guide" environment. They are just ignored.
> (matlab 7 SP3)
>
> (I might just be a "feature" of guide but I am not sure about that)
>
> Thanks.
Set the String properties of these controls from within the
OpeningFcn of the figure or the CreateFcn of the uicontrols.
|
|
|
|
|