| Thread | Last Post | Replies |
|
| applications and windows | 27 Jun 2005 15:26 GMT | 3 |
I'm primarily a system programmer, unix one. Currently I have to implement the following logic: On Mac OS X enumerate all running application only those that are displaying windows.
|
| How to show help ( simple .HTML) file using Help Viewer | 27 Jun 2005 11:22 GMT | 7 |
Hi Pals, I am having .html help file. And i want to show them using apple help viewer. My application suppose to open help viewer on click on some menu
|
| Realbasic plugin programming | 27 Jun 2005 08:35 GMT | 2 |
Trying to program a PPC RB plugin using MPW. I have the SDK and Tempelmann's MPW docs & files. I can compile everything but when I try linking I end up with an unresolved reference to .CallUniversalFunction, from REALplugin.o and no
|
| NSCursorAttributeName and NSTextView | 27 Jun 2005 02:57 GMT | 2 |
Well, I've been playing around a little bit with getting URLs in my NSTextView to actually become clickable links. So far, so good. I set the attributes for my attributed strings that get inserted into the text view: NSLinkAttributeName for the link URL and NSCursorAttributeName ...
|
| kEventMouseDragged | 27 Jun 2005 02:56 GMT | 6 |
I have been doing some experiments with Carbon programming and I have run into a problem with kEventMouseDragged. A web search turns up the same problem, but no solutions. When my window is the front window, it is not sent any
|
| XCode project migrating from makefiles ? | 26 Jun 2005 19:06 GMT | 2 |
I am new to XCode and like to have it for debugging purposes. Until now I am using simple makefiles. The makefiles, I am using are 'platform' independent (GNU make), but I have no GUI debugger under
|
| Core data: many to many relationships | 26 Jun 2005 17:22 GMT | 10 |
I'm trying to build a database with Xcode, taking advantage of the new features of core data. I am puzzled by the way core-data SEEMS to deal with many-to-many relationships.
|
| customizing the gui | 25 Jun 2005 23:01 GMT | 2 |
Hi i am wanting to customize the gui on an OSX 10.3 application, instead of using aqua, but can't find much info on the subject. I have looked at some apple references - NewThemeButtonDrawUPP, but i can find out how to actually set my image(s) to become or customize
|
| HTML/Javascript help | 25 Jun 2005 19:18 GMT | 2 |
This might better be placed somewhere else, but as it's for a Mac application I thought this might be okay. I have a HTML page with a form. That form has a submit button and a textfield. The textfield is named 'query'.
|
| Cocoa - Class Clusters Loop? | 25 Jun 2005 17:01 GMT | 1 |
I'm trying to create a class cluster. First is my super class -- this is the init method DataHolder.m - (id)initWithData:(NSData *)someData {
|
| Scrounging for old school speeds | 25 Jun 2005 01:17 GMT | 16 |
I'm looking for ways to fine-tune a program that is designed to run on a Mac Plus/SE. Trying to speed this program up will surely give me insight on how to perform other animation tasks as fast as possible for these machines. I'm not looking for compatibility with System 7+ or
|
| Help; can't open file | 24 Jun 2005 20:31 GMT | 18 |
I'm attempting to open the file "myfile.txt" which lives in the application directory. All the Apple sample code features esoteric sh.t which I don't want to know just now. This is what I have so far but it's no-go. It just seems far too complicated just to open a file. Any help ...
|
| How to type in ASCII? | 24 Jun 2005 09:26 GMT | 2 |
Stupid question #2 of the week. I'm trying to avoid writing a printer driver for a barcode label printer. It responds to reasonable commands, and I want to embed a command in a page that tells the printer to cut the paper.
|
| $USD999 no way | 24 Jun 2005 09:02 GMT | 18 |
Apple wants $USD999.00 for the transition kit! OK, it includes a *returnable* PC but for little developers in Australia it's simply no-go. Anyway, developer support here sucks big time. Apple Australia should have one of there boxes available at each capital city office for ...
|
| june 2005, and still no java 1.5 for mac?? in need of alternate input method.... | 24 Jun 2005 08:27 GMT | 3 |
I'm taking a java class that is requiring me to write a program convert euros to us dollars. all this program requires is to PROMPT the user to input euros to be converted, READ/EXCEPT the euros entered, do some calculations, then display the result. to prompt the user, i just used
|