OERTERP APPLET - international draughts

Discussies over damsport (in het Nederlands)
Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Sat Mar 23, 2019 08:30

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.

hendrikv
Posts: 90
Joined: Sun Jul 17, 2005 09:04
Real name: Hendrik Veenstra
Location: Oerterp
Contact:

Re: OERTERP APPLET - international draughts

Post by hendrikv » Sat Mar 23, 2019 12:00

set this option to true:
showGameList:true

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

Greetings Hendrik

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Sat Mar 23, 2019 13:48

Thank you very much for the answer.

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Mon Mar 25, 2019 13:53

Despite the dedication of a few days, but unfortunately failed to do what you wrote in the post above.

Krzysztof Grzelak.

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Mon Mar 25, 2019 15:35

A huge and heartfelt request to Hendrika Veenstra.

Can you count on your further help in this matter.

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Tue Jul 02, 2019 17:04

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.

hendrikv
Posts: 90
Joined: Sun Jul 17, 2005 09:04
Real name: Hendrik Veenstra
Location: Oerterp
Contact:

Re: OERTERP APPLET - international draughts

Post by hendrikv » Sun Jul 07, 2019 12:51

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/

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Mon Jul 08, 2019 08:32

Thank you very much for the answer Hendrik. I thought more about something like that https://www.youtube.com/watch?v=rNvBGwih7hs

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Wed Nov 25, 2020 15:09

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

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Fri Jan 15, 2021 15:54

Subject already out of date.

ildjarn
Posts: 1537
Joined: Tue Aug 22, 2006 15:38
Real name: Joost de Heer

Re: OERTERP APPLET - international draughts

Post by ildjarn » Fri Jan 15, 2021 20:43

In dcoerterp.view-2.3.8.js there's a section 'd.draggable ({ settings })'. Change this to 'd.draggable({ disabled:true })'
Lasst die Maschinen verhungern, Ihr Narren...
Lasst sie verrecken!
Schlagt sie tot -- die Maschinen!

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Fri Jan 15, 2021 23:15

Where do you see it because I can't find it.

ildjarn
Posts: 1537
Joined: Tue Aug 22, 2006 15:38
Real name: Joost de Heer

Re: OERTERP APPLET - international draughts

Post by ildjarn » Sat Jan 16, 2021 10:20

draggable.png
draggable.png (8.93 KiB) Viewed 8600 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.
Lasst die Maschinen verhungern, Ihr Narren...
Lasst sie verrecken!
Schlagt sie tot -- die Maschinen!

Krzysztof Grzelak
Posts: 1307
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: OERTERP APPLET - international draughts

Post by Krzysztof Grzelak » Sat Jan 16, 2021 10:51

It doesn't work - I changed as you wrote.

ildjarn
Posts: 1537
Joined: Tue Aug 22, 2006 15:38
Real name: Joost de Heer

Re: OERTERP APPLET - international draughts

Post by ildjarn » Sat Jan 16, 2021 12:22

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).
Last edited by ildjarn on Sat Jan 16, 2021 12:26, edited 1 time in total.
Lasst die Maschinen verhungern, Ihr Narren...
Lasst sie verrecken!
Schlagt sie tot -- die Maschinen!

Post Reply