| Thread | Last Post | Replies |
|
| how to execute script with package maker | 27 Mar 2007 01:03 GMT | 1 |
I have problem to execute script wih Package maker, with package maker i created package successfully,but along with that i want to execute script i tried following thing
|
| Running a root process. | 26 Mar 2007 23:13 GMT | 8 |
I would like to do some code like edit Apache configuration that requires uid root. What I can do is just install a setuid root and just make the changes unannounced. What I would like to do use some function like this
|
| Change desktop picture depends on actual time | 26 Mar 2007 04:31 GMT | 4 |
How to write an action, maybe in automator or Apple Script which can change desktop picture depends on actual time. Lets assumed that I have three different picture variants: morning, afternoon and night and I'd like to set them depends on actual time: morning between 8-18,
|
| Can't find the info I need - any help out there??? | 25 Mar 2007 23:03 GMT | 6 |
I've just spent the last two hours chasing what seems like a phantom - How to handle an "odoc" event in my application. I can find about 14 bazillion samples on *.apple.com for how to SEND an odoc event (I don't want to SEND it, I want to RECEIVE and HANDLE it!),
|
| scrolling works in one window but not the other (long post)? | 25 Mar 2007 21:02 GMT | 2 |
my code (posted below) was ripped out of my raw data window (that window acts like a log and scrolls the text as new text comes in) and the raw data window operates properly. the problem is i incorporated the changes to this window in order to allow adding text to scroll up as ...
|
| leaks command usage | 25 Mar 2007 05:07 GMT | 3 |
Looking for memleak finding tool I came across the 'leaks' command- line tool. Unfortunetaly this tool needs an already running program to analyse it.
|
| Develop GUI | 25 Mar 2007 00:16 GMT | 8 |
i'm not a user mac. I had develop a plug-in for photoshop. I would like this plug-in run in Windows and in Machintosh Photoshop. The plug-in need a very simple user interface(a text edit, a button, a radiobox).
|
| Can I call Obj-C from a C++ source? | 24 Mar 2007 02:14 GMT | 5 |
Can I use NSString (or any obj-c class) from within a C++ source file? It's easy to do it the other way around, I know. My project is Objective-C++, but from one of the C++ classes I want to write to the log window:
|
| Set file Read Only... | 23 Mar 2007 17:00 GMT | 3 |
I'm trying to port some code to new Carbon API... And working on function which can set ReadOnly file attirbute. In old code I had somesing like this to reset ReadOnly attribute: error = HRstFLock(fsSpec.vRefNum, fsSpec.parID,
|
| applescript build phase? | 23 Mar 2007 00:36 GMT | 2 |
maybe this isn't the place to ask but i haven't been able to find out how to do this yet. if i go to a file say on my desktop at "~/Desktop/file.txt" and control-click it from the finder, a menu opens and allows me to create a
|
| API for window capture | 22 Mar 2007 16:50 GMT | 1 |
I'm totally new to mac programming, and I want to do something similar to what the Grab utility does when it captures a window. I know the APIs on windows, but Mac is a whole different story. I prefer to use the C apis (carbon) if possible.
|
| static pascal? | 21 Mar 2007 23:36 GMT | 4 |
Hey everyone, I'm going through some code samples in the OpenGL Super Bible (The Black Book). Specifically I'm in chapter 14.
|
| Problem with paste | 21 Mar 2007 22:15 GMT | 6 |
Is it possible cut,copy & paste without Edit Menu in Application ?? means How cut,copy & paste works without EditMenu ?? p2
|
| How do I extract a DVD to iMovie/Final Cut Pro? | 21 Mar 2007 16:35 GMT | 1 |
How do I extract a DVD to iMovie/Final Cut Pro? I'm working on a film. I was sent a DVD of footage I need to edit. (This is a regular DVD that plays on TVs, and NOT a DATA DVD.) How do I extract a DVD (TS_Video, TS_Audio, etc.) into iMovie or Final
|
| Linking error: Undef. symbols _Button _CreateNewWindow etc | 21 Mar 2007 14:05 GMT | 1 |
I just tried to compile the Minimung example from the apple developers page, which is supposed to connect to an attached camera and create a gworld object... Compiling runs through smoothly. However, I get a linking error
|