X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.bjs;h=1d8ea4f0202a214679851e2f8ccfbfcecc834db4;hb=886d2cd45df8370ff1ff789ccab8fa8ef683fabb;hp=a89df47d4f773f6a435a7db3db3371497e94752f;hpb=556661ee18a4b114d63e652935773a54362a4af1;p=gitlive diff --git a/NewBranch.bjs b/NewBranch.bjs index a89df47d..1d8ea4f0 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -512,7 +512,7 @@ "bool homogeneous" : false, "* pack" : "append_page,_this.label_quick_commit.el", "xtype" : "Box", - "| void load_data" : "() {\n _this.commit_message.el.set_text(\"\");\n \n}\n", + "| void load_data" : "() {\n _this.commit_message.el.set_text(\"\");\n _this.createbtn.updateState();\n}\n", "$ xns" : "Gtk", "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL", "items" : [ @@ -539,10 +539,13 @@ "$ xns" : "Gtk" }, { + "listeners" : { + "key_release_event" : "() => { \n\n\t_this.createbtn.updateState();\n}" + }, "id" : "commit_message", "$ visible" : true, "xtype" : "Entry", - "* pack" : "attach_defaults,0,4,1,2", + "* pack" : "attach_defaults,0,5,1,2", "$ xns" : "Gtk" }, { @@ -551,9 +554,10 @@ }, "label" : "Commit Changes", "id" : "createbtn", + "| void updateState" : "() {\n\n\tvar msg = _this.commit_message.el.get_text();\n\t\n\tif (msg == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n", "* init" : "{\n this.el.get_style_context().add_class(\"suggested-action\");\n}\n", "xtype" : "Button", - "* pack" : "attach_defaults,4,5,1,2", + "* pack" : "attach_defaults,0,5,2,3", "$ xns" : "Gtk" } ]