svn commit: r549234 - /ofbiz/trunk/specialpurpose/pos/config/xpos.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r549234 - /ofbiz/trunk/specialpurpose/pos/config/xpos.properties

jleroux@apache.org
Author: jleroux
Date: Wed Jun 20 14:01:01 2007
New Revision: 549234

URL: http://svn.apache.org/viewvc?view=rev&rev=549234
Log:
This solves the "Problem with POS modal window on Linux" (https://issues.apache.org/jira/browse/OFBIZ-567)
Thanks to Jeremy Wickersheimer.

Modified:
    ofbiz/trunk/specialpurpose/pos/config/xpos.properties

Modified: ofbiz/trunk/specialpurpose/pos/config/xpos.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/config/xpos.properties?view=diff&rev=549234&r1=549233&r2=549234
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/config/xpos.properties (original)
+++ ofbiz/trunk/specialpurpose/pos/config/xpos.properties Wed Jun 20 14:01:01 2007
@@ -23,7 +23,8 @@
 StartClass=default/pospanel
 Title=OFBiz POS
 StyleFile=posstyles.xml
-UseWindow=true
+# UseWindow=false solves the alt+tab pb on Linux
+UseWindow=false
 UseFrames=false
 StartPackage=org.ofbiz.pos
 LogLevel=0