Thanks Tracy
I will keep an eye on the situation and add the code if need be
Al

-----Original Message-----


If memory serves, this problem was related to the popup menus. 
Turning Themes off for the entire EXE also worked.
_Screen.Themes = .F.
OR
SYS(2700,0)
Though, turning themes off does make an application look "Old" and "out of
date".


*-- Workaround for Dropdown problems in Areo
IF OS(3) = "6"
   DECLARE integer GdiSetBatchLimit IN WIN32API integer
   GdiSetBatchLimit(1)
ENDIF


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005b01cdbb68$ccbe5130$663af390$@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to