• Home
  • Download
  • Links
  • Photoplog
  • Blowfish Secret
  • Base64
  • Wordpress Salt
  • Contact
  • ROM
  • Skins
  • VIP
  • Tutorial
Wckediden - Mobile Tricks and Tweaks Community  

Go Back   Wckediden - Mobile Tricks and Tweaks Community > Outdated Mobile Resources Community Channel - (Archived And Read Only) NO POSTING !!! Read Only > ROM Forum > Mobile Locker
Reload this Page [UPDATES] [WM65] [Titanium program] JMLPanex v099 (29-Aug-2009)
Wckediden
Register Forum Rules FAQ Community Today's Posts Search

Notices
Under Construction

WckedIDen Forum Renovations

WckedIDen is currently undergoing forum structure renovations. During this process, you may experience intermittent errors, unavailable pages, or temporary service interruptions.

Please be patient while we work to improve the forum. We appreciate your understanding and continued support.


Community Links
Social Groups
Pictures & Albums
Members List
Meet Our Staff
Search Forums
 
Tag Search
Advanced Search
Search Downloads
Advanced Search
Search Links
Advanced Search
Find All Thanked Posts



Post New ThreadReply
 
Thread Tools
[WM65] [Titanium program] JMLPanex v099 (29-Aug-2009) Details »»
[WM65] [Titanium program] JMLPanex v099 (29-Aug-2009)
MOD Settings
Add a Comment
Jump to Comments
About The Supporter
jr5416's Avatar
About Supporter
 
Version: , by jr5416 (Supporter/Designer) jr5416 is offline
Supporter Last Online: Nov 2009 Show Printable Version Email this Page

Category: [UPDATES] Version: WM 6.1 Rating:
Released: 08-29-2009 Last Update: Never Installs: 0
Internal Changes Uses Cab Files Uses TSK File
 
No support by the author.

All credit goes to JMHL over at XDA thanks for this great program

