Page 1 of 1

VALID en Window. Bug !

Posted: Fri Sep 01, 2006 10:47 am
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

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

Posted: Fri Sep 01, 2006 12:30 pm
by Antonio Linares
Carles,

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

gracias :-)