|
 |
12-29-2007, 02:32 AM
|
#1
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
feat request:
this is a 2fer
1:
we need a sub forum specifically for feature request for RR and for plugins. I feel like a lot of the request for features get lost in the forum and go un noticed. It would be nice to have a place where these are all stored for future reference for someone looking to maybe create a plugin etc.
2:
For RR, is it possible to add mouse events for items.
For example,
mouse in and mouse out events that i can associate a command to.
RR already is tracking the mouse when it enters and leaves an area like a button etc, but currently only has 1 action tied to it, mouse down.
I would like to set some vars and run commands when the mouse enters a specific area and also when it leaves. Anyone familiar with actionscript will know what i mean.
The easiest way (to me at least) would be to create a new object that is a mouse event object that i can place and move around in the skin editor and associate standard RR commands to execute whenever the mouse enters the box.
I plan to put these directly ontop of buttons, labels and anything else in the RR ui, so it shouldn't block anything else from behaving as it normally does.
OR
Maybe extend the button object to include different commands for different mouse events?
3.
"i thought this was a 2fer?" i lied
I, and few other people would really love to be able to have a menuscreen (popups) onscreen and also be able to still interact with the screen underneath. This would significantly improve the way screens can be designed and features layed out. Instead of packing a screen with buttons etc, you can move them to menu screen that would popup in a specific area with the option to leave it open and still use the features on the previous screen. Basically child windows.
opinions?
Thanks, as always
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
12-29-2007, 07:36 AM
|
#2
|
|
Maximum Bitrate
Join Date: Aug 2004
Location: Germany
Posts: 463
|
Quote: Originally Posted by liquid_smoke 
I, and few other people would really love to be able to have a menuscreen (popups) onscreen and also be able to still interact with the screen underneath. This would significantly improve the way screens can be designed and features layed out. Instead of packing a screen with buttons etc, you can move them to menu screen that would popup in a specific area with the option to leave it open and still use the features on the previous screen. Basically child windows.
I definately second that ! I miss this feature since my change from FrodoPlayer (RIP) to RoadRunner. Although I guess that adding this feature will result in a lot of work.
|
|
|
12-29-2007, 07:42 AM
|
#3
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
3rd
[QUOTE=Konrad;1158171]I definately second that ! QUOTE]
|
|
|
12-29-2007, 10:14 AM
|
#4
|
|
FLAC
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
|
RR with mouse events like actionscript does, would be sooooo nice!!!.
|
|
|
12-30-2007, 11:22 AM
|
#5
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Quote: Originally Posted by liquid_smoke 
I, and few other people would really love to be able to have a menuscreen (popups) onscreen and also be able to still interact with the screen underneath. This would significantly improve the way screens can be designed and features layed out. Instead of packing a screen with buttons etc, you can move them to menu screen that would popup in a specific area with the option to leave it open and still use the features on the previous screen. Basically child windows.
Another vote
|
|
|
12-30-2007, 12:23 PM
|
#6
|
|
Newbie
Join Date: Jul 2006
Location: Nevada ,MO
Posts: 30
|
Don't know if any one else noticed but when you have a popup over ilist you can still scroll and select different tracks.
|
|
|
12-30-2007, 02:04 PM
|
#7
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Menu pop-ups and feature requests
Hahahah I Just PM'd Guino a couple days ago asking for a for the very same thing, a feature requests sub forum! hahaha
The Menu pop-up with interacting with the rest of the skin behind would be awesome! Skins can so easily get cluttered with buttons, and being able to have a menu replace certain sections of the skin would solve a lot of those problems.
For instance on say an audio screen, there are a cluster of buttons, search, add 1, playlists, shuffle ect. Press the playlist button, and a menu could appear over that cluster of buttons with new functions, save playlist, delete playlist, rename playlist ect.
|
|
|
12-30-2007, 02:32 PM
|
#8
|
|
Constant Bitrate
Join Date: Mar 2007
Posts: 148
|
Quote: Originally Posted by liquid_smoke 
this is a 2fer
I, and few other people would really love to be able to have a menuscreen (popups) onscreen and also be able to still interact with the screen underneath. This would significantly improve the way screens can be designed and features layed out. Instead of packing a screen with buttons etc, you can move them to menu screen that would popup in a specific area with the option to leave it open and still use the features on the previous screen. Basically child windows.
Maybe I'm missing something, but couldn't this be duplicated by just using another skin file for the pop up and leaving the commands for the "underneath" skin?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
12-31-2007, 01:27 AM
|
#9
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,575
|
I'm thinking no...because buttons, labels, ect...have to be within the image(s) used for the current screen be-it full screen or a menu screen..
I could be wrong...never tried but that would be my understanding..
|
|
|
12-31-2007, 01:59 AM
|
#10
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by slvrsol 
Maybe I'm missing something, but couldn't this be duplicated by just using another skin file for the pop up and leaving the commands for the "underneath" skin?
yes you could do this but it would be a huge pain in the ***. Basicly you are just creating a new screen that has the look of a popup. The problem comes when you need to make changes to the skin, now you have an extra .skin file you have to edit. If you had a global popup for example that you could access from any screen, this would essentially double your .skin files as you would have to create a duplicate of all screens with a version that had the pseudo popup. For skins like mine, that are all ready huge with over 250 .skin files you can see how this becomes an editing nightmare.
|
|
|
12-31-2007, 02:01 AM
|
#11
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,575
|
Well...don't have so many skin files then...
Would be a nice added bonus if were added..
|
|
|
12-31-2007, 02:06 AM
|
#12
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by fantamos 
Don't know if any one else noticed but when you have a popup over ilist you can still scroll and select different tracks.
ive noticed this also. You can also do this on the google earth screen when a popup is ontop of the map. Technically this is a bug, but one that we want to keep and have enabled everywhere.
|
|
|
01-02-2008, 09:59 AM
|
#13
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
|
Popup/Child windows:
There's only a concert with performance on keeping too many windows being updated/processed at once.. but otherwise it has been a feature that I wanted to add at some point.
Mouse events:
This has never been a priority because the software was built towards a "touchscreen" usage, and not "desktop" usage. But it could be added.
Bug/Feature Reqs:
This would be nicer as a submition form on a web page, which could be read, approved/removed and/or given a priority and listed on another page. I unfortunately have no time to make/manage such page as of right now.
__________________
Ride 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."
|
|
|
01-02-2008, 11:34 AM
|
#14
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,575
|
RE: Bugs/Feature Req
I'm guessing that tomorrow doesn't look good either....
|
|
|
|
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 06:36 PM.
| |