Activity for Scidb

  • Frieder Smolny Frieder Smolny created ticket #216

    Installation problems on fedora 40

  • Artem Artem posted a comment on ticket #215

    As a workaround for saving modified games to the database, I use the following methods: 1) Instead of "Replace game in..." use "Add new game to..." and then delete the previous version of this game. Sometimes it works, sometimes it doesn't. 2) A more reliable way is to save the game with changes to a separate file, and then manually copy it and paste it into the database file, not forgetting to delete the previous version of the game. Essentially, this is the same as the first method, only we do...

  • Artem Artem created ticket #215

    Unable to save changes in database

  • zugzuang zugzuang posted a comment on ticket #214

    The problem seems to be the versions of gcc and its libs. I did a test, copied all the scidb-beta executables installed on arch linux to debian, and when I tried to run scidb-beta on debian, it didn't open, generating the following error in the terminal... /usr/local/bin/tkscidb-beta: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /usr/local/bin/tkscidb-beta) /usr/local/bin/tkscidb-beta: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /usr/local/bin/tkscidb-beta)...

  • zugzuang zugzuang created ticket #214

    Error when opening the same .sci database on different systems?

  • Roland Chastain Roland Chastain posted a comment on ticket #210

    Thank you for your answer. Indeed it didn't even start when I tried to run it without installing, but after installation it works well.

  • Drew Ferguson Drew Ferguson modified a comment on ticket #210

    The name of the binary is scidb-beta; it is in the tcl tree of your source . It may not function fully though as some components (such as the engines, graphics and other things) get installed in /usr/bin and below /usr/share If you do install it, there is an uninstall function should remove everything; run it from the top of your source tree sudo make uninstall

  • Drew Ferguson Drew Ferguson modified a comment on ticket #210

    You should be able to run the binary scidb-beta in the tcl tree of your source . It may not function fully though as some components (such as the engines, graphics and other things) get installed in /usr/bin and below /usr/share If you do install it, there is an uninstall function should remove everything; run it from the top of your source tree sudo make uninstall

  • Drew Ferguson Drew Ferguson posted a comment on ticket #210

    No, it is not possible to run the program without installing it. the program to run isscidb-beta - it is usually installed in /usr/bin (I am not sure what the relationship is with tkscid-beta or tclscidb-beta which are also installed)

  • Drew Ferguson Drew Ferguson modified a comment on ticket #213

    Hey see details of [#210] You need at least one of the patches so that gcc 10+ can be recognised - probably you need all the patches in that issue

  • Drew Ferguson Drew Ferguson posted a comment on ticket #213

    Hey see details of [#212] You need at least one of the patches so that gcc 10+ can be recognised

  • Roland Chastain Roland Chastain modified a comment on ticket #210

    @Drew Ferguson Thank you very much. By applying your patches, I could build the application on Linux Mageia. By the way, is it possible to run the application without installing it? If I do this: [roland@localhost src]$ ./tkscidb-beta I get only a little blank window.

  • Roland Chastain Roland Chastain modified a comment on ticket #210

    @Drew Ferguson Thank you very much. By applying your patches, I could build the application on Linux Mageia. By the way, how can I run the application without installing it? If I do this: [roland@localhost src]$ ./tkscidb-beta I get only a little blank window.

  • Roland Chastain Roland Chastain modified a comment on ticket #210

    @Drew Ferguson Thank you very much. By applying your patches, I could build the application on Linux Mageia. By the way, how can I run the application without installing it?

  • Roland Chastain Roland Chastain posted a comment on ticket #210

    @Drew Ferguson Thank you very much. By applying your patches, I could build the application on Linux Mageia. By the way, how can I run the application without installing it?

  • Frank Eschenauer Frank Eschenauer created ticket #213

    Installation error

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    Scidb was finally installed and running well after numerous fixes in ubuntu 22.04. Then today is starts and before it finishes loading I get this error in the terminal. I don't have a clue how to fix this. Please help. terminate called after throwing an instance of 'tcl::Exception' Aborted (core dumped) Carol & Denny McAnulty cmcanulty@hotmail.com

  • cmcanulty cmcanulty modified a comment on discussion General Discussion

    I have spent the last few weeks intensively trying to get scidb to install in ubuntu 22.04 and the latest kernel version of ubuntu 20.04. I worked up a tutorial and tested it on several computers. If possible, please post it in the scidb discussion group. Thank you it is a great program. PS I just cleaned up the tutorial a bit Carol McAnulty cmcanulty@hotmail.com

  • cmcanulty cmcanulty modified a comment on discussion General Discussion

    I have spent the last few weeks intensively trying to get scidb to install in ubuntu 22.04 and the latest kernel version of ubuntu 20.04. I worked up a tutorial and tested it on several computers. If possible, please post it in the scidb discussion group. Thank you it is a great program. Carol McAnulty cmcanulty@hotmail.com

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    I have spent the last few weeks intensively trying to get scidb to install in ubuntu 22.04 and the latest kernel version of ubuntu 20.04. I worked up a tutorial and tested it on several computers. If possible, please post it in the scidb discussion group. Thank you it is a great program. Carol McAnulty cmcanulty@hotmail.com

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    can someone please help me fix this. I have tried on multiple linux forums and no luck. It doesn't install on debian either as I installed debian on a machine to try this. Is it possible to make a snap to eliminate continual install problems. Thank you for all your hard work on this great app!

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    Further detective work may help someone that is better with code than me: OK maybe this helps . I did a locate search for sysctl.h on both computers so I see the differences but don't have a clue how to fix it. I did search for the pkg sysctl.h and it doesn't appear to be available for 22.04. On the system that works I get this: Code: cmcanulty@HPPavilion23:~$ locate sysctl.h /usr/include/linux/sysctl.h /usr/share/python3-pycparser/fake_libc_include/sys/sysctl.h /usr/src/linux-headers-5.15.0-27/include/linux/sysctl.h...

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    update some progress I did these things and got ./configure to run on xubuntu 22.04 but see the end for another fatal error that has my stuck I have gotten ./configure to run by using this web site to install and older gcc. The oldest one that worked for scidb ./configure was gcc 9 https://www.linuxcapable.com/how-to-...ntu-22-04-lts/ so I did the code: Code: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9...

  • cmcanulty cmcanulty modified a comment on discussion General Discussion

    Here's an update on the issue. scidb works fine on the machine I upgraded from xubuntu 20.04 to 22.04. It won't install at all on the clean install of 22.04. Both have identical installs of gcc and both have all the recommended dependencies. The clean install gets the error in my previous post. Maybe I am missing some other app that needs to be installed for gcc to work properly? Though scidb does work OK on the upgraded computer.

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    Here's an update on the issue. scidb works fine on the machine I upgraded from xubuntu 20.04 to 22.04. It won't install at all on the clean install of 22.04. Both have identical installs of gcc and both have all the recommended dependencies. The clean install gets the error in my previous post.

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    I just upgraded to xubuntu 20.04 today and now scidb fails again with this error. However I have 4:11.2 installed. Somehow scid sees that as 11.2 not 4:11.2 see screenshot below. Please help as I love scidb and need it! I have checked and it seems I have the latest version of gcc. Thank you [cid:259c0f91-2b37-47c9-8889-4b539f6a80a9] [code]cmcanulty@dellInspiron660s:~/scidb-code-r1531-trunk$ ./configure configure: Makefile configuration program for Scidb Tcl/Tk version: 8.6 Your operating system is:...

  • zugzuang zugzuang posted a comment on ticket #210

    Thank you very much, it worked! Installation finished without errors. As soon as I have some free time I will finally use this excellent program on an updated 2022 linux distro. Thank you very much.

  • Drew Ferguson Drew Ferguson posted a comment on ticket #210

    zuguang: sorry I cannot replicate your behaviour However, line 134 in src/mstl/m_memblock.ipp is a condition skipping the line reported above Do you have a recent source code checkout? Does your code have the following at line 134? #if 0 // NOTE: since compiler version 8.1 this is not compiling anymore memblock::~memblock(); #else this->memblock::~memblock(); #endif if you do not - your codebase is not current if you do, I don't know why the condition is not being triggered - you could try replacing...

  • zugzuang zugzuang modified a comment on ticket #210

    make VERBOSE=1 make[1]: 'scidb-beta.1.gz' está atualizado. Compiling cql/cql_match.cpp [-fcommon -g -I/usr/include -DSCI_NAMEBASE_FIX=1] In file included from ../mstl/m_memblock.h:71, from ../mstl/m_vector.h:24, from cql/cql_match.h:34, from cql/cql_match.cpp:27: ../mstl/m_memblock.ipp: In member function ‘mstl::memblock& mstl::memblock<t>::operator=(mstl::memblock<t>&&)’: ../mstl/m_memblock.ipp:134:27: error: invalid use of incomplete type ‘class mstl::memblock<t>’ 134 | memblock::~memblock(); |...

  • zugzuang zugzuang posted a comment on ticket #210

    make VERBOSE=1  2 ✘ make[1]: 'scidb-beta.1.gz' está atualizado. Compiling cql/cql_match.cpp [-fcommon -g -I/usr/include -DSCI_NAMEBASE_FIX=1] In file included from ../mstl/m_memblock.h:71, from ../mstl/m_vector.h:24, from cql/cql_match.h:34, from cql/cql_match.cpp:27: ../mstl/m_memblock.ipp: In member function ‘mstl::memblock& mstl::memblock<t>::operator=(mstl::memblock<t>&&)’: ../mstl/m_memblock.ipp:134:27: error: invalid use of incomplete type ‘class mstl::memblock<t>’ 134 | memblock::~memblock();...

  • Bogdan B Bogdan B posted a comment on ticket #210

    zugzuang: please try to post a more detailed error text (if needed, re-run make in verbose mode): make VERBOSE=1

  • zugzuang zugzuang posted a comment on ticket #210

    I was super happy that you brought this wonderful program to the year 2022. But unfortunately it continues to give me an error. I tried to install with pamac-manager and with yay both through Manjaro. I'm using the most current version of Manjaro kernel 5.17.1-3. make: (*** [Makefile:20: all] Error 2 ==> ERRO: A failure occurred in build(). Aborting... -> error when building: scidb-svn) But I do not lose hope, one day I will install this amazing program, on an updated version of Arch Linux. Congratulations...

  • Drew Ferguson Drew Ferguson posted a comment on ticket #210

    A working deployment is available again for ArchLinux in AUR

  • Drew Ferguson Drew Ferguson posted a comment on ticket #212

    Of course the location of the engines can be edited directly from within Scidb-beta Main menu -> Setup -> Engines -> Command

  • Drew Ferguson Drew Ferguson created ticket #212

    Changing enginesdir breaks scidb-beta script

  • Drew Ferguson Drew Ferguson created ticket #211

    ECO source file has errors

  • Drew Ferguson Drew Ferguson created ticket #210

    Multiple issues on Arch Linux with gcc 11.2

  • cmcanulty cmcanulty modified a comment on discussion General Discussion

    here's what I did that worked on 3 different ubuntu 20.04 computers! Let me know if it works 1-download file at https://sourceforge.net/p/scidb/code/HEAD/tree/ Scidb / Code / [r1531] - SourceForgehttps://sourceforge.net/p/scidb/code/HEAD/tree/ 2-extract file 3-open terminal in extracted folder 4-do these things- note the secret fix seems to be the make clean command: scidb fix: (use 1531 edition) first ./configure then make clean then make then make install Carol & Denny McAnulty cmcanulty@hotma...

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    here's what I did that worked on 3 different ubuntu 20.04 computers! I would put this on the scidb discussion forum but I can't see any way to make a new post. Let me know if it works 1-download file at https://sourceforge.net/p/scidb/code/HEAD/tree/ Scidb / Code / [r1531] - SourceForgehttps://sourceforge.net/p/scidb/code/HEAD/tree/ Get latest updates about Open Source Projects, Conferences and News. Sign Up No, Thank you No, Thank you sourceforge.net  2-extract file 3-open terminal in extracted...

  • ScreenName ScreenName posted a comment on discussion General Discussion

    I am having the same problem as @cmcanulty . I am on Ubuntu 20.04.4. After removing the line indicated, make install produced exactly the same output as before removing that line.

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    OK thanks I have the file src/sys/sys_info.cpp but not src/sys/sys_info.cpp Carol & Denny McAnulty cmcanulty@hotmail.com From: Steven stevenaaus@users.sourceforge.net Sent: Saturday, March 19, 2022 7:38 PM To: [scidb:discussion] general@discussion.scidb.p.re.sourceforge.net Subject: [scidb:discussion] Best Scidb features Thanks Bogdan. Remove the line # include <sys sysctl.h=""> from file src/sys/sys_info.cpp</sys> Best Scidb featureshttps://sourceforge.net/p/scidb/discussion/general/thread/5397ef4744/?limit=25#f5f7...

  • Steven Steven modified a comment on discussion General Discussion

    Thanks Bogdan. Remove the line # include <sys/sysctl.h> from file src/sys/sys_info.cpp

  • Steven Steven posted a comment on discussion General Discussion

    Thanks Bogdan. Remove the line # include <sys sysctl.h=""> from file src/sys/sys_info.cpp</sys>

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    can you please explain how to do that? I am tech savvy but not a coder, thank you

  • Bogdan B Bogdan B posted a comment on discussion General Discussion

    @cmcanulty scidb can build on ubuntu with a few minor changes: $ svn diff Index: src/sys/sys_info.cpp =================================================================== --- src/sys/sys_info.cpp (revision 1531) +++ src/sys/sys_info.cpp (working copy) @@ -27,7 +27,6 @@ # include <stdlib.h> # include <unistd.h> # include <sys/types.h> -# include <sys/sysctl.h> #ifdef __hpux # include <sys/pstat.h>

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    I hate to do this as a reply but I can't see any way to post a new topic. help please. I hope a snap version of scidb could be developed. I have spent all day trying to install scidb on ubuntu 20.04 and yeas I did do all the dependencies that were suggested.

  • Steven Steven posted a comment on discussion General Discussion

    Anyway... It's looking like Scidb might be in a big hiatus. :( I'm going to have a proper look at the project as inspiration for features / ideas to bring to Scid vs PC. Does anyone have suggestions ? But only little GUI elements really... Porting some of Scidb's speedy database elements is probably beyond me.

  • Bogdan B Bogdan B posted a comment on ticket #209

    you can just edit this file and remove that line, that include is no longer necessary. the code will compile fine.

  • Roland Lötscher Roland Lötscher posted a comment on discussion General Discussion

    The search function is not yet available, although the planning stage for its implementation seems far advanced.

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    I feel so stupid. I can load databases but can find no place to search the database for a certain position. In fact I see no search option for anything in scidb. I know this is one of the main functions. I have tried all the toolbars, right clicking, etc. Please someone explain.

  • Eyolf Eyolf created ticket #209

    Build error with gcc7

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    I have the option show material enabled. What I would like is an option to show captured pieces is there any way to do this? I know this is sort of a dummy option but I am a chess dummy.

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    The trunk and web folder on that page probably have the needed files but I was afraid to try that as the snapshot works well but takes a while to download Carol & Denny McAnulty cmcanulty@hotmail.com From: Mikayel maxmk@users.sourceforge.net Sent: Wednesday, November 4, 2020 3:04 AM To: [scidb:discussion] general@discussion.scidb.p.re.sourceforge.net Subject: [scidb:discussion] Re: r1531 thanks for the link. Is there a way to download all files and folders from there? r1531https://sourceforge.net/p/scidb/discussion/general/thread/3f108d1e55/?limit=25#76c2/791d/299b/53e5...

  • Mikayel Mikayel modified a comment on discussion General Discussion

    Works on 20.04 Mate. This is very very nice.

  • Mikayel Mikayel modified a comment on discussion General Discussion

  • Mikayel Mikayel posted a comment on discussion General Discussion

    thanks for the link. Is there a way to download all files and folders from there?

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    whoops I pasted the wrong link, sorry https://sourceforge.net/p/scidb/code/HEAD/tree/ Scidb / Code / [r1531]https://sourceforge.net/p/scidb/code/HEAD/tree/ Get latest updates about Open Source Projects, Conferences and News. Sign Up No, Thank you No, Thank you sourceforge.net Carol & Denny McAnulty cmcanulty@hotmail.com From: cmcanulty cmcanulty@users.sourceforge.net Sent: Tuesday, November 3, 2020 9:30 AM To: [scidb:discussion] general@discussion.scidb.p.re.sourceforge.net Subject: [scidb:discussion]...

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    It is under code and then click on download snapshot see this link Paul Osborn shared Occupy Democratshttps://www.facebook.com/n/?OccupyDemocrats%2F&lloc=profile_link&aref=1604183066120043&medium=email&mid=5b2feb0398c99G5c9069fbG5b2fef9cf8f6bG318&bcode=2.1604183067.AbyY53L4JAME_PuXaug&n_m=marthand%40charter.net's post Carol & Denny McAnulty cmcanulty@hotmail.com From: Mikayel maxmk@users.sourceforge.net Sent: Tuesday, November 3, 2020 5:22 AM To: [scidb:discussion] general@discussion.scidb.p.re.sourceforge.net...

  • Mikayel Mikayel posted a comment on discussion General Discussion

    Where from did you get 1531? I see only 1475 available. And it works fine on my 18.04 mate - I've just followed the installation instructions. Unfortunately the installation does not work on 20.04. Taking into account that 18.04 is supported only till ~03.21, we are getting into trouble. Or anyone succeeded with installing on 20.04?

  • MuchIsInCovariant MuchIsInCovariant posted a comment on ticket #208

    Same result with tcl and tk built from source.

  • MuchIsInCovariant MuchIsInCovariant posted a comment on ticket #208

    Remark : it happened with last revision 1531 (which was working fine as I wrote above.)

  • MuchIsInCovariant MuchIsInCovariant posted a comment on ticket #208

    Remark : rebuilding doesn't seem to help

  • MuchIsInCovariant MuchIsInCovariant created ticket #208

    bad option "fullscreen": must be cget or configure

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    I can successfully install scidb version r1531 with no errors but it crashes when I open it. 1475 runs fine. I am using xubuntu 18.04. Any advice would be appreciated.

  • antoyo antoyo created ticket #207

    parent namespace doesn't exist

  • Gregor Cramer Gregor Cramer modified a comment on ticket #206

    Wow, it must be difficult for a developer not to have a working computer at home during these times ! Keep up ! Best,

  • Gregor Cramer Gregor Cramer modified a comment on ticket #206

    This is indeed a strange behavior, and I agree that this is a bug with high priority. Unfortunately I don't have a working computer, and in these difficult Corona times I cannot buy hardware. So I will work on this problem later.

  • MuchIsInCovariant MuchIsInCovariant posted a comment on ticket #206

    Wow, it must be difficult for a developer not to have a working computer at home during these times ! Keep up ! Best, On Fri, 24 Apr 2020, 14:26 Gregor Cramer, gcramer@users.sourceforge.net wrote: labels: --> chessbase, export assigned_to: Gregor Cramer Group: --> Priority: 5 --> 1 Comment: This is indeed a strange behavior, and I agree that this is a bug with high priority. UnfortunaUnfortunately I don't have a working computer, and in these difficult Corona times I cannot buy hardware. So I will...

  • Gregor Cramer Gregor Cramer modified ticket #206

    When a ChessBase database cbh file is opened in Scidb, some games are stripped from their annotations, some aren't

  • Gregor Cramer Gregor Cramer posted a comment on ticket #206

    This is indeed a strange behavior, and I agree that this is a bug with high priority. UnfortunaUnfortunately I don't have a working computer, and in these difficult Corona times I cannot buy hardware. So I will work on this problem later.

  • MuchIsInCovariant MuchIsInCovariant created ticket #206

    When a ChessBase database cbh file is opened in Scidb, some games are stripped from their annotations, some aren't

  • Roland Lötscher Roland Lötscher posted a comment on ticket #204

    Hi Gregor Yes, I remember. Let me know if I can help you in some way. I love to see when scidb is making progress, but of course I will be patient. All the best, Roland

  • Miroslav Andrle Miroslav Andrle posted a comment on ticket #205

    He Gregor, thank you for helping me. I will be patient. Thx Miroslav

  • Gregor Cramer Gregor Cramer modified ticket #204

    pgn-export does not work

  • Gregor Cramer Gregor Cramer posted a comment on ticket #204

    Hi Roland, I think you can remember that my life situation was very critical. Now I'm confident that I can work on this project soon, although not currently. All the best, Gregor

  • Gregor Cramer Gregor Cramer modified ticket #205

    Error - cannot open .sci file

  • Gregor Cramer Gregor Cramer posted a comment on ticket #205

    Hi Miroslav, sorry for the late reply. Unfortunately my hardware is broken, and it may take a while until I can work on this problem. hopefully this month. I'm sure that I can fix this database problem, please be a bit patient. All the best, Gregor

  • Miroslav Andrle Miroslav Andrle created ticket #205

    Error - cannot open .sci file

  • Roland Lötscher Roland Lötscher created ticket #204

    pgn-export does not work

  • Gregor Cramer Gregor Cramer modified ticket #203

    Building error (manjaro x264 ; xfce)

  • Gregor Cramer Gregor Cramer posted a comment on ticket #203

    Many thanks, Steve, for the support. Obviously there is a problem with newer compilers, but currently my laptop is defective, and I will fix this problem later.

  • cadens cadens modified a comment on ticket #203

    Hi Finnally, I have installed fcc 7.4.9 from pamac and build with this version Now scidb working great ! Thanks for yout help Steven !

  • cadens cadens posted a comment on ticket #203

    Hi Finnally, I have installed fcc 7.4.9 from pamac and build with this version Now scidb works great ! Thanks for yout help Steven !

  • Steven Steven posted a comment on ticket #203

    Installing other versions of gcc/g++ is not ususally straight forward, and i'm not familiar with Manjaro, sorry. Have a google. Does this help ? https://gist.github.com/slizzered/a9dc4e13cb1c7fffec53 But once it's installed, use something like CC=gcc-5 CXX=g++-5 ./configure && make && sudo make install to compile scidb. Good luck.

  • cadens cadens posted a comment on ticket #203

    How to use other version of gcc instead of 8.2 on Manjaro? 2019-03-20 7:17 UTC+01:00, Steven stevenaaus@users.sourceforge.net: Hmm. New gcc :( It goes ok for me with gcc-4.8.4 and gcc-5.4.1 [bugs:#203] Building error (manjaro x264 ; xfce) Status: open Group: Labels: building errors Created: Sun Mar 17, 2019 09:28 PM UTC by cadens Last Updated: Mon Mar 18, 2019 09:49 PM UTC Owner: Gregor Cramer Hi, Trying to installs scidb and always facing to the same errors : ./configure results : configure: Makefile...

  • cadens cadens posted a comment on ticket #203

    Hi Steven, How to use other version of gcc instead of gcc 8.2 on Manjaro ? :-)

  • Steven Steven posted a comment on ticket #203

    Hmm. New gcc :( It goes ok for me with gcc-4.8.4 and gcc-5.4.1

  • cadens cadens posted a comment on ticket #203

    I have the exactly same build log as here --> https://pastebin.com/GrzvqVvH it seems not does not compile with gcc 8.2

  • cadens cadens created ticket #203

    Building error (manjaro x264 ; xfce)

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    Thanks so much for your continuing efforts! Carol & Denny McAnulty cmcanulty@hotmail.com From: Gregor Cramer gcramer@users.sourceforge.net Sent: Thursday, January 31, 2019 1:15 PM To: [scidb:discussion] Subject: [scidb:discussion] Chessbase Training Yes, this is already planned with next database version. In this version it will be possible to attach documents to databases/games/positions, and the document will be displayed in information window. I don't have a scheduling for next version, but I...

  • Gregor Cramer Gregor Cramer posted a comment on discussion General Discussion

    Yes, this is already planned with next database version. In this version it will be possible to attach documents to databases/games/positions, and the document will be displayed in information window. I don't have a scheduling for next version, but I think it will be released this year. But I'm not yet sure whether I can decode the ChessBase format for documents (text portions). My current approaches are promising, but it's still a bit problematic.

  • cmcanulty cmcanulty posted a comment on discussion General Discussion

    Is there any way or a plan to make the text portions of chessbase training books or CDs available on scidb? For example Paul Morphy - Genius and Myth.cbh or Michael Stean Simple Chess

  • Gregor Cramer Gregor Cramer committed [r1531]

    Minor fixes in tkmenu.

  • Gregor Cramer Gregor Cramer committed [r1530]

    Important fix in menu popup, will not close immediately anymore.

  • Gregor Cramer Gregor Cramer committed [r1529]

    Some fixes.

  • Gregor Cramer Gregor Cramer committed [r1528]

    (1) Fix in game bar, entering a site should not throw an error aynmore. (2) Fix in game browser, Button-2 was broken.

  • Gregor Cramer Gregor Cramer committed [r1527]

    Some fixes.

  • Gregor Cramer Gregor Cramer committed [r1526]

    Some fixes.

  • Gregor Cramer Gregor Cramer committed [r1525]

    (1) Some fixes/enhancements. (2) Some themes removed, this action has failed for any reason in commit of r1520.

  • Gregor Cramer Gregor Cramer committed [r1524]

    Problem with glitches after destroying shadowed windows finally solved (I hope).

1 >