| Thread | Last Post | Replies |
|
| Live Scrolling Using LScrollBar | 07 Apr 2006 03:09 GMT | 1 |
I am trying to implement Live Scrolling using LScrollBar in CAppearanceApp. I have a Pane LScrollBar inside LView. I draw a graph inside a Pane, and wanted to scroll that graph using LScrollBar. I did set Kind = Live Scrolling in Constructor. But could not trap the event
|
| CW to Xcode - error: expected initializer before '*' token | 05 Apr 2006 15:43 GMT | 1 |
I am moving a project from CodeWarrior Pro 9 to Xcode 2.2.1 and am getting a strange error on compile that I am not sure how to resolve. The project is a Carbon Mach-O application, and includes these eSellerate libraries and headers:
|
| Porting to Carbon, Lock/UnlockPortBits and Lock/UnlockPixels | 05 Apr 2006 05:34 GMT | 4 |
I am porting an OS 9 app to Carbon and then Mac OS X. In the original source, I might have something like: GetGWorld (&currPort,&currDev); SetGWorld (mGridPictGW->gw, nil);
|
| installation routine for Mac OSX apps | 03 Apr 2006 20:28 GMT | 1 |
I'm sorry I posted this to two other Mac development groups but not sure about answers so I wanted to save time. I think this is the proper group for the question, anyway. One other post only had about 30% of
|
| NSApplication instance | 03 Apr 2006 03:08 GMT | 3 |
does any one know whether it is possible to get the NSApplication instance of running applications? NSWorkspace just get a list of names. Does any one has an idea? Thanks and cheers,
|
| Spotlight, mdimport, import custom class | 02 Apr 2006 21:36 GMT | 1 |
Hello NG I try to get my archived custom objects searchable with spotlight. I changed the GetMetadataFromFile.c so that it should unarchiver my custom class (MyClass). But that seamed to be a bit too optimistic.
|
| AppleScript to call a .net web service | 02 Apr 2006 17:54 GMT | 3 |
I wrote a MathService - only Add method and Minus method and published 'em http://basicstore.net/MathService.asmx And then I tried to call the Add method from AppleScript, I wronte the code below
|
| Constructor on Macintel | 02 Apr 2006 08:04 GMT | 1 |
I am attempting to migrate a PowerPlant based project to Macintel. Everything is working except I find I can no longer edit Menus in Constructor 2.5.8. I am able to create a new menu OK, but unable to add any items to it. :-(
|
| Displaying unicode | 02 Apr 2006 04:46 GMT | 1 |
I want to display unicode characters, is there a simple function like DrawText to do this? I am using OS9. Cheers.
|
| Calling applescripts in C++ | 01 Apr 2006 20:58 GMT | 3 |
Does anyone know how to call applescripts from C++? I tried th following example: http://tinyurl.com/pdg9l But this example requires I link with OSACompLib.o and CodeWarrior 9. on MAC OSX 10.4.5 tells me this is not a valid library.
|