Search found 631 matches

by htuser
April 4th, 2023, 7:09 pm
Forum: News
Topic: Is there light at the end of the tunnel with CSPro 8.0?
Replies: 10
Views: 230657

Re: Is there light at the end of the tunnel with CSPro 8.0?

Thanks a lot Greg! The CSPro JavaScript interface is changing to a much more robust system that allows the same set of functions to be run in CSPro logic as well as in the web view JavaScript environment [/b][/color] The bidirectional CSPro-JS API is a game changer in the CAPI world. With this revol...
by htuser
March 27th, 2023, 7:54 am
Forum: Entry
Topic: Calculate is not working in android
Replies: 3
Views: 2261

Re: Calculate is not working in android

Because of the Google security restriction, it's a better approach to use the CSPro-JS API to enhance CSEntry apps. For the calculator, there's lot of Javascript examples on the web: https://www.google.com/search?q=javascript+calculator&rlz=1C1VDKB_enHT948HT948&sxsrf=APwXEddO3zKIIrEgMuo7qn1d...
by htuser
March 19th, 2023, 4:57 pm
Forum: News
Topic: Is there light at the end of the tunnel with CSPro 8.0?
Replies: 10
Views: 230657

Re: Is there light at the end of the tunnel with CSPro 8.0?

Thanks Greg for informing us. There's some ideas about the learning curve of CSPro compare to other CAPI system. I don't think CSPro don't have millions of users because it's more complicated in terms of programming or having high learning curve as some peoples thinks. Python, R and Javascript are f...
by htuser
March 12th, 2023, 8:57 pm
Forum: Entry
Topic: Calculate Area using gps
Replies: 3
Views: 2533

Re: Calculate Area using gps

It's very easy using map and geometry objects. https://www.csprousers.org/help/CSPro/map.html , https://www.csprousers.org/help/CSPro/geometry.html I specially designed this function Function traceAndSavePolygon() listingMap.clearButtons(); listingMap.clearGeometry(); geometry myCluster; myCluster.c...
by htuser
March 11th, 2023, 12:00 pm
Forum: Entry
Topic: Geofencing
Replies: 3
Views: 3915

Re: Geofencing

The way that I implemented it is different from Arshad and even the way that Josh implemented the demo. The reason is, since 2016, I'm thinking on Easy to use , ready to use and standalone CSPro libraries. So, for geofencing, my implementation follow these steps: a) Transform AOI polygon in points I...
by htuser
March 9th, 2023, 7:48 am
Forum: Entry
Topic: Geofencing
Replies: 3
Views: 3915

Re: Geofencing

I worked on this issue years ago and with Josh's help, we also had an implementation in CSPro. Please take a look on this post: https://www.csprousers.org/forum/viewtopic.php?p=10501 I also think that another CSProuser, Arshad, published an implementation based on above post. However, because CSPro ...
by htuser
February 13th, 2023, 10:48 pm
Forum: Feature Requests
Topic: HTML report
Replies: 2
Views: 7361

Re: HTML report

Thanks Aaron! It's exactly the same way that I did using latest CSPro 7.7 HTML new report features. Before this. It was more time consuming using file.write. @Dabwil, pour completer Aaron, vous pouvez jeter un coup d'oeil sur mon post dans le sujet: https://www.csprousers.org/forum/viewtopic.php?p=1...
by htuser
February 13th, 2023, 12:38 pm
Forum: Editing
Topic: suppression multiple
Replies: 1
Views: 3888

Re: suppression multiple

Bonjour, Je viens juste de poster un demo: https://www.csprousers.org/forum/viewtopic.php?t=5313 Cela vous facilitera grandement dans la resolution de ce probleme. Il y a plusieurs facons d'effacer une ligne dans les applications CSPro. Cependant, dans le demo que j'ai poste, vous allez voir que la ...
by htuser
February 13th, 2023, 12:05 pm
Forum: Entry
Topic: HTMLDialog select and choice
Replies: 7
Views: 6452

Re: HTMLDialog select and choice

This topics give us a great way to have a more dynamic on the fly checkbox. Thanks to Novaeus and Greg. I posted a basic demo implementing a small lib to simplify this. It based on the following two functions: 1) SelectJson with three arguments: a) A string: titleName who will display the heading te...
by htuser
January 25th, 2023, 7:03 am
Forum: Feature Requests
Topic: Main Dictionary: Writecase and Sync in logic
Replies: 5
Views: 4432

Re: Main Dictionary: Writecase and Sync in logic

Since this post, it become more realistic to have: i) automatic and silent sync; ii) writecase on the main DCF; in CSPro because SQLite team is implementing theses technologies: a) https://sqlite.org/wasm/doc/trunk/news.md b) https://sqlite.org/hctree/doc/hctree/doc/hctree/index.html The first is al...