Advanced Forum Search Results
-
A storyboard is running in a seperate thread?? is that really true?
according to what i 've learn, there should be one ui thread, and if storyboard can access the ui elements directly, it should be located in the same ui thread.
correct me if i'm wrong.
-
takes a lot of cpu to do this
-
1. Path.Data support mini language which we can use simple 'mM','lL' something like this to draw any graphics we want so easily, but to write codes doing the same thing, it becomes disaster. the code is not elegant, so normally i use my own helper to draw graphics. i think it should be part of the sl library api. like class ...
-
-
about the "font name" thing,actually this is not quite right for those non-english fonts in non-english os.
for example, in non-english os, those non-english fonts,like 'Simsun' will show as '宋体'(Chinese Name), not 'Simsun'.But in blend, when you explictly embed the font to your app, blend will referrence fonts as '宋体' not ...
-
my project had set this NeutralResourcesLanguageAttribute to zh-Hans, but somehow one of our client uses english xp, and has no chinese locale.
and everything went wrong, 'InitializeComponent' method succeeded, but no xaml element is reflected, that means when i visit 'LayoutRoot', it's null.
i track the code, and i finally ...
-
i can't find any font type to make it look clear, like what we see in normal web page.
-
does anyone come accross that? i right click the editor, and select create unit tests, and the window open, but show me nothing on it, totally empty. when i unload the sl project, it comes back to normal.
another thing, i download the sl unit testing project template ,and of cource the unit test dll. but it seems that if i still ...
-
hey,abhi391, from my experience, there 's no such functionality in silverlight now and even in future(I guess), because it's not essential.
and for your situation, normally, if your web app wanna check the validity of the email user just input, you probably should send some activation email.
email dont act like function, you send ...
-
[quote user="Ashahin"]
HI does anyone know how to select a row of data from a datagrid and display
other info related to the selected row on another text area or list box please
any help appreciated....
[/quote]
i think bykinag offers the right solution.
when you get some stuff from wcf, you save it to some ...