Hola, Intenté crear el ejemplo y faltaban las siguientes funciones, ¿qué LIB falta? ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for Harbour 22.12 - Dec. 2022 Harbour development power │▄ │ (c) FiveTech 1993-2022 for Microsoft Windows 9X/NT/200X/ME/XP/Vis...
... <"uni">, 1 ) ) == "U"], <.lVCenter.>, [<uCargo>], [<.relpix.>], <nClrBorder> ); [ <oSay>:SetSize( <nWidth>, <nHeight> ) ] You are right and I agree that SIZE clause should be enough, but in the evolution of FWH along many years, ...
... predeterminada y chau hace cualquier cosa. Tengo definido así printer oPrn file xnombrenota preview * oPrn:setpage( 9 ) // tama¤o de papel A4 oPrn:setsize( 2098, 2970 ) que estoy haciendo mal, de ninguna de las 2 maneras responde
Usando TWebView2 muestro una ventana HTML sin problemas y cambio su tamaño con: oWebView:SetSize( 1200, 800 ) y funciona sin problemas, pero en TWebView2 "no funciona", como hago para hacer lo mismo en TWebView2. Gracias
Dear Antonio, Even though I do not use the code block bResized, but the DIALOG is resizable and I have changed the size, then I also get the error. Best regards, Otto
Dear Antonio, When I use h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } inside the FIVEWIN DIALOG after pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the DIALOG has been ...