Search found 930 matches

Go to advanced search

by Bruce Stuart
Fri May 25, 2018 4:00 pm
Forum: Issues
Topic: All IOS xCode Exports - Take 2 Times to Work
Replies: 32
Views: 8143
 
Jump to post

All IOS xCode Exports - Take 2 Times to Work

Serhii and Tom, Auto update is wonderful - WHEN IT WORKS - WHICH IS INFREQUENTLY. I have or had auto update on for a number of our products. Here are the flaws and deficiencies: It DOES NOT work on all devices / all networks. It seems that users with either less space on their phones / icloud or 3rd...
by Bruce Stuart
Wed May 23, 2018 6:34 am
Forum: Issues
Topic: All IOS xCode Exports - Take 2 Times to Work
Replies: 32
Views: 8143
 
Jump to post

All IOS xCode Exports - Take 2 Times to Work

Hello, I have a number of projects I work with Each day. For each project today, and for the past week or so - when exporting to xCode - on the first try - the build almost always fails. If I press 'retry' the export - it succeeds on the second try. If the process only took say 2 minutes - this woul...
by Bruce Stuart
Tue May 15, 2018 7:16 pm
Forum: Issues
Topic: put a varible inside quotes
Replies: 1
Views: 810
 
Jump to post

put a varible inside quotes

var sNumber = "1000" ; var sStatusWords = ' " status" : " ' + sNumber + ' " ' ; console.log( sStatusWords ) ; the word 'Number' and it's variants - are close to or 'are' reserved words - be careful. We use: s To prefix any string variable n to prefix any number d to pre...
by Bruce Stuart
Mon Apr 23, 2018 6:07 pm
Forum: Issues
Topic: Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state
Replies: 12
Views: 2974
 
Jump to post

Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state

Serhii,

Per your email - I've provided the additional information.

Thanks for moving this forward. It's critical and appreciate the quick replies.

Bruce

by Bruce Stuart
Mon Apr 23, 2018 6:04 pm
Forum: Issues
Topic: App reverts back to previous version automatically
Replies: 6
Views: 1220
 
Jump to post

App reverts back to previous version automatically

Vinny, Press export / auto-update (that is the flickering - auto update is loading the last update - if you were to watch it in the simulator - you would see the files loading in the console - just before auto update kicks in) ... and auto update will have your most recent version..... (Auto update ...
by Bruce Stuart
Fri Apr 20, 2018 4:00 pm
Forum: Issues
Topic: Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state
Replies: 12
Views: 2974
 
Jump to post

Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state

This log gives you / the developers everything they need to recreate the issue. The bottom part of the log - tells you what the value of EACH of the inbound parameters was a the time of execution (so that they can simply enter the same parameters to recreate this issue - with this script) - and the ...
by Bruce Stuart
Fri Apr 20, 2018 3:53 pm
Forum: Issues
Topic: Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state
Replies: 12
Views: 2974
 
Jump to post

Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state

Here's the 'exception' that stops execution of the script - which is NOT supposed to stop execution of the script - it IS supposed to transfer execution to the catch (e) portion of the script - so it can be handled gracefully - instead of killing the execution of the script. 20.4.2018, 8:34:01 PM: S...
by Bruce Stuart
Fri Apr 20, 2018 3:51 pm
Forum: Issues
Topic: Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state
Replies: 12
Views: 2974
 
Jump to post

Server Scripts - Are not allowing Try{} catch {} on Important DB Operations, and fail out to the 'outer' catch (e) state

Serhii - the provided log - IS the trace tab.

The 'exception' is what is supposed to have been caught by the 'catch (e) statement.'.

Bruce

Go to advanced search