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 21-02-2019, 07:59   #196
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,151
Re: OpenCPN Version 5 Beta Starts

Pavel..

Tide: OK, my mistake. Works fine.

Date format is different in "Departure" date and ETA dates, see shot. Could that be equalized? The format in Departure is correct system format.

Thanks
Håkan
Attached Thumbnails
Click image for larger version

Name:	route.JPG
Views:	69
Size:	44.2 KB
ID:	186359  
Hakan is offline   Reply With Quote
Old 21-02-2019, 08:32   #197
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by Hakan View Post
I've three issues for the Route manager.
I'm on Win10. Could anyone else confirm this? Seems strange.


  1. The "Plan speed" can't be edited. Each Leg can after a double click be edited. I don't remember if this was the intention.
  2. Even if a Tide station info window is open in the same canvas no tide info is created. I've changed the date and pressed Enter as of the logic in version 4.8.8.
  3. If the Route properties is opened from the left mouse click menu it can't be closed using the "OK Button". Nothing happens when I click. One not repeatable O crash occurred when I clicked the OK button several times.
These issues are noted in Flyspray: https://opencpn.org/flyspray/index.p...s&task_id=2489
Seeing the same here on a win10 laptop. Just crashed with repeated clicking OK in the route properties editor. Crash report sent.
1st time opening the properties from the route manager the planned speed is editable, 2nd time the mouse click won't highlight the text box, it is editable by repeated tab to highlight the text box. Clicking OK seems to save the changes, just not close the page, cancel closes the page as expected.
conachair is offline   Reply With Quote
Old 21-02-2019, 08:43   #198
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by conachair View Post
Seeing the same here on a win10 laptop. Just crashed with repeated clicking OK in the route properties editor. Crash report sent.
Can't reproduce this one, anything else that needs to be done to get to the crash? (And what is "repeated clicking the OK button"? On my W10 system there is nothing to click on after the OK button is clicked once as the window is closed)
Quote:
1st time opening the properties from the route manager the planned speed is editable, 2nd time the mouse click won't highlight the text box, it is editable by repeated tab to highlight the text box. Clicking OK seems to save the changes, just not close the page, cancel closes the page as expected.
This one I now can reproduce, thanks.
nohal is offline   Reply With Quote
Old 21-02-2019, 10:11   #199
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,151
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by nohal View Post
... (And what is "repeated clicking the OK button"? On my W10 system there is nothing to click on after the OK button is clicked once as the window is closed)....
Pavell..
That's what we are trying to explain. Ok my English is bad, but the OK button has no hide effect when the Route dialog is opened by the right mouse click menu. So when the OK button is clicked changed data are saved but the dialog is not closed. That's why we can click on it several times. Since it's still there! This effect is not present at the official beta version. Maybe introduced on this commit?:

FWIW I tried a little hack on the 731d2ed1f commit:
RoutePropDlglmpl.cpp: row: ~805

Code:
     SaveChanges();
