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.
|
12-09-2005, 05:51 AM
|
#1
|
|
Constant Bitrate
Join Date: Jan 2004
Location: Stockholm, Sweden
Vehicle: 2006 Ford Mondeo Diesel
Posts: 209
|
Visu off command
Are there a command to turn the Visualisations on/off. I don't mean to toggle on or off, just to set it off when I send the command even if it is already off. I want to do this because I have some problems when resuming from hibernation with the visu on, so I want to add a line in ExecTBL.ini - ONSUSPEND section to turn visualisations off.
|
|
|
12-09-2005, 06:33 AM
|
#2
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Vehicle: 2003/Acura/RSX
Posts: 4,837
|
"VISU" toggles it in skin
|
|
|
12-09-2005, 08:48 AM
|
#3
|
|
Constant Bitrate
Join Date: Jan 2004
Location: Stockholm, Sweden
Vehicle: 2006 Ford Mondeo Diesel
Posts: 209
|
Quote: Originally Posted by Sonicxtacy02
"VISU" toggles it in skin
I know that, what I need is a command to turn visualisations off
|
|
|
12-09-2005, 04:25 PM
|
#4
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,030
|
Use CLOSEWINDOW... with the window title of your vis.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
12-10-2005, 05:26 AM
|
#5
|
|
Constant Bitrate
Join Date: Jan 2004
Location: Stockholm, Sweden
Vehicle: 2006 Ford Mondeo Diesel
Posts: 209
|
Thanks Guino, it works like a charm!
|
|
|
12-10-2005, 12:24 PM
|
#6
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,160
|
quick question on the visu topic...
is there a way or maybe could an option be easly added that when running full screeen vis to go back to the windowed vis insead of just closing it, cause I usually go to full screen but if I want to change ie..song,vol,mixer..ect, I have to let RR close it, do what I need to do then restart it back up, it would just be nicer to be able to toggle to/from FS in certain skins that have an area set up for it, or at least be able to specify what command/keystroke to be used when exiting FS....
And I'm thinking that in order to make it simple, just use something like a if..else..then statement to just use the default command if an replacement one is not specified... just a thought
Thanks...
Last edited by Blue ZX3; 12-10-2005 at 12:37 PM.
|
|
|
12-10-2005, 12:32 PM
|
#7
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,030
|
If you use the AVS vis, you can click once on it and it returns to normal size -- at least mine does, but may be an option in it.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
12-10-2005, 08:52 PM
|
#8
|
|
Constant Bitrate
Join Date: Aug 2005
Location: Jersey
Vehicle: 1996 Nissan 240sx
Posts: 222
|
hmmm I have a similar issue - I use AVS, but I use the overlay feature and throw it onto a color on my skin. I don't know how to close the AVS... I guess I could use closewindow - BUT... what is the window title for the AVS?
|
|
|
12-11-2005, 08:37 AM
|
#9
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,030
|
Open RRConfig and if you had already saved your settings as AVS, the window title will display under the Window title setting for the VIS... I don't recall right now, but it's in the forums if you search.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
12-12-2005, 07:41 AM
|
#10
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,160
|
I use whitecap and if I use the enter key I can toggle FS...
what command is being used/sent to rr/winamp upon exsiting FS visu?
|
|
|
12-12-2005, 09:06 AM
|
#11
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,030
|
Quote: Originally Posted by Blue ZX3
what command is being used/sent to rr/winamp upon exsiting FS visu?
What now ?
When you press the VIS button RR simply sends a command to Winamp to Turn the VIS ON/OFF .. if it's full screen or not it's entirely up to the plugin -- unless you resize the window of the VIS plugin when embeding it to the skin.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
12-24-2005, 02:25 PM
|
#12
|
|
Maximum Bitrate
Join Date: Mar 2002
Location: Austin, Texas
Vehicle: 2000 Ford Taurus & 2001 Ford Focus ZX3
Posts: 855
|
This thread ties real well in to something I was woeking on in one of the skins I was modifying.
Both menu and audio_player have areas defined for the VISU. The problem is when you go between the two the visualization will not be shown on the next screen (ie., Menu > Audio or Audio > Menu). I would have to click the VISU button twice in order for it to appear. Once to close the window and again to open it.
So I planned on using an AutoIt (.au3) script to do the work for me. I could not match the AVS or WinAmp windows so I had to use the classname. Any way, I still have some work to do with it but this code will open or close the VISU window. My plans are to add so IF...THEN statements and automate it a bit better. However, I may check out the close window function too.
Code:
AutoItSetOption("WinTitleMatchMode",4)
WinActivate("classname=Winamp v1.x","")
Send("^+K")
Finds the Winamp window (even if its hidden) and sends Ctrl+Shift+K which opens/closes the VISU.
EDIT: I think I am still going to end up using the script becuase I'll be able to close the AVS window but probably will not be able to get RR to deteremine if the AVS window was open and re-open it once the next screen is loaded.
Derek
__________________
Progress [||-------]
View my Worklog to see some of my progress.
Downgraded Progress - Starting with another car... 09/13/06
Last edited by d_sellers1; 12-24-2005 at 04:43 PM.
|
|
|
12-28-2005, 11:09 AM
|
#13
|
|
Constant Bitrate
Join Date: Jul 2005
Location: NY
Vehicle: 2001 BMW X5
Posts: 213
|
I have something to add to this post. Guino, how can you get 2 Visu windows on one skin? My first guess is its not possible but I wanted to hear it from you.
Happy Holidays btw!!!
|
|
|
12-29-2005, 07:04 AM
|
#14
|
|
Variable Bitrate
Join Date: May 2005
Location: Amsterdam
Vehicle: VW GOLF Mk5.
Posts: 350
|
I don't think it's possible, you can't have 2 application windows in one screen. (I'm trying to make a screen with both GPS and Vis and according to Guino this can only be done by embedding one or the other.)
__________________
[■■■■■■■■■■■■■■■■■■■■] Install 80%
WWW.ZDCLAN.NL
Last edited by Meelobee; 12-29-2005 at 07:07 AM.
|
|
|
12-30-2005, 04:12 PM
|
#15
|
|
Maximum Bitrate
Join Date: Mar 2002
Location: Austin, Texas
Vehicle: 2000 Ford Taurus & 2001 Ford Focus ZX3
Posts: 855
|
Quote: Originally Posted by JPuma
I have something to add to this post. Guino, how can you get 2 Visu windows on one skin? My first guess is its not possible but I wanted to hear it from you.
Happy Holidays btw!!!
I tried to use two VISUs be RR would only display one. I was trying to make a 1600x600 skin that could be used for multi-monitors but scrapped it when the VISU wouldn't work the way I wanted (one on each screen).
Derek
__________________
Progress [||-------]
View my Worklog to see some of my progress.
Downgraded Progress - Starting with another car... 09/13/06
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| 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 05:00 AM.
|
|