Advanced Forum Search Results
-
It works.
Thank you
-
Thanks
-
I am trying to find a way to provide fulltext search and highlight in my Silverlight app.
My app renders pages generated through XPS, and massaged to remove unsupported features for Silverlight 1.0. So, the content is mostly Glyphs represented in XAML.
XPS reader (on Windows) does support full-text search & highlight. I am hoping to ...
-
Thanks for taking care of this request.
Looking forward to testing this come Jan.
-
I would like to upload odttf (encoded font file) as part of my silverlight zip archive to silverlight streaming server.
The list of supported files types doesn't list this file.
These odttf files are generated by XPS Print Driver (in our standard c# application) and referenced by Glyphs in Silverlight XAML ...
-
Hi,
Uploading a ~6MB zip archive using REST API from c# code fails with the following error:
Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
The archive has ~61 files, the largest of them is 835KB image file.
The same c# code works fine for smaller zip ...
-
Thanks for the suggestion Dave.
Two points make this a bit difficult in my case
1) I need a drop shadow on an image. Since the image is set to Stretch Uniform, I would have to calculate the actual width/height/x/y of the bitmap image inside the Image UI control to get the drop shadow and not just go by the width/height/x/y of the Image control ...
-
I am trying to get the 'Bitmap Drop Shadow Effect' avaiable in WPF within Silverlight.
I couldn't fnd any native support for dropshadow in Silverlight 1.0beta.
Any suggestions?
-
App --> XPS --> Silverlight XAML
Since Silverlight is a small subset it doesn't support all the XAML properties covered by XPS.
I have come across only two elements so far, that have limitations (as explained below). There may be more when trying to convert XPS created by PPT.
My approach, all done in a c# plugin to my ...
-
WPF/E Feb CTP sample had code for they called the 'FilmStrip'.
I don't see this sample in the Silverlight1.0 SDK though.
By the way, PopFly has a control for Flickr and Silverlight Page Turner.
Connecting them together shows select images from Flickr in a Silverlight PageTurn application.