Wednesday, October 12 2005 @ 05:47 AM CEST
Contributed by: ivan_tan
Views: 1,716
Any idea how to force an Application Bundle to run in a specific language (other than the OS's UI language), maybe though command line parameters, etc.?
Sunday, May 16 2004 @ 04:19 AM CEST
Contributed by: tgeorge72
Views: 1,915
Does the list view support a virtual mode? A "virtual" list control allows the data to be stored in a separate list container, and the view generates events to query the data for a row. It is very useful, when displaying content that changes rapidly, or when the number of items to be populated is quite large.
Any help in this regard is appreciated. If the native OS X widgets does not support this, can anyone point me to a third-party widget that implements this?
Tuesday, September 02 2003 @ 03:44 PM CEST
Contributed by: witness
Views: 1,797
Want to know how to detect when a user wants to open a file with your application, by double-clicking it in the Finder, or by dragging and dropping it on your application's Finder or dock icon? The solution is the "open document" Apple Event.
Monday, July 21 2003 @ 01:41 PM CEST
Contributed by: witness
Views: 1,640
Does your drawing code draw lots'a stuff, but nothing shows up on screen? Does your animation only show its last frame, and none of the intermediate steps? Chances are, you forgot to flush.