|
 |
|
06-07-2005, 08:38 PM
|
#31
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
You can use ANY skin with the new library feature, the updated skins only offer some options the old skins didn't have... there's no "update" for the skins since they're almost completely rebuilt -- there are only FULL skins available 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."
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-07-2005, 08:49 PM
|
#32
|
|
Constant Bitrate
Join Date: Aug 2004
Location: Virginia
Posts: 187
|
hey guino, i hope your around, cause im trying to figure the app thingy out. (2) part question.
(1)- im using iguidance and as external gps it does pullup, but i cant get it to set the size nor embed in RR. Also when its loaded I cant leave it to change music and stuff because when i click gps to go back it just restarts it (even though its already loaded **loads it again and again**......
(2)-apps- i cant seem to add application, ive followed the layout from the existing APPS -*folder with ini file*, it will load the program, but it does the same as the gps it will keep loading it when you click on it (instead it should just switch to it), and it doesnt embed either..
im not *newby*, but the i guess im missing someething in my logic on the APPS loader..
Thanks
Chuck
|
|
|
06-07-2005, 11:13 PM
|
#33
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Posts: 1,806
|
it seems that when searching if my file structure points to drive d as my music dir and the file folder structure is
D:/album1
D:/album2
D:/album3
and i do a search showing album 1 2 and 3 (not clicking on them but just as it will populate by default) AND do a search it will just say "Looking for folders.."
But if I move my structure to something like
D:/fluff/album1
D:/fluff/album2
D:/fluff/album3
and if i open the fluff folder and search then it will search the sub folders
any ideas on how to remedy this
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'
LostReceptions Apps D/L Here
GPSGasoline- Rewriting
Draw- SkribblePad for Touchscreens
iGQwerty-iG3.0 Qwerty Keyboard
CarPCNetwork
|
|
|
06-08-2005, 01:00 AM
|
#34
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
how many files total do you have ? the more files you have, the longer it will take "looking for folders" on the first search. RR will be unresponsive until that is completed.. after the first search, it should be a lot faster. I have all my music organized in Genre\Artist\Album and I do searches on the entire drive and it gets to be faster than library searches (from the 2nd search on). When it says "Looking for folders..." it is doing exactly that. It seems to work better using the fluff folders simply because it is only searching from that point on (which is a lot less folders).
__________________
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."
|
|
|
06-08-2005, 01:20 AM
|
#35
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
Quote: Originally Posted by Mr.Fabio
Hey Guino, did you taked a look to the preset problem with PhoCo?
I'll likely be looking at it soon.. I have to get my BT adapter from the car and install it on my desktop to test this again.
__________________
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."
|
|
|
06-08-2005, 11:52 AM
|
#36
|
|
Variable Bitrate
Join Date: Mar 2004
Location: Milwaukee, WI
Posts: 391
|
is it possible to have control over phidget outputs, just as there is monitoring of phidget inputs? i may be asking more than i think, but i plan on having an analog phidget with sensors, and a digital phidget with on/off's for 16 ins and outs... would be fabulous to control in flash via RR, but that may be outside the scope of RR....
|
|
|
06-08-2005, 01:35 PM
|
#37
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
I don't have any Phidgets hardware to work/test that stuff.. but it should be very simple to make a small "background" plugin that could control and send statuses of the Phidgets hardware onto RR's skins so that it would all look as "built-in" RR. You can do that with normal skins or with Flash skins or both since it's all the same to RR.
__________________
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."
|
|
|
06-08-2005, 02:29 PM
|
#38
|
|
Variable Bitrate
Join Date: Mar 2004
Location: Milwaukee, WI
Posts: 391
|
Quote: Originally Posted by guino
I don't have any Phidgets hardware to work/test that stuff.. but it should be very simple to make a small "background" plugin that could control and send statuses of the Phidgets hardware onto RR's skins so that it would all look as "built-in" RR. You can do that with normal skins or with Flash skins or both since it's all the same to RR.
is it simple to explain how to make an external program show up as RR to the flash fscommand? i'm just starting to get into this programming thing, for want of getting my own projects under control (getting climate controls into the 'puter, namely)
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-08-2005, 03:19 PM
|
#39
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
oh yeah.. in VB6, just copy the Flash.ctl file from RR's source, add it to your project, place it on a form (with whatever size you want), then double click the flash object and select the "FlashCommand" event and add your code (it receives the 2 parameters from Flash which you use to tell it what to do). Then all you have to do is when loading the form/application you should set the Movie property with the flash file to use in that object. That's as simple as that..
__________________
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."
|
|
|
06-09-2005, 08:53 AM
|
#40
|
|
Newbie
Join Date: May 2005
Location: Duluth
Posts: 8
|
I was reindexing my mp3 tags so I could see the artist and song name. But this update seems to have fixed what I was going after. Thanks I really appreciate it!!!
__________________
Eipa VIA MII 12000,160 gig HD,265 Ram,Tview 7.5inch Touchscreen,Holux 210 GPS USB,Mappoint 2005,RoadRunner,Motorola Wifi G,
|
|
|
06-10-2005, 11:37 AM
|
#41
|
|
FLAC
Join Date: Jan 2004
Posts: 1,001
|
Two question:
I use the D-Link as the adio device:
If I switch from the Audio player to the Radio, kneels me of very the volume.
This with the new release, first it was everything ok.
What and' the lace to visualize the speed alert:
I have tried in Destinator_GPS.skin
I01,630,000,30,64, "OVERSPEED:B"
but it doesn't work.
I have correctly drawn obviously the skin with my indicator (Dena skin)
I have also tried to train in MM the function,( and RR settings) but only the voice of the message of MM and not indicator in RR
Mauri
|
|
|
06-10-2005, 11:51 AM
|
#42
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
What in the world are you trying to say by this: "kneels me of very the volume." ?
For the overspeed, it works solely with the Overspeed setting in the GPS section of RRConfig. IT should "blink" if the ON image has something to show on that area of the screen and IF you're at or over the speed set in RRConfig.
__________________
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."
|
|
|
06-10-2005, 11:54 AM
|
#43
|
|
FLAC
Join Date: Jan 2004
Posts: 1,001
|
Quote: Originally Posted by guino
What in the world are you trying to say by this: "kneels me of very the volume." ?
Yes!
For the overspeed, it works solely with the Overspeed setting in the GPS section of RRConfig. IT should "blink" if the ON image has something to show on that area of the screen and IF you're at or over the speed set in RRConfig.
Tried, but it doesn't work
Mauri
|
|
|
06-10-2005, 01:56 PM
|
#44
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
Quote: Originally Posted by Mr.Fabio
Hey Guino, did you taked a look to the preset problem with PhoCo?
I just found and fixed this issue... here's a quick patch:
http://guino.home.insightbb.com/rr.exe
Let me know if you still have problems afterwards ..
__________________
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."
|
|
|
06-10-2005, 01:58 PM
|
#45
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
|
Quote: Originally Posted by mauri
Tried, but it doesn't work
Mauri
I still don't understand what you're saying on top of your post... "kneels me of very the volume."
I do understand your overspeed alert doesn't work, There might be something wrong because of the addition to the MM's direction indicator.
__________________
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."
|
|
|
|
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 12:53 PM.
| |