Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > FreeDrive


Reply
 
Share Thread Tools Display Modes
Old 05-07-2005, 01:17 PM   #16
Maximum Bitrate
 
netsuo's Avatar
 
Join Date: Jan 2003
Location: Switzerland
Posts: 557
netsuo is on a distinguished road
Here's a WIP screenshot of FD embedding:




I have more requests:

- option to remove zoom bar
- option to programmatically set a destination adress by lat/lon
- option to remove the top bar with maneuver

And question:

- what's the format for next maneuver info ?

Thanks at all for your work
__________________
NS - neocar suite
-----------------
http://www.neocarmediacenter.com
netsuo is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-07-2005, 01:57 PM   #17
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by netsuo

I have more requests:

- option to remove zoom bar
- option to programmatically set a destination adress by lat/lon
- option to remove the top bar with maneuver

And question:

- what's the format for next maneuver info ?

Thanks at all for your work

ok..

zoombar is part of destinator, it would mean changing the destinator.ini. I will have a look into doing this, cant really see a problem, only if its not installed in c drive.. I would need to add location setting in my ini file.. so on first thoughts.. no probs

option to programmatically set a destination adress by lat/lon, yep this will be included, unsure if its going to be in the next release, but defo will get it done soon.

option to remove the top bar with maneuver, this might be more tricky to do, and would effect afew dialog boxs. I will have a play

---

- what's the format for next maneuver info ?
I havent tested this yet, should really. The next manu should be requested like

COMSend "FDSDK" , "REQUEST:FDNEXTMAN:NCM"

and your reply back from FD would be something like

"SETLABEL;!FDNEXTMAN;Turn Left"

again you can just add your app name in the sdk.ini, this would then send out the info every second if it has changed from the last time it was sent out.

you would also use FDNEXTSTREET and FDNEXTMANDIST then from these three you could put together a statement like

Turn Left onto Market Street in 354 yards

I have kept them seperate to give the skinner more options.

should be a release in the next couple of days

CdR
CdRsKuLL is offline   Reply With Quote
Old 05-07-2005, 02:21 PM   #18
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
netsuo, I have altered the destinator.bmp image to include a slider to look like your skin and edited the ini file to suit. I will be planning on intergrating a slider skin, so this should give you a few ideas.

grab it at http://www.x-digital.addr.com/FreeDrive/ncm.zip

just overwrite the files in C:\DestinatorApps\Destinator\Common\Interface\Visu al\All

cheers

CdR
CdRsKuLL is offline   Reply With Quote
Old 05-07-2005, 03:08 PM   #19
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by RoyN
CDR, one more thing to note, when entering the House Number, the address list tries to match it further... basically some streets on my map begin with numbers, and as I type the house number for my destiation, the street list which is supposed to be disabled already (already chose street) is still updating... dunno if this has any influence but maybe the list can be hidden at this point cause it is a bit confusing...

However, without entering any house number, just street and clicking GO, the wrong street is still brought up as destination...



Req: in future, can we have just the .EXE in the update, (unless other files are changed), I have a hard time re-editing most files in the car when I forget to check them manually for changes... Thanks!

Question: any word on whether you will come to support the POI interface for touch? Currently POIs arent accessible to navigate from the menu... (There is a POI otion, but it brings the old Destinator interface without any navigate button or anything)

Thanks so much for your work! it is looking better by the day!

Last note: the reversing of street name from "Escocia R" to "R Escocia" is still not working on the FDROAD variable in RR, and not working for the bottom bar...


EDIT: ops, 1 thing I forgot: the "flashing everysecond" caused by the sdk is kind of distracting at times as it sometimes causes the list to "click" and stuff... is there maybe something that can be done about this? Also, is it possible for 2 apps to recieve information from FD? (So eg: NMC and another background app at the same time having access to FD speed)

Hi m8.. ok good news I have changed my coding so it now routes to the correct street :-).. I also noticed the house number updating the list, so have fixed that. I will include just the need files on updates, so to save you having to mess to much. On the poi thing. I thinking of binning the current one used by D3 and writing my own. I will look into this further once I'm happy where freerive is it, I think this is less important that afew other things like speedcams at the mo. The next update should solve your problem. Thanks for letting me work with you to sort it. I have also started to add a couple of things like VS,QT,MQ,NS,SR,LG,MG,D.,MJ,CM,MT to the reversestreet in the settings, this is so now when u do a street list it searchs right, you will see what I mean. You may need to add some extra ones as I've only had a quick look through just to make sure the reverse thing is working.

On the reversing the street name I will have a look, have you tried putting it like AV, R, in the settings.ini with a space before the R.. I will check whats going on.

cheers

I want to add a couple of things before the next release, O and remove all the debug code I stuck in to see what was going on.

CdR
CdRsKuLL is offline   Reply With Quote
Old 05-07-2005, 03:32 PM   #20
Maximum Bitrate
 
netsuo's Avatar
 
Join Date: Jan 2003
Location: Switzerland
Posts: 557
netsuo is on a distinguished road
Man.. your the one.

Thanks for all your infos. Now i'll play with the code
__________________
NS - neocar suite
-----------------
http://www.neocarmediacenter.com
netsuo is offline   Reply With Quote
Old 05-07-2005, 03:55 PM   #21
Maximum Bitrate
 
netsuo's Avatar
 
Join Date: Jan 2003
Location: Switzerland
Posts: 557
netsuo is on a distinguished road
Oh, another thing.. It seems that i cant get FDSTREET info from FreeDrive.

