[Nathan asks about some problems with his GUI application]

>   After using Ivib, the $include "guih.icn" line is creating a compile error
>   stating 'cannot open "guih.icn"' I'm running WinXP.

I believe there is a bug in handling spaces in paths.  If you install in
a directory not under \Program Files\ and not containing a space, and then
add that directory to your PATH, you should have a quick fix.  Someone
(perhaps me, but I have been busy) needs to look at the space handling in
path names, it was working earlier.

>  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?
>  My first thought was self.win could be drawn to, but that didn't work.

Robert Parlett can comment more definitively, but there are widgets such as
Panel that define rectangular areas, and access via self.cwin may work better
than self.win.

>   Lastly, is there a way to get drawing functions, like DrawPolygon, to take
>   a List structure as parameter?

DrawPolygon ! L

If you need an explicit window parameter it takes a bit more code.

Clint


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to