FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index WhatsNew / Novedades New FWPPC build with Tabs
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWPPC build with Tabs
Posted: Thu Mar 09, 2006 10:11 AM
There is a new FWPPC build ready to be downloaded:

* New: FWPPC, function SerialNumber() returns the Pocket PC serial number if available. Thanks to Hathal.

* New: FWPPC, Class TTabControl, please review samples\TestTab.prg. This class will be involved in folders implementation. Warning: Folders are not available yet.

* Enhancement: FWPPC, function MsgInfo(), MsgAlert() and MsgStop() automatically convert parameters into strings, like FWH does it.


#include "FWCE.ch"

function Main()

   local oWnd
   
   DEFINE WINDOW oWnd TITLE "TabControl"
   
   @ 2, 2 TABCONTROL oTabs PROMPTS { "One", "Two", "Three" } ;
      OPTION 2 ACTION MsgInfo( oTabs:nOption ) ;
      SIZE 205, 80 OF oWnd
   
   ACTIVATE WINDOW oWnd ;
      ON CLICK MsgInfo( "Click!" )
   
return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion