home *** CD-ROM | disk | FTP | other *** search
-
- /*
- Professional Draw Configuration File
- */
- if ~show(l, 'rexxsupport.library') then
- if ~addlib('rexxsupport.library', 0, -30) then
- do
- call pdm_Inform(1,'You may need to install the rexxsupport.library in your libs: directory before running any Genies.',)
- end
- if ~show(l, 'gdarexxsupport.library') then
- if ~addlib('gdarexxsupport.library', 0, -30) then
- do
- call pdm_Inform(1,'You may need to install the gdarexxsupport.library in your libs: directory before running any Genies.',)
- end
- /*****Start Prefs*****/
- call pdm_AutoUpdate(0)
- call pdm_LoadColorList('s:pdcolors.dflt')
-
- call pdm_SetRuler(1)
- call pdm_SetRulerType(1)
- call pdm_SetWorkbench(0)
- call pdm_AutoUpdate(1)
- /*****End Prefs*****/
-