src/Builder4/DialogPluginWebkit.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:39:41 +0000 (16:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:39:41 +0000 (16:39 +0800)
src/Builder4/DialogPluginWebkit.vala

src/Builder4/DialogPluginWebkit.bjs
src/Builder4/DialogPluginWebkit.vala

index 4b29c63..209d63c 100644 (file)
@@ -23,6 +23,7 @@
        "items" : [
         {
          "id" : "patchview",
+         "* init" : " {\n    // this may not work!?\n    var settings =  this.el.get_settings();\n    \n     \n    //var fs= new FakeServer(this.el);\n    //fs.ref();\n    // this was an attempt to change the url perms.. did not work..\n    // settings.enable_file_access_from_file_uris = true;\n    // settings.enable_offline_web_application_cache - true;\n    // settings.enable_universal_access_from_file_uris = true;\n   \n     \n    \n    \n    \n\n     // FIXME - base url of script..\n     // we need it so some of the database features work.\n    this.el.load_html( \"Render not ready\" , \n            //fixme - should be a config option!\n            // or should we catch stuff and fix it up..\n            \"xhttp://localhost/app.Builder/\"\n    );\n        \n        \n    \n    \n}\n",
          "xtype" : "WebView",
          "* pack" : "add",
          "$ xns" : "WebKit"
index fcdd96a..9b7e773 100644 (file)
@@ -101,6 +101,38 @@ public class DialogPluginWebkit : Object
             // my vars (dec)
 
             // set gobject values
+
+            // init method 
+
+            {
+                // this may not work!?
+                var settings =  this.el.get_settings();
+                
+                 
+                //var fs= new FakeServer(this.el);
+                //fs.ref();
+                // this was an attempt to change the url perms.. did not work..
+                // settings.enable_file_access_from_file_uris = true;
+                // settings.enable_offline_web_application_cache - true;
+                // settings.enable_universal_access_from_file_uris = true;
+               
+                 
+                
+                
+                
+            
+                 // FIXME - base url of script..
+                 // we need it so some of the database features work.
+                this.el.load_html( "Render not ready" , 
+                        //fixme - should be a config option!
+                        // or should we catch stuff and fix it up..
+                        "xhttp://localhost/app.Builder/"
+                );
+                    
+                    
+                
+                
+            }
         }
 
         // user defined functions