Re: [OT] Blind Deconvolution Algorithm

2017-11-27 Thread Alejandro Tejada via use-livecode
Hi Bob, Bob Sneidar wrote: > The first thing I noticed in the article was that the source image > was artificially blurred, that is mathematically. > I wonder how it would do with an analog optically blurred image, > or one which was taken through a dirty lens? The article uses artificially blurr

Re: RESTful PUT error

2017-11-27 Thread Alex Tweedly via use-livecode
"programming pattern" I (sometimes) do something like this - so that each and every line of additional output looks and feels the same, e.g. put "something" & CR after tVariable put "something else" & CR after tVariable etc. i.e. every line finishes with   "  & CR after tVariable " so that ca

Re: [OT] Blind Deconvolution Algorithm

2017-11-27 Thread Bob Sneidar via use-livecode
The first thing I noticed in the article was that the source image was artificially blurred, that is mathematically. I wonder how it would do with an analog optically blurred image, or one which was taken through a dirty lense? Bob S > On Nov 23, 2017, at 09:26 , Alejandro Tejada via use-liv

Re: RESTful PUT error

2017-11-27 Thread Bob Sneidar via use-livecode
Why do you set the httpHeaders to empty just before you set them to something? Bob S > On Nov 27, 2017, at 04:27 , Todd Fabacher via use-livecode > wrote: > > *--Build the REST API Header* > > *set* the httpHeaders to empty > > *put* "Accept: application/json" & CR after tHeaders > > *pu

Re: "export snapshot" still NOT in 8.1.7

2017-11-27 Thread Richard Gaskin via use-livecode
Richmond Mathewson wrote: > Thanks for the suggestion. > > I modified my code to read like this: > > *on**mouseUp* > > ** > > ***export**snapshot from **group**"horror" **to**file "TestExport.png" > as PNG* > > ** > > ***puttheresult* > > ** > > *end**mouseUp > > * > > *and the Message Bo

Re: "export snapshot" still NOT in 8.1.7

2017-11-27 Thread Richmond Mathewson via use-livecode
Thanks for the suggestion. I modified my code to read like this: *on**mouseUp* ** ***export**snapshot from **group**"horror" **to**file "TestExport.png" as PNG* ** ***puttheresult* ** *end**mouseUp * *and the Message Box oponed, displaying nothing. * *Richmond. * On 27/11/1

Re: "export snapshot" still NOT in 8.1.7

2017-11-27 Thread Richard Gaskin via use-livecode
Richmond Mathewson wrote: > With LC 7.1.4 on Mac OS 10.7.5 the default folder on my machine is > automatically set to > > /Users/richmondmathewson/LiveCode > > and exported snapshots end up there unless I specify otherwise. > > If I export a snapshot using the Message Box I get an acknoewledgemen

Re: "export snapshot" still NOT in 8.1.7

2017-11-27 Thread Brian Milby via use-livecode
Try this: put the defaultfolder My guess is that it is now a non-writable destination which is why you are not seeing a new file. On Mon, Nov 27, 2017 at 12:13 PM Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > With LC 7.1.4 on Mac OS 10.7.5 the default folder on my

Re: Replacetext taking forever under 8.1.7

2017-11-27 Thread Brian Milby via use-livecode
Just tried this snip: *-- revidelibrary.8.livecodescript full path in the text field**put* url ( "file:" & the text of field "fileName") into holdIt1 *put* the milliseconds into tStart *put* replacetext(holdIt1,"[ ]{2,10}",empty) into holdIt *put* the milliseconds into tEnd *put* cr & tEnd - tSta

New Books/Dictionary

2017-11-27 Thread Alejandro Tejada via use-livecode
James Hale wrote: > For those wanting to read the docs in an i-device > Dash for iOS is FREE. > I have posted some screenshots on the forum > if you want to see how the docs look. > http://forums.livecode.com/viewtopic.php?f=16&t=29745&p=160713#p160712 Really nice! Thanks a lot for posting these

Re: "export snapshot" still NOT in 8.1.7

2017-11-27 Thread Richmond Mathewson via use-livecode
With LC 7.1.4 on Mac OS 10.7.5 the default folder on my machine is automatically set to /Users/richmondmathewson/LiveCode and exported snapshots end up there unless I specify otherwise. If I export a snapshot using the Message Box I get an acknoewledgement "true". In 8.1.4 upwards the IDE d

Re: Replacetext taking forever under 8.1.7

2017-11-27 Thread panagiotis merakos via use-livecode
Hi Bruce, If the same code snippet takes 20 mins in 8.1.7 and 1 second in 7.1.4, this is definitely a bug. Please do file a report in quality.livecode.com, and make sure you attach a simple sample stack that demonstrates the problem for you. Regression bugs have higher priority, so I would expect

Printing a Browser widget

2017-11-27 Thread Terence Heaford via use-livecode
Has there been any progress with the Browser Widget being incorporated into print card? If not is there a timescale for this? Thanks Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: New Books/Dictionary

2017-11-27 Thread Sean Cole (Pi) via use-livecode
Amazing, Thanks James Sean Cole *Pi Digital Productions Ltd* www.pidigital.co.uk +44(1634)402193 +44(7702)116447 'Don't try to think outside the box. Just remember the truth: There is no box!' 'For then you realise it is not the box you are trying to look outside of, but it is yourself!' eMail Ts

Re: New Books/Dictionary

2017-11-27 Thread James Hale via use-livecode
For those wanting to read the docs in an i-device Dash for iOS is FREE. I have posted some screenshots on the forum if you want to see how the docs look. http://forums.livecode.com/viewtopic.php?f=16&t=29745&p=160713#p160712

Re: RESTful PUT error

2017-11-27 Thread Todd Fabacher via use-livecode
What are you setting your headers to?? Are you sending JSON or posting a form?? This is to send a form and get back JSON. You may also want XML or TEXT FYI, most RestAPI use POST. *--Build the REST API Header* *set* the httpHeaders to empty *put* "Accept: application/json" & CR after tHeader

[ANN] This Week in LiveCode 108

2017-11-27 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #108 here: https://goo.gl/NKEwjN This is a weekly newsletter about LiveCode, focussing on what's been going on in and around