| Thread | Last Post | Replies |
|
| Problem drawing a pdf document (CGContextDrawPDFDocument) | 21 May 2006 19:21 GMT | 1 |
I develop a QuarkXtension in CW 8.3. In this XTension there is a dialog and I want to display a pdf document in a rectangle of this dialog. I use CGContextDrawPDFDocument to do this. But it doesn't work. The document isn't displayed.
|
| RIP: CodeWarrior 10 for Mac Finally Gone. 12/93 - 5/06 | 19 May 2006 17:28 GMT | 6 |
Well, it has finally passed...or so it seems anyway... Although the web pages http://www.metrowerks.com/MW/Develop/Desktop/default.htm and http://www.metrowerks.com/MW/Develop/Desktop/Mac10.htm are both
|
| Need Pro 4.1 Update | 18 May 2006 03:08 GMT | 1 |
Does anyone have the Pro 4.1 update? I need it for an old project. I don't seem to have it anymore, and Metrowerks has removed the download.
|
| Java awt Dialog goes back in 10.4 | 17 May 2006 23:27 GMT | 2 |
In mac 10.4 the Java dialogs(not modal) which I created from an applet goes back of the applet window when I click on the applet. In Mac 10.3 it is not going back. Could you please explaing why this is happening in 10.4. Is it the expected behavior? Any soln?
|
| no chdir() in mach-o build of CW9?!? | 09 May 2006 17:20 GMT | 6 |
I've a little problem with CW9: if i start a mach-o standard C project, there seems to be no chdir() function!!! The function is defined and implemented in classic and carbon libraries, but it's no more present in the mach-o ones! Is there a workaround for it? Is there
|
| CW 10 and CW 9 debuggers can't step into virtual functions! | 09 May 2006 16:47 GMT | 3 |
I have a carbon project that I'm developing under OS X 10.4.6 using PowerPlant. The problem I have is that the debugger will hang if you try stepping into a virtual function from source-code view. If you change the view to mixed or disassembly then you get step into the "ptr-glue" ...
|
| How to set mouse acceleration (System 7) | 07 May 2006 00:58 GMT | 1 |
Is there an OS API to set mouse cursor acceleration (as from the control panel) on an old System 7 macintosh (mac SE/30)? I am using Apple's MPW and c++. Thanks.
|