You're not doing anything wrong. Must be in the code then. Let me check....
I need some help here. everything works fine, but I can't figure out how to work with different skin files..
In the ini file I have
Menu1=DEFAULT
Menu2=MENU.SKIN
Menu3=AUDIO_PLAYER.SKIN
and sections named
[DEFAULT]
[MENU.SKIN]
[AUDIO_PLAYER.SKIN]
with the corresponding BUTTONx commands for each.
My problem is that whether I am in the MENU.SKIN or AUDIO_PLAYER.SKIN it still executes the DEFAULT commands..
What am I doing wrong?!?!?! Thanks!
You're not doing anything wrong. Must be in the code then. Let me check....
My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
Hardware: None at the moment
Software: None at the moment
See: Velleman K8055 Plugin for Road Runner
Progress: [XXXXXXXXXX] 0 % DONE
Found two problems.
1. The screenname only gets updated by Road Runner after a command is executed for the first time in that skin. I have to rethink how to get the screen names from RR.
2. RR returns the screenname in lower case. I'll make the code case un-sensitive so you can't make mistakes. For now change the menu in the RRK8055.ini skins to lower case to make it work.
My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
Hardware: None at the moment
Software: None at the moment
See: Velleman K8055 Plugin for Road Runner
Progress: [XXXXXXXXXX] 0 % DONE
It is possible to have comands from the controller when i am in video Player? I have added this:
"/, I, x, y, w, h, Code;INDICATORCODES
I,790,13,43,40,"k8055_menu"
in video_player.skin but does not work. The rest of the skins where i have
k8055_menu are working great with the controller.
I am trying to have volume, FFWD and REW, PLAY, STOP, PAUSE ...
If so, what should i modify and in wich files?
And another Q:
In mappoint_gps, the controller works great. But after few seconds the buttons-panel is dissapearing and you get only the map in full screen. At this point, none of the controls work anymore.
thank you.
I think I fixed both problems.
Check: RRK8055.dll beta
It's now checking the screenname using the k8055_menu indicator which is done every second and when the screen is being build. I don't think it is impacting the CPU resource usage to much. (Didn't notice it on my developer machine (PIII 800))
Menu names used in the RRK8055.ini are not case sensitive anymore
@GASLAN: can you provide me feedback if things are working for you. I'll make an official release when it does.
My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
Hardware: None at the moment
Software: None at the moment
See: Velleman K8055 Plugin for Road Runner
Progress: [XXXXXXXXXX] 0 % DONE
I think the problem lies in the fact that in both cases the screen is not visible. Don't know if I can solve that in an easy way. I hope Guino has any suggestions. If not I will have to redesign the way the buttons are checked (this is now done using the k8055_menu indicator)
btw: see previous post for a beta version that has the different buttons by screen problem fixed....
My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
Hardware: None at the moment
Software: None at the moment
See: Velleman K8055 Plugin for Road Runner
Progress: [XXXXXXXXXX] 0 % DONE
Got the dll, i will use it when need it.
As for my "hidden" problems, i will wait.
Just a thing that I noticed, I'm not sure whether its my setup, but when I hibernate the dll stops working. I've got some indicators in my menu.skin which disappear.. If I close RR and restart everything works fine..
Does the plug in reconnect to the card after hibernate? I'll give it some more tests tomorrow...
Edit: My bad, no such issue after a few tests. I should have restarted the PC after the driver install :-)
One question though, could we increase the Analogue Buttons to say 12? My sony remote has VOL+/-, Song +/-, Preset +/-, SEL, DSPL, MUTE, MODE, BTM, MODE, and a top button :-) (thats 13, but better make it 12 :-))
It should be possible to use 12 buttons. But it would mean that the button variance could be small (hopefully not to small to detect the wrong button if the supply voltage is not really stable). I'll make it 20 to be prepared for the future![]()
Watch for a new relase comming soon
My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
Hardware: None at the moment
Software: None at the moment
See: Velleman K8055 Plugin for Road Runner
Progress: [XXXXXXXXXX] 0 % DONE
Bookmarks