Umlaut in TreeView node/leaf id does not work on MorphOS with DoMethod "Open"
Posted: Sat Mar 20, 2021 11:57 pm
On MorphOS, if there is an Umlaut in the ID of a TreeView, trying to open that ID (e.g. "Prüfung") leads to error message:
This works fine on Linux.
Cannot find MOAI object "Pr?ung"!
Code: Select all
Case "Active":
Switch msg.Id
Case "tv":
Local found, t = moai.DoMethod("tv", "GetEntry", "Active", "Active")
If t.Node
moai.DoMethod( "tv", "Open", t.id )
EndIf