The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > FrodoPlayer

Reply
 
Thread Tools Display Modes
Old 02-06-2005, 04:26 PM   #1
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
Frodoplayer and Mouse Gestures by StrokeIt

I've been using strokeIt now for some months on my home computer and i really like it. I use it to control winamp next, previous, play/pause by doing mouse gestures anywhere on my desktop.

Basically the program allows you to incorporate mouse gestures with pretty much any program. There's an option to toggle which mouse button to use (right or left) so you can actually use your LCD touchscreen with this

What i need to know is how i can integrate frodoplayer with strokeIt. i wanted to be able to control frodoplayer even while im on the desktop of my carputer so it means that frodoplayer should support winmsg or something. The option of sending keystrokes or hotkeys only works if frodoplayer is the active application, what i'd like is to just minimize frodoplayer and wave my fingers through my desktop to control the music

any of you know how to go about this?
__________________
carpc blog
execute is offline   Reply With Quote
Sponsored Links
Old 02-06-2005, 04:32 PM   #2
9 Fingered Administrator
Lesbian
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,852
My Photos: (0)
http://www.mp3car.com/vbulletin/showthread.php?t=35874

The sendmessages are in that girder file.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-06-2005, 04:40 PM   #3
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
alright, thanks man! was looking for a documentation on it don't really use girder that's why i never thought it would have them. Thanks frodo
__________________
carpc blog
execute is offline   Reply With Quote
Old 02-06-2005, 05:06 PM   #4
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
frodobaggins, actually, i can't tell which line on the girder file is for which on the strokeIt configuration...

strokeit asks for these:

Winmsg - post message or send message?
Send message to window by class name: ThunderRT6FormDC - correct?
message parameters:
message ID: ?
WParam: ?
LParam: ?
__________________
carpc blog
execute is offline   Reply With Quote
Old 02-06-2005, 05:26 PM   #5
9 Fingered Administrator
Lesbian
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,852
My Photos: (0)
Quote: Originally Posted by execute
frodobaggins, actually, i can't tell which line on the girder file is for which on the strokeIt configuration...

strokeit asks for these:

Winmsg - post message or send message?
Send message to window by class name: ThunderRT6FormDC - correct?
message parameters:
message ID: ?
WParam: ?
LParam: ?

Explanation:

Code:
<Command Name="Next" Identifier="8" Enabled="TRUE"> <StateCount>1</StateCount> <StateBegin>1</StateBegin> <StateCurrent>1</StateCurrent> <StateInvert>FALSE</StateInvert> <OSD>FALSE</OSD> <Target_name>FPPLUG-REMOTE</Target_name> <Target_class>ThunderRT6FormDC</Target_class> <Submatch>FALSE</Submatch> <Topmost>FALSE</Topmost> <MatchBy>3</MatchBy> <OneMatch>FALSE</OneMatch> <UseVar>FALSE</UseVar> <MatchHidden>TRUE</MatchHidden> <MatchNum>1</MatchNum> <ActionType>112</ActionType> <ActionSubType>1</ActionSubType> <sValue1>2054 0 0 </sValue1> <sValue2>0</sValue2> <bValue1>FALSE</bValue1> <bValue2>TRUE</bValue2> <bValue3>FALSE</bValue3> </Command>


Code:
Command Name = "Next" Window Name = <Target_name> = FPPLUG-REMOTE Window Class = <Target_class> = ThunderRT6FormDC Message Number = <sValue1> = 2054 Lparam = 0 Wparam = 0 Where : uMsg lparam wparam <sValue1>2054 0 0 </sValue1>

__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-06-2005, 06:31 PM   #6
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
can't get it to work, i've downloaded girder and used its capturing function but still won't work.
frodobaggins, if you can check out strokeIt in your free time, hope you can help me with configuring it, thanks.
__________________
carpc blog
execute is offline   Reply With Quote
Old 02-06-2005, 06:37 PM   #7
9 Fingered Administrator
Lesbian
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,852
My Photos: (0)
Quote: Originally Posted by execute
can't get it to work, i've downloaded girder and used its capturing function but still won't work.
frodobaggins, if you can check out strokeIt in your free time, hope you can help me with configuring it, thanks.

