Recent activity
Subscribe to this feed
Qwerty Denzel replied on February 18, 2008 01:26 to the question "Is it possible to generate 2 or more lists? If not, consider this as a request. It would add greater capabilities!" in Second Gear:
Justin, have look at the Docs for NSArray and NSDictionary. You should be able to serialize your app data to a file or NSData instance.
eg.
-[NSArray writeToURL:atomically:]
-[NSDictionary initWithContentsOfURL:]
or:
+[NSPropertyListSerialization dataFromPropertyList:format:errorDescription:]
+[NSPropertyListSerialization propertyListFromData:mutabilityOption:format:errorDescription:]
Qwerty Denzel started a conversation in Second Gear on February 18, 2008 01:22:
Some minor UI bugsCan you change the click target of the menu icon to include the transparent parts (the whole frame)?
When using the autoresize mode, trying to manually resize the window using the widget resets it to a minimum size. Any chance of making it just work horizontally (when in this mode)?
Loading Profile...
