Search found 43 matches
- June 11th, 2024, 6:33 pm
- Forum: Synchronization
- Topic: Improved CSWeb reconfiguration
- Replies: 2
- Views: 1495
Re: Improved CSWeb reconfiguration
I also note that you do not add "files" to the lists of folders that need write permissions. Please add and check this also.
- June 11th, 2024, 6:29 pm
- Forum: Synchronization
- Topic: Improved CSWeb reconfiguration
- Replies: 2
- Views: 1495
Improved CSWeb reconfiguration
Today I had to change the DNS and IP of my server, where I had several surveys half done. After this, I tried to reconfigure CSWeb without deleting the database (for obvious reasons) and I ran into several problems, which I list below: 1- The triggers are created with "CREATE TRIGGER" and ...
- May 15th, 2024, 7:07 pm
- Forum: Other
- Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
- Replies: 5
- Views: 2430
Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
Oh no, thanks for all your work done and for shared your software witch the rest of us. It would be perfect if CSPro were free software and made with free software (we can also help more that way), but at least CSWeb is free software. So. I'm happy to help a little.
- May 13th, 2024, 5:59 pm
- Forum: Other
- Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
- Replies: 5
- Views: 2430
Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
I have fixed the problem with this code, that is the more efficient way to fix that (you don' t overload the page with a lot of event listener): $("#dictionary-data-table").on("click", function (event) { if ($(event.target).hasClass('delete-button-class') || $(event.target).close...
- May 13th, 2024, 4:52 pm
- Forum: Other
- Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
- Replies: 5
- Views: 2430
Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
Well thanks. I can not find a workaround for this yet. I think that the problem is in data.twig file, and is because of that: $(".delete-button-class").on("click", function (event) { The Datatablet create and removed the internal elements when you change the page. So, you really ...
- May 13th, 2024, 3:22 pm
- Forum: Other
- Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
- Replies: 5
- Views: 2430
CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
When i have more that 10 dictionaries added to CSWeb 8.0.0, I cannot delete the latest dictionaries that are in a position after the top 10, but i can delete the first ones. Reorder dictionaries or change the visible rows of the table do not help. When i click the trash item, inside the dictionaries...
- March 7th, 2024, 6:35 pm
- Forum: Synchronization
- Topic: ERROR: Error connecting to server: Error 500
- Replies: 11
- Views: 11421
Re: ERROR: Error connecting to server: Error 500
Can any of the team please add a validation in the CSWeb setup that folder "./var" exist and have w+ permissions? That will avoid a situation like the described here after the configuration is done.
- February 27th, 2024, 4:59 pm
- Forum: Feature Requests
- Topic: More universal programming language
- Replies: 2
- Views: 3039
Re: More universal programming language
Excellent!! :D Thanks for all the works done Gregory and the team. That will help others to create a CSPro clients for Linux, for the web and more. I never like the idea of the use of a custom language, but It wasn't until recently that it became apparent (thanks to all the work done on the javascri...
- February 15th, 2024, 1:58 pm
- Forum: Feature Requests
- Topic: Improve the accessibility
- Replies: 0
- Views: 15245
Improve the accessibility
Accessibility is an important issue and there are some surveys for which it is not possible to use only text, because the person answering the survey is the person interviewed directly and may have problems being able to read the text themselves. Text-to-speech systems already exist and can be used ...
- February 15th, 2024, 12:40 pm
- Forum: Feature Requests
- Topic: Function to clear the CSWeb, DropBox credentials from the logic
- Replies: 0
- Views: 15062
Function to clear the CSWeb, DropBox credentials from the logic
Please, add a function to clear the CSWeb, DropBox credentials from inside the logic. We really need it to control from the device the access to CSWeb in certain condition.
Thanks.
Thanks.