I've succeeded in making 3 problems for myself while starting my first Unicon gui app.
After using Ivib, the $include "guih.icn" line is creating a compile error stating 'cannot open "guih.icn"' I'm running WinXP. As per an earlier thread I found, my LPATH variable is defined as "C:\Program Files\Unicon\uni\gui" "C:\Program Files\Unicon\ipl\gincl" "C:\Program Files\Unicon\ipl\incl"
My next problem is dealing with drawing to windows. I've created a gui that inherits from Dialog and now I want to draw on this window. How can I define a graphics region? Or, if one is already available, how do I access it? Creating a new window and drawing to that is not a problem. My first thought was
self.win could be drawn to, but that didn't work.
Lastly, is there a way to get drawing functions, like DrawPolygon, to take a List structure as parameter?
Any help will be greatly appreciated!
--Nathan