Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » WebBrowser control in C# can not display RAP applications due to error
WebBrowser control in C# can not display RAP applications due to error [message #1048389] Wed, 24 April 2013 11:59
Eclipse UserFriend
Hi!

Using a WebBrowser control in C# leads to an error when a RAP
application is uses as URL.

The C# code using RAP examples looks like:

Form1.cs:
public Form1()
{
InitializeComponent();

webBrowser1.Navigate("http://rap.eclipsesource.com/rapdemo/examples");
}

Program.cs:
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}

Form1.Designer.cs:
#region Vom Windows Form-Designer generierter Code

/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor
geändert werden.
/// </summary>
private void InitializeComponent()
{
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.SuspendLayout();
//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScrollBarsEnabled = false;
this.webBrowser1.Size = new System.Drawing.Size(1020, 545);
this.webBrowser1.TabIndex = 0;
this.webBrowser1.Url = new System.Uri("",
System.UriKind.Relative);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1020, 545);
this.Controls.Add(this.webBrowser1);
this.Name = "Form1";
this.Text = "MyText";
this.ResumeLayout(false);

}

#endregion

private System.Windows.Forms.WebBrowser webBrowser1;
}



The erro pages shows:

Could not process server response:

Error: Error: Could not copy fill: VML._copyData: source or target missing.

