Re: 9.5.0 crash to desktop

2019-08-13 Thread axwald via use-livecode
a "Snipping Tool" ...) 3. Go to the MS store <https://www.microsoft.com/en-us/search/shop/apps?q=screenshot&devicetype=pc&Price=0> and choose one among the many free screenshot tools ;-) Have fun! (axwald @ forums.livecode.com) - • Livecode programming until the ca

Re: array and revExecuteSQL

2019-05-16 Thread axwald via use-livecode
Hi. Paul Dupuis via use-livecode wrote > I believe you need to surround the placeholder with single quotes. Doesn't work, my LC doesn't do the replacement: > UPDATE `t_test` SET `Text` = ':11' WHERE `Nummer` = ':22'; and > UPDATE `t_test` SET `Text` = :'11' WHERE `Nummer` = :'22'; are sent to the

Re: array and revExecuteSQL

2019-05-15 Thread axwald via use-livecode
Hi, the notation for revExecuteSQL you mention only works with 1-digit numbers (in my LC 6.7.10). Named arrays and 2- or more digit entries don't work - LC doesn't translate 'em. You can easily check this with your favorite network sniffer: > put "bText" into myArr[11] > put "99" into myArr[22] >

Re: Where does LiveCode/Windows store specialFolderPath("Resources") data?

2018-10-03 Thread axwald via use-livecode
pecialFolderPath("Resources") You may assume _not_ to have write permissions in the program folder (in modern OSses). For user data there is the SFPs "documents" and "temporary". Have fun, axwald (@ forums.livecode.com) - • Livecode programming until the ca

Re: Mobile Check Bandwidth Function

2017-07-03 Thread axwald via use-livecode
ways). Calling INTest(true) additionally gives the latency on line 2. Since this is small and not intrusive at all I can call it quite often to monitor IN quality even on mobile. Have fun! axwald - • Livecode programming until the cat hits the fan • -- View this message in context: http:/

Re: SHA1 cracked .... What are the chances this will be addressed in LC?

2017-03-02 Thread axwald via use-livecode
Hi, Dr Peter Brett wrote > On 24/02/2017 18:47, axwald via use-livecode wrote: > [...] >> Not a specialist regarding this, but wouldn't it be possible to interface >> such? >>> https://github.com/jedisct1/libsodium >> >> @Lagi: The first customer alr

Re: SHA1 cracked .... What are the chances this will be addressed in LC?

2017-02-24 Thread axwald via use-livecode
Hi, few days ago I read about PHP incorporating a modern crypto lib now: > https://dev.to/paragonie/php-72-the-first-programming-language-to-add-modern-cryptography-to-its-standard-library Not a specialist regarding this, but wouldn't it be possible to interface such? > https://github.com/jedisct

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-23 Thread axwald via use-livecode
an imagine that would really be a benefit for all. Have fun! axwald @ the forum - • Livecode programming until the cat hits the fan • -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Configuring-a-Sublime-Text-project-to-notify-LiveCode-IDE-about-updates-to-scr

Re: Updating Text-Script Only Stacks in Run-Time, Message Path Memory

2016-11-07 Thread axwald
Hi, Sannyasin Brahmanathaswami wrote > ERGO conclude: editing a script only stack and saving it does *not* update > the "live" version of that file in memory that is in use by the engine. I'd assume this to be legit & desired behavior. Imagine, your StandAlone loads an utility stack from the web