PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   WM5NewMenu (http://forum.ppcgeeks.com/showthread.php?t=41)

Wideawake 08-28-2006 11:12 PM

.zip attached to first post with .cab inside. ;)

Malatesta 08-28-2006 11:36 PM

Quote:

Originally Posted by ducci1
well i kinda got it now, my original prob was a bad install, but i still cant quite get the understanding of the param and command extentions do they already exist on my device or is there some kind or package i download to plug these in.... for example what is the cplmain.cpl or ctlpnl as refered to in the screenshots,
Im sure these control the expantion or levels of the toolbar? :|

Those are not needed to use this program. what he setup in those shots was for quick access to notifications...specifically the "Sounds and Notifications" module under Settings.

In otherwords, if he were to click "notifications" it would take him to the Control Panel (cplmain.cpl) --> sounds and notifications.

cplmain.cpl,9,1 is the address for that...or it should be. there's a whole list of those out there that I can track down and post if you want to.

ducci1 08-29-2006 12:15 AM

Quote:

Originally Posted by Malatesta
Quote:

Originally Posted by ducci1
well i kinda got it now, my original prob was a bad install, but i still cant quite get the understanding of the param and command extentions do they already exist on my device or is there some kind or package i download to plug these in.... for example what is the cplmain.cpl or ctlpnl as refered to in the screenshots,
Im sure these control the expantion or levels of the toolbar? :|

Those are not needed to use this program. what he setup in those shots was for quick access to notifications...specifically the "Sounds and Notifications" module under Settings.

In otherwords, if he were to click "notifications" it would take him to the Control Panel (cplmain.cpl) --> sounds and notifications.

cplmain.cpl,9,1 is the address for that...or it should be. there's a whole list of those out there that I can track down and post if you want to.

Sounds good mala, Sounds like thay could come in handy, I may be able to set up some cool templates to share using those paths.

Malatesta 08-29-2006 12:36 AM

Here's a list. They may or may not all work, so it's kinda hit and miss.


List of settings and their shortcut commands: (Left = Settings Type and Right = Command codes)
Settings>Personal>Password>Password = 20#ctlpnl cplmain.cpl,1 (used as example above).
Settings>Personal>Password>Hint = 22#ctlpnl cplmain.cpl,1,1

Settings>Personal>Owner Information>Identification = 20#ctlpnl cplmain.cpl,2
Settings>Personal>Owner Information>Notes = 22#ctlpnl cplmain.cpl,2,1
Settings>Personal>Owner Information>Options = 22#ctlpnl cplmain.cpl,2,2

Settings>System>Power>Main = 20#ctlpnl cplmain.cpl,3

Settings>System>Memory>Main = 20#ctlpnl cplmain.cpl,4
Settings>System>Memory>Storage Card = 22#ctlpnl cplmain.cpl,4,1
Settings>System>Memory>Running Programs = 22#ctlpnl cplmain.cpl,4,2

Settings>System>About>Version = 20#ctlpnl cplmain.cpl,5
Settings>System>About>Device ID = 22#ctlpnl cplmain.cpl,5,1
Settings>System>About>Copyrights = 22#ctlpnl cplmain.cpl,5,2

Settings>System>Screen>General = 20#ctlpnl cplmain.cpl,7
Settings>System>Screen>Clear Type = 22#ctlpnl cplmain.cpl,7,1
Settings>System>Screen>Text Size = 22#ctlpnl cplmain.cpl,7,2

Settings>Personal>Input>Input Method = 20#ctlpnl cplmain.cpl,8
Settings>Personal>Input>Word Completion = 22#ctlpnl cplmain.cpl,8,1
Settings>Personal>Input>Options = 22#ctlpnl cplmain.cpl,8,2

Settings>Personal>Sounds & Notifications>Sounds = 20#ctlpnl cplmain.cpl,9
Settings>Personal>Sounds & Notifications>Notifications = 22#ctlpnl cplmain.cpl,9,1

Settings>System>Remove Programs = 21#ctlpnl cplmain.cpl,10

Settings>Personal>Menus>Start Menu = 21#ctlpnl cplmain.cpl,11
Settings>Personal>Menus>New Menu = 23#ctlpnl cplmain.cpl,11,1

Settings>Personal>Buttons>Program Buttons = 21#ctlpnl cplmain.cpl,12
Settings>Personal>Buttons>Up/Down Controls = 23#ctlpnl cplmain.cpl,12,1

Settings>Personal>Today>Appearance = 21#ctlpnl cplmain.cpl,13
Settings>Personal>Today>Items = 23#ctlpnl cplmain.cpl,13,1

Settings>Connections>Beam = 21#ctlpnl cplmain.cpl,15

Settings>System>Clock & Alarms>Time = 21#ctlpnl cplmain.cpl,16
Settings>System>Clock & Alarms>Alarms = 23#ctlpnl cplmain.cpl,16,2

Settings>Connections>Network Cards = 21#ctlpnl cplmain.cpl,17

Settings>System>Regional Settings>Region = 21#ctlpnl cplmain.cpl,18
Settings>System>Regional Settings>Number = 23#ctlpnl cplmain.cpl,18,1
Settings>System>Regional Settings>Currency = 23#ctlpnl cplmain.cpl,18,2
Settings>System>Regional Settings>Time = 23#ctlpnl cplmain.cpl,18,3
Settings>System>Regional Settings>Date = 23#ctlpnl cplmain.cpl,18,4

Settings>Connections>Connections>Task = 21#ctlpnl cplmain.cpl,19
Settings>Connections>Connection>Advanced = 23#ctlpnl cplmain.cpl,19,1

Settings>Personal>Phone>Phone = 21#ctlpnl cplmain.cpl,20
Settings>Personal>Phone>Services = 23#ctlpnl cplmain.cpl,20,1
Settings>Personal>Phone>Network = 23#ctlpnl cplmain.cpl,20,2
Settings>Personal>Phone>More = 23#ctlpnl cplmain.cpl,20,3

Settings>System>Certificates>Personal = 21#ctlpnl cplmain.cpl,22
Settings>System>Certificates>Root = 23#ctlpnl cplmain.cpl,22,1

Settings>Connections>Bluetooth>Mode = 21#ctlpnl cplmain.cpl,23
Settings>Connections>Bluetooth>Devices = 23#ctlpnl cplmain.cpl,23,1

dannzeman 02-15-2007 12:34 AM

2 Attachment(s)
I found an update for this. v2.02 Here are the fixes:
# Version history: 2.0.2

* - Bugfixes
* - Keyboard shortcuts works from the soft-keyboard

# 2.0.1

* - Bugfixes
* - File browser can select any file
* - Del key works as remove item
* - Added "Sort items" into the context menu

# 2.0.0

* - Launching by a hardware button
* - Cascading menus (up to 6 levels)
* - Separators
* - Quick "SMS to" and "Call to" actions (button "browse - ..." acts as the Contact selector)
* - Configurable positioning
* - Context menu
* - Copy/cut & paste edit actions
* - Keyboard shorcuts (Ctrl+C/X/V for edit actions and Ctrl+N for "New")
* - "New" items are now configurable as a submenu
* - Backup and restore from file
* - Drag&drop


All times are GMT -4. The time now is 01:28 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0