Advanced Forum Search Results
-
I posted this message a while back and things have been pretty quiet about this subject. Since we have resolved this problem (in a manner of speaking) and moved on, I thought I would share our experiences.
We never could get the mac to work with the entity framework at all. It consistantly produced the errors described above. The one thing that ...
-
KeyPress event support with proper keycodes.
There is no way to properly support controlling what the user types in the text control because we only have access to a "Platform Keycode". I know there are some deeper problems associated with this support, but in the end Silverlight does decide what to display to the user ...
-
Wow, didn't think the mouse wheel would be that hot a topic. In reality it causes me as much greif when it is supported. The wheel doesn't always do what the user expects and of course expectations vary with the user. When you click on a scrollbar, you know what is going to happen. When you use the wheel, some programs scroll what the ...
-
Thanks for the reply Pete.
1. Good
2. Hopefully they'll decide to release that code, that's where most of the action is.
3. So far it hasn't helped much, but I haven't dropped back from our customized control yet.
Scroll Wheel - probably not, I can still see my testing group glaring at me though. They don't care about the ...
-
I apologize if I might list some things that might be available in 3.0. Most of our experience is in SL 2.0 and I have just converted a SL 2.0 application to 3.0 and am moving some of the EF stuff to RIA with a custom DAL. The original program that we are taking to SL is a fairly mature win32 program.
1) Printing Support – within our application ...
-
I finally got back to this(other fires are mostly out). I set up fiddler and it produced no real insight, except for the fact that the request never leaves the building. The security service works OK, this is a hand coded WCF service. The code that I posted prviously never sends the request for the entity framework when on a mac. The ...
-
Thanks for the response Ken, I'll try getting that set up tomorrow and see what it tells me.
-
Not sure this is the place for this, but here goes.
I am having trouble getting a silverlight application to run on a mac. This application uses SL 2.0 and the entity framework and runs fine on a Windows machine.
On the mac, the application starts up fine and even accesses a custom WCF service on the server OK (for security).
At the ...