Search found 37 matches

Go to advanced search

by kevinmcisaac
Fri Oct 09, 2020 7:22 am
Forum: Issues
Topic: Datatable not updating after long running "Run Typescript"
Replies: 4
Views: 2047
 
Jump to post

Re: Datatable not updating after long running "Run Typescript"

I found a fix. My code was written to remove multiple updates of the variable used in the datatable to just a single update. The original code where the datatable did not work was. this.logTable = []; // The variable used in the data table for (const file of fileList) { const contents = await readFi...
by kevinmcisaac
Fri Oct 09, 2020 5:17 am
Forum: Issues
Topic: Datatable not updating after long running "Run Typescript"
Replies: 4
Views: 2047
 
Jump to post

Datatable not updating after long running "Run Typescript"

I have a button with a CLICK event with a "Run Typescript". This script takes a few seconds to complete while it reads and processes data. The data is pushed into a varialble (logData). I then have a datatable with rows set to this variable and [hidden] logData.length==null. After the butt...
by kevinmcisaac
Fri Oct 09, 2020 5:05 am
Forum: Issues
Topic: ERROR TypeError: _co.deleteallClick__j_97 is not a function
Replies: 1
Views: 1114
 
Jump to post

ERROR TypeError: _co.deleteallClick__j_97 is not a function

I've had similar problem to this a few times today. I changed a screen, then tested the app and got the errror below. The screen I changed was unrelated to the screen with the error. To fix this I unset the click event for the button on the settings page, then set it again. When I test the app the p...
by kevinmcisaac
Thu Oct 08, 2020 10:21 pm
Forum: Issues
Topic: Intent filter for CSV
Replies: 3
Views: 1691
 
Jump to post

Intent filter for CSV

I want to register my android app to view a file when a user tries to open it. According to this https://stackoverflow.com/questions/32096705/android-intent-filter-to-be-notified-of-an-attempt-to-view-a-csv-file-in-the-dow I need to add an intent-filter, where do I do this in appery? Any documentati...
by kevinmcisaac
Thu Oct 08, 2020 10:17 pm
Forum: Issues
Topic: Loading the igc-parser
Replies: 3
Views: 1745
 
Jump to post

Re: Loading the igc-parser

Thanks for the reply. I copied the code in to a method and got that working.

by kevinmcisaac
Thu Oct 08, 2020 9:00 am
Forum: Issues
Topic: Loading the igc-parser
Replies: 3
Views: 1745
 
Jump to post

Loading the igc-parser

I want to use this package, https://github.com/Turbo87/igc-parser but I can't figure out how to import or call it.

by kevinmcisaac
Mon Oct 05, 2020 9:29 am
Forum: Issues
Topic: Uploading a CSV file to a variable
Replies: 1
Views: 1403
 
Jump to post

Uploading a CSV file to a variable

I want to upload a CSV file that is on my device into a variable in my app so I can processes it. On the import page I added: an <input type=file> which is bound to the variable filePath to set the filepath to load from. an readonly <input> which is bound to the variable filePath to show the filepat...

Go to advanced search