Search found 293 matches
- Wed Oct 12, 2011 5:17 pm
- Forum: SDK Support
- Topic: Hooks documentation
- Replies: 4
- Views: 6245
Re: Hooks documentation
So the least one can say is that a programmer that just wants to add a nice background for his applicationwindow , discovering that you can do it with the OpenWindowTaglist function using WA_BackFill is not given the info needed where he should find it. Well, open autodocs/intuition.doc and search ...
- Tue Oct 11, 2011 9:26 pm
- Forum: SDK Support
- Topic: Hooks documentation
- Replies: 4
- Views: 6245
Re: Hooks documentation
I was not able to find anywhere in the docs that the second argument was of type struct Rastport. From the autodocs of layers.library/InstallLayerHook: hook - pointer to layer callback Hook which will be called with object == (struct RastPort *) result->RastPort and message == [ (Layer *) layer, (s...
- Tue Sep 27, 2011 7:53 am
- Forum: General AmigaOS
- Topic: Bug in CurrentDir() or possibly GetCurrentDirName() ?
- Replies: 11
- Views: 7439
Re: Bug in CurrentDir() or possibly GetCurrentDirName() ?
You still didn't understand it right. There is no CLI current dir and process current dir. There can be only one current dir. But we are not talking about the current dir but about the current dir name . The CurrentDir Name is a variable in the CLI structure which can be set by SetCurrentDirName and...