public void Insert(Abstractatech.JavaScript.Avatar.Design.WebCamAvatarsSheet1Row y) { Console.WriteLine("Insert!!"); //DateTimeConvertFromString { e = 1388579900081 } //DateTimeConvertFromInt64 { Kind = Utc, value = 1/1/2014 12:38:20 PM } //{ Length = 58370 } if (y.Avatar96gif != null) Console.WriteLine(new { Avatar96gif = y.Avatar96gif.Length }); // http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html if (y.Avatar640x480 != null) Console.WriteLine(new { Avatar640x480 = y.Avatar640x480.Length }); //Insert!! //{ Avatar96gif = 48946 } //{ Avatar640x480 = 566890 } // 566890 bytes needs a blob! y.Avatar640x480 = null; //X:\jsc.svn\examples\javascript\DropFileIntoSQLite\DropFileIntoSQLite\Schema\Table1\create.sql try { var ref0 = typeof(SQLiteConnection); // Caused by: java.lang.RuntimeException: Unknown column 'Tag' in 'field list' //at ScriptCoreLibJava.BCLImplementation.System.Data.SQLite.__SQLiteCommand.ExecuteNonQuery(__SQLiteCommand.java:277) //at Abstractatech.JavaScript.Avatar.Design.WebCamAvatars_Sheet1_Queries.Insert(WebCamAvatars_Sheet1_Queries.java:68) //at Abstractatech.JavaScript.Avatar.Design.WebCamAvatars_Sheet1__Insert_closure.yield(WebCamAvatars_Sheet1__Insert_closure.java:25) // Caused by: java.sql.SQLException: Data truncation: Data too long for column 'Avatar640x480' at row 1 //var avatars = new global::Abstractatech.JavaScript.Avatar.Design.WebCamAvatars.Sheet1(); //var key = avatars.Insert(y); //var c = avatars.Count(); var c = 0; Console.WriteLine( new { c } ); } catch { // + $exception {"Could not load file or assembly 'System.Data.XSQLite, Version=3.7.7.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.":"System.Data.XSQLite, Version=3.7.7.1, Culture=neutral, PublicKeyToken=null"} System.Exception {System.IO.FileNotFoundException} // what the flip Debugger.Break(); } // about to load params for { WebMethod = { IsConstructor = false, MetadataToken = 06000002, Name = Insert, TypeFullName = WebCamAvatarsExperiment.ApplicationWebService, Parameters = 1 } } //enter invoke { WebMethod = { IsConstructor = false, MetadataToken = 06000002, Name = Insert, TypeFullName = WebCamAvatarsExperiment.ApplicationWebService, Parameters = 1 } } //enter NewGlobalInvokeMethod //check NewGlobalInvokeMethod { Name = Insert0 } //check NewGlobalInvokeMethod { Name = Insert } //enter NewGlobalInvokeMethod { Name = Insert } //before call NewGlobalInvokeMethod { Name = Insert } //enter { ConvertTypeName = Abstractatech.JavaScript.Avatar.ConvertToString$2$<0200001c> } //before xml parse { ConvertTypeName = Abstractatech.JavaScript.Avatar.ConvertToString$2$<0200001c> } //before ElementsToFields { ConvertTypeName = Abstractatech.JavaScript.Avatar.ConvertToString$2$<0200001c> } //ElementsToFields { Name = Key } //ElementsToFields { Name = Avatar640x480 } //ElementsToFields { Name = Avatar96gif } //ElementsToFields { Name = Avatar96frame0 } //ElementsToFields { Name = Avatar96frame1 } //ElementsToFields { Name = Avatar96frame2 } //ElementsToFields { Name = Avatar96frame3 } //ElementsToFields { Name = ExternalKey } //ElementsToFields { Name = Tag } //ElementsToFields { Name = Timestamp } //DateTimeConvertFromString { e = 1388586659840 } //DateTimeConvertFromInt64 { Kind = 0, value = 01.01.2014 16:30:59 } //Insert //java.lang.NullPointerException //before call NewGlobalInvokeMethod { Name = Insert } //enter { ConvertTypeName = Abstractatech.JavaScript.Avatar.ConvertToString$2$<0200001c> } //before xml parse { ConvertTypeName = Abstractatech.JavaScript.Avatar.ConvertToString$2$<0200001c> } //before ElementsToFields { ConvertTypeName = Abstractatech.JavaScript.Avatar.ConvertToString$2$<0200001c> } //ElementsToFields { Name = Key } //ElementsToFields { Name = Avatar640x480 } }
public void EnumerateFilesAsync(Abstractatech.JavaScript.FileStorage.AtFile y, Action<string> done = null) { service.EnumerateFilesAsync(y, done); }
public ApplicationContent( IApp page, Abstractatech.JavaScript.FileStorage.IApplicationWebServiceX service, bool DisableBackground = false ) { FormStyler.AtFormCreated = FormStylerLikeFloat.LikeFloat; if (!DisableBackground) { #region I want animated background! WebGLClouds.Application.Loaded += a => { Native.Document.body.parentNode.insertBefore( a.container.Orphanize(), Native.Document.body ); a.container.style.position = IStyle.PositionEnum.@fixed; }; new WebGLClouds.Application(); #endregion } //var minsize = new IHTMLDiv().AttachToDocument(); //minsize.style.SetSize(4000, 2000); var f = new Form { Text = "My Files", StartPosition = FormStartPosition.Manual, SizeGripStyle = SizeGripStyle.Hide }; #region w var ff = new Form { StartPosition = FormStartPosition.Manual, SizeGripStyle = SizeGripStyle.Hide }; var w = new WebBrowser { Dock = DockStyle.Fill }.AttachTo(ff); w.GetHTMLTarget().name = "view"; w.Navigating += delegate { ff.Text = "Navigating"; if (Native.window.Width < 1024) // docked? if (ff.GetHTMLTarget().parentNode != null) Native.window.scrollTo(ff.Left - 8, ff.Top - 8, TimeSpan.FromMilliseconds(300)); }; w.Navigated += delegate { if (w.Url.ToString() == "about:blank") { Native.window.scrollTo(0, 0, TimeSpan.FromMilliseconds(200)); ff.Text = "..."; "Web Files".ToDocumentTitle(); return; } //ff.Text = w.DocumentTitle; ff.Text = Native.window.unescape( w.Url.ToString().SkipUntilLastIfAny("/").TakeUntilLastIfAny(".") ); ff.Text.ToDocumentTitle(); }; ff.FormClosing += (sender, e) => { Console.WriteLine(new { e.CloseReason }); if (e.CloseReason == CloseReason.UserClosing) { e.Cancel = true; w.Navigate("about:blank"); } }; #endregion var content = f.GetHTMLTargetContainer(); var hh = new HorizontalSplit { Minimum = 0.05, Maximum = 0.95, Value = 0.4, }; hh.Container.AttachToDocument(); hh.Container.style.position = IStyle.PositionEnum.absolute; hh.Container.style.left = "0px"; hh.Container.style.top = "0px"; hh.Container.style.right = "0px"; hh.Container.style.bottom = "0px"; hh.Split.Splitter.style.backgroundColor = "rgba(0,0,0,0.0)"; #region AtResize Action AtResize = delegate { Native.Document.getElementById("feedlyMiniIcon").Orphanize(); Native.Document.body.style.minWidth = ""; if (ff.GetHTMLTarget().parentNode == null) { Native.window.scrollTo(0, 0); f.MoveTo(8, 8).SizeTo(Native.window.Width - 16, Native.window.Height - 16); return; } if (f.GetHTMLTarget().parentNode == null) { Native.window.scrollTo(0, 0); ff.MoveTo(8, 8).SizeTo(Native.window.Width - 16, Native.window.Height - 16); return; } if (Native.window.Width < 1024) { Native.Document.body.style.minWidth = (Native.window.Width * 2) + "px"; f.MoveTo(8, 8).SizeTo(Native.window.Width - 16, Native.window.Height - 16); ff.MoveTo(Native.window.Width + 8, 8).SizeTo(Native.window.Width - 16, Native.window.Height - 16); // already scrolled... if (w.Url.ToString() != "about:blank") // docked? if (ff.GetHTMLTarget().parentNode != null) Native.window.scrollTo(ff.Left - 8, ff.Top - 8); return; } f.MoveTo(16, 64).SizeTo(hh.LeftContainer.clientWidth - 32, Native.window.Height - 128); ff.MoveTo( Native.window.Width - hh.RightContainer.clientWidth + 16 , 64).SizeTo(hh.RightContainer.clientWidth - 32, Native.window.Height - 128); //Console.WriteLine("LeftContainer " + new { hh.LeftContainer.clientWidth }); //Console.WriteLine("RightContainer " + new { hh.RightContainer.clientWidth }); }; hh.ValueChanged += delegate { AtResize(); }; Native.window.onresize += delegate { AtResize(); }; Native.window.requestAnimationFrame += delegate { AtResize(); }; #endregion //hh.Split.LeftScrollable = new IHTMLDiv { className = "SidebarForButtons" }; ff.Show(); f.Show(); // https://sites.google.com/a/jsc-solutions.net/work/knowledge-base/15-dualvr/20160108 //f.PopupInsteadOfClosing(SpecialNoMovement: true, NotifyDocked: AtResize); //ff.PopupInsteadOfClosing(SpecialNoMovement: true, HandleFormClosing: false, NotifyDocked: AtResize); var layout = new Abstractatech.JavaScript.FileStorage.HTML.Pages.App(); layout.Container.AttachTo(content); Abstractatech.JavaScript.FileStorage.ApplicationContent.Target = "view"; new Abstractatech.JavaScript.FileStorage.ApplicationContent( layout, service ); "Web Files".ToDocumentTitle(); }