Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 09-02-2016, 11:30   #91
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,628
Images: 2
Re: squiddio plugin

Does Ocpn_draw_pi have an object suitable for POI for squiddio now?
I don't know if this was ever the plan but continued development of squiddio might be able to use it, rather than Waypoints, and this might help keep the Waypoints and routes separate.
See http://www.cruisersforum.com/forums/...ml#post1772312
rgleason is offline   Reply With Quote
Old 09-02-2016, 11:40   #92
Marine Service Provider

Join Date: Oct 2012
Location: San Francisco Bay Area
Boat: Beneteau 43
Posts: 81
Re: squiddio plugin

@rgleason: I don't know but it sounds like something worth looking into on squiddio's part. I will report back when I have more info.
coupdemistral is offline   Reply With Quote
Old 09-02-2016, 23:10   #93
Registered User

Join Date: May 2013
Location: NSW, Australia
Boat: Richter 42
Posts: 1,077
Re: squiddio plugin

Rick,
You could use a Text Point to give information on the POI. Currently there is no way to create one except through the UI. However, it would be fairly simple to add a JSON message that could give the information needed. Just look at the properties a TP has and provide those. You would need a lat/lon as a minimum and probably the display text. After that, well.....

If this is wanted can you raise a flyspray for it. I will then look at providing this type of interface once the current OD hits production.

Jon

Quote:
Originally Posted by rgleason View Post
Does Ocpn_draw_pi have an object suitable for POI for squiddio now?
I don't know if this was ever the plan but continued development of squiddio might be able to use it, rather than Waypoints, and this might help keep the Waypoints and routes separate.
See http://www.cruisersforum.com/forums/...ml#post1772312
jongough is offline   Reply With Quote
Old 10-02-2016, 06:05   #94
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,628
Images: 2
Re: squiddio plugin

Maurice,
It sounds like it could be done and Jon is willing to help.
It would probably be a later version because opencpn.lib would have to be augmented.
It might be worthwhile looking into this further.
rgleason is offline   Reply With Quote
Old 10-02-2016, 06:34   #95
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,628
Images: 2
Re: squiddio plugin

Made this change to ocpn_plugins.h and built with opencpn.lib version 4.2.0
and it is working.
Have uploaded to OpenCPN Beta File Thingie rguser rgpass
under 4.2.0 PI WIN

squiddio_pi-0.4-ov4.2-ocpn_plugin.h-changed-win32

Coupdemistral let us know when it is updated please.


Thank you Bdbcat!
http://www.cruisersforum.com/forums/...ml#post2041636
rgleason is offline   Reply With Quote
Old 10-02-2016, 06:41   #96
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
Re: squiddio plugin

Rick...

Is this version 0.4, or 0.5? I want to get the name right...

Thanks
Dave
bdbcat is online now   Reply With Quote
Old 10-02-2016, 06:59   #97
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
Re: squiddio plugin

Rick...

I assumed it was 0.5, and renamed accordingly. The copy on opencpn.org PlugIns page is now up-to-date.

http://opencpn.navnux.org/plugins/sq...-o42-win32.exe

Thanks
Dave
bdbcat is online now   Reply With Quote
Old 10-02-2016, 14:41   #98
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,628
Images: 2
Re: squiddio plugin

Dave, I did not change the version from the old version, so you're update is probably correct.
rgleason is offline   Reply With Quote
Old 11-02-2016, 09:54   #99
Marine Service Provider

Join Date: Oct 2012
Location: San Francisco Bay Area
Boat: Beneteau 43
Posts: 81
Re: squiddio plugin

I pushed a new commit to github with v 0.6 of squiddio_pi yesterday.
coupdemistral is offline   Reply With Quote
Old 11-02-2016, 10:09   #100
Marine Service Provider

Join Date: Oct 2012
Location: San Francisco Bay Area
Boat: Beneteau 43
Posts: 81
Re: squiddio plugin

@jongough
thanks for the info. Let me look into this as soon as I have some time.
coupdemistral is offline   Reply With Quote
Old 11-02-2016, 16:04   #101
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
Re: squiddio plugin

coupdemistral...

Tried to build github 0.6 and got errors on Windows build in wxJSON class.

You probably should simply copy the latest wxJSON sources from the OCPN core source tree to enable build for Windows. We modified them there to fix this problem some time ago.

