Hello

>I am learning WVG. So far so good :) And hope to convert all my
xHarbour+gtwvt codes into it!!!

:-)

>1) Is there any rgb() function?

Perhaps RGB macro is there instead of function.
If you do not find it then:
Function rgb( r,g,b )
   RETURN ( r + ( g*256 ) + ( b*256*256 ) )

>2) Maximize/Restore command is not working properly.

There is no RESTRORE command in WVG, what you are referring to ?

>3) Is WVG an open source library?

100%. Download Harbour SVN tree. It is located in harbour/contrib/gtwvg.

Regards
Pritpal Bedi


-- 
View this message in context: 
http://www.nabble.com/Harbour%27s-Ready-to-Use-Distro-II---HarbourDev_10824_2009-04-09.exe-tp22981932p23040154.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to