digitalmars.D.announce - DWT Cocoa status
- Jacob Carlborg <doobnet gmail.com> Oct 10 2008
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> Oct 11 2008
- Jacob Carlborg <doobnet gmail.com> Oct 11 2008
See my latest post at: http://www.dsource.org/projects/dwt/wiki/PortingJournal
Oct 10 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
Oct 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#20685Then again I didn't look at the code so it might just be unimplemented :-) Nice work, regardless of which. --anders
Oct 11 2008








Jacob Carlborg <doobnet gmail.com>