| Thread | Last Post | Replies |
|
| Font Kerning / ATSU question | 31 Oct 2004 21:21 GMT | 10 |
(Sorry for the cross-post, I realized after posting that c.s.m.p.misc was probably not the best place for this... also, I'm using CW 9.3 on OS 10.3.5, if that makes any difference.) I am writing the Mac OS side of a Windows/Mac application, and I'm
|
| color picker crashes one second use | 31 Oct 2004 07:33 GMT | 6 |
I am using NPickColor (as opposed to PickColor or GetColor) because IM suggests that it is the most recent and most preferred). The first time I call it, works perfectly. The second time, every time I run the program, the program crashes. This is what I've got:
|
| notification when pasteboard changes | 31 Oct 2004 07:25 GMT | 2 |
is there any notification when th content of the pasteboard changes? Or is there any other way to get informed? Bye - Robert
|
| Error loading project in Xcode | 30 Oct 2004 02:48 GMT | 3 |
When I try to open my project I get the following error: 2004-10-27 17:57:59.007 Xcode[441] ** INTERNAL ERROR: Uncaught Exception ** Exception: Invalid parameter not satisfying: (index >= 0) && (index < (_itemArray ? CFArrayGetCount(_itemArray) : 0)) Stack:
|
| Xcode 1.5 and "system" includes (in particular, Boost), again. | 30 Oct 2004 02:46 GMT | 1 |
[Repost, first attempt got eaten somehow] Somewhere in the E.U., le 7 Brumaire de l'An 213 Bonjour I am trying to ensure that my part of the Boost library works
|
| Multiple modal dialog sessions | 29 Oct 2004 20:32 GMT | 3 |
in my application I start running a modal session for a dialog using [NSApplication runModalForWindow]. This works fine, but when I click on a button in this dialog, another modal dialog comes up and here is my problem. The second modal dialog is the only dialog the accepts user ...
|
| PowerPlant AppletScript event | 29 Oct 2004 10:33 GMT | 3 |
I try to do a PowerPlant Application. I overwrite the LApplication.HandleAppleEvent method, but, when i send e Script to my app a recive only a "ae_OpenApp" event and never "ae_SetData".
|
| SoundConverterFillBuffer on Windows | 29 Oct 2004 04:40 GMT | 1 |
I've got some code based on Apple "SoundPlayer" sample code that uses SoundConverterFillBuffer to extract the sound track from a movie and convert it to a new format. It works fine on the Mac, but on Windows I just get white noise. Any ideas? I've tried setting the output
|
| direct screen drawing? | 28 Oct 2004 22:36 GMT | 7 |
I am trying to access the bitmap/pixmap of the port of a window. I've done this thousands of times with offscreen graphics worlds, which I then copybit to a window, but in my present application I would just assume write directly to the pixmap for a window. The program has no ...
|
| Is it possible to get different filesystems recognised by Mac OS X | 28 Oct 2004 21:24 GMT | 4 |
I'd like to get a DATEL Max Drive XBOX USB storage key working on the Mac. This is a standard USB key that the Mac can understand just fine, the file system on it is FATX which Mac OS X does not understand. FATX has a driver in Linux kernel 2.4 , and I can use the key on that ...
|
| Where is this control? | 28 Oct 2004 20:33 GMT | 2 |
In a Carbon application I would like to use a control similar to the red, yellow, and green button in the title bar of a floating window, that is very small, colored buttons. Is this control generally available? What is it called? Where is it documented?
|
| Overview of string conversions? | 28 Oct 2004 04:31 GMT | 5 |
Is there a well-contained overview of the string objects and methods associated with FSSpec and Str255? I am having a terrible time just trying to find out how to convert a char * to an FSSpec. It appears that some string services from
|
| Apple History on 4 DVDs | 27 Oct 2004 22:42 GMT | 1 |
Quite a bit of interesting Apple History is at the link below. HyperCard, Programming, Early Web, etc. Fun gift idea for Apple Fans. Enjoy! http://snipurl.com/a3rw
|
| Converting Carbon app to Cocoa | 27 Oct 2004 13:26 GMT | 1 |
I'm wondering about converting my Carbon app to Cocoa but there's two big problems (for me). My app reads several data files created by another application and within a data file lurks image and AIFF files. That is a data file can be comprised of several PCX and AIFF files ...
|
| Profiler tool? | 27 Oct 2004 01:57 GMT | 3 |
I ported a Windows program to my mac and realised the program that took around 5 seconds to run on Windows now takes atleast 1 minute on my mac. It uses alot of STL (string, vecor, map, list) but I cant imagine the STL implementation to be that slow. So I wonder if there are any ...
|