[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Mac build
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Sun, 19 Mar 2006 16:56:00 +0000
- Subject: Re: [XaraXtreme-dev] Mac build
Dominik,
--On 19 March 2006 17:11 +0100 Dominik Wagner <dom@xxxxxxxxxxxxxxxx> wrote:
actually cant you see from the p MenuScript dump below if the menu
resource is found?
Yes, you are quite right.
the conent of the "memfile" to me suggest that the menu is found. More
over initDefaultMenu also uses the GetMenuPreferences call and works,
doesn't it also use the resources?
Yes indeed.
If I intercept the InitMenuSystem call and just return true in gdb, then
i get to the same point where I was when i did this before removing the
#define
A window is shown, with most ui in it (screenshot attached) but it is in
some kind of limbo mode where no events can activate it.
Hmmm.... I don't know what that is. If you interrupt the process
in gdb, where does it show it stopped?
Can you make it load a document on init by specifying it on the
command line? So for instance:
./XaraLX testfiles/RedStar.xar
Alex