HP OpenVMS Systemsask the wizard | 
	
 The Question is: running Motif 1.2-5 on an Alpha. I have a symbol set up for editing EDIT/TPU/INT=DECWINDOWS. When I edit a file from a DECterm window I get the error "X Toolkit Warning: Cannot convert string "System Default" to type Integer". I believe the System Default is referring to the keyboard setting. The edit window does come up and everything works fine. What is causing the warning message and how do I get rid of it? The Answer is : 
 
  The X Toolkit warning message is caused by the "*keyboardDialect:
  System Default" in the file [.DT.SESSIONS.CURRENT]DT.RESOURCES
 
  Try removing the setting, or setting it to zero:
 
    *keyboardDialect: 0
 
 
 
  |