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 30-01-2016, 11:06   #16
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: OpenCPN RC(3) 4.1.1329 Release

@Hakan...

AIS target name text rendering for Swedish language corrected in github now. Please check it out, if you have time.

Thanks for the catch
Dave
bdbcat is offline   Reply With Quote
Old 30-01-2016, 11:22   #17
Registered User

Join Date: Jul 2015
Location: Plano, Texas
Posts: 69
Re: OpenCPN RC(3) 4.1.1329 Release

Hi all,

I noticed something I have not seen before. When you select the send mail option from grib, it is impossible to actually select the text. Whatever may be selected looses focus before I can copy it. This is my normal way of handling grib data requests, so I would have noticed this before. This is with the build I just built about 2 hours ago.

Regards,
Doug
dwoodall is offline   Reply With Quote
Old 30-01-2016, 11:43   #18
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,740
Re: OpenCPN RC(3) 4.1.1329 Release

Dwoodall

OS ?
bcn is offline   Reply With Quote
Old 30-01-2016, 11:53   #19
Registered User

Join Date: Jul 2015
Location: Plano, Texas
Posts: 69
Re: OpenCPN RC(3) 4.1.1329 Release

Of course, as soon as I wrote this, I restarted O and it seems to work.

Doug
dwoodall is offline   Reply With Quote
Old 30-01-2016, 12:16   #20
Registered User
 
rooiedirk's Avatar

Join Date: Aug 2010
Location: Netherlands
Boat: Oneoff
Posts: 511
Re: OpenCPN RC(3) 4.1.1329 Release

Quote:
Originally Posted by bdbcat View Post
Dirk...

Since you are building from source, will you please double check and be absolutely sure that the PlugIns are being rebuilt and installed properly, and that OCPN is loading the correct PlugIn (check logfile).

I have seen similar effects when I fail to "$sudo make install".

I cannot reproduce any problems on Kubuntu 12.04.

Thanks
Dave
Dave,
Somehow I had a corrupted git. A fresh download fixed it.
Dirk
__________________
Navigation is know where you are and what to do to get where you want.
But also: Know where you don't want to be and what to do to don't get there.
rooiedirk is offline   Reply With Quote
Old 30-01-2016, 12:35   #21
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: OpenCPN RC(3) 4.1.1329 Release

Quote:
Originally Posted by bdbcat View Post
Gerhard...

re:
Audio crash on ElCapitan.

Can you tell me if it crashes when you turn on
Code:
Options->UserInterface->"Play Ships Bells"
and wait for ten minutes?

Thanks
Dave
Tested also with Mavericks (10.9.5) now and has same behavior as ptulp wrote already above: No crash but spinning ball for about 10 secs. Sound works with all OS X versions. The crash is only seen with El Capitan and pressing "Test Alert Sound" button in AIS settings.
The sound sample app of the wxWidgets samples works however always with no crash and no time delay for all OS X versions.

Gerhard
CarCode is offline   Reply With Quote
Old 30-01-2016, 13:32   #22
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: OpenCPN RC(3) 4.1.1329 Release

Dave
re:
"AIS target name text rendering for Swedish language corrected in github now"

Correction confirmed.
Many thanks/ Håkan
Hakan is offline   Reply With Quote
Old 30-01-2016, 21:03   #23
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: OpenCPN RC(3) 4.1.1329 Release

Gerhard...

If you can, will you test the build with current github for AIS Sound test? I made a tentative correction to avoid the crash on ElCapitan.

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 31-01-2016, 02:18   #24
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: OpenCPN RC(3) 4.1.1329 Release

Quote:
Originally Posted by bdbcat View Post
Gerhard...

If you can, will you test the build with current github for AIS Sound test? I made a tentative correction to avoid the crash on ElCapitan.

Thanks
Dave
That has fixed the problem now. No crash anymore and spinning ball shows only for a few seconds (1-2 secs).

