- ago
The extension API documentation stqtes...
"The interface provides several useful properties and methods, the most important being ShowExtensionChildWindow which lets you spawn a child window (that you define) in WL7 when the user clicks your WLCE's menu item."

I'm having trouble making a compatible custom form. Can you expand on how to do this?

It would be useful to include the .xaml and .xaml.cs with the example code.
0
1,018
5 Replies

Reply

Bookmark

Sort
Glitch8
 ( 12.08% )
- ago
#1
Yes I’ll make an example ASAP. It’s a bit tricky because you do need to change the UserControl ancestor to ChildWindow both in the CS and the XAML file.
0
- ago
#2
A list of necessary references would also be useful. Thanks.
0
- ago
#3
Any chance you can provide some quicker informal hints? My development is stalled on this issue.
0
Glitch8
 ( 12.08% )
- ago
#4
Yes, here is the xaml for my NeuroLab child window, under development.

1
Glitch8
 ( 12.08% )
- ago
#5
And here is my cs file for that xaml. Start by creating a new UserControl in Visual Studio. That will give you the XAML and the CS files. You then need to change the base class to ChildWindow in both files as indicated in these two pics.

0

Reply

Bookmark

Sort