| Thread | Last Post | Replies |
|
| PPx::WindowConstrainDoer question | 17 Sep 2004 20:39 GMT | 2 |
from PPxWindowEvents.h - class WindowConstrainDoer : public SpecificEventDoer< kEventClassWindow, kEventWindowHandleContentClick>
|
| PDF | 17 Sep 2004 15:57 GMT | 4 |
Is it possible to generate a PDF File without using PrintDialog (Libs, or Printing special APIs) ? I have a LBevelButton in a window "Save to PDF" and i must generate a PDF file from myLView!
|
| Distcc & XCode | 17 Sep 2004 09:06 GMT | 1 |
Xcode seems to support shared builds, but only between OSX machines. I've set up a macosx crosscompiler on my linux box following this link: http://forums.gentoo.org/viewtopic.php?t=157213 I'm able to build (from the command line) with apple distcc on my linux
|
| Moving Large Memory Blocks in Assembly | 17 Sep 2004 07:38 GMT | 2 |
I am seeking to move large memory blocks in assembly. The entire program is in assembly so I am not looking for a magic way to speed things up with inline assembly or something before you make suggestions as to avoiding assembly. So, my questions:
|
| IB relative layouting and alignment | 16 Sep 2004 20:15 GMT | 2 |
i'm a cocoa newbie and have some problems with layouting and alignment in the interface builder. when i resize my application window, all elements (mainly views) stick on the bottom left of the window. i want some views, to stick on the
|
| Very Simple Question About Video Player From A Confused Person | 16 Sep 2004 18:36 GMT | 2 |
I'm having problems operating my Apple Video Player. I'm running a Power Mac 5400/120 with OS 9. An apple video input card is installed in the Video-In slot and I have a VCR hooked up to it. Eventually, I'll enter the modern world and buy a G5 with an actual DVD drive, but
|
| Stationary Pad file support | 16 Sep 2004 17:13 GMT | 8 |
Folks, I've just recently found out about the idea of Stationary Pad support. I've seen it at work under OS 9.2.2, as well as under 10.3.5. I personally prefer the behavior under OS 9.2.2. I'd like to (somehow) obtain this same
|
| LBevelButton hilite | 16 Sep 2004 15:43 GMT | 4 |
I want to make a bevel button that a file can be dropped onto. The dropping has turned out to be fairly easy, but I'm having problems making it hilite in so me way to indicate that the drop can be performed.
|
| wchar_t functions with 10.2 compatibility | 16 Sep 2004 11:13 GMT | 4 |
I'm using in a project wchar_t support functions (mbstowcs, swprintf, wclen...) and I've seen that the 10.2 libSystem doesn't have them, since my program fails with unresolved symbols if I launch it on 10.2. So I wrote some functions to replace them, but what's the best way to
|
| remove() | 15 Sep 2004 17:09 GMT | 21 |
Hello NG What are possible reasons for remove([fullpath cString])= -1. I try to delete a file from code but the remove function gives a -1 and the file fullpath is not deleted.
|
| Junk mail ? | 15 Sep 2004 11:11 GMT | 2 |
Using Apple's mail program, after I switch Junk mail mode from "training" to "automatic", does the junk mail program continue to "learn" about new types of unwanted mail? It's been several months since I switched to automatic. Things worked
|
| where's the source for tr(1)? | 15 Sep 2004 04:07 GMT | 7 |
I was just using tr(1) in a pipeline, along with a hexdump program I wrote. Somehow, although the octal escapes in tr are useful, I've not used octal as a matter of course in a couple of decades. These days I generally do more hexadecimal -- tr is one of the few places where I
|
| Another NSTableView issue | 14 Sep 2004 08:53 GMT | 5 |
I am quite new to Cocoa-programming and do have a problem with my datasource object: i build up a simple 3 col’s holding TableView item in my nib and hooked it up probably. First I did some test with one col with no
|
| log to file from kext | 13 Sep 2004 20:12 GMT | 3 |
I have been trying to get my kext to log to an arbitrary logfile, and have been experiencing an unending stream of kernel panics with no success. I started using VOP_LOOKUP directly on the rootvnode with no luck, and have since been trying namei() without any luck. A code
|
| files I/O of greater than 2GB | 12 Sep 2004 21:46 GMT | 4 |
Anyone willing to point me at some documentation on the reading and writing of files greater than 2GB.
|