VALID en Window. Bug !

Post Reply
User avatar
Carles
Posts: 1149
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona
Been thanked: 6 times
Contact:

VALID en Window. Bug !

Post by Carles »

Antonio,

Este codigo no funciona. La clausula VALID no chuta desde el control.


Code: Select all | Expand

// FiveWin for Pocket PC - Building the main window

#include "FWCE.ch"

//----------------------------------------------------------------------------//


function Main()

   local oWnd

   DEFINE WINDOW oWnd TITLE "Tutor02"

      @ 5, 15 BUTTON "&Exit" SIZE 60, 30 ACTION oWnd:end()

   ACTIVATE WINDOW oWnd ;
      ON CLICK MsgInfo( "Click!" ) ;
      VALID MsgYesNo( "Want to End ?" )

return nil

//----------------------------------------------------------------------------//
Salutacions, saludos, regards

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

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Antonio Linares
Site Admin
Posts: 42418
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 14 times
Been thanked: 48 times
Contact:

Post by Antonio Linares »

Carles,

Arreglado. Ya hay un nuevo build de FWPPC listo para descargar.

gracias :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply