Hope is a Dream. Dream is a Hope.

非公開ブログは再開しました。

2014-10-24から1日間の記事一覧

朝霧JAM 2014 その2

朝霧JAMその210月10日, 11日, 12日に朝霧JAMというイベントに参加してまいりました。僕らはスタッフとして前日入りし、朝から描き始めました。(今回はフェスなので、機材が必要なかったので、僕はGoproで撮影班でした)朝の富士山は本当に心が落ち着きます。…

UIチュートリアルを試す。その3

selectDialog folderObj = Folder.selectDialog("Select"); alert(folderObj); openDialog fileObj = File.openDialog("Select","*.jsx"); alert(fileObj);

UIチュートリアルを試す。その2

res = "dialog {\ info: Panel{orientation:'column', alignChildren:'left',\ text:'Personal Info',\ n1: Group{ orientation: 'row',\ s: StaticText{text:'Name:'},\ e: EditText{characters:30},\ b: Button{text:'ok'}\ },\ n2: Group{ orientation:'r…

UIチュートリアルを試す。

(function(){ res = "dialog {\ info: Panel{orientation:'column',\ text:'Personal Info',\ nn: Group{ orientation: 'row',\ s: StaticText{text:'Name:'},\ e: EditText{characters:30}\ }\ }\ }"; win = new Window (res); win.center(); win.show(); }…