 |
|
18-06-2012, 13:20
|
#391
|
|
Registered User
Join Date: Mar 2010
Location: France
Boat: 8,50 mètres
Posts: 808
|
Re: Logbook Konni for OpenCPN
Hello Konni,
Crash report.
I have unistalled logbook with the unistaller sofware. And then I have re_installed the logbook.
After this I go in the preferences and I check the checkbox "Marche/Arrêt", (In english "Timer on/off")
And then, crash.
see join files
The last line in the opencpn.log file is :
"22:10:38: PlugInManager: Initializing PlugIn: C:\Program Files\OpenCPN\plugins/logbookkonni_pi.dll"
__________________
|
|
|
18-06-2012, 14:00
|
#392
|
|
Registered User
Join Date: Mar 2010
Location: France
Boat: 8,50 mètres
Posts: 808
|
Re: Logbook Konni for OpenCPN
Hello Konni,
See join jpeg.
The title of this window is in english because this item is not in my po file. So, it was not in my last pot file.
B.R.
Gilletarom.
__________________
|
|
|
18-06-2012, 15:31
|
#393
|
|
Registered User
Join Date: Mar 2010
Location: France
Boat: 8,50 mètres
Posts: 808
|
Re: Logbook Konni for OpenCPN
Hello konni,
Sorry for this long post but I have see some problems.
I finally understood how the management of the crew watch. This confirmed to me what I feared. Many item were mistranslated in french language file. It will be necessary that the French language file is changed again. I apologize in advance
But I also found that the calculations automatically shifts are false.
An example:
I have 3 groups of sailors.
In group 1, there are two sailors: Name 1 and Name 4.
In group 2, there was only one sailor: Name 2.
In the last group, there is also one sailor: Name 3.
The first group of marine should begin its first watch to 01:00 hour.
I chose to have 3 watchs per group of sailors.
This makes the duration of 2 hours per watch of a group of sailors.
Schedules should be:
For group 1, in the first line:
1:00 ---> 3:00 and 7:00 -> 9:00 and 13:00 -> 15:00 and finally 19:00 -> 21:00
For group 2, in the third line:
3:00 -> 5:00 and 9:00 -> 11:00 then 15:00 - 5:00 p.m. ET last >> 21:00 -> 23:00
For group 3, in the fourth line:
5:00 -> 7:00 and 11:00 -> 13:00 then 17:00 -> 19:00 and finally 23:00 -> 1:00
Just look at the screenshot attached to see that this is wrong with the automatic calculation of watch
Cordialement, Best regards
Gilletarom
__________________
|
|
|
20-06-2012, 04:01
|
#394
|
|
Registered User
Join Date: Sep 2011
Posts: 199
|
Re: Logbook Konni for OpenCPN
Hello Gilletarom,
lots of bugs you found. i wonder why i didn't get a reply about that earlier. There where a lot of previews out before i decided to switch to version no 1.0.
- the exe-installer runs well in my test. all files are at their correct places.
- in the grid i use the wxwigets library function 'wxGridCellAutoWrapStringEditor' to get multiple lines. this function normaly has to use the OS-depended strings, which is translated by the the OS. (compare the interval-dialog, rightclick in a field). it seems that the function doesn't use allways _("") to show a translated word (=delete is translated, only). to correct this i have to implement a lot of lines only to overwrite this. i think this will be corrected in future versions of wxwidgets.
- same story as in 2, wxT() not changed to _().
the gui-editor doesn't have a e.g. radiobutton to decide whether to translate the string or not. it's allways to no translate (=wxT()). i have to go through the code with the replace-dialog each time the gui is altered.
- Big bug
i spend the title-bar a string to show the timer-interval.
at the time you check the timer there is no logbook and - bang.
marchew told me this before, but i allways started the logbook before i go to options. thatswhy i didn't found the bug.
- In watch i subtracted a minute to not overleap with next watch.
this is of course not correct as startingvalue for the next watch
- The frensh translation you send me was the pot-file not the po.
I correct this and upload it to sourceforge ASAP.
best regards,
konni
__________________
|
|
|
21-06-2012, 04:16
|
#395
|
|
Registered User
Join Date: Mar 2010
Location: France
Boat: 8,50 mètres
Posts: 808
|
Re: Logbook Konni for OpenCPN
Hello Konni,
I am going to Nederland for I wekk or more.
Soory, but now I have no time for work. Scuse me .
Gilletarom
__________________
|
|
|
21-06-2012, 11:08
|
#396
|
|
Registered User
Join Date: Sep 2011
Posts: 199
|
Re: Logbook Konni for OpenCPN
Hello,
i've updated the logbook to version 1.1 on sourceforge. it has the following corrections but not the new (individual) watchlist:
- the big bug (crash) in options is fixed. when you start the timer the logbook pops up like before.
- the date bug in maintenance/service (column 'If') is fixed. non-english users can now use this four date selections.
- eleminated in non-english languages newlines in the columns of the grids shown by maintenance/service column 'If'.
- the date bug in the logbook search dialog is fixed. same as under 2.
- the watchlist is corrected. the minute is added for the starting value of a new watch.
- crewlist has in the rightclick-menu two new options for sorting.
wxWidgets hasn't distinguish between normal click (sort) and doubleclick (hide column) in the header.
- Hydrometer is now Hygrometer
- pot file is updated on sourceforge for translators
best regards,
konni
__________________
|
|
|
22-06-2012, 15:45
|
#397
|
|
Registered User
Join Date: Apr 2012
Posts: 100
|
Re: Logbook Konni for OpenCPN
When I view the watch list in ODT the watch list doesn't have "Start 1. Watch" "End 1. Watch"...etc....
Is there a way to correct this?
I'm running Ubuntu 12.04
__________________
|
|
|
22-06-2012, 19:27
|
#398
|
|
Registered User
Join Date: May 2012
Posts: 12
|
Re: Logbook Konni for OpenCPN
Quote:
Originally Posted by konni
Hello,
i've updated the logbook to version 1.1 on
|
Hi, Konni,
The new version still cann't set Timer at special time every hour 00 10 etc.
Wish soon.
Thanks
__________________
|
|
|
23-06-2012, 08:05
|
#399
|
|
Registered User
Join Date: Sep 2011
Posts: 199
|
Re: Logbook Konni for OpenCPN
Hello PDA1 and capt_wang,
to PDA 1:
- you can alter a layout by clicking the 'E'-Button, in the dialog hit OK.
- save immediatly this layout with a different name, to not override the existing layout.
- make changes a shown in the pictures, my layouts are only a guess.
- save the layout
- in logbook click the ('R')eload-button, select your new layout
- then click the 'view'-button
- repeat the steps 3,4,6 for changes in your new layout
to capt_wang:
sorry i annouced that for ver. 1.1 but i had to correct the bugs first.
yesterday i started with a new (individual) watchlist, but your sugesstion isn't forgotten, it's on the TODO-list.
best regards,
konni
__________________
|
|
|
26-06-2012, 13:22
|
#400
|
|
Registered User
Join Date: Jun 2008
Location: Circumnavigating, currently in the Caribbean
Boat: FP, Salina 14.3m
Posts: 90
|
Re: Logbook Konni for OpenCPN
Quote:
Originally Posted by konni
Hi Stefano,
when you select a languange in OpenCPN (Toolbar/options/language), then it's for this program and plugins, only.
No language-change is made to other programs or to the desktop.
best regards,
konni
|
Hi Konni I understand that the language changes only in OPCN, but I do not want to use Italian, I much prefer English, however I do not like the American time format (I am Australian....).
Will it be possible to modify the code at some stage so that one can choose the time format or just get the plugin to copy the time format from the computer default?
__________________
Keep smiling
Stefano
|
|
|
27-06-2012, 08:13
|
#401
|
|
Registered User
Join Date: Sep 2011
Posts: 199
|
Re: Logbook Konni for OpenCPN
Hi Stefano,
Quote:
Originally Posted by spiv
Will it be possible to modify the code at some stage so that one can choose the time format or just get the plugin to copy the time format from the computer default?
|
i'll implement this functionality. at the moment i rewrite the crewlist/watch.
it'll take time, 'cause drag 'd drop between the grids won't work as expected and other things, too...
how it should look like - see image-
best regards,
konni
__________________
|
|
|
16-07-2012, 06:35
|
#402
|
|
Registered User
Join Date: Dec 2011
Location: France - Haute Savoie
Boat: Edel 4DL 7m10
Posts: 15
|
Re: Logbook Konni for OpenCPN
Hi Konni,
iit was a long time !!!
After i had tested your plugin on my boat i wondered if it's possible to add a shortcut in the toolbar to start and stop the plugin (particulary necessary if you want to activate the plugin with the time) like the VDR plugin.
It will be more friendly
Thanks' in advance
Pascal
__________________
|
|
|
16-07-2012, 10:24
|
#403
|
|
Registered User
Join Date: Mar 2010
Location: France
Boat: 8,50 mètres
Posts: 808
|
Re: Logbook Konni for OpenCPN
Hello Konni,
EdelVoilier's post reminds me that I had to send a new version of the French language file for logBook.
Here it is.
But there is a tab in the "Logbook" called "Weather" and a column on this tab which is also called "Weather".
The tab deserves to be called "Météo" in French but the column should be called otherwise. However, this is the same item that is used twice. We therefore find it difficult to make a translation well built.
B.R.
Gilletarom
__________________
|
|
|
16-07-2012, 23:30
|
#404
|
|
Registered User
Join Date: Jun 2008
Location: Circumnavigating, currently in the Caribbean
Boat: FP, Salina 14.3m
Posts: 90
|
Re: Logbook Konni for OpenCPN
Quote:
Originally Posted by Gilletarom
Hello Konni,
........there is a tab in the "Logbook" called "Weather" and a column on this tab which is also called "Weather".
The tab deserves to be called "Météo" in French but the column should be called otherwise........
Gilletarom
|
Meteo sounds good to me as well, both in English and Italian.
__________________
Keep smiling
Stefano
|
|
|
18-07-2012, 12:03
|
#405
|
|
Registered User
Join Date: Sep 2011
Posts: 199
|
Re: Logbook Konni for OpenCPN
Hello Pascal, Gilletarom, Stefano,
i change the tab to 'Meteo' for better translations.
the start/stop option of the logbook
if i understand correct, you like to stop the events (like timer, change of guard...)
is it a good idea to give the logbook icon therefore a bullet, like
normal start, no events selected in options = green
with a selected event in options it changes to = red
a click on the icon with a red bullet stops all events and changes to green
with a red bullet (events are active) on shutdown OCPN a messagebox
asks to stop all events to avoid e.g. a timer at next startup.
what's your opinion about that ?
I' ve completly rewritten the watch and i'm looking for a beta-tester
before it can go 'into production' (Gilletarom you'll find the smallest bug).
Please send me your email-adress, my email is: konnibe at web.de
best regards,
konni
__________________
|
|
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|