Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
wanwarlock
Old
#21  
wanwarlock's Avatar
Senior Member
Thanks Meter 0
Posts: 597
Join Date: Aug 2006
wow! nice app & concept. will try it out.

thanks
Dopod 818pro G3, IPL 2.20.0000, SPL 2.G3.4PDA, Radio Rom 2.69.21
LF Extreme Blue V2, Transcend 4Gb non-sdhc

HTC Touch Pro - RAPH100 > Stock HTC Rom (for the moment!)- 1.90.405.1 WWE
HardSPL 1.90.OliNex, Radio Rom 1.02.25.19, Sandisk 16Gb microSDHC

Visit my HTC Touch Pro/windows mobile blog

--removed--
 
mike21pr
Old
#22  
mike21pr's Avatar
Senior Member
Thanks Meter 74
Posts: 1,261
Join Date: May 2008
Location: San Juan
thank you so much for this!!! these are the tweaks that we need to make WM a more pleasent and appealing experience..

any plans for a similar interception / more eye catching tool for the pop up windows or incoming texts?? VITO SMS Chat does this already so its not impossible

thanx again
Carrier: AT&T USA
Current OS: Android 4.1.1 Jellybean (Stock/Rooted)
Current Device: Samsung Galaxy Nexus / Asus Nexus 7
 
francarl
Old
#23  
Senior Member - OP
Thanks Meter 23
Posts: 327
Join Date: Dec 2008
Quote:
Originally Posted by mike21pr View Post
thank you so much for this!!! these are the tweaks that we need to make WM a more pleasent and appealing experience..

any plans for a similar interception / more eye catching tool for the pop up windows or incoming texts?? VITO SMS Chat does this already so its not impossible

thanx again
of course yes...i'm planning it, but when I'll have time.
thanks
 
francarl
Old
#24  
Senior Member - OP
Thanks Meter 23
Posts: 327
Join Date: Dec 2008
Quote:
Originally Posted by Jaime Méndez View Post
Great idea!!!

Thank you

I've been playing a bit with it and found these ClassNames:

[HKEY_LOCAL_MACHINE\Software\FingerMenu\App6]
"ClassName"="RESCO_EXPLORER_CLASS"
"Enabled"=dword:00000000

...............................


Some of them doesn't work like HTC Dialer, Pocket Exel, Contacts and Notes.

How can I stop FingerMenu poping up with Start Menu action?


Regards,
Jaime.
much thanks to you! I've put a link to your post at thread begin.
For Notes app, the two window classes used are "Notes" and "Worker" (ugly name from microsoft!!), as you reported: they work for me.

Quote:
How can I stop FingerMenu poping up with Start Menu action?
does anyone else have this problem???

thank you again
 
Jaime Méndez
Old
#25  
Senior Member
Thanks Meter 0
Posts: 359
Join Date: Oct 2006
Quote:
Originally Posted by francarl View Post
much thanks to you! I've put a link to your post at thread begin.
For Notes app, the two window classes used are "Notes" and "Worker" (ugly name from microsoft!!), as you reported: they work for me.



does anyone else have this problem???

thank you again
I found out that "ClassName"="screenClass" is the one that causes FingerMenu pomps up at StartMenu's action.
 
francarl
Old
(Last edited by francarl; 16th December 2008 at 02:00 PM.)
#26  
Senior Member - OP
Thanks Meter 23
Posts: 327
Join Date: Dec 2008
Quote:
Originally Posted by Jaime Méndez View Post
I found out that "ClassName"="screenClass" is the one that causes FingerMenu pomps up at StartMenu's action.
thanks a lot

advice:
valid class windows to be inserted in fingermenu configuration are those that process the WM_INITMENUPOPUP message! moreover, these window classes must have (for now) desktop window as parent window (the window with handle = 0). So, for example, FEXPLORE is a valid class window because it processes the WM_INITMENUPOPUP of softkeys menu, but SysListView32 class (which is son of FEXPLORE) is not valid. That's why popup menu (whose WM_INITMENUPOPUP is processed by SysListView32) doesn't work in FEXPLORE. Instead, RESCO_EXPLORER_CLASS window class processes all WM_INITMENUPOPUP messages, so both softkey menu and popup menu work.
EDIT: some application as Notes creates two or more window with desktop as parent window. In this case, treat each window class as separate application.

You can use Remote CE Spy (included in Visual Studio Pro) or free dotfred's task manager to discover these classes and include in fingermenu configuration.

Ask me if you have problem in discovering right window class for your favorite application, i'll try to help.
 
Jaime Méndez
Old
#27  
Senior Member
Thanks Meter 0
Posts: 359
Join Date: Oct 2006
Quote:
Originally Posted by francarl View Post
much thanks to you! I've put a link to your post at thread begin.
For Notes app, the two window classes used are "Notes" and "Worker" (ugly name from microsoft!!), as you reported: they work for me.



does anyone else have this problem???

thank you again

I found out that "ClassName"="screenClass" is the one that causes FingerMenu pomps up at StartMenu's action.

"ClassName"=WMP:
"ClassName"="PlayerBrowseWindowClass"
"ClassName"="WMP for Mobile Devices"

Total Comander:
"ClassName"="CECMD"

Fdc Task Manager:
"ClassName"="FdcTaskMgrWindow"

Mobile Calculator:
"ClassName"="CALC"

Pocket Exel:
"ClassName"="BOOKWIN"
"ClassName"="PXLMainWnd"

Pocket Solver:
"ClassName"="Pocket Solver"

Pocket Word:
"ClassName"="Pocket Word"
"ClassName"="WordPad"