Script: {
"head": {
"requestCounter": 1
},
"operations": [ [ "create", "w2", "rwt.widgets.Shell", {
"style": [ "NO_TRIM" ]
} ], [ "listen", "w2", {
"Move": true,
"Resize": true,
"Activate": true,
"Close": true
} ], [ "set", "w2", {
"customVariant": "variant_mainshell",
"active": true,
"mode": "maximized",
"minimumSize": [ 80, 0 ],
"activeControl": "w3",
"bounds": [ 0, 0, 1020, 545 ],
"children": [ "w3" ],
"tabIndex": -1,
"visibility": true
} ], [ "create", "w15", "rwt.widgets.Menu", {
"style": [ "POP_UP" ],
"customVariant": "variant_navigation"
} ], [ "create", "w16", "rwt.widgets.MenuItem", {
"parent": "w15",
"style": [ "PUSH" ],
"index": 0,
"customVariant": "variant_navigation",
"text": "Input Widgets"
} ], [ "listen", "w16", {
"Selection": true
} ], [ "create", "w17", "rwt.widgets.MenuItem", {
"parent": "w15",
"style": [ "PUSH" ],
"index": 1,
"customVariant": "variant_navigation",
"text": "Buttons"
} ], [ "listen", "w17", {
"Selection": true
} ], [ "create", "w18", "rwt.widgets.MenuItem", {
"parent": "w15",
"style": [ "PUSH" ],
"index": 2,
"customVariant": "variant_navigation",
"text": "Canvas"
} ], [ "listen", "w18", {
"Selection": true
} ], [ "create", "w19", "rwt.widgets.MenuItem", {
"parent": "w15",
"style": [ "PUSH" ],
"index": 3,
"customVariant": "variant_navigation",
"text": "Dialogs"
} ], [ "listen", "w19", {
"Selection": true
} ], [ "create", "w23", "rwt.widgets.Menu", {
"style": [ "POP_UP" ],
"customVariant": "variant_navigation"
} ], [ "create", "w24", "rwt.widgets.MenuItem", {
"parent": "w23",
"style": [ "PUSH" ],
"index": 0,
"customVariant": "variant_navigation",
"text": "TableViewer"
} ], [ "listen", "w24", {
"Selection": true
} ], [ "create", "w25", "rwt.widgets.MenuItem", {
"parent": "w23",
"style": [ "PUSH" ],
"index": 1,
"customVariant": "variant_navigation",
"text": "TreeViewer"
} ], [ "listen", "w25", {
"Selection": true
} ], [ "create", "w26", "rwt.widgets.MenuItem", {
"parent": "w23",
"style": [ "PUSH" ],
"index": 2,
"customVariant": "variant_navigation",
"text": "Table with Markup"
} ], [ "listen", "w26", {
"Selection": true
} ], [ "create", "w30", "rwt.widgets.Menu", {
"style": [ "POP_UP" ],
"customVariant": "variant_navigation"
} ], [ "create", "w31", "rwt.widgets.MenuItem", {
"parent": "w30",
"style": [ "PUSH" ],
"index": 0,
"customVariant": "variant_navigation",
"text": "Complex Data"
} ], [ "listen", "w31", {
"Selection": true
} ], [ "create", "w32", "rwt.widgets.MenuItem", {
"parent": "w30",
"style": [ "PUSH" ],
"index": 1,
"customVariant": "variant_navigation",
"text": "Markup Support"
} ], [ "listen", "w32", {
"Selection": true
} ], [ "create", "w33", "rwt.widgets.MenuItem", {
"parent": "w30",
"style": [ "PUSH" ],
"index": 2,
"customVariant": "variant_navigation",
"text": "Input Validation"
} ], [ "listen", "w33", {
"Selection": true
} ], [ "create", "w34", "rwt.widgets.MenuItem", {
"parent": "w30",
"style": [ "PUSH" ],
"index": 3,
"customVariant": "variant_navigation",
"text": "Drag && Drop"
} ], [ "listen", "w34", {
"Selection": true
} ], [ "create", "w38", "rwt.widgets.Menu", {
"style": [ "POP_UP" ],
"customVariant": "variant_navigation"
} ], [ "create", "w39", "rwt.widgets.MenuItem", {
"parent": "w38",
"style": [ "PUSH" ],
"index": 0,
"customVariant": "variant_navigation",
"text": "Grid Layout"
} ], [ "listen", "w39", {
"Selection": true
} ], [ "create", "w40", "rwt.widgets.MenuItem", {
"parent": "w38",
"style": [ "PUSH" ],
"index": 1,
"customVariant": "variant_navigation",
"text": "Row Layout"
} ], [ "listen", "w40", {
"Selection": true
} ], [ "create", "w41", "rwt.widgets.MenuItem", {
"parent": "w38",
"style": [ "PUSH" ],
"index": 2,
"customVariant": "variant_navigation",
"text": "Fill Layout"
} ], [ "listen", "w41", {
"Selection": true
} ], [ "create", "w45", "rwt.widgets.Menu", {
"style": [ "POP_UP" ],
"customVariant": "variant_navigation"
} ], [ "create", "w46", "rwt.widgets.MenuItem", {
"parent": "w45",
"style": [ "PUSH" ],
"index": 0,
"customVariant": "variant_navigation",
"text": "Google Maps"
} ], [ "listen", "w46", {
"Selection": true
} ], [ "create", "w47", "rwt.widgets.MenuItem", {
"parent": "w45",
"style": [ "PUSH" ],
"index": 1,
"customVariant": "variant_navigation",
"text": "Rich Text Editor"
} ], [ "listen", "w47", {
"Selection": true
} ], [ "create", "w48", "rwt.widgets.MenuItem", {
"parent": "w45",
"style": [ "PUSH" ],
"index": 2,
"customVariant": "variant_navigation",
"text": "Charts (experimental)"
} ], [ "listen", "w48", {
"Selection": true
} ], [ "create", "w3", "rwt.widgets.ScrolledComposite", {
"parent": "w2",
"style": [ "H_SCROLL", "V_SCROLL" ]
} ], [ "create", "w4", "rwt.widgets.ScrollBar", {
"parent": "w3",
"style": [ "HORIZONTAL" ]
} ], [ "create", "w5", "rwt.widgets.ScrollBar", {
"parent": "w3",
"style": [ "VERTICAL" ]
} ], [ "set", "w3", {
"bounds": [ 0, 0, 1020, 545 ],
"children": [ "w6" ],
"tabIndex": 1,
"content": "w6"
} ], [ "set", "w5", {
"visibility": true
} ], [ "create", "w6", "rwt.widgets.Composite", {
"parent": "w3",
"style": [ "NONE" ],
"bounds": [ 0, 0, 1010, 800 ],
"children": [ "w7", "w11" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 1010, 800 ]
} ], [ "create", "w7", "rwt.widgets.Composite", {
"parent": "w6",
"style": [ "NONE" ],
"bounds": [ 0, 0, 1010, 140 ],
"children": [ "w8" ],
"tabIndex": -1,
"customVariant": "variant_header",
"clientArea": [ 0, 0, 1010, 140 ]
} ], [ "create", "w8", "rwt.widgets.Composite", {
"parent": "w7",
"style": [ "NONE" ],
"bounds": [ 6, 0, 998, 140 ],
"children": [ "w9", "w10" ],
"tabIndex": -1,
"background": [ 0, 0, 0, 0 ],
"clientArea": [ 0, 0, 998, 140 ]
} ], [ "create", "w9", "rwt.widgets.Label", {
"parent": "w8",
"style": [ "NONE" ],
"bounds": [ 0, 31, 190, 78 ],
"tabIndex": -1,
"background": [ 0, 0, 0, 0 ],
"cursor": "pointer"
} ], [ "listen", "w9", {
"MouseDown": true,
"MouseUp": true,
"MouseDoubleClick": true
} ], [ "set", "w9", {
"image": [ "rwt-resources/generated/dafa3726.png", 190, 78 ]
} ], [ "create", "w10", "rwt.widgets.Label", {
"parent": "w8",
"style": [ "NONE" ],
"bounds": [ 250, 82, 46, 32 ],
"tabIndex": -1,
"background": [ 0, 0, 0, 0 ],
"customVariant": "variant_title",
"text": "Demo"
} ], [ "create", "w11", "rwt.widgets.Composite", {
"parent": "w6",
"style": [ "NONE" ],
"bounds": [ 0, 140, 1010, 660 ],
"children": [ "w12", "w51", "w53" ],
"tabIndex": -1,
"customVariant": "variant_mainContentArea",
"clientArea": [ 0, 0, 1010, 660 ]
} ], [ "create", "w12", "rwt.widgets.Composite", {
"parent": "w11",
"style": [ "NONE" ],
"bounds": [ 0, 0, 1010, 33 ],
"children": [ "w13" ],
"tabIndex": -1,
"customVariant": "variant_nav-bar",
"clientArea": [ 0, 0, 1010, 33 ]
} ], [ "create", "w13", "rwt.widgets.Composite", {
"parent": "w12",
"style": [ "NONE" ],
"bounds": [ -1, 0, 998, 33 ],
"children": [ "w14", "w22", "w29", "w37", "w44" ],
"tabIndex": -1,
"customVariant": "variant_navigation",
"clientArea": [ 0, 0, 998, 33 ]
} ], [ "create", "w14", "rwt.widgets.Composite", {
"parent": "w13",
"style": [ "NONE" ],
"bounds": [ 0, 0, 130, 33 ],
"children": [ "w20" ],
"tabIndex": 8,
"clientArea": [ 0, 0, 130, 33 ]
} ], [ "create", "w20", "rwt.widgets.ToolBar", {
"parent": "w14",
"style": [ "HORIZONTAL" ],
"bounds": [ 0, 0, 130, 33 ],
"children": [],
"tabIndex": 9,
"customVariant": "variant_navigation"
} ], [ "create", "w21", "rwt.widgets.ToolItem", {
"parent": "w20",
"style": [ "DROP_DOWN" ],
"index": 0,
"bounds": [ 0, 0, 130, 33 ],
"customVariant": "variant_selected",
"text": "Basic Widgets"
} ], [ "listen", "w21", {
"Selection": true
} ], [ "create", "w22", "rwt.widgets.Composite", {
"parent": "w13",
"style": [ "NONE" ],
"bounds": [ 201, 0, 135, 33 ],
"children": [ "w27" ],
"tabIndex": 10,
"clientArea": [ 0, 0, 135, 33 ]
} ], [ "create", "w27", "rwt.widgets.ToolBar", {
"parent": "w22",
"style": [ "HORIZONTAL" ],
"bounds": [ 0, 0, 135, 33 ],
"children": [],
"tabIndex": 11,
"customVariant": "variant_navigation"
} ], [ "create", "w28", "rwt.widgets.ToolItem", {
"parent": "w27",
"style": [ "DROP_DOWN" ],
"index": 0,
"bounds": [ 0, 0, 135, 33 ],
"customVariant": "variant_navigation",
"text": "Trees && Tables"
} ], [ "listen", "w28", {
"Selection": true
} ], [ "create", "w29", "rwt.widgets.Composite", {
"parent": "w13",
"style": [ "NONE" ],
"bounds": [ 407, 0, 123, 33 ],
"children": [ "w35" ],
"tabIndex": 12,
"clientArea": [ 0, 0, 123, 33 ]
} ], [ "create", "w35", "rwt.widgets.ToolBar", {
"parent": "w29",
"style": [ "HORIZONTAL" ],
"bounds": [ 0, 0, 123, 33 ],
"children": [],
"tabIndex": 13,
"customVariant": "variant_navigation"
} ], [ "create", "w36", "rwt.widgets.ToolItem", {
"parent": "w35",
"style": [ "DROP_DOWN" ],
"index": 0,
"bounds": [ 0, 0, 123, 33 ],
"customVariant": "variant_navigation",
"text": "Key Features"
} ], [ "listen", "w36", {
"Selection": true
} ], [ "create", "w37", "rwt.widgets.Composite", {
"parent": "w13",
"style": [ "NONE" ],
"bounds": [ 601, 0, 87, 33 ],
"children": [ "w42" ],
"tabIndex": 14,
"clientArea": [ 0, 0, 87, 33 ]
} ], [ "create", "w42", "rwt.widgets.ToolBar", {
"parent": "w37",
"style": [ "HORIZONTAL" ],
"bounds": [ 0, 0, 87, 33 ],
"children": [],
"tabIndex": 15,
"customVariant": "variant_navigation"
} ], [ "create", "w43", "rwt.widgets.ToolItem", {
"parent": "w42",
"style": [ "DROP_DOWN" ],
"index": 0,
"bounds": [ 0, 0, 87, 33 ],
"customVariant": "variant_navigation",
"text": "Layouts"
} ], [ "listen", "w43", {
"Selection": true
} ], [ "create", "w44", "rwt.widgets.Composite", {
"parent": "w13",
"style": [ "NONE" ],
"bounds": [ 759, 0, 149, 33 ],
"children": [ "w49" ],
"tabIndex": 16,
"clientArea": [ 0, 0, 149, 33 ]
} ], [ "create", "w49", "rwt.widgets.ToolBar", {
"parent": "w44",
"style": [ "HORIZONTAL" ],
"bounds": [ 0, 0, 149, 33 ],
"children": [],
"tabIndex": 17,
"customVariant": "variant_navigation"
} ], [ "create", "w50", "rwt.widgets.ToolItem", {
"parent": "w49",
"style": [ "DROP_DOWN" ],
"index": 0,
"bounds": [ 0, 0, 149, 33 ],
"customVariant": "variant_navigation",
"text": "Custom Widgets"
} ], [ "listen", "w50", {
"Selection": true
} ], [ "create", "w51", "rwt.widgets.Composite", {
"parent": "w11",
"style": [ "NONE" ],
"bounds": [ 6, 620, 988, 40 ],
"children": [ "w52" ],
"tabIndex": -1,
"customVariant": "variant_footer",
"clientArea": [ 0, 0, 986, 38 ]
} ], [ "create", "w52", "rwt.widgets.Label", {
"parent": "w51",
"style": [ "NONE" ],
"bounds": [ 707, 9, 264, 19 ],
"tabIndex": -1,
"background": [ 0, 0, 0, 0 ],
"customVariant": "variant_footerLabel",
"text": "RAP version: 2.0.0 (Build 20130205-1612)"
} ], [ "create", "w53", "rwt.widgets.Composite", {
"parent": "w11",
"style": [ "NONE" ],
"bounds": [ -4, 33, 1008, 587 ],
"children": [ "w54" ],
"tabIndex": -1,
"customVariant": "variant_centerArea",
"clientArea": [ 0, 0, 1008, 587 ]
} ], [ "create", "w54", "rwt.widgets.Composite", {
"parent": "w53",
"style": [ "NONE" ],
"bounds": [ 0, 0, 1008, 587 ],
"children": [ "w55", "w56" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 1008, 587 ]
} ], [ "create", "w55", "rwt.widgets.Label", {
"parent": "w54",
"style": [ "NONE" ],
"bounds": [ 10, 30, 141, 27 ],
"tabIndex": -1,
"customVariant": "variant_pageHeadline",
"text": "Input Widgets"
} ], [ "create", "w56", "rwt.widgets.Composite", {
"parent": "w54",
"style": [ "NONE" ],
"bounds": [ 0, 62, 1008, 525 ],
"children": [ "w57", "w58" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 1008, 525 ]
} ], [ "create", "w57", "rwt.widgets.Composite", {
"parent": "w56",
"style": [ "NONE" ],
"bounds": [ 0, 0, 474, 359 ],
"children": [ "w59" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 474, 359 ]
} ], [ "create", "w59", "rwt.widgets.Composite", {
"parent": "w57",
"style": [ "NONE" ],
"bounds": [ 0, 0, 474, 359 ],
"children": [ "w60", "w61", "w62", "w63", "w64", "w65", "w66", "w67",
"w68", "w69", "w70", "w72", "w73", "w75", "w76", "w77" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 474, 359 ]
} ], [ "create", "w60", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 10, 151, 20 ],
"tabIndex": -1,
"customVariant": "variant_heading",
"text": "Simple Input Widgets"
} ], [ "create", "w61", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 46, 82, 19 ],
"tabIndex": -1,
"text": "First Name:"
} ], [ "create", "w62", "rwt.widgets.Text", {
"parent": "w59",
"style": [ "LEFT", "SINGLE", "BORDER" ],
"bounds": [ 107, 40, 357, 31 ],
"tabIndex": 24
} ], [ "create", "w63", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 87, 80, 19 ],
"tabIndex": -1,
"text": "Last Name:"
} ], [ "create", "w64", "rwt.widgets.Text", {
"parent": "w59",
"style": [ "LEFT", "SINGLE", "BORDER" ],
"bounds": [ 107, 81, 357, 31 ],
"tabIndex": 25
} ], [ "create", "w65", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 128, 83, 19 ],
"tabIndex": -1,
"text": "Passphrase:"
} ], [ "create", "w66", "rwt.widgets.Text", {
"parent": "w59",
"style": [ "LEFT", "SINGLE", "PASSWORD", "BORDER" ],
"bounds": [ 107, 122, 357, 31 ],
"tabIndex": 26,
"text": "Password",
"echoChar": "?"
} ], [ "create", "w67", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 169, 33, 19 ],
"tabIndex": -1,
"text": "Age:"
} ], [ "create", "w68", "rwt.widgets.Spinner", {
"parent": "w59",
"style": [ "BORDER" ],
"bounds": [ 107, 163, 357, 31 ],
"children": [],
"tabIndex": 27,
"selection": 23,
"decimalSeparator": ","
} ], [ "create", "w69", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 210, 63, 19 ],
"tabIndex": -1,
"text": "Country:"
} ], [ "create", "w70", "rwt.widgets.Combo", {
"parent": "w59",
"style": [ "DROP_DOWN" ],
"bounds": [ 107, 204, 357, 31 ],
"children": [],
"tabIndex": 28,
"itemHeight": 23,
"items": [ "Germany", "Canada", "USA", "Bulgaria" ],
"selectionIndex": 0,
"text": "Germany"
} ], [ "create", "w72", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 251, 42, 19 ],
"tabIndex": -1,
"text": "Class:"
} ], [ "create", "w73", "rwt.widgets.Combo", {
"parent": "w59",
"style": [ "DROP_DOWN" ],
"bounds": [ 107, 245, 357, 31 ],
"children": [],
"tabIndex": 29,
"itemHeight": 23,
"items": [ "Business", "Economy", "Economy Plus" ],
"selectionIndex": 0,
"editable": false
} ], [ "create", "w75", "rwt.widgets.Label", {
"parent": "w59",
"style": [ "NONE" ],
"bounds": [ 10, 291, 39, 19 ],
"tabIndex": -1,
"text": "Date:"
} ], [ "create", "w76", "rwt.widgets.DateTime", {
"parent": "w59",
"style": [ "DATE", "MEDIUM", "BORDER" ],
"cellSize": [ 24, 19 ],
"monthNames": [ "Januar", "Februar", "März", "April", "Mai", "Juni",
"Juli", "August", "September", "Oktober", "November", "Dezember", "" ],
"weekdayNames": [ "", "Sonntag", "Montag", "Dienstag", "Mittwoch",
"Donnerstag", "Freitag", "Samstag" ],
"weekdayShortNames": [ "", "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa" ],
"dateSeparator": ".",
"datePattern": "DMY",
"bounds": [ 107, 286, 139, 30 ],
"children": [],
"tabIndex": 30,
"year": 2013,
"month": 3,
"day": 24,
"subWidgetsBounds": [ [ 0, 3, 5, 0, 17 ], [ 4, 3, 5, 0, 17 ], [ 2, 32,
5, 24, 17 ], [ 5, 27, 5, 5, 17 ], [ 1, 3, 5, 24, 17 ], [ 6, 56, 5, 5, 17
], [ 3, 61, 5, 42, 17 ], [ 7, 106, 0, 31, 28 ], [ 13, 106, 0, 31, 28 ] ]
} ], [ "create", "w77", "rwt.widgets.Button", {
"parent": "w59",
"style": [ "CHECK" ],
"bounds": [ 10, 326, 87, 23 ],
"tabIndex": 31,
"text": "Enabled",
"alignment": "left",
"selection": true
} ], [ "listen", "w77", {
"Selection": true
} ], [ "create", "w58", "rwt.widgets.Composite", {
"parent": "w56",
"style": [ "NONE" ],
"bounds": [ 534, 0, 474, 385 ],
"children": [ "w78", "w86" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 474, 385 ]
} ], [ "create", "w78", "rwt.widgets.Composite", {
"parent": "w58",
"style": [ "NONE" ],
"bounds": [ 0, 0, 474, 122 ],
"children": [ "w79", "w80", "w81", "w83", "w84" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 474, 122 ]
} ], [ "create", "w79", "rwt.widgets.Label", {
"parent": "w78",
"style": [ "NONE" ],
"bounds": [ 10, 10, 256, 20 ],
"tabIndex": -1,
"customVariant": "variant_heading",
"text": "Input validation with visual feedback"
} ], [ "create", "w80", "rwt.widgets.Label", {
"parent": "w78",
"style": [ "NONE" ],
"bounds": [ 10, 46, 84, 19 ],
"tabIndex": -1,
"text": "Digits Only:"
} ], [ "create", "w81", "rwt.widgets.Text", {
"parent": "w78",
"style": [ "LEFT", "SINGLE", "BORDER" ],
"bounds": [ 104, 40, 360, 31 ],
"tabIndex": 34,
"background": [ 250, 200, 150, 255 ],
"text": "4711 abcd"
} ], [ "listen", "w81", {
"Modify": true
} ], [ "create", "w82", "rwt.widgets.ControlDecorator", {
"parent": "w78",
"style": [ "TOP", "LEFT" ],
"bounds": [ 97, 40, 7, 8 ],
"text": "validation failed: only numbers allowed for this textfield",
"image": [ "rwt-resources/generated/9f835836.gif", 7, 8 ],
"visible": true
} ], [ "create", "w83", "rwt.widgets.Label", {
"parent": "w78",
"style": [ "NONE" ],
"bounds": [ 10, 87, 81, 19 ],
"tabIndex": -1,
"text": "Mandatory:"
} ], [ "create", "w84", "rwt.widgets.Text", {
"parent": "w78",
"style": [ "LEFT", "SINGLE", "BORDER" ],
"bounds": [ 104, 81, 360, 31 ],
"tabIndex": 35
} ], [ "listen", "w84", {
"Modify": true
} ], [ "create", "w85", "rwt.widgets.ControlDecorator", {
"parent": "w78",
"style": [ "TOP", "LEFT" ],
"bounds": [ 97, 81, 7, 8 ],
"text": "this field cannot be empty. Please enter mandatory content.",
"image": [ "rwt-resources/generated/626a603b.gif", 7, 8 ],
"visible": true
} ], [ "create", "w86", "rwt.widgets.Composite", {
"parent": "w58",
"style": [ "NONE" ],
"bounds": [ 0, 127, 474, 258 ],
"children": [ "w87", "w88", "w89", "w91", "w92" ],
"tabIndex": -1,
"clientArea": [ 0, 0, 474, 258 ]
} ], [ "create", "w87", "rwt.widgets.Label", {
"parent": "w86",
"style": [ "NONE" ],
"bounds": [ 10, 10, 103, 20 ],
"tabIndex": -1,
"customVariant": "variant_heading",
"text": "Multiline Texts"
} ], [ "create", "w88", "rwt.widgets.Label", {
"parent": "w86",
"style": [ "NONE" ],
"bounds": [ 10, 40, 145, 19 ],
"tabIndex": -1,
"text": "This text box wraps:"
} ], [ "create", "w89", "rwt.widgets.Text", {
"parent": "w86",
"style": [ "LEFT", "MULTI", "WRAP", "V_SCROLL", "BORDER" ],
"bounds": [ 10, 69, 454, 70 ],
"tabIndex": 37,
"text": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem
ipsum dolor sit amet, consectetuer adipiscing elit. "
} ], [ "create", "w91", "rwt.widgets.Label", {
"parent": "w86",
"style": [ "NONE" ],
"bounds": [ 10, 149, 153, 19 ],
"tabIndex": -1,
"text": "And this one doesn't:"
} ], [ "create", "w92", "rwt.widgets.Text", {
"parent": "w86",
"style": [ "LEFT", "MULTI", "H_SCROLL", "V_SCROLL", "BORDER" ],
"bounds": [ 10, 178, 454, 70 ],
"tabIndex": 38,
"text": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem
ipsum dolor sit amet, consectetuer adipiscing elit. "
} ], [ "set", "w1", {
"focusControl": "w3"
} ], [ "listen", "rwt.client.BrowserNavigation", {
"Navigation": true
} ], [ "call", "rwt.client.BrowserNavigation", "addToHistory", {
"entries": [ [ "input", "Input Widgets" ] ]
} ], [ "call", "rwt.client.TextSizeMeasurement", "measureItems", {
"items": [ [ "t1699665395", "Fr", [ "Verdana", "Lucida Sans", "Arial",
"Helvetica", "sans-serif" ], 14, false, false, -1, false ], [
"t1700036341", "Sa", [ "Verdana", "Lucida Sans", "Arial", "Helvetica",
"sans-serif" ], 14, false, false, -1, false ], [ "t1699865283", "Mi", [
"Verdana", "Lucida Sans", "Arial", "Helvetica", "sans-serif" ], 14,
false, false, -1, false ], [ "t-1660438473", "Input Widgets", [
"Helvetica", "Verdana", "sans-serif" ], 20, false, false, -1, false ], [
"t-13462171", "Sonntag", [ "Verdana", "Lucida Sans", "Arial",
"Helvetica", "sans-serif" ], 14, false, false, -1, false ], [
"t1699871049", "Mo", [ "Verdana", "Lucida Sans", "Arial", "Helvetica",
"sans-serif" ], 14, false, false, -1, false ], [ "t1699602930", "Do", [
"Verdana", "Lucida Sans", "Arial", "Helvetica", "sans-serif" ], 14,
false, false, -1, false ], [ "t1699597164", "Di", [ "Verdana", "Lucida
Sans", "Arial", "Helvetica", "sans-serif" ], 14, false, false, -1, false
], [ "t794792865", "Demo", [ "Helvetica", "Verdana", "sans-serif" ], 24,
false, false, -1, false ] ]
} ] ]
}
description: Could not copy fill: VML._copyData: source or target
missing.
message: Could not copy fill: VML._copyData: source or target missing.
name: Error
Debug: off
Request:
{"head":{"rwt_initialize":true},"operations":[["set","w1",{"bounds":[0,0,1020,545],"dpi":[96,96],"colorDepth":24}],["set","rwt.client.ClientInfo",{"timezoneOffset":-120}],["call","rwt.client.TextSizeMeasurement","storeMeasurements",{"results":{"p5002469":[1020,51],"p2024153187":[754,21],"p2024160099":[443,12],"p-1797325077":[772,17],"p2024153443":[709,20],"p-1797325080":[670,17],"p2024153442":[740,20],"p-1797325079":[772,17],"p5002981":[954,23],"p1122286601":[649,19],"p1122286600":[699,19],"p2015809523":[603,13],"p-2081769795":[651,18],"p-1797325336":[622,16],"p2015810802":[981,19],"p-785380997":[768,17],"p-785380998":[858,17],"p-785380999":[767,17],"p1122286857":[695,20],"p1122286856":[749,20],"p5000421":[668,16],"p-2081769539":[607,17],"p-2081769540":[594,17],"p-2081769537":[608,17],"p-2081769538":[595,17],"p2015811059":[932,21],"p-457874844":[664,20],"p-457874843":[686,20],"p2015807987":[713,16],"p2024161120":[634,17],"p2024161122":[648,17],"p2024161123":[621,17],"p-1536683069":[
1020,55],"p-1797326104":[479,12],"p-457874588":[613,18],"p2024160866":[694,18],"p-1797332504":[814,21],"p2024160867":[665,18],"p2015808499":[822,18],"p2015808498":[919,18],"p-1797332248":[861,22],"p2024160611":[532,15],"p-1797326360":[431,11],"p-457875356":[766,23],"p-2081773123":[694,20],"p1122280200":[849,23],"p1122280201":[788,23],"p5001957":[764,18],"p-1797331992":[909,23],"p2015808243":[768,17],"p2015808242":[858,17],"p-1797326614":[383,10],"p-1797326613":[441,10],"p-457875097":[739,22],"p-1797326616":[383,10],"p-457875100":[715,22],"p-1797326615":[441,10],"p-457875099":[739,22],"p-785379973":[548,12],"p5004005":[1020,55]}}],["set","w1",{"cursorLocation":[0,0]}]]}
Phase: 6
Previous Topic:UI not blocked during a long event.
Next Topic:[2.1] How to get IP from client?
Goto Forum:
  


Current Time: Wed Apr 24 17:58:59 GMT 2024

Powered by FUDForum. Page generated in 0.03428 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top