|
 |
|
01-03-2006, 03:43 AM
|
#61
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Posts: 1,806
|
Quote: Originally Posted by wysocki
Same here. I put this command on a button in my main screen (and used my iGuidance skin) for it.
B,401,176,400,111,"LOAD;EXTERNAL_GPS.SKIN;Draw;C:\ PROGRA~1\ROADRU~1\SKINS\DRAWANDSAVE.EXE;Draw"
Does this look ok? The app doesn't come up on my XPsp2 system, but it will start by itself.
try
B,401,176,400,111,"LOAD;EXTERNAL_GPS.SKIN; RUN;C:\PROGRA~1\ROADRU~1\SKINS\DRAWANDSAVE.EXE;Draw"
if that doesnt work try going without progra~1 and type it out in its entirety
__________________
.______
| '_ |__\___
[(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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-03-2006, 06:26 AM
|
#62
|
|
FLAC
Join Date: Jan 2004
Posts: 1,001
|
Tested,skinning the buttons for my use, and work PERFECTLY embeddded with RR and APPS application launch ....best work!
Mauri
|
|
|
01-03-2006, 07:41 AM
|
#63
|
|
Low Bitrate
Join Date: Feb 2005
Location: Hedemora/Dalarna/Sweden
Posts: 77
|
What can I do for having the save&draw open in fullscreen? IMO I've got a larger textarea.
|
|
|
01-03-2006, 07:59 AM
|
#64
|
|
Variable Bitrate
Join Date: Jul 2005
Location: Motor City
Posts: 262
|
Quote: Originally Posted by wysocki
Same here. I put this command on a button in my main screen (and used my iGuidance skin) for it.
B,401,176,400,111,"LOAD;EXTERNAL_GPS.SKIN;Draw;C:\ PROGRA~1\ROADRU~1\SKINS\DRAWANDSAVE.EXE;Draw"
Does this look ok? The app doesn't come up on my XPsp2 system, but it will start by itself.
Ditto, another plug for working perfectly in RR, in Apps, and embedded in it's own window.
Here's the code I used to give it it's own dedicated button on the MAIN page using the IG skin, same as you:
B15,113,10,60,70,"LOAD;draw.skin;;c:\drawandsave.e xe;Draw"
I found I needed 2 semicolons after the skin name. The format is (I think) "load;skinfile;verbalcommand;filelocation;embedded windowname"
I wussed out & just put it under C:/ though. If my code doesn't work, try it with the prog in C:/, then once it works put it somewhere else & see if you need to spell out the directory name.
__________________
You know you want to...Worklog
Enjoying v1.0 since it's operational. Aaaawww yeah.
Specs: Opus120; Epia M10k; 700IDT; GlobalSat BR-355; iGuidance 2.1 & IGMod; XM; Custom case.
Witty one-liners currently quoted by (0001) mp3car.com forum member sigs.
|
|
|
01-03-2006, 09:27 AM
|
#65
|
|
FLAC
Join Date: Jun 2002
Location: Virginia
Posts: 1,437
|
Quote: Originally Posted by Escalade182
chuck, how far is ocean city and frederick from ellicot? sounds so familier I just cant seem to remember where it is.
About 150 miles west of the ocean and 45 miles east of Frederick.
|
|
|
01-03-2006, 09:33 AM
|
#66
|
|
Maximum Bitrate
Join Date: Dec 2005
Posts: 605
|
Ok, now I'm going to take this to another level!!  Wouldn't it be nice if you could use NaviVoice and have this write for you as you speak? I mean think of it this way; you're driving and you get a call and have to take a number down. You bring up this app, say the text and it writes it down for you and save it. Perfect!!
What do you think guys?? Is this even possible?
__________________
PROGRESS 95%[//////////■]Complete - Software configurations
Current Task: Just adding on...
Needed:wireless keyboard/mouse
My Carputer Blog
Car System Site
|
|
|
01-03-2006, 01:17 PM
|
#67
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
Update 1-3-06
Thanks to lostreception this is the greatest
see post #1
|
|
|
01-03-2006, 01:30 PM
|
#68
|
|
Maximum Bitrate
Join Date: Jul 2004
Location: Atlanta, GA
Posts: 630
|
awesome little app....thanks Chuck and lostreception.
My $1200 etch-a-sketch is finally in place
__________________
CarPC #3: 99% CompletePentium M 1.7Ghz, 1GB DDR2 RAM
DVD/CD-RW installed in dash below monitor
OEM LCD relocated for 7" Touchscreen
Wi-Fi, GPS, PS2 controllers...
500+ full albums
4,000+ video games
music videos, movies, & more! old carPC
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-03-2006, 01:57 PM
|
#69
|
|
Variable Bitrate
Join Date: May 2005
Location: Amsterdam
Posts: 350
|
I use this code on my button:
B09,0,460,160,70,"LOAD;scribble.skin;;c:\draw\draw andsave.exe;Draw"
The scribble.skin screen opens, but the draw app isn't visible. (doesn't appear to start at all) The path c:\draw\drawandsave.exe is correct.The app works fine when I click the .exe outside RR. What am I doing wrong?
Edit: Hmm, don't I need some indicator on the scribble.skin to define where drawandsave.exe is shown? Which label should I use?
__________________
[■■■■■■■■■■■■■■■■■■■■] Install 80%
WWW.ZDCLAN.NL
|
|
|
01-03-2006, 02:16 PM
|
#70
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
you need to add something like this to your draw skin
/, A, x, y, w, h, color;RGB
A,17,98,600,415,
|
|
|
01-03-2006, 02:22 PM
|
#71
|
|
Variable Bitrate
Join Date: May 2005
Location: Amsterdam
Posts: 350
|
I've put this in my skin:
/, A, x, y, w, h, color;RGB
A01,45,70,710,477,0
and it still won't show
__________________
[■■■■■■■■■■■■■■■■■■■■] Install 80%
WWW.ZDCLAN.NL
|
|
|
01-03-2006, 02:32 PM
|
#72
|
|
Constant Bitrate
Join Date: Nov 2005
Posts: 215
|
NaviVoice memo
Quote: Originally Posted by Civic03
Ok, now I'm going to take this to another level!!  Wouldn't it be nice if you could use NaviVoice and have this write for you as you speak? I mean think of it this way; you're driving and you get a call and have to take a number down. You bring up this app, say the text and it writes it down for you and save it. Perfect!!
What do you think guys?? Is this even possible?
I think using notepad as NaviVoice currently has built in support works well enough, no?
Curious, have you found using letters and numbers work accurately enough? I changed to using a phonetic ie alpha, bravo etc. works more accurate with less false interpreted commands thinking I said a letter.
kth
Last edited by whodwho; 01-03-2006 at 02:37 PM.
|
|
|
01-03-2006, 02:37 PM
|
#73
|
|
Maximum Bitrate
Join Date: Dec 2005
Posts: 605
|
I guess you're right, you can use voice to open notepad, voice type your message and save it and close it. Hmmm, I guess it's about the "fun" aspect now!
I use NaviVoice and typing with it is a bit slow but I don't know if that is configuation issue. Any links to good voice recog. sites?
__________________
PROGRESS 95%[//////////■]Complete - Software configurations
Current Task: Just adding on...
Needed:wireless keyboard/mouse
My Carputer Blog
Car System Site
|
|
|
01-03-2006, 02:37 PM
|
#74
|
|
Raw Wave
Join Date: Sep 2004
Location: NY
Posts: 1,806
|
chuck are you using win 2k it may be possible these problems arent isolated
if you have this working in XP any sp please post... thx
__________________
.______
| '_ |__\___
[(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
|
|
|
01-03-2006, 03:37 PM
|
#75
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
I have xp desktop and 2k truck and both work with no problems using the .exe
But with the .swf in RR the background is transparent and it will not draw. -or you cant see it
I like using .swf better because
1 you do not need a button to load the draw app
2 when you quit RR the app closes
3 when you have another app open with the word (draw) in it will not suck into RR window
4 loads smoother
5 you can have more then one app in a skin
6 if you use /DISCARDABLE in a skin it will close the app when ever you go to another skin
what is thx?
Last edited by Chuck; 01-03-2006 at 04:14 PM.
|
|
|
|
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 03:14 AM.
| |