| Thread | Last Post | Replies |
|
| BASIC programming equivalent to Apple IIe card? | 11 Dec 2004 05:28 GMT | 2 |
Hi. My father bought an LCII in the early '90s along with an Apple IIe card and a floppy drive so that he could program in BASIC. He still has the computer, which is working quite well. However, he would like to buy a new computer, and he is wondering if there is a way to do
|
| OS X - link for release notes? xcode support 10.0? | 10 Dec 2004 16:01 GMT | 1 |
Currently I am doing some porting from linux to OS X 10.3 (.6). However, my application is also need to support 10.2, 10.1 10.0 and OS X Server 10.3. And now I need to do an estimation for my future task. So I would like to ask,
|
| PCI driver examples | 10 Dec 2004 15:57 GMT | 1 |
Hi.. are there any known to be good and actually complete & working examples of an OSX PCI driver for some simplish PCI card?? I have got material from PCIDDK etc. I just would like to have some more material before I start my crusade :) The aim - if I ever get there - is to write
|
| applicationWillTerminate are not called | 10 Dec 2004 14:51 GMT | 2 |
I'm new to mac programming, so please sorry for my dumb question :) I added two deligate methods to my code: windowWillClose called well (I see it in the debugger window), but applicationWillTerminate was never called. Any ideas? You can see my current code below:
|
| [Cocoa] Where can I find the NSScrollView in Interface Builder? | 10 Dec 2004 07:15 GMT | 1 |
I would like to be able to scroll a large image. I was also hoping to scroll a group of controls. There a few places that mention dropping an image, or a bunch of controls, into an NSScrollView in Interface Builder. But I can not find it. Is NSScrollView something that must be ...
|
| [carbon] how to create an progress bar in my window | 10 Dec 2004 04:17 GMT | 5 |
Salut, i'm finding to create a progress bar inside my window, but for this time, it doesn't work. my window stay empty, what the trouble in :
|
| MacOSX vs Applescript | 09 Dec 2004 19:08 GMT | 7 |
There's a known bug in Mac OS X that it will not run Applescript from daemons, but returns error -2709. What I was wonderring is if there is anybody who knows enough about how Darwin is doing process state to help track down the problem. It's not about the window server
|
| Mac programming different from linux? | 09 Dec 2004 17:11 GMT | 6 |
I use to use linux, but i heard that mac was built on a unix distro called darwin. So I got me a mac laptop and tried to compile some code in the terminal with gcc. It didnt work? If it is a unix distro shouldnt it compile? It was C code
|
| Hello World Gui - Xcode tools | 09 Dec 2004 10:55 GMT | 2 |
This looks useful - the MIT bookstore is around the corner from me. I'll bet they have it. Thanks - OH -- do you think I can write a version of Tetris and Pong usin coaco (before I invest too much time & $$)
|
| Xcode project with many targets - workflow question | 09 Dec 2004 03:33 GMT | 2 |
I'm pretty new to Mac development and hope not to bore anyone with my problems. 1. I've got a Xcode project that includes about 20 targets. These are mainly dylibs, two custom frameworks and two apps. The apps depend on
|
| AppleScript "terminal output save in a file or variable" | 08 Dec 2004 20:00 GMT | 2 |
Hello NG, i am a Newbi. (* This is my first Script Autor: Markus Zielonka
|
| Hello World Gui - Xcode tools | 07 Dec 2004 21:16 GMT | 1 |
ps: I just created a new Coaco application. I was able to modif the GUI window to add a text field, but I can't find the cod contrlling this modification, How do I get the text I type in tha field into main() to be handled by my functions
|
| stack trace | 07 Dec 2004 20:03 GMT | 1 |
Is there any way to dump a stack trace from a running CFM application? I would like to put in some code to dump it at different places in my app. thanks
|
| Memory Debugger Tool | 07 Dec 2004 19:48 GMT | 2 |
Hey, i need a tool that helps me to find an error in a ported X11 application. Is there anything like valgrid or purify available ?
|
| [carbon] access fault exception | 07 Dec 2004 19:09 GMT | 4 |
I'm trying to create a little code to report volume information. Now, mixed in here is a line that came from an earlier experiment (marked with an arrow). Basically it takes the name of each volume and socks it into a buffer. In my early experiment it then dumped the buffer to ...
|