Generating Random numbers to conform a distribution (David V Glasgow)

2022-06-08 Thread Hillen Richard via use-livecode
Perhaps this helps: I needed lists of samples that obeyed a certain distribution for a few random experiments. I created these with help of built-in Excel-functions and then imported them into Livecode. Richard. ___ use-livecode mailing list

How to Do: Download per http

2022-04-01 Thread Hillen Richard via use-livecode
Helo Paul, It works! Thank you! Richard. > > > On 3/31/2022 3:00 PM, Hillen Richard via use-livecode wrote: >> Hello, >> >> My Mac is by usb connected to an iPhone, on which is running the >> data-aggregator Phybox.app and aggregates the sensor-data of the

How to Do: Download per http

2022-03-31 Thread Hillen Richard via use-livecode
Hello, My Mac is by usb connected to an iPhone, on which is running the data-aggregator Phybox.app and aggregates the sensor-data of the internal acceleration-sensor. On Mac, when I write into the Safari address bar "http://192.168.178.66/export?format=1“, I receive the sampled data in a

Re: Has anyone experience of GPS on iPhone?

2020-05-06 Thread Hillen Richard via use-livecode
Hello Graham, 20 years ago I started to use GPS-technique and found the same mysteries as you do now. I learned that there a two main reason for the variation of location data: Atmosperic density variations cause short term runtime variations and Different relativ positions of satellites cause

Re: use-livecode Digest, Vol 196, Issue 13

2020-01-13 Thread Hillen Richard via use-livecode
Hello Brian, Hello Phil > Message: 4 > Date: Sun, 12 Jan 2020 17:00:58 -0500 > From: Brian Milby > To: How to use LiveCode > Subject: Re: shell() and pdftotext > Message-ID: <565b0e85-464e-4a5b-9227-c6ab100b64ca@Spark> > Content-Type: text/plain; charset="utf-8" > > My guess is that shell

shell() and pdftotext

2020-01-12 Thread Hillen Richard via use-livecode
Hello, I want to extract .txt from a pdf-file using Livecode 9.5 on macOS Catalina. Therefore I installed from http://www.xpdfreader.com/ the xpdf-tools-mac-4.02 and using the Terminal with „pdftotext /Users/hillen/Desktop/inter.pdf“ I get a clean text-file inter.txt. Wonderful! So I

Livecode 9.5, BrowserWidget, Community Edition

2020-01-08 Thread Hillen Richard via use-livecode
Hello, I want to show a .pdf with url httpAdress, so I got a fresh widget named „Browser“ and did a button with the script on mouseup put "https://programmausdruck.br.de/radio/br-klassik/programmkalender/br-klassik120.jsp?day=2020-01-09; into httpAdress set the url of widget "Browser" to

Get only Pathname of a dragdropped Object

2018-04-23 Thread Hillen Richard via use-livecode
Thank you all for your help! Richard. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Get only Pathname of a dragdropped Object

2018-04-22 Thread Hillen Richard via use-livecode
Hello list, I´m looking for a solution to get the path to a Folder by dragdropping it into my (macOS)app without that the whole Folder is copied in the drgdrop-process. Is there a solution? Thank you in advance, Richard.. ___ use-livecode

Re can?t save Standalone

2017-12-11 Thread Hillen Richard via use-livecode
Hello, thank you for your helpfull answers. -> Richard Gaskin: syserr is 2, wrong adress -> Mike Bonner: Standalone tries to save the datastack in folder Contents/MacOS of the App-Package; I changed the folder to Resources/_MacOS and it worked ok. Richard H.

can´t save Standalone

2017-12-09 Thread Hillen Richard via use-livecode
Hello, There is - in splash screen method - a very simple stack Main with a substack Data, used since 2007. Stack Main opens stack Data. In stack Data there is a button "Save" with script "save this stack if the result is not empty then answer the result" Using this proved datastack-method in