Hi, I am finding some very weird behavior with WinScreeMode and the Home Button on the T5. When I do the following
UInt32 depth = 16; WinScreenMode(winScreenModeSet, NULL, NULL, &depth, NULL); the home button the T5 DIA bar at the bottom does not work correctly. It always displays the list of recently used applications and does not let me exit the application. If I change the above code to set the depth to 8 then the home button works ok. If I change the depth to 0, 2, or 4 the home button does not work. Has anyone else seen this? If so does anyone know a work around? My guess is that the problem probably lies somewhere else in my code were the screen depth is checked or used in some way. However, so far I have not been able to find that place so I thought I would check if others have seen this. Thanks! Stephen Johnson Software Engineer Olive Tree Bible Software -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
