| Thread | Last Post | Replies |
|
| Using gfortran on mac to create dylib | 13 Aug 2005 03:53 GMT | 6 |
I just purchased a new mac, installed fink, gcc4 (includes gfortran) and Xcode SDK (i think i installed gcc4 from xcode, but found it does not include gfortran, so i reinstalled gcc4 from fink on top of that) from apple.
|
| dlclose not calling destructors | 12 Aug 2005 18:36 GMT | 6 |
I have a simple program composed of a main executable and a dynamic library (built with -dynamic -dynamiclib). The executable is _not_ linked with the library. It calls dlopen() to open the dynamic lib, calls dlsym() to obtain the address of a function, calls that function
|
| open application bundles in terminal | 12 Aug 2005 18:13 GMT | 14 |
Can you open an app bundle without a display? I've been googling, and I was told you could do something like: open bundle.app from Terminal.
|
| How to start with DeRez tool | 12 Aug 2005 16:45 GMT | 3 |
I am trying to localize my application. I have my application resource file as Myapp.ppob.How should i go with this tool to localize my application. I tried with Terminal ( bash ) help about DeRez, little bit confused about typeDeclFile1 and
|
| Cocoa trouble | 11 Aug 2005 21:02 GMT | 5 |
I am brand new to Cocoa/Xcode/Objective-C although I have been doing Carbon/CodeWarrior/C++ for years. I'm trying to get my feet wet. I wanted to see if I could open an image file and display it in a window (as opposed to hardcoding the image in Interface Builder, which I have
|
| Some minor confusions | 11 Aug 2005 17:53 GMT | 4 |
My conversion (meaning my skills, not conversion of a program) from CodeWarrior/Carbon/C++/Resources to XCode/Cocoa/Obj-C/Nibs is going great (although I miss many C++ things so I will probably try Obj-C++ at some point). I wrote Tetris today and it works fantastically. I am ...
|
| Subclassing NSTextView: drawing text as soon as the view appears | 11 Aug 2005 14:00 GMT | 2 |
Hi folks, I am still trying to build an AddressBook-like interface; as Matt Neuburg suggested, I'm trying to do achieve this by subclassing NSTextView. I have built this NSTextView subclass, and I called it TextForm.
|
| Which Open File Dialog is correct? | 11 Aug 2005 10:12 GMT | 12 |
I see two different File Dialog boxes. AbiWord, Safari, GarageBand and iChat all use the same "fixed column width, each column needs to be manually resized" file dialog box. Eudora, TextWrangler, iTunes and iPhoto all use the same "variable column width, resize with the window
|
| Mac Memory Models | 11 Aug 2005 00:07 GMT | 15 |
What is the far memory model for mac? Meaning how do I declare a far pointer?
|
| Finder NSBrowser custom class | 10 Aug 2005 23:59 GMT | 2 |
Ok probability the Finder column list is not a real NSBrowser... a strange sublclass? uhm :-/ Is there around an example of custom NSBrowser with special NSCell? I have searched a lot but nothing... only a "stupid" example ad ADC.
|
| Validating data in an NSOutlineView | 10 Aug 2005 10:05 GMT | 4 |
I have an NSOutlineView where the user can edit the entries. This is working just fine. I would however be able to validate the data before it gets "saved", that is before outlineView:setObjectValue:forTableColumn:byItem: gets called so that
|
| How to handle more tabs at runtime... | 10 Aug 2005 08:05 GMT | 3 |
I am using LTabsControl. Initially the no. of tabs was static and limited, but after allowing to add and remove tabs at run time the problem is how to handle more no. of tabs in LTabsControl.
|
| Can older Mac 68K apps be converted to FAT or PPC apps to run on PPCs? | 09 Aug 2005 13:25 GMT | 3 |
Can someone explain the difficulty level to do this? I have an obsolete form filler application that is only for 68K Macs. How much trouble is it to convert?
|
| addressbook-like fields | 09 Aug 2005 13:21 GMT | 6 |
Hi folks, it's me again, thank you for your previous suggestions. I was wondering if there is a standard way to produce a text-field interface that looks like the Address Book App: a lot of fields in the "edit" mode; the empty one disappearing in normal mode(this is easily
|
| ats-font.c:357: failed assertion `!CFSetContainsValue(fonts, a)' | 07 Aug 2005 19:18 GMT | 2 |
I am currently seeing this error while running a java-test from the VTK testsuite. After a research on google I found the bug referenced here: http://bugzilla.neooffice.org/bug.php?op=show&bugid=341&pos=3 and
|