iPhone Keyboard

Previous topic - Next topic

Neurox

Sorry, but I got this error :

Code (glbasic) Select

iPhoneMsgBox.mm:2:26: error: UIKit/UIAlert.h: No such file or directory


Have I forgot something?
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

matchy

Did you add or is the UIKit framework in the resources?

Slydog

When are we allowed to call the iPhone's GUI, such as 'iPhoneMessageBox()'?
Anytime? And GLBasic will get control after the GUI has been closed?
Does GLBasic keep running behind the GUI too?  (ie, do we need to implement an iPhone_GUI state?)
I'm just wondering how the iPhone and GLBasic keep things straight.

I was going to do my own keyboard, like fjsantosb (nice job btw!), but if I could just call the iPhone's that would save some time.
(Or not! depends on how hard that is!)
My current project (WIP) :: TwistedMaze <<  [Updated: 2015-11-25]

Neurox

Quote from: matchy on 2011-Feb-01
Did you add or is the UIKit framework in the resources?

I'm sorry but I think I lost some steps.  :(
I have copy the folder Headers from XCode inside GLBasic?
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

Kitty Hello

Neurox, no - just include the .mm file in the XCode project. Don't try to compile it with the GLBasic compiler. Otherwise, you need all headers and frameworks.

trucidare

#20
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

Neurox

Quote from: Kitty Hello on 2011-Feb-02
Neurox, no - just include the .mm file in the XCode project. Don't try to compile it with the GLBasic compiler. Otherwise, you need all headers and frameworks.

Thanks,
Ok now running but appear nothing  :(
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

trucidare

the code part from gernot shows only a message alertbox
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

Neurox

Quote from: trucidare on 2011-Feb-02
the code part from gernot shows only a message alertbox

I tried again, but no show allert box appears  :(
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it