what do you mean it won't work.

Its standard windows messages.
Send it to the window name "FPPLUG-REMOTE"
with the class name "ThunderRT6FormDC"
the message "2054" (for "Next")
with lparam = "0"
and wparam = "0"
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-06-2005, 07:34 PM   #8
9 Fingered Administrator
Lesbian
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,852
My Photos: (0)
What a piece of **** program. It can't even tell if frodoplayer is running.
Put the commands in the global section.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-06-2005, 10:26 PM   #9
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
I can get it to work if i send the gestures directly to frodoplayer and i program strokeIt to send hotkeys while frodo's active but that's just it. i'll try putting the codes in the global section when i get home, i'm in the office now. were you able to make it work on the global sections?

don't blame me, i didn't write the program but i honestly think it implemented a good idea, maybe just not correctly. Is there a chance you can incorporate mouse gestures with frodoplayer? then maybe you can alot a certain small space on the frontend for the gestures to be done.

anyway thanks for the help!
__________________
carpc blog
execute is offline   Reply With Quote
Old 02-06-2005, 11:16 PM   #10
9 Fingered Administrator
Lesbian
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,852
My Photos: (0)
Quote: Originally Posted by execute
I can get it to work if i send the gestures directly to frodoplayer and i program strokeIt to send hotkeys while frodo's active but that's just it. i'll try putting the codes in the global section when i get home, i'm in the office now. were you able to make it work on the global sections?

don't blame me, i didn't write the program but i honestly think it implemented a good idea, maybe just not correctly. Is there a chance you can incorporate mouse gestures with frodoplayer? then maybe you can alot a certain small space on the frontend for the gestures to be done.

anyway thanks for the help!

Haha, you have NO idea how hard gesture recognition is.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Sponsored Links
Old 02-07-2005, 01:11 AM   #11
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
thinking about it, seems a tedious task but it should be easier with the right mathematical equation

but if you think about it, why bother when strokeIt can do it, just hope there's a way for it to work with frodoplayer i'm new to this winMSG thing, grider says that frodoplayer's param ID is "left click" while strokeIt only knows WM_COMMAND, SYSCOMMAND etc, non like "left click"...
__________________
carpc blog
execute is offline   Reply With Quote
Old 02-07-2005, 01:37 AM   #12
9 Fingered Administrator
Lesbian
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,852
My Photos: (0)
don't choose from the list, type in the number
next = 2054
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-07-2005, 04:29 AM   #13
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
Quote: Originally Posted by frodobaggins
don't choose from the list, type in the number
next = 2054

still can't get it to work dude, were you able to? can you upload your config file?
__________________
carpc blog
execute is offline   Reply With Quote
Old 02-07-2005, 05:10 AM   #14
9 Fingered Administrator
Lesbian
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,852
My Photos: (0)
Quote: Originally Posted by execute
still can't get it to work dude, were you able to? can you upload your config file?

Yes.
Attached Files
File Type: txt Default.cfg.txt (106 Bytes, 142 views)
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-07-2005, 05:31 AM   #15
Constant Bitrate
 
Join Date: Nov 2004
Location: Philippines
Vehicle: 1996/Toyota/Corolla
Posts: 119
My Photos: (0)
i feel like a dork for not trying that FPPLUG-REMOTE. thanks man, i'll try to complete a desktop mouse gesture set and upload it here thanks man, you rock.
__________________
carpc blog
execute is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
nLite making me nSane: Frodoplayer issue Nobias WinNT Based 3 01-13-2005 12:09 AM
VOLUME_MIC LINE_can't get frodoplayer to use the mic line for volume control. GizmoQ FP Bug Reports 0 11-27-2004 05:47 PM


All times are GMT -5. The time now is 07:57 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics