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 use-live

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 .xls-f

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 can?

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 hopefully

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 ht

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 mailin

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

Standalone stops running (Hillen Richard)

2016-09-01 Thread Hillen Richard
Hello all together, problem solved,I´m very relieved. > -> Richard Gaskin > Hello Richard., Stack Data is a substack of stack main; it is automatically choosen in „Stacks in the selected stack file". > -> Klaus major-k > looks like it is as bad as I was afraid of when I read the filename:

Standalone stops running

2016-08-31 Thread Hillen Richard
Hello, in the beginning of this year I wrote on OS X 10.6. with Livecode 8.0.1 a splash stack (stack main and substack Data), which runs fine in the delveloper environment and as standalone. In the last week I changed a litte bit in the Data substack, using OS X 10.6.11, Livecode 8.0.2 again.

German Umlaut ä in Name of Standalone stops Starting

2016-05-31 Thread Hillen Richard
Hello list, I tried my first steps to Livecode8.0 on OS X 10.11.5, took a stack, which run in 6.7.8, made a standalone in 8.0.1 and it worked. Fine!! Hereafter I changed the name of the standalone from pk-adressbuch_2_00_Gaeste.app to pk-adressbuch_2_00_Gäste.app, („Gäste“ is „Gaste“ with a-U

Wrong iOS SDK?

2016-02-19 Thread Hillen Richard
Hello list, after using livecode for standalones on OS X now I want to make my first iOS Compilation using livecode 6.7.8 or 7.1.1. My Xode ist version 7.2.1. In Livecode/Preferences/Mobile Support the list of development SDKs is empty. If I try to add an entry choosing my XCode I get the answ

Image Scaling Problem

2016-01-19 Thread Hillen Richard
Hello List, I just imported a 500x500px image as control into a stack, resized it using its handles to about 100 x 100 px, saved the stack and closed livecode. After restarting livecode and reopening the stack the size of the image was again 500 x 500px. What may I do to make the scaling perma

Re: Data Validation of copied Data in a field

2015-10-09 Thread Hillen Richard
you leave the field > after pasting text??? Very odd! You can use the textChanged message, but that > will get triggered every time someone types text. That would be very hard to > work with, timing loops and all. > > Try setting a breakpoint in your closeField handler then pasting te

Data Validation of copied Data in a field

2015-10-09 Thread Hillen Richard
Hello list, until now I used the closefield message to validate data typed into a field. This worked until someone copied the data into the input field. To validate such copied data too, I look for a method / message to trigger the data validation after pasting. But I didn´t find a solution. The

unsure about my LiveCode VersionNr.

2014-12-12 Thread Hillen Richard
Hello again, On Mac OS X looking into the file information (Command-I), I read "6.7.0.5012"; Looking into the running IDE, LiveCode - About Livecode, I read "LiveCode 7. What is the truth? May you help? Thank you, Richard H. ___ use-livecode mailing li

Re: can?t change the layernumber of fields in a stack

2014-12-12 Thread Hillen Richard
charset=UTF-8 > > On Thu, Dec 11, 2014 at 6:02 AM, Hillen Richard > wrote: > >> >> There is a stack with three bkgnd-fields and layer 1,2,3, which is also >> the tab order. >> I want to change the layer-number to get an other tab-order. >> > > Yo

can´t change the layernumber of fields in a stack

2014-12-11 Thread Hillen Richard
Hello, There is a stack with three bkgnd-fields and layer 1,2,3, which is also the tab order. I want to change the layer-number to get an other tab-order. I tried to change the layer-number in the Inspector / Size & Position; but it didn´t work. May you help? Thank you, Richard.