Hi, i have some questions, why isnt there a iphone/ipad g.a.c.k app, only google play and hp? And can those make apps that run on iphone/ipad?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: matchy on 2010-Jul-22
Those import function are for trucidare's lib.
How about landscape banner?
Quote from: matchy on 2010-Jul-22
baicskillet, add the existing framework and lib in xcode!
trucidare, I tried out the lib and the result was I there was mousestate feedback and the banner frame slides nicely.
Although there is no advert text or image in the banner test frame (server issue), there now is no response when tapping the advert.
//iAd Banner Lib Test
//undelcared variables are psuedo
IMPORT "C" void GLB_iAd()
IMPORT "C" void GLB_iAd_Hide() // to hide the banner
IMPORT "C" void GLB_iAd_Show() // to show banner after hide
GLB_iAd()
WHILE TRUE
if time_to_show
GLB_iAd_Show()
elseif time_to_hide
GLB_iAd_Hide()
endif
PRINT banner_state,0,0
SHOWSCREEN
WEND
Quote from: trucidare on 2010-Jul-21
it is a standalone lib. read Readme.txt for function names.
it is matchys idea with my patch for get input working
Quote from: trucidare on 2010-Jul-21
i got kungphoos glbasic view and changed the singleton to my own objC class.
EDIT:// download in this post
Quote from: matchy on 2010-Jul-21
Sounds good trucidare.I can't get mousestate.
How did you fix it?
// --------------------------------- //
// Project: iAdTest
// Start: Friday, June 25, 2010
// IDE Version: 8.002
REQUIRE "import.c"
IMPORT "C" int GLB_iAd_Init()
Animate()
FUNCTION Animate:
LOCAL mx,mx,b1,b2
GLB_iAd_Init()
WHILE TRUE
MOUSESTATE mx,my,b1,b2
DRAWRECT 0,50,320,100,RGB(0,255,0)
PRINT "GLB: Hello iAd world!",10,60+SIN(GETTIMERALL()*0.1)*10
DRAWRECT mx-10,mx-10,20,20,RGB(255,0,0)
SHOWSCREEN
WEND
ENDFUNCTION
Quote from: Kitty Hello on 2010-Jul-16
which ones? You can access them all with INLINE code