Advanced Forum Search Results
-
Anyone have any thoughts?
I know thats a lot of information so it basically comes down to the question as to whether or not Silverlight could be importing soemthing that would be interferring with the rest of the Project. I didn't have this problem until I added a Web Reference to my ASP.NET Web Site Project and if I remove ...
-
Normal
0
false
false
false
MicrosoftInternetExplorer4
st1\:*{behavior:url(#ieooui) }
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table ...
-
Thanks for the help. I've spent at least a couple of days over this problem and its good to know whats going on behind the scenes. Your response did in fact answer my question so I do really appreciate the help.
Thanks again.
-
I am developing a
Silverlight Application that embeds fonts so as to be able to display
non-supported fonts (such as Helvetica). The code works quite well but
for some unusual reason I cannot embed some Adobe fonts that I actually
have licenses for. They are OpenType fonts but whenever I specify them
in my JavaScript code it uses ...
-
Anyone have any clue?
Thanks
-
Thats something that I planned on checking after I got this to work given that my Application is not "released" yet.
Would that matter in regards to whether or not Silverlight can display the fonts? If so, how would I check?
Thanks.
-
I am developing a Silverlight Application that embeds fonts so as to be able to display non-supported fonts (such as Helvetica). The code works quite well but for some unusual reason I cannot embed some Adobe fonts that I actually have licenses for. They are OpenType fonts but whenever I specify them in my JavaScript code it uses the ...
-
Thanks for the comment. I am not using the "Code Behind" model. I was afraid that what your saying is true.
Would you happen to know if its possible to combine both methods? I tried this once before but it was quite difficult. I had a hard time tying a Javascript code to the Managed Code.
-
Note that my question basically comes down to how do build Silverlight Controls such as a Button via Javascript. I cannot seem to find a way to do this.
Any help is appreicated.
Thanks
-
I have a System that I am developing that incorporates Silverlight. Originally I was using Version 1 and JavaScript given that Version 2 has not been officially released. Because of this I have an extensive amount of Javascript code and unfortunately I do not have the time to move all the code over to Managed Code (it might not even be ...