... if defined from METHOD Paint() CLASS TWindow if ValType( ::bPainted ) == "B" uVal = Eval( ::bPainted, ::hDC, ::cPS, Self ) endif ::cPS is initialized from METHOD _BeginPaint() and contains a PAINTSTRUCT: https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-paintstruct ...
... a grid into printer not screen perhaps for the screen you can use this ( I coied it from forum many year ago ) It is as DrawGrid( oDlg:hWnd, hDC, cPS, 8, 8 ) //----------------------------------------------------------------------------//#pragma BEGINDUMP#include <Windows.h>#include <HbApi.h>//----------------------------------------------------------------------------//HB_FUNC( ...
Antonio, I use it for a Panel I made oApp:oSpiaggia:bPainted:= {|hDC, cPS| ; SetDlgGradient( { { 0.1, CLR_CYAN, CLR_CYAN }, { 0.9, COLORE_SABBIA, COLORE_SABBIA } } ); } then on this tPanel I use btnbmp and ( on top ) the objects Ximage the colors are bpainted ...
Estimados Amigos La verdad que he estado desconectado del foro mucho tiempo por que dejo de funcionar mi usuario y mi clave Bueno ya solicite la clave y ya me tienen por aca de vuelta Hace mucho tiempo atras realize un ide en fivewin desde luego tuve que agrandar la clase twindow para poder tener da...
... el valor de la región a pintar insertando los valores directamente en el rcPaint de la PAINTSTRUCTURE (o como se llame) que se guarda en ::cPS, pero no consigo que funcione, pues no sé si es porque la estructura se guarda en ::cPS como string (no tene por qué), o porque rcPaint se reconfigura ...