Clausulas TSay

Post Reply
User avatar
Carles
Posts: 937
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona
Contact:

Clausulas TSay

Post by Carles »

Hola,

Es posible q no funcionen correctamente las clausulas box, raised y shadow en la clase TSay ?

Code: Select all

#include "FiveWin.ch"

function Main()

   local oDlg, oSay, oCursor

   DEFINE CURSOR oCursor HAND

   DEFINE DIALOG oDlg FROM 0,0 TO 20,40

   @ 1, 2 SAY oSay PROMPT "Left"          SIZE 100, 20 COLOR CLR_RED
   @ 2, 2 SAY oSay PROMPT "Right"  RIGHT  SIZE 100, 20 COLOR CLR_RED
   @ 3, 2 SAY oSay PROMPT "Center" CENTER SIZE 100, 20 COLOR CLR_RED
   @ 4, 2 SAY oSay PROMPT "Box"     BOX   SIZE 100, 20 COLOR CLR_RED
   @ 5, 2 SAY oSay PROMPT "Raised" RAISED SIZE 100, 20 COLOR CLR_RED
   @ 6, 2 SAY oSay PROMPT "Shadow" SHADOW SIZE 100, 20 COLOR CLR_RED

   ACTIVATE DIALOG oDlg CENTERED

return nil
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
Post Reply