I'll wait for that github update before building and uploading 0.6

Thanks
Dave
bdbcat is online now   Reply With Quote
Old 23-02-2016, 09:56   #102
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,628
Images: 2
Re: squiddio plugin

Tried Maurice's repos this time rather than bdbcat's fork and it seems to build now.
There were just a couple of warnings.
Now labeled squiddio_pi-0.7-win32
will upload to file thingie as squiddio_pi-0.7-ov4.2-win32
if a quick test shows it is working.

Quote:
Build succeeded.

"C:\Users\Frederick\Documents\GitHub\o-plugin\m-squiddio_pi\build\ALL_BUILD.vcx
proj" (default target) (1) ->
"C:\Users\Frederick\Documents\GitHub\o-plugin\m-squiddio_pi\build\squiddio_pi.v
cxproj" (default target) (3) ->
(ClCompile target) ->
C:\Users\Frederick\Documents\GitHub\o-plugin\m-squiddio_pi\src\squiddio_pi_th
read.cpp(31): warning C4273: 'myEVT_MYEVENT' : inconsistent dll linkage [C:\Use
rs\Frederick\Documents\GitHub\o-plugin\m-squiddio_pi\build\squiddio_pi.vcxproj]


"C:\Users\Frederick\Documents\GitHub\o-plugin\m-squiddio_pi\build\ALL_BUILD.vcx
proj" (default target) (1) ->
"C:\Users\Frederick\Documents\GitHub\o-plugin\m-squiddio_pi\build\squiddio_pi.v
cxproj" (default target) (3) ->
(Link target) ->
squiddio_pi.obj : warning LNK4217: locally defined symbol ?myEVT_MYEVENT@@3HB
(int const myEVT_MYEVENT) imported in function "void __cdecl `dynamic initiali
zer for 'private: static struct wxEventTableEntry const * const squiddio_pi::sm
_eventTableEntries''(void)" (??__E?sm_eventTableEntries@squiddio_pi@@0QBUwxEve n
tTableEntry@@B@@YAXXZ) [C:\Users\Frederick\Documents\GitHub\o-plugin\m-squiddio
_pi\build\squiddio_pi.vcxproj]

2 Warning(s)
0 Error(s)
rgleason is offline   Reply With Quote
Old 27-03-2017, 17:38   #103
Registered User

Join Date: Oct 2015
Posts: 91
Re: squiddio plugin

I installed the squiddio pluggin and it seems to be working except that I keep getting a bell every ten seconds. Is there any way to disable or stop this bell from sounding? I'm using all the latest opencpn and squiddio.

I restarted opencpn and all is good now. Thanks. Solved.
PacificGreen is offline   Reply With Quote
Old 29-03-2017, 10:19   #104
Marine Service Provider

Join Date: Oct 2012
Location: San Francisco Bay Area
Boat: Beneteau 43
Posts: 81
Re: squiddio plugin

the bell is triggered by the sending of position updates. You must have that feature set to send updates every 10 seconds. Unfortunately there is currently no way to turn the bell off. If it's driving you crazy, you can perhaps change the frequency of updates (in settings).
coupdemistral is offline   Reply With Quote
Old 20-07-2017, 11:03   #105
Moo
Registered User

Join Date: Mar 2017
Posts: 804
Re: squiddio plugin

How does one hide the pop-up window that appears when logging active?

It seems persistent and fixed as the top window. Which on my screen real estate is PITA. Dragging it off to one side seems rather inelegant.

Shouldn't it simply appear on top when a new entry is made and then allow either closing of sending to the background?

Running Windows 10

Cheers
Moo is offline   Reply With Quote
Reply

Tags
plug


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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Plugin: DashBoard SethDart OpenCPN 644 02-04-2024 16:55
OpenCPN PlugIn Development bdbcat OpenCPN 161 04-09-2019 12:50
BSB 4 PlugIn bdbcat OpenCPN 98 25-04-2018 18:46
New History Plugin for OpenCPN seandepagnier OpenCPN 11 04-10-2010 14:11
Writing Plugin for nv.digital Map Format ? Netsurfer OpenCPN 7 17-08-2010 16:09

Advertise Here


All times are GMT -7. The time now is 12:42.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.