| Thread | Last Post | Replies |
|
| Runtime Tabs getting merge with each-other | 02 Jul 2005 12:31 GMT | 1 |
To dynamically set the tab in LTabscontrol (from one of the old thread) . I have xml file in which all the tab is define i read the file and load the tabs , But the problem is all tabs get mixed with all other existing or new view.
|
| Cross Development | 02 Jul 2005 10:50 GMT | 2 |
I am developing an application that needs to run on Mac OS 10.2 computers. However, I am developing it on a Mac OS 10.3 computer. I have a few questions about this: 1. If I want to use 10.3 APIs, like the classes NSController,
|
| Cocoa Bindings: how to populate arrangedObjects array? | 02 Jul 2005 06:37 GMT | 1 |
Using an NSArrayController, is there a way to pre-populate the array that it manages? I would like to read an array from disk, and then put it under control of the NSArrayController for subsequent editing by the user. (It feels
|
| How to delete a column in OutLineView ? | 02 Jul 2005 04:17 GMT | 1 |
The code below (outlineview with only one column) seem do nothing. [can_outline_view removeTableColumn: [[can_outline_view tableColumns] objectAtIndex:0]];
|
| API for buring DVDs | 01 Jul 2005 18:45 GMT | 1 |
Where do I find the reference guide to the API that I need to use to burn a DVD?
|
| How the get Eject key down event in Cocoa ? | 01 Jul 2005 10:09 GMT | 4 |
How the get Eject key down event in Cocoa ?
|
| accessibility, attribute kAXFrontmostAttribute | 01 Jul 2005 03:37 GMT | 4 |
The following code: // pid is a valid pid AXUIElementRef ref = AXUIElementCreateApplication(pid); if(!ref) {
|