Developed on HTC Diamond (VGA 480 × 640) with standard Titanium (no WM7.. Project, etc....

JMLPanex program (JML Panel Execute) allows multiple hotspots on a plugin (-> Association picture/program).


new search algorithm :
1 - When clicked on panel, a plugin launch (via [ACTIONURL]) JMLPanex.exe passing as parameter the name of the plugin and page number (eg. "JMLToday PageN")
2 - JMLPanex :
--- get the coordinates of the click (x,y)
--- get the .CPR file corresponding to the content of "Software\\Microsoft\\CHome\\CPRFile" and actual resolution (eg. "Titanium" + 480 + 640 for Diamond VGA)
--- search in .CPR file, the Layer of the plugin (eg JMLTodayExpanded)
--- for each <Image ...> of Layer
------- verify if (x,y) is in image rectangle and get ID
------- verify if ID is in good Page (-> "Software\\Microsoft\\CHome\\plugin_name\\PageN\\I D" and it's value is not NULL (nothing or "" or "...null.png")
------- verify if ID is in PNX file in the good [PageN] section

--- if OK : run associate program
--- if KO :
------- get "default" program in PNX file in the [PageN] section
------- if "default" does not exist : get "Software\\Microsoft\\CHome\\plugin_name\\PageN\\A CTIONURLPNX"
------- run program



Changelog Version 0.99 :

- new search algorithm
- set a register key in plugin to specified the actual Page : "Software\\Microsoft\\CHome\\plugin_name\\JMLPanex Page" (= "Page2" for example)
- when clic, suppress InvertRect, changed to border of a pushbutton


Changelog Version 0.98 :

- corrected bug : freeze if file parameter .pnx not exist
- corrected bug : work only for Page1


Installation instructions :
- First
If not yet, install MortScript v4.2
- Second
Install CAB file
- Third
Launch JMLPanexForPlugin.mscr to associate JMLPanex to a plugin.


Have Fun!

Original LInk:

Code

http://forum.xda-developers.com/showthread.php?t=552373

Download Now

You can't view or download attachments from this post before you thank it.Click Here for more information.

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
The Following 5 Users Say Thank You to jr5416 For This Useful Post:
1LOMOFO (08-29-2009), D/\SH (08-29-2009), drdrewdown (08-29-2009), GokuSS3 (08-29-2009), JMHL (09-01-2009)

Comments
  #2  
Old 08-29-2009, 01:02 PM
jr5416's Avatar
jr5416 jr5416 is offline   Thread Starter  
Supporter/Designer
Mobile Model: TOUCHpro2
Mobile Carrier: Sprint
Mobile OS: 7.0

 
Join Date: May 12th, 2008
Location: Hammonton, Nj
Posts: 3,254
Downloads: 0
Uploads: 0
jr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuffjr5416 Knows Their Stuff


View jr5416's Profile   Edit Options Edit Profile Picture View jr5416's Photo Album Add jr5416's to Your Contacts Show Groups Edit Avatar Subscribed Threads Private Messages
Default Re: [WM65] [Titanium program] JMLPanex v099 (29-Aug-2009)

Configuration/Parameter Informations


Parameter file .pnx
- File in JMLPanex folder
- One file per plugin
- One section per page of plugin
- One line per association picture=program

Example JMLToday.pnx for JMLToday plugin :
Code:

[Page1]
default=%PROGRAMFILES%\JMLToday\JMLAction.exe
AlarmPNG=%WINDOWS%\ctlpnl.exe;cplmain.cpl,16,1
BG=%WINDOWS%\ctlpnl.exe|cplmain.cpl,16,0
EmailPNG=%WINDOWS%\tmail.exe;-service "ActiveSync"
SmsPNG=%WINDOWS%\tmail.exe;-service "SMS"
TelPNG=%PROGRAMFILES%\JMLToday\CallHistory.exe
BattPNG=%WINDOWS%\ctlpnl.exe;cplmain.cpl,3

[Page2]
default=%PROGRAMFILES%\JMLToday\JMLMeteo.mscr

NB. : default is the default program when you click out of a picture.


Constantes File-Path
You can use these constantes in your file-path name :

%PROGRAMFILES%
%WINDOWS%
%MYVIDEO%
%MYPICTURES%
%MYMUSIC%



Program/parameters separator
You can use | or ; in your file-path name to separate parameter to program-name :

Example :
...=%WINDOWS%\ctlpnl.exe|cplmain.cpl,3
or
...=%WINDOWS%\ctlpnl.exe;cplmain.cpl,3



ACTIONURL - ACTIONURLPNX
When you associate JMLPanex to a plugin, JMLPanexForPlugin.mscr store the old ACTIONURL value in ACTIONURLPNX
Reply With Quote
jr5416
View Public Profile
Find all posts by jr5416
Post New ThreadReply

Tags
29aug2009, jmlpanex, program, titanium, v099, wm65

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Thread Tools
Show Printable Version Show Printable Version
Donate Via PayPal
Amount:
Enter Short Message:
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
[RELEASE] [WM65][Titanium plg] PlayIt v040 Control S2P / Nitrogen | JMLPanex TI CYBER WEESJE Mobile Locker 0 11-06-2009 01:24 PM
[UPDATES] [SKN] WM65 Titanium: Titanium Bufed 04 Big Album Fix 06/07 jr5416 QVGA Titanium / 6.5 Themes 7 07-24-2009 11:02 AM
[WM65] CGAlarm: G-Alarm/G-Profile plugin for Titanium (v002 2009/07/14) jr5416 WM And PPC Applications 2 07-15-2009 11:49 AM
[Theme] [SKN][WM65][53009] MobileMatt Titanium Nights WM65 Theme jr5416 VGA Titanium / 6.5 Themes 1 06-03-2009 07:00 PM


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

Wckediden Community - Archive - Privacy Statement - Terms of Service - Top


Powered by vBulletin® Version 3.8.14
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Template-Modifications by TMS
POWERED BY PHILLYFINESTSERVERSTAT FOR WCKEDIDEN|- NEXTELELITE| - PPCTHEME| - IDENINSIDER