Page 1 of 2

OERTERP APPLET - international draughts

Posted: Sat Mar 23, 2019 08:30
by Krzysztof Grzelak
A huge and heartfelt request to Hendrika Veenstra.

Is it possible to ask for help in the program OERTERP APPLET - international draughts. I would like to enter a window that would display all rounds and players' games. Such a window about which I mean is available on the site https://live.kndb.nl/?page_id=331 " Games other rounds ". Thank you in advance for all the help.

Krzysztof Grzelak.

Re: OERTERP APPLET - international draughts

Posted: Sat Mar 23, 2019 12:00
by hendrikv
set this option to true:
showGameList:true

See: https://dcoerterp.nl/downloads.html how to add this. its under "Extra optie"

Greetings Hendrik

Re: OERTERP APPLET - international draughts

Posted: Sat Mar 23, 2019 13:48
by Krzysztof Grzelak
Thank you very much for the answer.

Re: OERTERP APPLET - international draughts

Posted: Mon Mar 25, 2019 13:53
by Krzysztof Grzelak
Despite the dedication of a few days, but unfortunately failed to do what you wrote in the post above.

Krzysztof Grzelak.

Re: OERTERP APPLET - international draughts

Posted: Mon Mar 25, 2019 15:35
by Krzysztof Grzelak
A huge and heartfelt request to Hendrika Veenstra.

Can you count on your further help in this matter.

Re: OERTERP APPLET - international draughts

Posted: Tue Jul 02, 2019 17:04
by Krzysztof Grzelak
Hi Hendrik.
I have a question. Please, write whether it is possible to broadcast the tournament live via the Internet.I mean to watch live broadcast while playing from the board DGT.

Re: OERTERP APPLET - international draughts

Posted: Sun Jul 07, 2019 12:51
by hendrikv
Ofcourse this is possible. Thats how all the mayor tournament do it. Just upload the PDN that is generated by the EBS software to the location you are now using for your current PDN files. Uploading can be done by free ftp sync tooling.
You can find manuals on the KNDB site:
https://live.kndb.nl/software/Manuals/

Re: OERTERP APPLET - international draughts

Posted: Mon Jul 08, 2019 08:32
by Krzysztof Grzelak
Thank you very much for the answer Hendrik. I thought more about something like that https://www.youtube.com/watch?v=rNvBGwih7hs

Re: OERTERP APPLET - international draughts

Posted: Wed Nov 25, 2020 15:09
by Krzysztof Grzelak
I have this problem and I have been struggling with it for 5 days and I don't know how to do it. What to do to prevent the game window from being dragged to the right, left, up and down. Thank you in advance for all information.

Image

Re: OERTERP APPLET - international draughts

Posted: Fri Jan 15, 2021 15:54
by Krzysztof Grzelak
Subject already out of date.

Re: OERTERP APPLET - international draughts

Posted: Fri Jan 15, 2021 20:43
by ildjarn
In dcoerterp.view-2.3.8.js there's a section 'd.draggable ({ settings })'. Change this to 'd.draggable({ disabled:true })'

Re: OERTERP APPLET - international draughts

Posted: Fri Jan 15, 2021 23:15
by Krzysztof Grzelak
Where do you see it because I can't find it.

Re: OERTERP APPLET - international draughts

Posted: Sat Jan 16, 2021 10:20
by ildjarn
draggable.png
draggable.png (8.93 KiB) Viewed 12006 times
You probbaly have, in the HTML file, the following line:

Code: Select all

<script src='https://toernooibase.kndb.nl/applet/oerterpapplet2.0/js/dcoerterp_view-2.3.8.js' type='text/javascript'> </script>
Download the file, change this part to

Code: Select all

d.draggable({disabled:true});
and include the modified file instead of the file on toernooibase.

Re: OERTERP APPLET - international draughts

Posted: Sat Jan 16, 2021 10:51
by Krzysztof Grzelak
It doesn't work - I changed as you wrote.

Re: OERTERP APPLET - international draughts

Posted: Sat Jan 16, 2021 12:22
by ildjarn
Krzysztof Grzelak wrote:
Sat Jan 16, 2021 10:51
It doesn't work - I changed as you wrote.
Did you also point to the changed file in your html code?
What I did:
* Downloaded the js file to my webserver in the same directory, and named it 'dcoerterp_view-joost.js'
* Change the file
* Change the html code to use <script src="./dcoerterp_view-joost.js' type='text/javascript'></script>

The cursor still shows the '+' sign but I can't move the board around anymore.

Compare http://sanguis.xs4all.nl/dammen/show_problem.php?ID=153 (uses the js file from Toernooibase) with http://sanguis.xs4all.nl/dammen/show_pr ... php?ID=153 (uses the local file).