472,139 Members | 1,778 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

XBAP gadget

It seems that we can only embed XBAP Iframe to create a WPF gadget, the WPF
application will not
work at this time (I tried Stanimir's demo, it is not different to a
standalone WPF application, it will
not be able to dock into the sidebar when move the "Hello gadget" closing to
the sidebar, I don't
know if it is still a sidebar gadget if it could not dock into the sidebar).

The problem I met in XBAP gadget is that it is difficult to set padding so
that the gadget could be
drag out of the sidebar. the size of my XBAP is 190X145, my html launcher is
<html>
<head>
<title>XeePet Gadget</title>

<style>
body {
width:145;
height:190;
padding:0;
margin:0;
background:black;
}
</style>
</head>
<body>
<iframe height="190"
width="145"
src="XbapGadget.xbap" />
</body>
</html>

when it is running, it just dock into the sidebar and the drag handle will
not show up no
matter cursor move to anywhere on the gadget. I tried change the padding or
margin,
the drag handle did show up, but the untransparentable background make the
gadget
pretty ugly.

I tried other gadget came with the Vista such as clock, any position of the
gadget is draggable,
how did they implement that, Is it possible in WPF XBAP gadget?

Best Regards
Sep 18 '08 #1
2 3037
Look at this blog Steven. This fellow says to use a WPF UserControl - sort
of makes sense:
http://blogs.msdn.com/charles_sterli...oundation.aspx

"Steven Tang" <st***@mediator.comwrote in message
news:7C**********************************@microsof t.com...
It seems that we can only embed XBAP Iframe to create a WPF gadget, the
WPF application will not
work at this time (I tried Stanimir's demo, it is not different to a
standalone WPF application, it will
not be able to dock into the sidebar when move the "Hello gadget" closing
to the sidebar, I don't
know if it is still a sidebar gadget if it could not dock into the
sidebar).

The problem I met in XBAP gadget is that it is difficult to set padding so
that the gadget could be
drag out of the sidebar. the size of my XBAP is 190X145, my html launcher
is
<html>
<head>
<title>XeePet Gadget</title>

<style>
body {
width:145;
height:190;
padding:0;
margin:0;
background:black;
}
</style>
</head>
<body>
<iframe height="190"
width="145"
src="XbapGadget.xbap" />
</body>
</html>

when it is running, it just dock into the sidebar and the drag handle will
not show up no
matter cursor move to anywhere on the gadget. I tried change the padding
or margin,
the drag handle did show up, but the untransparentable background make the
gadget
pretty ugly.

I tried other gadget came with the Vista such as clock, any position of
the gadget is draggable,
how did they implement that, Is it possible in WPF XBAP gadget?

Best Regards

Sep 24 '08 #2
Sorry for later response, I just saw your reply, and the link you provided
pretty help.

Thanks a lot
--
=======================
Steven Tang
SYWWUYU)
**:)
"James Hotmail" wrote:
Look at this blog Steven. This fellow says to use a WPF UserControl - sort
of makes sense:
http://blogs.msdn.com/charles_sterli...oundation.aspx

"Steven Tang" <st***@mediator.comwrote in message
news:7C**********************************@microsof t.com...
It seems that we can only embed XBAP Iframe to create a WPF gadget, the
WPF application will not
work at this time (I tried Stanimir's demo, it is not different to a
standalone WPF application, it will
not be able to dock into the sidebar when move the "Hello gadget" closing
to the sidebar, I don't
know if it is still a sidebar gadget if it could not dock into the
sidebar).

The problem I met in XBAP gadget is that it is difficult to set padding so
that the gadget could be
drag out of the sidebar. the size of my XBAP is 190X145, my html launcher
is
<html>
<head>
<title>XeePet Gadget</title>

<style>
body {
width:145;
height:190;
padding:0;
margin:0;
background:black;
}
</style>
</head>
<body>
<iframe height="190"
width="145"
src="XbapGadget.xbap" />
</body>
</html>

when it is running, it just dock into the sidebar and the drag handle will
not show up no
matter cursor move to anywhere on the gadget. I tried change the padding
or margin,
the drag handle did show up, but the untransparentable background make the
gadget
pretty ugly.

I tried other gadget came with the Vista such as clock, any position of
the gadget is draggable,
how did they implement that, Is it possible in WPF XBAP gadget?

Best Regards
Nov 10 '08 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by dgk | last post: by
2 posts views Thread by Abhi Arora | last post: by
3 posts views Thread by =?Utf-8?B?SXpvcmljaA==?= | last post: by
reply views Thread by | last post: by
2 posts views Thread by =?Utf-8?B?U3RldmVuIFRhbmc=?= | last post: by
4 posts views Thread by =?Utf-8?B?U3RldmVuIFRhbmc=?= | last post: by
5 posts views Thread by =?Utf-8?B?U3RldmVuIFRhbmc=?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.