Daniel Garcia-Gil wrote:Antonio Linares wrote:Daniel,
Te digo como lo estamos usando nosotros:
una vez construido el ejecutable, copialo dentro de la aplicacion TabBarSample, renombrando tu ejecutable a TabBarSample y hazle chmod +x TabBarSample
Antonio
es exactamente lo que hago, de hecho lo hace buildmac automáticamente
svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '/svn/!svn/act/546b1d9d-42bc-4d78-9d44-68c5f4425bde'
function Main()
local oWnd := TWindow():New()
TNavBar():New( oWnd, "FivePhone", "Exit", "About" )
oWnd:oNavBar:bLeftClick = { || MsgInfo( "Left" ) }
oWnd:Activate()
return nil
function Main()
local oWnd := TWindow():New()
TNavBar():New( oWnd, "FivePhone", "Exit", "About" )
oWnd:oNavBar:bLeftClick = { || oWnd:End() }
oWnd:oNavBar:bRightClick = { || MsgInfo( "iOS SDK for Harbour" ) }
TToolBar():New( oWnd )
oWnd:Activate()
return nil
Return to FiveMac / FivePhone (iPhone, iPad)
Users browsing this forum: No registered users and 4 guests