Page 1 of 1

FWPPC running on the SmartPhone emulator!

Posted: Mon Mar 19, 2007 12:10 am
by Antonio Linares
Ok, we found the missing steps to execute our apps from the SmartPhone emulator :-) Here you have a sample:

Code: Select all | Expand

function Main()

   MsgInfo( "Hello world of FWPPC" )

return nil

See how nice a MgsInfo() looks in SmartPhone :-)
Image
Tomorrow we will explain step by step how to do it, and also how to browse Internet from the SmartPhone emulator! :-)
Image

Posted: Mon Mar 19, 2007 6:26 am
by Antonio Linares

Code: Select all | Expand

function Main()

   MsgYesNo( "Want to end ?" )

return nil

Image