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.
|
03-30-2005, 01:34 AM
|
#16
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
well.. you'll need to create a label in the skin that starts with ! for example: !MYLABEL
from the SDK, you would send a command like: setlabel;!mylabel;MYTEXT
You should then be able to view that label with the "MYTEXT" text in it.
You can test it using the SDK example included with the source package.. there's a Delphi and a VB6 example there..
__________________
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."
|
|
|
03-30-2005, 01:43 AM
|
#17
|
|
Raw Wave
Join Date: Jun 2004
Location: On the beach
Vehicle: Pug 306 XSi
Posts: 2,410
|
Ah ok, haven't dl'ed the Source package, only the Binary - my bad .... sorry.
Works perfectly :-) Just set up connected/disconnected indicators for my GPRS Connection.
Last edited by Gobby : 03-30-2005 at 02:25 AM.
|
|
|
03-30-2005, 02:54 AM
|
#18
|
|
Maximum Bitrate
Join Date: Feb 2005
Location: The Yay Area (SF)
Vehicle: 2003 Infiniti FX35
Posts: 481
|
sweet nice work!
Hey with the SEND command, what are the embedded applications that you refer to? calculator, etc. or what?
__________________
Peep MY TYTE WHIP yo! It's got too many ill mods to list!
|
|
|
03-30-2005, 02:59 AM
|
#19
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
the SENDKEY Command will work with any embbeded application currently focused.. if Calc was running for instance and you execute "SENDKEY;1" it would simulate the pressing of the button 1 in the calculator.. this allows for improved emmbeded application support specially when making separate skin files for specific applications.
__________________
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."
|
|
|
03-30-2005, 03:20 AM
|
#20
|
|
FLAC
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
|
Now I must get up early to install this on my car pc and reconnect the USB devices (I'm in the middle of the final wiring for my install) so I can test it on my way to work
Keep up the great (and frankly astoundingly quick) work! 
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
|
|
|
03-30-2005, 04:01 AM
|
#21
|
|
Newbie
Join Date: Mar 2005
Posts: 18
|
thanks for sendkeys command, we can do all now!!!!
Here special key codes:
BACKSPACE {BACKSPACE}, {BS}, or {BKSP}
BREAK {BREAK}
CAPS LOCK {CAPSLOCK}
DEL or DELETE {DELETE} or {DEL}
DOWN ARROW {DOWN}
END {END}
ENTER {ENTER}or ~
ESC {ESC}
HELP {HELP}
HOME {HOME}
INS or INSERT {INSERT} or {INS}
LEFT ARROW {LEFT}
NUM LOCK {NUMLOCK}
PAGE DOWN {PGDN}
PAGE UP {PGUP}
PRINT SCREEN {PRTSC}
RIGHT ARROW {RIGHT}
SCROLL LOCK {SCROLLLOCK}
TAB {TAB}
UP ARROW {UP}
F1 {F1}
F2 {F2}
F3 {F3}
F4 {F4}
F5 {F5}
F6 {F6}
F7 {F7}
F8 {F8}
F9 {F9}
F10 {F10}
F11 {F11}
F12 {F12}To specify keys combined with any combination of the SHIFT, CTRL, and ALT
keys, precede the key code with one or more of the following codes. Key Code
SHIFT +
CTRL ^
ALT %To specify that any combination of SHIFT, CTRL, and ALT should be held down
while several other keys are pressed, enclose the code for those keys in
parentheses. For example, to specify to hold down SHIFT while E and C are
pressed, use +(EC). To specify to hold down SHIFT while E is pressed,
followed by C without SHIFT, use +EC.
|
|
|
03-30-2005, 04:28 AM
|
#22
|
|
Newbie
Join Date: Mar 2005
Posts: 18
|
focus on embbeded application
Hi guino, I a create a button for sendkeys , at the moment I press this button Would I lose the focus of the currente box of embbeded application???
|
|
|
03-30-2005, 04:29 AM
|
#23
|
|
FLAC
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
|
A bout of insomnia later, here I am sat in the car with the latest and greatest version of RR installed. A couple of bug reports:
1. Mappoint didn't work from the gps menu. I just got a bar along the top with buttons and nothing else happened. Using rrconfig to set mappoint to be loaded automatically rather than the gps menu got mappoint showing.
2. Once I did this, I got mappoint up behind the skin buttons but a message box popped up *under* the window. A quick keyboard attach later, I found it was an E_INVALIDARG com error code complaint. Basically, some call into Mappoint looks to be complaining about the parameters. 
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
|
|
|
03-30-2005, 04:45 AM
|
#24
|
|
FLAC
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
|
A quick reverse out of the car port and waiting for a GPS lock resolved the failure dialog. I had quick play with the route planning functionality and it looks to be working well. I have very different views on what the UI should look like for most of this though  . The AutoTouch interface to Mappoint had a lot going for it. But I do like the full screen UI for adding places. That's got a lot going for it over how AutoTouch manages things. I sense a need to take the best of both  .
After I dismissed the dialog in the failure case above, RR exited (which is presumably to be expected). So I have to restart RR and exit it again if I want to access the task bar since RR is set to auto-hide it. Is there any way in VB to make it more resilient to certain runtime failures? Or possibly add an exit handler that does critical cleanup (no idea if VB supports that or not).
Now I wish it was time to head to work so I can test the en-route functionality. I'd head out for a coffee but I'm in a dressing gown and haven't got my wallet... 
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
|
|
|
03-30-2005, 04:49 AM
|
#25
|
|
Raw Wave
Join Date: Jun 2004
Location: On the beach
Vehicle: Pug 306 XSi
Posts: 2,410
|
If you set RR as your shell it will auto start on failure
|
|
|
03-30-2005, 04:50 AM
|
#26
|
|
FLAC
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
|
I might do that once I have finished setting up my car PC. But for the moment I want easy access to the explorer shell  .
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
|
|
|
03-30-2005, 04:52 AM
|
#27
|
|
Raw Wave
Join Date: Jun 2004
Location: On the beach
Vehicle: Pug 306 XSi
Posts: 2,410
|
I've added explorer.exe as an app in RR, I have the best of both worlds, I can access everything I need then.
|
|
|
03-30-2005, 04:56 AM
|
#28
|
|
FLAC
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
|
As time permits, I'm getting to know the RR code base and experimenting with making improvements I'd like to see. So I'll frequently be shutting down RR. I'm also trying to confirm if the Windows Media Center UI is more readable on a bright day since that would influence my final skin look.
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
|
|
|
03-30-2005, 05:07 AM
|
#29
|
|
FLAC
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
|
MBM label support seems to have regressed. I just reset up your latest changes with Vortex's stuff on top (incidentally - the download link on your web site isn't his latest fixed changes) and I'm just seeing 0 for both the MBM values - even after I adjusted them to be the ones I wanted. This was working with the 3-19 drop.
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
|
|
|
03-30-2005, 05:08 AM
|
#30
|
|
FLAC
Join Date: Sep 2004
Vehicle: 2000 Subaru Impreza Outback Sport
Posts: 1,556
|
Ok, time for bed said Zebedee.
Boing! 
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| 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 04:48 AM.
|
|