- minimum video resolution required for CRM?
- Posted by Jonathan Huber on December 5th, 2005
Does anyone know the minimum video resolution required for CRM for Outlook
and for the web interface to CRM? Does it cange for CRM v3.0? I have a
customre reporting (unconfirmed) that they are unable to run on a tablet that
runs 800x600. Is this true? I have been unable to find any listing in the
requirements that specifically addresses this.
- Posted by Jeffry van de Vuurst \(CWR Mobility\) on December 5th, 2005
Works fine here when I test it on 800*600 on a normal desktop. Okay, you
don't see much and have to do a lot of scrolling, but it works.
However, I don't know if a tablet pc has some specific display behaviour
different from a desktop that might affect the working of CRM.
Regards,
Jeffry van de Vuurst
CWR Mobility
"Jonathan Huber" <JonathanHuber@discussions.microsoft.com> wrote in message
news:50DB97B2-BD57-4EB9-BE2F-B904C0834891@microsoft.com...
- Posted by Jonathan Huber on December 5th, 2005
I wonder if it has to do with the display rotation mode. I am thinking
perhaps he is running at 600x800 (portrait) rather than the more usual
800x600. the report was that there was an actual error message and the app
refused to start. I will research and re-post.
"Jeffry van de Vuurst (CWR Mobility)" wrote:
- Posted by Arne Janning on December 5th, 2005
Hi Jonathan!
"Jonathan Huber" wrote
There is a javascript-function in default.aspx:
function load()
{
if (window.screen.width < 768)
{
alert(LOCID_SCREEN_RESOLUTION_ERROR);
}
}
What happens, if the user directly goes to http://<servername>/loader.aspx?
There is a MSDN-article:
Detecting Screen Orientation and Screen Rotation in Tablet PC Applications
http://msdn.microsoft.com/library/en...reenorient.asp
But it doesn't talk about JS.
Cheers
Arne Janning