In sdk.ini it looks like "FDNEXTSTREET" but in readme sdk.txt you say FDSTREET. I've tried bot in sdk.ini but i dont get any data. Same thing for FDNEXTMAN and FDNEXTMANDIST.

I've tried with and without trip planned.
__________________
NS - neocar suite
-----------------
http://www.neocarmediacenter.com
netsuo is offline   Reply With Quote
Old 05-07-2005, 04:39 PM   #22
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
RoyN is on a distinguished road
OK, cool! thanks so much!

Cant wait for this release!
RoyN is offline   Reply With Quote
Old 05-07-2005, 04:41 PM   #23
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
RoyN is on a distinguished road
OH, for speedcams, AUSMARK mentioned 2 things, that the logic didnt account for the direction you were going (to the cam, away from the cam), and that it didnt take into account your speed relative to the cam when warning you... Can you possibly include these two things when you integrate it?

Would it be possible also, to maybe have a way of setting a speedcam to only 1 side of the road? Sometimes traps here are on only 1 side, but I would get warned on both sides which would be a bit inaccurate... dunno how hard it would be...
RoyN is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-07-2005, 04:45 PM   #24
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
ok.. heres a quick update for u to try.. see if it sorts your prob out RoyN.. Also I have corrected a bug that should help Netsuo out.. sorry about that. I have altered the sdkexample to make sure it works this time.. so if you alter the sdk to send info to FDEXAMPLE then you will see it working when you select a route :-)

grab it at -
http://www.x-digital.addr.com/freedrive/FreeDrive.exe

cheers lads

CdR

p.s I will get round to making a offical release soon, just need to finish afew things.
CdRsKuLL is offline   Reply With Quote
Old 05-07-2005, 04:47 PM   #25
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
RoyN is on a distinguished road
Anything that can be done about the flashing CDR? it is a bit annoying about the changes in GPS settings, other settings, draggin map, etc.... would there be a way of maybe having the flashing being done on a hidden form in the back instead?
RoyN is offline   Reply With Quote
Old 05-07-2005, 04:48 PM   #26
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by RoyN
Anything that can be done about the flashing CDR? it is a bit annoying about the changes in GPS settings, other settings, draggin map, etc.... would there be a way of maybe having the flashing being done on a hidden form in the back instead?

what flashing are you on about ?

o yeah.. change the line below in your settings.ini this should help with the way you choose your streetnames

reversestreet=AV,RU,CA,PL,PA,PR,RÚ,CO,TR,AG,BA,CR, RI,PO,RI,ES,AU,Ví,RO,LU,GL,PI,CU,GL,RO,SE,PU,VE,DO ,DR,SD,BR,DA,CE,GE,IM,PE,EM,DE,CP,EN,ST,TE,CB,MI,C D,FR,VS,QT,MQ,NS,SR,LG,MG,D.,MJ,CM,MT,MN,FT,PS,RE, T-,JD,AT,PT,AL,MA,AL,S.,CN,JO,MA,ME,S-,SG,AL,J.,MR,OS,PC,RN,S.,VI
CdRsKuLL is offline   Reply With Quote
Old 05-07-2005, 04:48 PM   #27
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
RoyN is on a distinguished road
Oh, thanks for this!!! Gonna try today and let ya know!
RoyN is offline   Reply With Quote
Old 05-07-2005, 04:51 PM   #28
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
RoyN is on a distinguished road
Quote: Originally Posted by CdRsKuLL
what flashing are you on about ?

Its related to the sdk... list of addresses can loose focus, combo boxes (like gps settings) are almost impossible to select on a touchscreen cause they get "closed" every second, a few other small quirks I have seen which seem to be caused by the SDK ignoring the mouse being down whener it sends commands....

I'll try and get more reproduceable events... but for now i'm testing the latest ver!!!!!
RoyN is offline   Reply With Quote
Old 05-07-2005, 04:52 PM   #29
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
If your embedding it in RR and the whole of freedrive hides and then shows when changing freedrives screens, then the skin your using is missing a line.

/, A, x, y, w, h, color;RGB
A01,000,055,800,545,000,000,000
C01,000,055,800,545

make sure you have the C01 line set to the same values as your A01
CdRsKuLL is offline   Reply With Quote
Old 05-07-2005, 04:54 PM   #30
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by RoyN
Its related to the sdk... list of addresses can loose focus, combo boxes (like gps settings) are almost impossible to select on a touchscreen cause they get "closed" every second, a few other small quirks I have seen which seem to be caused by the SDK ignoring the mouse being down whener it sends commands....

I'll try and get more reproduceable events... but for now i'm testing the latest ver!!!!!

I think I know what your on about, this is down to RR and how it embedds its apps. I will have a chat to Guino about this, see if theres anything we can do to sort it. You could try running FD on its own, you will then see its not FD..
CdRsKuLL is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RELEASE - FreeDrive 0.52 PLUS CdRsKuLL FreeDrive 10 05-05-2005 03:44 PM
RELEASE - FreeDrive 0.52 CdRsKuLL FreeDrive 33 04-23-2005 09:51 AM
RELEASE - FreeDrive 0.51 Beta CdRsKuLL FreeDrive 39 04-20-2005 05:03 AM
Release - FreeDrive 0.4 beta (D3 Frontend) CdRsKuLL FreeDrive 35 03-18-2005 08:16 AM
RELEASE - FreeDrive 0.33 beta (D3 Frontend) CdRsKuLL FreeDrive 60 02-18-2005 04:08 PM



All times are GMT -5. The time now is 03:25 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics