Thread overview
DWT Cocoa status
Oct 10, 2008
Jacob Carlborg
Oct 11, 2008
Jacob Carlborg
October 10, 2008
See my latest post at: http://www.dsource.org/projects/dwt/wiki/PortingJournal
October 11, 2008
Jacob Carlborg wrote:

> See my latest post at: http://www.dsource.org/projects/dwt/wiki/PortingJournal

"It won't respond to any events" sounds a lot like
"I forgot to put it in an .app bundle as required" ?
(wxWidgets has the same problem, when using "wxMac")
So that's "normal" when running from a bin directory.

Then again I didn't look at the code so it might just
be unimplemented :-) Nice work, regardless of which.

--anders
October 11, 2008
Anders F Björklund wrote:
> Jacob Carlborg wrote:
> 
>> See my latest post at: http://www.dsource.org/projects/dwt/wiki/PortingJournal
> 
> "It won't respond to any events" sounds a lot like
> "I forgot to put it in an .app bundle as required" ?

It doesn't respond to events even if it's inside a bundle.

> (wxWidgets has the same problem, when using "wxMac")
> So that's "normal" when running from a bin directory.

I think that is possible to fix, perhaps I have a fix here:
http://www.dsource.org/forums/viewtopic.php?p=20685#20685

> Then again I didn't look at the code so it might just
> be unimplemented :-) Nice work, regardless of which.
> 
> --anders