NetWork Browser:
"ClassName"="Afx:e1fa0dd6:b:7c070384:45:7c08e7 d4"

CityTime:
"ClassName"="CeWnd:GENERIC"

MS Calendar:
"ClassName"="Calendar"

MS Contacts:
"ClassName"="MSContactsUI"

Notes:
"ClassName"="Worker"
"ClassName"="Notes"

Tasks:
"ClassName"="Tasks Application"

GoogleMaps:
"ClassName"="GoogleMapsMobile"

Manila Comm Manager:
"ClassName"="COMMMANAGER"

UCWEB6
"ClassName"="afxUcweb"

Manila Audio Manager:
"ClassName"="AUDIO_MANAGER"

Pictures and Videos:
"ClassName"="PICTURESAPP"

Network Wizard:
"ClassName"="NetworkWizardCalss"

Jeyo SMS Backup:
"ClassName"="Afx:0355d206:b:7c070384:00000045:7c08 bd04"

Remote Desktop
"ClassName"="TSSHELLWND"

Adobe Reader:
"ClassName"="Adobe Reader"

Power Point:
"ClassName"="BlackWindow"



Some of them doesn't work

"ClassName"="Dialog" doesn't work for any application
 
Jaime Méndez
Old
(Last edited by Jaime Méndez; 16th December 2008 at 02:29 PM.)
#28  
Senior Member
Thanks Meter 0
Posts: 359
Join Date: Oct 2006
Quote:
Originally Posted by francarl View Post
much thanks to you! I've put a link to your post at thread begin.
For Notes app, the two window classes used are "Notes" and "Worker" (ugly name from microsoft!!), as you reported: they work for me.



does anyone else have this problem???

thank you again
I found out that "ClassName"="screenClass" is the one that causes FingerMenu pops up at StartMenu's action.

WMP:
"ClassName"="PlayerBrowseWindowClass"
"ClassName"="WMP for Mobile Devices"

Total Comander:
"ClassName"="CECMD"

Fdc Task Manager:
"ClassName"="FdcTaskMgrWindow"

Mobile Calculator:
"ClassName"="CALC"

Pocket Exel:
"ClassName"="BOOKWIN"
"ClassName"="PXLMainWnd"

Pocket Solver:
"ClassName"="Pocket Solver"

Pocket Word:
"ClassName"="Pocket Word"
"ClassName"="WordPad"

NetWork Browser:
"ClassName"="Afx:e1fa0dd6:b:7c070384:45:7c08e7 d4"

CityTime:
"ClassName"="CeWnd:GENERIC"

MS Calendar:
"ClassName"="Calendar"

MS Contacts:
"ClassName"="MSContactsUI"

Notes:
"ClassName"="Worker"
"ClassName"="Notes"

Tasks:
"ClassName"="Tasks Application"

GoogleMaps:
"ClassName"="GoogleMapsMobile"

Manila Comm Manager:
"ClassName"="COMMMANAGER"

UCWEB6
"ClassName"="afxUcweb"

Manila Audio Manager:
"ClassName"="AUDIO_MANAGER"

Pictures and Videos:
"ClassName"="PICTURESAPP"

Network Wizard:
"ClassName"="NetworkWizardCalss"

Jeyo SMS Backup:
"ClassName"="Afx:0355d206:b:7c070384:00000045:7c08 bd04"

Remote Desktop
"ClassName"="TSSHELLWND"

Adobe Reader:
"ClassName"="Adobe Reader"

Power Point:
"ClassName"="BlackWindow"



Some of them doesn't work

"ClassName"="Dialog" doesn't work for any application

I don't find ClassName for HTC Dialer


Regards,
Jaime.
 
lesscro
Old
(Last edited by lesscro; 16th December 2008 at 03:41 PM.)
#29  
lesscro's Avatar
Senior Member
Thanks Meter 1045
Posts: 2,537
Join Date: Jul 2007

 
DONATE TO ME
Awesome Work !
nice ide ato referesh menu pop Up...

i have updated the original CAB posted in 1st Page and added all report registry entry and added new apps like youtubeplay, diamondTV, LingvoSoft 2008, SKTools...


i search ClassName => CorePlayer, Foxit Reader, Ultralingua, SMS and Messaging Service and more...


But still one Problem... the real Menu appear all time... => Look this http://img4.hostingpics.net/pics/736712Screen03.jpg

Why FingerMenu doesn't work on Windows popUp Menu or i have a problem ?
Attached Files
File Type: cab FingerMenu.v1.01 - 49 Apps[LeSScro].CAB - [Click for QR Code] (74.6 KB, 137 views)
  • Need Host a Picture for free with Solid link ? Try my IMGhost
  • Need info on GPS software ? iGO is the Best, check here
  • Need a Professional Service for small amount ? Go to my Website
 
jakub_w
Old
#30  
Senior Member
Thanks Meter 0
Posts: 145
Join Date: Dec 2007
wow amazing idea.


any chance of having this work for SIP selection?!!?!? i would LOVE that!!

 
Post Reply+
Tags
finger friendly, fingermenu
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Go to top of page...

XDA PORTAL POSTS

What Happened at Google I/O 2013 – XDA Developer TV

Unless you just emerged from a deep, dark, dank cavern under the Earth, you know … more

Forums Added for the LG Optimus G Pro and Sony Xperia Tablet Z

Not too long ago, we talked about how Sony was continuing its AOSP efforts on … more

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more

App Analytics, or the Death of the Independent App Developer

This is entry number one in a series of articles about tools for app developers, … more