Gerhard
CarCode is offline   Reply With Quote
Old 31-01-2016, 02:26   #25
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: OpenCPN RC(3) 4.1.1329 Release

AIS sound is also still working in WXMSW
Hakan is offline   Reply With Quote
Old 31-01-2016, 02:58   #26
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: OpenCPN RC(3) 4.1.1329 Release

Dave
Please - My friends complain about a "hidden" NEW button in MMSI properties dialog. And actually you have to scroll down to see it on many screens.
Instead of a PR would you mind change the default value like this?:

Code:
diff --git a/src/options.cpp b/src/options.cpp
index 49682bd..40069c7 100644
--- a/src/options.cpp
+++ b/src/options.cpp
@@ -708,7 +708,7 @@ MMSI_Props_Panel::MMSI_Props_Panel(wxWindow* parent)
   long lwidth;

   m_pListCtrlMMSI = new MMSIListCtrl(
-      this, ID_MMSI_PROPS_LIST, wxDefaultPosition, wxSize(-1, 450),
+      this, ID_MMSI_PROPS_LIST, wxDefaultPosition, wxSize(-1, 350),
       wxLC_REPORT | wxLC_SINGLE_SEL | wxLC_HRULES | wxLC_VRULES |
           wxBORDER_SUNKEN | wxLC_VIRTUAL);
   wxImageList* imglist = new wxImageList(16, 16, TRUE, 2);
Thanks/ Håkan
Hakan is offline   Reply With Quote
Old 31-01-2016, 05:22   #27
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: OpenCPN RC(3) 4.1.1329 Release

Håkan...

How about:

Code:
m_pListCtrlMMSI = new MMSIListCtrl(
 -      this, ID_MMSI_PROPS_LIST, wxDefaultPosition, wxSize(-1, 450),
 +      this, ID_MMSI_PROPS_LIST, wxDefaultPosition, wxSize(-1, -1)
,        wxLC_REPORT | wxLC_SINGLE_SEL | wxLC_HRULES | wxLC_VRULES |            wxBORDER_SUNKEN | wxLC_VIRTUAL);
Does this work OK for you? Maybe a bit safer all around...

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 31-01-2016, 06:14   #28
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: OpenCPN RC(3) 4.1.1329 Release

Dave
.........ID_MMSI_PROPS_LIST, wxDefaultPosition, wxSize(-1, -1)
Works much better! Very good.
Thanks/ Håkan
Hakan is offline   Reply With Quote
Old 31-01-2016, 08:11   #29
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: OpenCPN RC(3) 4.1.1329 Release

My testing is pretty limited. GPS and charts. But Working Very Well with a clean, default install on a Win7x64 HpG60 (onboard intel graphics ).

Only one oddity:The Wmm plugin is enabled but the toolbar icon is not, by default. I think the toolbar icon should be enabled by default.
I needed a restart of O for the icon to appear on the toolbar. That's "tinkering"-not good- when everything else is so usr friendly.
HappySeagull is offline   Reply With Quote
Old 31-01-2016, 08:24   #30
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,740
Re: OpenCPN RC(3) 4.1.1329 Release

Digits in WMM Icon do not fit.
W8.1, OpenGL ON, HiRes screen 3200x1800, Scaling enabled (-2), but has no influence:
when scaling the clipping is always the same - just smaller or bigger icons.
Attached Thumbnails
Click image for larger version

Name:	2016-01-31 17_15_46-OpenCPN 4.1.1329_WMM.png
Views:	159
Size:	35.3 KB
ID:	118052  
bcn is offline   Reply With Quote
Reply

Tags
enc, lease, opencpn


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
OpenCPN Version 2.3.1 Release cagney OpenCPN 14 02-04-2011 10:52
OpenCPN Version 2.3.0 Release bdbcat OpenCPN 74 31-12-2010 01:09
OpenCPN Version 1.3.6 Release bdbcat OpenCPN 32 30-01-2010 05:07

Advertise Here


All times are GMT -7. The time now is 18:43.


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.