Sorry for accidently replying privately Steve - my email settings prevented the Cc being set correctly.
 
On my guih.icn problem. Just to make some observations, should any other Windows user stumble upon this:
"Progra~1" doesn't work in place of "Program Files" for the environment variables. I never figured exactly why, but my application will compile, yet all the widgets are still frozen. Another observation is installing Unicon to other drives besides C:\ doesn't seem to work. For example, N:\Unicon also compiled but had frozen widgets. C:\Unicon worked fine, much like you mentioned earlier Clint. Thanks.
 
I'm still having my drawing to windows dilemma. This is how I'm currently drawing my polygons:

every aList := shapeList[1 to *shapeList] do
      FillPolygon ! ([theMap] ||| aList)

Of course I would prefer to draw to a panel on my Dialog, rather than to a new window, theMap. I've a tried a few things, including cwin in a few places, but still haven't got it to work; usually claims cwin is &null.  

 

Reply via email to