FWPPC running on the SmartPhone emulator!

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42519
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

FWPPC running on the SmartPhone emulator!

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42519
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Post by Antonio Linares »

Code: Select all | Expand

function Main()

   MsgYesNo( "Want to end ?" )

return nil

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply