PEDN> Main Web>DeveloperSite > OfficialApps>SettingsApp (2008-06-16, LiXizhi) Change language en zh-cn? EditAttach

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:
    WelcomePage.jpg

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

Author: TWiki:Main/LiXizhi
Copyright ©: 2008 ParaEngine Corporation, All Rights Reserved
License: GPL (GNU General Public License)
Dependencies: none, OfficialApps
Version: 1.0
Change History:  
2008-06-16: Initial version
Home: SettingsApp
Feedback: SettingsAppDev
Appraisal: SettingsAppAppraisal?

Related Topics: InsidePE

-- TWiki:Main/LiXizhi - 2008-06-16

AppForm
TopicClassification NormalApp?
AppCategory Official
TestedOnPE? ParaEngineVersion01x00?
InstalledOnPE? Yes
DemoUrl? http://
ModificationPolicy? PleaseFeelFreeToModify?
RelatedTopics?

Topic attachments
I Attachment Action Size Date Who Comment
jpgjpg WelcomePage.jpg manage 108.4 K 2008-06-16 - 17:05 LiXizhi Welcome page demo
Topic revision: r1 - 2008-06-16 - 17:05:56 - LiXizhi
 

ParaEngine Developer Network

This site is powered by the TWiki collaboration platformCopyright © 2004-2008 ParaEngine Corporation
Ideas, requests, problems regarding ParaEngine platform Send feedback