Barras de Progresso

Barras de Progresso

Postby rasptty » Tue Sep 02, 2008 2:13 pm

Existe alguma Função tipo Progress BAR para FWPPC

Sergio
rasptty
 
Posts: 88
Joined: Sun May 25, 2008 5:46 pm

Postby xfood » Tue Sep 02, 2008 2:34 pm

#include "FWCE.ch"

function Main()

local oWnd, oPgr

DEFINE WINDOW oWnd TITLE "Progress Bars"

@ 2, 8 SAY "FiveWin for Pocket PC" OF oWnd SIZE 150, 20

@ 4, 6 PROGRESS oPgr POS 5 OF oWnd SIZE 150, 15

@ 5, 6 BUTTON "-" OF oWnd SIZE 20, 20 ;
ACTION oPgr:nPosition--

@ 5, 28 BUTTON "+" OF oWnd SIZE 20, 20 ;
ACTION oPgr:nPosition++

ACTIVATE WINDOW oWnd ;
ON CLICK MsgInfo( "click!" )

return nil
xfood
 
Posts: 96
Joined: Tue Jun 17, 2008 9:02 pm


Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 15 guests