柳东原 · Dongyuan Liu

Results 29 comments of 柳东原 · Dongyuan Liu

- 星级:4星半 - 名称:Inboard - 官网:http://inboardapp.com - 推荐理由:收集截图、设计素材,导入 Dribbble like - 测评文章:http://www.waerfa.com/inboard 这个是我开发的 app,正式版已经推出。:)

@codewise-nicolas: we can do `mw.newWindow("WindowID");` and `mw.close("WindowID");`

Good idea, however I’m a little busy these days. I’ll keep this as a feature request :)

There are actually more than 3 system-provided icons: https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/SystemProvided.html#//apple_ref/doc/uid/20000957-CH92-SW8 You can get a full list at the bottom of `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSImage.h`. Remember to remove the `ImageName` from the icon name. For...

I just found [this](http://hetima.github.io/fucking_nsimage_syntax/), might be useful for you.

For “does not start”, can you elaborate? Are there any error messages?

It works fine on my computer. Can you try right click the app, and select “Open”? No problem :) It’s my pleasure if the framework really helps.

@basiclaser: Does it work after renaming to `brain`, or before renaming?

The problem is sandbox restricts random file access. Under sandbox environment, even normal Objective-C app can’t read/write arbitrary files. I’m able to provide such API for non-sandbox environment, but I...

Good point, but there would not be an easy fix. We will have to bundle a micro web server and serve the static files.