|
 |
|
04-14-2007, 10:05 AM
|
#91
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Djik: Can't wait for the newer version that uses standard RR skins! With my new skin you can change the color to whatever you want, and your plugin never matches the skin
I got to thinking, I don't think a total re-wite of your plugin would be in needed. Couldn't you just embed the display lists only into RR? Then just use sendkeys from the standard RR button codes to your plugin?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
04-14-2007, 04:05 PM
|
#92
|
|
Maximum Bitrate
Join Date: Apr 2005
Location: Los Angeles (Winnetka), CA
Posts: 864
|
Quote: Originally Posted by JohnWPB 
Couldn't you just embed the display lists only into RR? Then just use sendkeys from the standard RR button codes to your plugin?
Care to elaborate what that means -- it sounds a bit confusing...
__________________
For Sale: Carputer (CarPC) & RCA Y-Adapter
Newsflash: Take a look at my unsold stuff above, thanks!
Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"
|
|
|
04-14-2007, 07:28 PM
|
#93
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
what he's saying is embed just the two listboxs and allow the user to skin his own keyboard with RR SENDKEYS; command
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
04-14-2007, 07:30 PM
|
#94
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Sorry.... hehehe
The best way to describe it is with a mutilated photo shop hacked up image I just threw together:
The yellow highlighted area, is the only thing to embed in RR. The rest of the screen would just be a standard RR skin. Instead of using sendkeys from the AutoIt script buttons to JTT, you just use sendkeys on the RR skin/buttons to the JTT screen.
This would allow standard skin files with up/down/off states for the buttons, and the ability to move the list boxes to where ever someone wants on the skin as well And being able to put the plugin into any skin and have it match the rest of the skin. I hope I made more sense than the first time
|
|
|
04-15-2007, 12:26 AM
|
#95
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Although the source can't be seen, I can't really see why it couldn't be done. I can't think of any reason it couldn't be done that way and wouldn't require the recoding of this app, just some tweeks maybe.
|
|
|
04-15-2007, 01:35 PM
|
#96
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
you could even take it a step further and have those individual lines read to a list in rr.. so you could skin the entire thing and just use your autoit script as a background tool basically
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
04-15-2007, 08:01 PM
|
#97
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Your talking about using one of the list commands already in RR? Like a playlist, browserlist, ect...
|
|
|
04-15-2007, 08:03 PM
|
#98
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Quote: Originally Posted by Sonicxtacy02 
havent messed with it honestly.. i use it daily and with the exception of the space bar not working its fine. I'll package it up and send a skin sample monday
Did I miss something here, or which monday were you talking about exactly...
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
04-15-2007, 09:50 PM
|
#99
|
|
Constant Bitrate
Join Date: Sep 2006
Location: Chevy Chase, MD
Posts: 189
|
Subscribed !!!
This is a great PlugIn!!!
|
|
|
04-16-2007, 09:18 AM
|
#100
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by Blue ZX3 
Your talking about using one of the list commands already in RR? Like a playlist, browserlist, ect...
yes.. instead of reading this lines to the list in autoit they can be read straight to a (S) list in RR
Quote: Originally Posted by Blue ZX3 
Did I miss something here, or which monday were you talking about exactly... 
lol i believe that was 2 mondays ago.. but its coming!!! lol
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
04-16-2007, 10:50 PM
|
#101
|
|
Maximum Bitrate
Join Date: Apr 2005
Location: Los Angeles (Winnetka), CA
Posts: 864
|
Quote: Originally Posted by Sonicxtacy02 
instead of reading this lines to the list in autoit they can be read straight to a (S) list in RR
Interesting.
Actually I wouldn't mind going that route if it's doable.
How do I go about doing this?
How can I link up an AutoIt program with an (S) list inside an RR skin?
(feel free to PM / AIM me -- my SN is in my profile)
__________________
For Sale: Carputer (CarPC) & RCA Y-Adapter
Newsflash: Take a look at my unsold stuff above, thanks!
Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"
|
|
|
04-17-2007, 09:00 AM
|
#102
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
i'm working on that as we speak. I dont know what kinda time you have to invest in this but if u could release a version to me that writes the results list to a text file that'd give me something to work with. List population shouldnt be that hard.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
04-17-2007, 11:19 AM
|
#103
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
$orr = ObjCreate("RoadRunner.SDK")
$list = "testing" & chr("10") & "test" >> the chr("10") = a linefeed
$orr.Execute("LOADLIST;" & $list & ";My Playlist")
This works, except that if you are using a playlist, it stops playing and clears then populates the playlist with the $list varible
|
|
|
04-17-2007, 11:33 AM
|
#104
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
$orr = ObjCreate("RoadRunner.SDK")
$list = "testing" & chr("10") & "test" >> the chr("10") = a linefeed
$orr.Execute("LOADLIST;" & $list & ";My Playlist")
This works, it stops playing and clears then populates the playlist with the $list varible
Maybe the easist would be just to create an autoit window w/ the listbox and input, that way you could just embed that window and incorporate my RR Sendkeys(sonics got it) app into the rest of the app and have it all rolled into one app??
|
|
|
04-17-2007, 12:10 PM
|
#105
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by Blue ZX3 
$orr = ObjCreate("RoadRunner.SDK")
$list = "testing" & chr("10") & "test" >> the chr("10") = a linefeed
$orr.Execute("LOADLIST;" & $list & ";My Playlist")
This works, it stops playing and clears then populates the playlist with the $list varible
Maybe the easist would be just to create an autoit window w/ the listbox and input, that way you could just embed that window and incorporate my RR Sendkeys(sonics got it) app into the rest of the app and have it all rolled into one app??
this is jsut a stab in the dark but couldnt we load them to a phone book list instead of a audio playlist that way it'd have no effect on whats playing and your current playlist. I know LOADLIST wouldnt cut it but an extension plugin would make this doable. This would then only cause problems for people that want a phone book list on theyre "audio search" skin lol.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:14 PM.
| |