Settings App
Settings the preferences for Paraworld users, such as window resolution, graphics, sound, key board preferences.
Summary of Contents
Settings the preferences for Paraworld users, such as window resolution, graphics, sound, key board preferences.
Screenshots & User Guide
show app setting page
any app can open its settings page using this command with this app.
For example
Map3DSystem? .App.Commands.Call("File.Settings", {category="app", app_key = "profiles_GUID"});
show app welcome page
An application can open a welcome page at its
OnActivateDesktop? event handler. This is easily done by calling below
-- display welcome page according to user preference
Map3DSystem.App.Commands.Call("File.WelcomePage", {url="script/kids/3DMapSystemUI/MyDesktop/WelcomePage.html"})
-- force display welcome page
Map3DSystem.App.Commands.Call("File.WelcomePage", {url="script/kids/3DMapSystemUI/MyDesktop/WelcomePage.html", bShow=true})
-- force hide welcome page
Map3DSystem.App.Commands.Call("File.WelcomePage", {bShow=false})
It will automatically remember whether the user wants to show it again when desktop is switched to the app.
One can force display even the user does not want to show it by adding the bShow property to the command parameter.
Detailed Documentation
应用程序欢迎页
它可以帮助每个应用程序建立欢迎页.
例如,
MyDesktopApp? 的欢迎页如下所示
- Welcome page demo:
Installation Instructions
Note: You do not need to install anything on the client to use this contrib package.
- Download the ZIP file from the app web (see below)
- Restart application
Application Info
Related Topics: InsidePE
--
TWiki:Main/LiXizhi - 2008-06-16
Topic revision: r1 - 2008-06-16 - 17:05:56 -
LiXizhi