Advanced Forum Search Results
-
Additional Info.....
I have found that if I have the font used OUTSIDE the frame, the custom font works INSIDE the frame.... But if I remove the custom font from being used anywhere OUTSIDE the frame, the font stops working INSIDE the frame. To work around the issue, I have just included an empty TextBlock OUTSIDE the frame ...
-
Has anyone been able to successfully get custom fonts to come through on a page within a Navigation Framework Frame? I have an example that works fine if it is NOT in a frame, but when a frame it does not display the custom font.
Just looking for someone to confirm that they HAVE gotten this to work successfully.
Thanks
Robert Lair
-
Some additional information.. I have it working now, however I am not certain as to why it was broken before. If I looked at the ServiceReferences.ClientConfig file at Line 8, position 26 (as the innerexception indicated), I see that there is a warning that is generated by VS.NET on the line:
<httpTransport ...
-
I have a very simple WCF Service (Binary Message Encoding... though I have tried changing to Text Message Encoding as well, but same error) that returns a string from a very simple LINQ to SQL query. I can add the service reference just fine, but when I go to consume the service I get the error:
An error occurred while attempting to read ...
-
Any updated ETA on the custom control video tutorials you spoke of?
-
Anyone else have a floating window solution?
-
Would greatly appreciate it if you would. Can you email to robertlair at gmail dotcom? Thanks!
-
Also, to add to this. You can only use this syntax if you are putting
the information in the XAML tag itself (also note, you cant use the special HTML characters, you must convert them all to Unicode... so your trademark would be &#8482;.
If you need to assign the
value in code, you will want to use ...
-
Do either of you have some examples of how you have implemented the solutions with these approaches?
-
I am looking to create a floating/resizable window to use in a Silverlight 2 solution I am working on. I do not want to reinvent something that already exists. Has someone already built this, or know of a control to do this?
Thanks!