Search found 2 matches

by niconiko
Thu Apr 18, 2019 4:10 am
Forum: Talking LiveCode
Topic: advice for speeding up parts of my script
Replies: 1
Views: 2819

advice for speeding up parts of my script

Astonished by how many seconds parts of my scripts are taking!

*************************************************************************
PART #1... which takes 10 secs, even after trying (a) "offset" instead of "is not among", and (b) replacing t_chars_allowed_for_Roman_reference with the actual ...
by niconiko
Wed Aug 29, 2018 3:38 am
Forum: HTML5
Topic: Browser problems?
Replies: 7
Views: 12623

Re: Browser problems?

To update --hh's advice and the LC doc's (plus for my own future reference) ...

1. To set the Python path on Windows, either:
C:\Python[version number]
C:\Users\(Your logged in User)\AppData\Local\Programs\Python\Python[version number]
(For even more deail, visit [url]https://www.pythoncentral.io ...