VALID en Window. Bug !

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

VALID en Window. Bug !

Post by Carles »

Antonio,

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

Code: Select all

// 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..."

https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
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