Añadido a la clase Twindow la detección de los eventos dobletap y dobletouch .
Saludos.
pgfdz wrote:Hola
No funciona Dbcreate? Me saca de la aplicación sin hacer nada
DbCreate( AppPath() + "/ruta.dbf", aStruct )
Un saludo
pgfdz wrote:Como se enlazan las acciones desde el Interface Builder a los botones, pongamos por caso?
Gracias
pgfdz wrote:Disculpar por el bombardeo pero es que estoy probando todos los ejemplos.
local oWnd := TWindow():New(), oTbr, oBrw
oWnd:oNavBar := TNavBar():New( oWnd, "FivePhone", "Exit", "About" )
oWnd:oNavBar:bLeftClick = { || oWnd:End() }
oWnd:oNavBar:bRightClick = { || MsgInfo( "iOS SDK for Harbour" ) }
oTbr := TToolBar():New( oWnd )
oTbr:SetColor(90,90,90, 80)
oTbr:SetTraslucent(.t.)
oTbr:AddSystemButton( 2, { || MsgInfo( "New" ) } )
oTbr:AddSystemButton( 7, { || MsgInfo( "New" ) } )
oTbr:AddSystemButton( 9, { || MsgInfo( "open" ) } )
oTbr:AddSystemButton( 10, { || MsgInfo( "open" ) } )
oTbr:AddButton( "Save", { || MsgInfo( "Save" ) } )
oTbr:AddButton( "Search", { || MsgInfo( "Search" ) } )
ERROR: No existe TToolBar:AddSystemButton
Un saludo
local oNavBar
oNavBar := TNavBar():New( oWnd, "FivePhone", "Exit", "About" )
oNavBar:bLeftClick = { || oWnd:End() }
oNavBar:bRightClick = { || MsgInfo( "iOS SDK for Harbour" ) }
oTbr:AddButton( 2, { || MsgInfo( "New" ) } )
oTbr:AddButton( 7, { || MsgInfo( "New" ) } )
oTbr:AddButton( 9, { || MsgInfo( "open" ) } )
oTbr:AddButton( 10, { || MsgInfo( "open" ) } )
Antonio Linares wrote:pgfdz wrote:Hola
No funciona Dbcreate? Me saca de la aplicación sin hacer nada
DbCreate( AppPath() + "/ruta.dbf", aStruct )
Un saludo
Paco,
Cuando te ocurra eso mira la consola del xcode y alli verás el error que ha ocurrido. Reportalo aqui y lo revisamos
mastintin wrote:pgfdz wrote:Disculpar por el bombardeo pero es que estoy probando todos los ejemplos.
local oWnd := TWindow():New(), oTbr, oBrw
oWnd:oNavBar := TNavBar():New( oWnd, "FivePhone", "Exit", "About" )
oWnd:oNavBar:bLeftClick = { || oWnd:End() }
oWnd:oNavBar:bRightClick = { || MsgInfo( "iOS SDK for Harbour" ) }
oTbr := TToolBar():New( oWnd )
oTbr:SetColor(90,90,90, 80)
oTbr:SetTraslucent(.t.)
oTbr:AddSystemButton( 2, { || MsgInfo( "New" ) } )
oTbr:AddSystemButton( 7, { || MsgInfo( "New" ) } )
oTbr:AddSystemButton( 9, { || MsgInfo( "open" ) } )
oTbr:AddSystemButton( 10, { || MsgInfo( "open" ) } )
oTbr:AddButton( "Save", { || MsgInfo( "Save" ) } )
oTbr:AddButton( "Search", { || MsgInfo( "Search" ) } )
ERROR: No existe TToolBar:AddSystemButton
Un saludo
mira aqui ya se corrigio ...http://forums.fivetechsupport.com/viewtopic.php?f=8&t=20079&start=525#p108786
- Code: Select all Expand view
local oNavBar
oNavBar := TNavBar():New( oWnd, "FivePhone", "Exit", "About" )
oNavBar:bLeftClick = { || oWnd:End() }
oNavBar:bRightClick = { || MsgInfo( "iOS SDK for Harbour" ) }
cambia tambien esto :
- Code: Select all Expand view
oTbr:AddButton( 2, { || MsgInfo( "New" ) } )
oTbr:AddButton( 7, { || MsgInfo( "New" ) } )
oTbr:AddButton( 9, { || MsgInfo( "open" ) } )
oTbr:AddButton( 10, { || MsgInfo( "open" ) } )
pgfdz wrote:DBUSEAREA( .t., ,AppPath()+ "/ruta.dbf" , "rutas")
ERROR
[Session started at 2010-12-23 19:50:45 +0100.]
Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
stat$INODE64 called from function s_fileExtOpen in image Tutor02.
If you are encountering this problem running a simulator binary within gdb, make sure you 'set start-with-shell off' first.
Return to FiveMac / FivePhone (iPhone, iPad)
Users browsing this forum: No registered users and 2 guests