Questions tagged [childwindow]

231 questions
0
votes
1 answer

Passing value into textbox

I am using Silverlight, and passing a value into a textbox in a childwindow, the textBox1_TextChanged event should fire a webservice call that should populate a listbox on the childwindow, however for some reason when the child window loads, the…
Ebikeneser
  • 2,530
  • 12
  • 48
  • 101
0
votes
1 answer

Loop with ChildWindows in Silverlight?

I have a control with textbox. After user input few lines of text and submit that by button then, for every line of text I need to show a childwindow with grid where user has to select some value. Let's say that user inputs 5 lines of text with…
user278618
  • 16,934
  • 41
  • 117
  • 192
0
votes
1 answer

How to use javascript get non-html content in child window

I want to use javascript to open one text file in child window, and then read the content to the parent window. How to implement it? The code like below, if the data.xml is not HTML page, how to get the content to the parent window through…
Robin Wang
  • 691
  • 1
  • 7
  • 13
-1
votes
1 answer

silverlight 4 and Refresh Parent Window when Child Window closed

In my SL4 App I have a Parent Page where I'm displaying a datagrid. I open the ChildWindow when the user selects a particular Row in the grid and clicks on Open button using the following code. cwEditProduct ChildWin = new…
Jhelumi
  • 35
  • 1
  • 6
-1
votes
1 answer

Use response value in child window

I am having difficulty getting to grips with how Silverlight uses asynchronous responses from a web service. I have declared- public partial class Users : Page { public string PID; and then use- if { WebService.Service1SoapClient client =…
Ebikeneser
  • 2,530
  • 12
  • 48
  • 101
-2
votes
2 answers

Delphi: Maximize a Child Window in MDI Project

There is the good component to maximize a child window in a client area (the SHIFT key must be held) - NLDExtraMDIProps. Or this code can be used: procedure WMSIZE(var Msg: TMessage); message WM_SIZE; procedure TForm2.WMSIZE(var Msg:…
maxfax
  • 4,121
  • 10
  • 66
  • 117
1 2 3
15
16