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 02-03-2017, 18:32   #16
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
Re: Tough Time with Charts

Gerhard....

It is no secret. All the code is there to read by all.
If you actually read the code in context, with embedded comments, you will see this:

Code:
   //  Windows installer may have left hints regarding the initial chart dir selection
#ifdef __WXMSW__
    if( g_bFirstRun ) {
        int ndirs = 0;

        wxRegKey RegKey( wxString( _T("HKEY_LOCAL_MACHINE\\SOFTWARE\\OpenCPN") ) );
        if( RegKey.Exists() ) {
            wxLogMessage( _("Retrieving initial Chart Directory set from Windows Registry") );
.
.
.
This code runs exactly once, on initial load from bare metal.
You will also not find any code that writes to the registry.

Would you like to tell why you have never submitted a single line of code to the OCPN projects, despite continual sniping? It is tiresome....

Dave
bdbcat is online now   Reply With Quote
Old 03-03-2017, 05:53   #17
Registered User

Join Date: Feb 2017
Posts: 6
Re: Tough Time with Charts

At the bottom of the directory that contains all the CM93 chart directories are a hand full of files. Most of them end in .dic. For some reason when I copied the charts to my new computer, these didn't make it. I simply copied them into the chart directory and all was good.
tbenefield is offline   Reply With Quote
Old 04-03-2017, 05:38   #18
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: Tough Time with Charts

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

It is no secret. All the code is there to read by all.
If you actually read the code in context, with embedded comments, you will see this:

Code:
   //  Windows installer may have left hints regarding the initial chart dir selection
#ifdef __WXMSW__
    if( g_bFirstRun ) {
        int ndirs = 0;

        wxRegKey RegKey( wxString( _T("HKEY_LOCAL_MACHINE\\SOFTWARE\\OpenCPN") ) );
        if( RegKey.Exists() ) {
            wxLogMessage( _("Retrieving initial Chart Directory set from Windows Registry") );
.
.
.
This code runs exactly once, on initial load from bare metal.
You will also not find any code that writes to the registry.

Would you like to tell why you have never submitted a single line of code to the OCPN projects, despite continual sniping? It is tiresome....

Dave
Fortunately I know to read the code. Therefore I wonder why
- you allow your installer to store settings in the Registry
- your code read settings from the Registry
- you don't kill these settings in the Registry

Someone said this was left behind of an old 1.x.x version of OpenCPN.
But I see this in Windows10 which doesn't exists at the time of an 1.x.x OpenCPN version.

European people are always scared about their privacy and don't prefer spyware. Sadly Windows10 is known here for gathering too much user data for unknown reasons.

I don't send a single line of code to you because you ignore it anyway.
Times ago e.g. I have pointed you to your wrong usage of sizer attributs.
It was wrong with old versions of wxWidgets but does not throw an assert as it does now with newer versions. The rules are very simpel:
- don't use horizontal alignment flags together with wxWXPAND
- don't use vertical alignment flags together with wxWXPAND
- don't use horizontal alignment flags for horizontal sizers
- don't use vertical alignment flags for vertical sizers
Until up today you ignore that.

Other things are rather stupid for me: Making the chart display unvisible with fogging is e.g. the worse thing I ever have seen. Maybe you don't like any critics but it should allowed to express it.

Gerhard
CarCode is offline   Reply With Quote
Old 04-03-2017, 06:06   #19
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
Re: Tough Time with Charts

Gerhard...

re:
It was wrong with old versions of wxWidgets but does not throw an assert as it does now with newer versions. The rules are very simpel:

These asserts have no affect at runtime. They are ignored. So this kind of compile-time warning is generally low priority to me, compared to larger scale functionality.

However, if that is important to you, or critical to your workflow, then submit a Pull Request fixing it. It will be considered like any other. Pull Requests improving the coding style are rarely rejected, as you may observe by history.

Dave
bdbcat is online now   Reply With Quote
Old 05-03-2017, 00:26   #20
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: Tough Time with Charts

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

re:
It was wrong with old versions of wxWidgets but does not throw an assert as it does now with newer versions. The rules are very simpel:

These asserts have no affect at runtime. They are ignored. So this kind of compile-time warning is generally low priority to me, compared to larger scale functionality.

However, if that is important to you, or critical to your workflow, then submit a Pull Request fixing it. It will be considered like any other. Pull Requests improving the coding style are rarely rejected, as you may observe by history.

Dave
You know very well that any assert is suppressed in a release version. But in debug mode you have nice hints where your code is dirty.

And I dislike the new english language where people are talking about so called "alternative facts" when the real true facts shows something else.

Gerhard
CarCode is offline   Reply With Quote
Old 05-03-2017, 02:17   #21
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Tough Time with Charts

Gerhard I can agree with you, sometimes, but keep in mind that Americans are all very different, because we are from many different places. We don't all think alike. Might that be true in Germany?
rgleason is offline   Reply With Quote
Old 05-03-2017, 02:19   #22
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: Tough Time with Charts

Quote:
Originally Posted by rgleason View Post
Gerhard I can agree with you, sometimes, but keep in mind that Americans are all very different, because we are from many different places. We don't all think alike. Might that be true in Germany?
Better not to become political, it might be dangerous...
CarCode is offline   Reply With Quote
Old 05-03-2017, 02:28   #23
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Tough Time with Charts

Agreed.
rgleason is offline   Reply With Quote
Reply

Tags
charts


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
How Tough Is the Owner/Charter Business? S.I.T.S. Boat Ownership & Making a Living 100 14-03-2010 09:43
How tough is it really? smdat Meets & Greets 20 12-07-2008 04:13
Cruising without insurance, how tough? Fishspearit Dollars & Cents 162 16-06-2008 13:14
Tough boats knottybuoyz Powered Boats 4 28-02-2007 21:18
Tough ticket's for wimp's cat man do Flotsam & Sailing Miscellany 0 23-01-2007 18:56

Advertise Here


All times are GMT -7. The time now is 10:00.


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.