Menu

JScriptTouch / News: Recent posts

project file in svn repository is fixed

The project file in SVN repository was not committed for a while and new features was not working, but now everything is ok

Posted by Alexander Voloshyn 2009-03-18

Sound support added

Sound support added:
PlayFile("resource.mp3") - plays specified file
PausePlaying() - pauses current sound
StopPlaying() - stops current sound

Posted by Alexander Voloshyn 2009-03-17

NavigationController support added

Sample Code:
var navController = new NavigationController();
navController.setTitle("Title");
navController.addNavigationItem("About", "AboutClicked()");
navController.show();

Posted by Alexander Voloshyn 2009-03-16