Advanced Forum Search Results
-
its a pain really. there's also an issue with some outerglow effect. apparantly, this only happens on integrated graphic cards. stand alone GPU's have less problems rendering this...
but agreed, its a pain...
-
hmm, so far, lotta views but no replies... anyone have the same issue here?
-
Sorry for the cross post guys, but I figured this sub-forum might be a better place...:
Hiya guys,
we have some serious problems using the DialogWindow. Please find my sample project here :
http://www.nathanbrouwer.nl/div/DialogTest.rar
Let me try and describe a couple of issues here:
Issue 1
1. Load the app
2. Click the "Open ...
-
Maybe you can try clearing the username / password in the applicaiton exit event?
http://www.silverlightshow.net/tips/How-to-handle-Silverlight-application-exit.aspx
-
ensure that your Silverlight app is obfuscated. Remember all the
assemblies in the app are cached on the client and a hacker can easily
open them up in reflector and see what is going on in your code (they
could also reverse engineer your service calls)
I think its a better practice to ensure that your SL app doesn't contain any ...
-
Hiya guys,
we have some serious problems using the DialogWindow. Please find my sample project here :
http://www.nathanbrouwer.nl/div/DialogTest.rar
Let me try and describe a couple of issues here:
Issue 1
1. Load the app
2. Click the "Open dialog" button
3. Notice how that button becomes disabled and a dialog opens
4. In the ...
-
See your other thread...
-
What you could also do is create an anonymous method called "StartSession" which accepts a username / password combination.
On the service, you authenticate these credentials and return a ticketID (guid) which matches the username / credentials against a ticketstore.
The other methods, you mark with custom attributions causing ticket ...
-
It's called caching. Try closing your browser and navigating to your Silverlight page again, you'll be prompted with your authentication dialog again. No worries, Windows Authentication just remembers your previous credentials and uses them to automatically login.
-
Yes, the language issue was resolved. I now get an exception (Culture not supported).
Regarding the dynamic styles, could you please elaborate on my questions.