Re: [Pythonmac-SIG] Read Strings from Resources

2004-12-22 Thread wicked witch
Opstad, Dave schrieb: On 12/22/04 1:51 AM, "Jack Jansen" <[EMAIL PROTECTED]> wrote: On 22 Dec 2004, at 00:22, Opstad, Dave wrote: According to MacTypes.r (in the last Universal Headers revision), the Rez format for a 'STR#' resource is as follows: type 'STR#' { integer = $$

[Pythonmac-SIG] Read Strings from Resources

2004-12-20 Thread wicked-witch
I working on a project, where I want to read a STR# resource and write it into an xml file. With Carbon.Res I can easily access the file an read the string Resources for each ID. But with the Res.Get1Resource('STR#', id).data I get all the strings in the list in one string only. Is there a metho