From 1628ba8434d43f38e970a9b5228909559a1c9da4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 18:16:50 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 4 ++-- NewBranch.vala | 10 +--------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/NewBranch.bjs b/NewBranch.bjs index 00483b30..3dea9fb1 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -11,7 +11,7 @@ "listeners" : { "delete_event" : "(self, event) => {\n this.el.hide();\n return true; \n //test \n}\n ", "response" : " (self, response_id) => { \n \n\t GLib.debug(\"got %d\", (int) response_id);\n}", - "show" : "(self) => {\n \n \n\tthis.el.move((Gdk.Screen.width() / 2)- 250 ,0);\n \n \n \n this.el.show_all();\n\tGLib.debug(\"Loading tickets\");\n\t_this.dbmodel.loadTickets();\n \n //test\n}" + "show" : "(self) => {\n \n\n //test\n}" }, "default_width" : 500, "$ deletable" : true, @@ -19,8 +19,8 @@ "xtype" : "Dialog", "| void show" : "( ) \n{\n // this.el.set_gravity(Gdk.Gravity.NORTH);\n \n \n \n}", "default_height" : 200, - "$ modal" : true, "$ xns" : "Gtk", + "bool modal" : true, "items" : [ { "xtype" : "VBox", diff --git a/NewBranch.vala b/NewBranch.vala index d19df7b3..2c63d363 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -55,15 +55,7 @@ public class NewBranch : Object }); this.el.show.connect( (self) => { - - this.el.move((Gdk.Screen.width() / 2)- 250 ,0); - - - - this.el.show_all(); - GLib.debug("Loading tickets"); - _this.dbmodel.loadTickets(); - + //test }); } -- 2.39.2