Search found 11 matches

by provogrammer
December 1st, 2019, 6:04 am
Forum: Feature Requests
Topic: Linux version of CSPro
Replies: 6
Views: 5330

Re: Linux version of CSPro

My office use CSPro on wine, but there are some problem with it when running on Wine, so we stuck run it on Wine 2.03. I have reported some bugs on Wine related to CSPro, some of them has heen fixed. It better to run CSPRo designer natively on Linux by recompiling it on Linux, but redesign CSEntry U...
by provogrammer
November 26th, 2019, 6:02 am
Forum: Feature Requests
Topic: Linux version of CSPro
Replies: 6
Views: 5330

Linux version of CSPro

Since CSPro is public domain software, it will be great if it also worked on Linux, Visual C++ is now also ready on Linux, still beta version but perhaps CSPro also able to compile on Linux :)

Best regards,
by provogrammer
October 3rd, 2019, 5:25 am
Forum: Android
Topic: Problem with compress function on CSPro 7.3
Replies: 5
Views: 3482

Re: Problem with compress function on CSPro 7.3

josh wrote: October 2nd, 2019, 4:54 pm In the meantime you could work around the bug by using dirlist to get the list of files and passing the list to compress():
Ok Josh, Thanks!
by provogrammer
October 2nd, 2019, 5:33 am
Forum: Android
Topic: Problem with compress function on CSPro 7.3
Replies: 5
Views: 3482

Re: Problem with compress function on CSPro 7.3

We saw this crash recently however we are not able to reproduce it ourselves. Based on the code it seems that it should only happen when the compress functions fails to add a file to the zip archive but it is not clear why that would fail. It would most likely be because of a bad file or bad path. ...
by provogrammer
October 2nd, 2019, 3:33 am
Forum: Android
Topic: Problem with compress function on CSPro 7.3
Replies: 5
Views: 3482

Problem with compress function on CSPro 7.3

Hi, Just trying update my application to 7.3, it seems that there is problem with function compresss(), it crash all the time, here is debug output: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'Xiaomi/natrium/natrium:8.0.0/OPR1.170623.032/9.6.27:user/release-ke...
by provogrammer
August 8th, 2019, 7:51 am
Forum: Android
Topic: bug on note with newline (enter)
Replies: 4
Views: 2729

Re: bug on note with newline (enter)

next screenshots
Screenshot_2019-08-08-18-27-28.png
Screenshot_2019-08-08-18-27-28.png (72.09 KiB) Viewed 2707 times
Screenshot_2019-08-08-18-29-31.png
Screenshot_2019-08-08-18-29-31.png (100.53 KiB) Viewed 2707 times
by provogrammer
August 8th, 2019, 7:50 am
Forum: Android
Topic: bug on note with newline (enter)
Replies: 4
Views: 2729

Re: bug on note with newline (enter)

I'm running CSPro 7.2.1, on both Android version 5.0.1 and 7.0,
Screenshot_2019-08-08-18-25-47.png
Screenshot_2019-08-08-18-25-47.png (43.02 KiB) Viewed 2707 times
Screenshot_2019-08-08-18-25-59.png
Screenshot_2019-08-08-18-25-59.png (54.39 KiB) Viewed 2707 times
Screenshot_2019-08-08-18-27-19.png
Screenshot_2019-08-08-18-27-19.png (44.08 KiB) Viewed 2707 times
by provogrammer
August 7th, 2019, 4:20 am
Forum: Android
Topic: bug on note with newline (enter)
Replies: 4
Views: 2729

bug on note with newline (enter)

Hi,

It seems there is a bug on note with text file .csnot, if I enter newline with ENTER, when I' tried to edit the variable with note, its only show the first line of note, next line doesn't appeared on editable note, this doesn't happened with csdb data.

Best regards,
by provogrammer
April 9th, 2019, 7:12 am
Forum: Entry
Topic: int() function bug?
Replies: 2
Views: 2155

Re: int() function bug?

Hi Josh,

Thanks for reply, I will use your solution for now,

Best regards,
by provogrammer
April 9th, 2019, 6:08 am
Forum: Entry
Topic: int() function bug?
Replies: 2
Views: 2155

int() function bug?

Hi,

I have problem with int() function in CSPro, especially with negatif number,

errmsg("%f int: %f",-7.7543,int(-7.7543));

return are :
-7.7543 int: -8.0000

I think it should return -7.0000 not -8.0000

Thanks,