-    if( pRouteManagerDialog && pRouteManagerDialog->IsShown() ) {
-        pRouteManagerDialog->UpdateRouteListCtrl();Hide();
+    if (pRouteManagerDialog && pRouteManagerDialog->IsShown()) {
+        pRouteManagerDialog->UpdateRouteListCtrl(); Hide();
     }
+    else Hide();
My assumption is when there is no route manager dialog in behind, as when it's opened by the right click menu, the Hide() is not performed?
Anyhow, with this hack the dialog is nicely closed, or hid, when I click the OK button even if the dialog is opened from the canvas right click menu.
Now, I'm not a coder but it works for me.
Thanks

Håkan
Hakan is offline   Reply With Quote
Old 21-02-2019, 10:20   #200
Registered User

Join Date: Mar 2010
Location: QC, Canada
Boat: Kelt 8.50
Posts: 181
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by Hakan View Post
Pavel..
"What is the "left mouse click menu"? FWIW I can't reproduce after neither double left-click on the route nor using the right-click context menu."

Sorry, Yes right click... of course! And this I can reproduce after several restart. anyone else?


I'll check the tide logic. If so I must have missed this.. (Long winter, bad memory??) Thanks for the info.

Yes Right click to get route properties. I can reproduce always on linux.
Jean-Marie
houlejm is offline   Reply With Quote
Old 21-02-2019, 10:26   #201
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by nohal View Post
Can't reproduce this one, anything else that needs to be done to get to the crash? (And what is "repeated clicking the OK button"? On my W10 system there is nothing to click on after the OK button is clicked once as the window is closed)
Can't reproduce the crash now
"repeated clicking the OK button"? is just that, the OK button seems to save any changes but doesn't close the window. Same with either double clicking a route or right click/properties.

Win10, V - 5014200
conachair is offline   Reply With Quote
Old 21-02-2019, 11:12   #202
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,151
Re: OpenCPN Version 5 Beta Starts

The OK - no hide -issue now fixed by Pavel in Github.
Thanks.
Håkan
Hakan is offline   Reply With Quote
Old 21-02-2019, 12:00   #203
Registered User

Join Date: Nov 2008
Location: Ottawa,Canada
Boat: Prout Snowgoose 37' Catamaran
Posts: 570
Re: OpenCPN Version 5 Beta Starts

Dave,

I've played with some more mbtiles with SAS and if you do it correctly when you scan the charts it doesn't crash so I'm pretty sure it was an "invalid" mbtiles file as created the file in SAS without downloading all the tiles first.

I'm hoping when you scan them you can let the user know it's a bad/unreadable etc. mbtiles file..

Geoff

Quote:
Originally Posted by geoffr View Post
Dave,

Now that I've played with mbtiles and SAS some more it's not surprising to me that you say it's corrupt. In SAS it will create an mbtiles file even if you haven't download all the tiles, so perhaps it's creating the file incorrectly as there are missing tiles? I'll try again after downloading the tiles and see if that fixes it..

Geoff.
geoffr is offline   Reply With Quote
Old 21-02-2019, 15:02   #204
Registered User
 
yachtvalhalla's Avatar

Join Date: Aug 2009
Location: Philippines
Boat: Formerly Fuji 32 Ketch
Posts: 1,017
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by Hakan View Post
I've three issues for the Route manager.
I'm on Win10. Could anyone else confirm this? Seems strange.
The "Plan speed" can't be edited. Each Leg can after a double click be edited. I don't remember if this was the intention.
  1. Even if a Tide station info window is open in the same canvas no tide info is created. I've changed the date and pressed Enter as of the logic in version 4.8.8.
  2. If the Route properties is opened from the left mouse click menu it can't be closed using the "OK Button". Nothing happens when I click. One not repeatable O crash occurred when I clicked the OK button several times.
These issues are noted in Flyspray: https://opencpn.org/flyspray/index.p...s&task_id=2489
I cannot confirm but have a related issue. W10 also.

Plan speed for a route: I'm able to edit the speed. First image. (Changed to 3 and was retained on subsequent display)

1. Tide information: Shows and can be changed. Second and third images.

ISSUE: Once the tide station has been found and the data displayed, it cannot again be displayed until O5 has been restarted. Fourth image. (Second attempt at waypoint shown in 1. above) I will report to Flyspray.

2. Closing Route Properties. Closes with either the "OK" or the red "X" for me.


Terry
Attached Thumbnails
Click image for larger version

Name:	Screenshot (139).png
Views:	68
Size:	101.1 KB
ID:	186385   Click image for larger version

Name:	Screenshot (140).png
Views:	56
Size:	70.0 KB
ID:	186386  

Click image for larger version

Name:	Screenshot (141).png
Views:	64
Size:	70.8 KB
ID:	186387   Click image for larger version

Name:	Screenshot (142).png
Views:	61
Size:	92.7 KB
ID:	186388  

yachtvalhalla is offline   Reply With Quote
Old 21-02-2019, 15:16   #205
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by Hakan View Post
The OK - no hide -issue now fixed by Pavel in Github.
Thanks.
Håkan

Seems to work fine now, thanks guys.
Still can't select the planned speed text box with mouse, just tab but you probably know that.
conachair is offline   Reply With Quote
Old 21-02-2019, 15:22   #206
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Re: OpenCPN Version 5 Beta Starts

Terry...
Can't reproduce, can you confirm the issue is still present in the current CI build?(https://ci.appveyor.com/project/bdbc...uild/artifacts)

Thanks

Pavel
nohal is offline   Reply With Quote
Old 21-02-2019, 19:59   #207
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Re: OpenCPN Version 5 Beta Starts

@Hakan, @conachair...
The route dialog field focus mess started by leaving the "Plan speed" field for the first time seems fixed for me in current github master, can you confirm?

Thanks

Pavel
nohal is offline   Reply With Quote
Old 21-02-2019, 20:22   #208
Registered User

Join Date: Jun 2010
Location: St. Petersburg, Florida
Boat: Gemini 3200
Posts: 983
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by Hakan View Post
I've three issues for the Route manager.
I'm on Win10. Could anyone else confirm this? Seems strange.


  1. The "Plan speed" can't be edited. Each Leg can after a double click be edited. I don't remember if this was the intention.

You can set a default Plan Speed in Opencpn\opencpn.ini. Search for "PlanSpeed". I think we used to be able to set that with one of the program's settings options but no more.


Here's the (buggy) Route Manager behavior I've seen with Windows 10.


I create a route and open Route Manager. The new route is unnamed. I click on it, then click the Properties button. I can now edit the route name and the Plan Speed. I close the Properties dialog and the route is still listed as unnamed in Route Manager. I close Route Manager, then open it. The route is now listed with the correct name.


I try to edit the route's properties. I cannot click in the Plan Speed field to change it. If I double click in the Plan Speed field the value is highlighted but I still cannot change it. I can click in the Distance field, then tab forward and I can edit the Plan Speed field. I can also click in the Departure field, then back tab to the Plan Speed field. Regardless of direction when I tab into the field I can edit it.


When I change the Plan Speed field the speed of each leg is immediately modified. I have not found a way to modify the speed shown by each route point in the route. I don't think that was ever a feature.



Fabbian
fgd3 is offline   Reply With Quote
Old 21-02-2019, 21:57   #209
Registered User
 
yachtvalhalla's Avatar

Join Date: Aug 2009
Location: Philippines
Boat: Formerly Fuji 32 Ketch
Posts: 1,017
Re: OpenCPN Version 5 Beta Starts

Quote:
Originally Posted by nohal View Post
Terry...
Can't reproduce, can you confirm the issue is still present in the current CI build?(https://ci.appveyor.com/project/bdbc...uild/artifacts)
Thanks
Pavel
Yes the issue is still in this version.

Perhaps a silly question but should I be using this version instead of the original?

Thanks, Terry
Attached Thumbnails
Click image for larger version

Name:	Screenshot (148).png
Views:	64
Size:	93.4 KB
ID:	186415  
yachtvalhalla is offline   Reply With Quote
Old 21-02-2019, 22:21   #210
Registered User
 
yachtvalhalla's Avatar

Join Date: Aug 2009
Location: Philippines
Boat: Formerly Fuji 32 Ketch
Posts: 1,017
Route & Mark Manager Sorting

Don't think this is important enough to call a 'bug' but it is very annoying.

When importing multiple waypoints they are sorted 'ZtoA'.

Clicking on 'Waypoint Name' changes it to desired (my) 'AtoZ'.

Terry the Nitpicker
Attached Thumbnails
Click image for larger version

Name:	Screenshot (150).png
Views:	58
Size:	276.3 KB
ID:	186417  
yachtvalhalla is offline   Reply With Quote
Reply

Tags
enc, 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
Smoky, rough, cold starts on Beta 60 HHNTR111 Engines and Propulsion Systems 19 06-09-2015 04:56
OpenCPN Version 2.2 Beta Test bdbcat OpenCPN 437 15-12-2010 19:17
OpenCPN Version 2.1.0 Beta bdbcat OpenCPN 1045 25-06-2010 10:09
OpenCPN Version 1.3.5 Beta Technical bdbcat OpenCPN 544 24-03-2010 10:34

Advertise Here


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


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.