Re: A Silly Question

2016-08-14 Thread dunbarx
Hi. Do you mean "scrollBarDrag? This message is sent whenever you click on one of the arrows, and of course if you drag the thumb. Craig Newman -Original Message- From: Roger Guay To: How to use LiveCode Sent: Mon, Aug 15, 2016 12:44

A Silly Question

2016-08-14 Thread Roger Guay
After all these years I discover I don’t know how to script the little scrollbar control that has the little up and down arrows. What do you monitor to determine if the user clicked one or the other of these arrows? I’m sure to be mortified by the answer. Thanks, Roger

Re: MergeMK at getting Lat and Log on drop of marker?

2016-08-14 Thread Monte Goulding
Hi John There’s a callback for draggable annotation pins. The way I’ve done this in the past is drop a draggable annotation at the center coordinate and let the user relocate it. You can also get the annotation coordinate at any time using mergMKAnnotationGet. Cheers Monte > On 15 Aug 2016,

MergeMK at getting Lat and Log on drop of marker?

2016-08-14 Thread JOHN PATTEN
Hi All, For those of you that have used MergeMk (Google Maps) extension in Livecode, is is possible to get the latitude, longitude of a user’s click on the map? Or, if they drop a marker at a specific location, is it possible to get the latitude and longitude of the marker? Thank you! John

Re: list field question

2016-08-14 Thread dunbarx
Simple to do. Here is an example if you want to protect line 2: local tLine on mouseDown put word 2 of the selectedLine into tLine end mouseDown on mouseUp if word 2 of the mouseLine = 2 then select line tLine of me end mouseUp This leaves the currently selected line intact. You can

RE: Create ean-13 barcode in LiveCode

2016-08-14 Thread Lynn Fredricks
> Has anyone taken the time to create EAN-13 or UPC barcodes > directly in LiveCode? Valentina Reports ADK for LiveCode supports several barcode standards. Best regards, Lynn Fredricks Paradigma Software http://www.paradigmasoft.com Valentina SQL Server: The Ultra-fast, Royalty Free Database

Re: Re : m4 audio and conversion

2016-08-14 Thread J. Landman Gay
Thanks, to you and Scott for the software suggestions. The client has an AV studio and all the fancy software, and he would do the conversions himself. He's still not keen on using mp3 but is weighing the pros and cons. Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: list field question

2016-08-14 Thread J. Landman Gay
I've done this in the past by faking it. Set the textcolor of the line to a light gray. Then in the mouseUp handler, check the textcolor of the clickline and if it's gray, ignore it. Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: list field question

2016-08-14 Thread Rick Harrison
Some things in life although they seems like they should have a simple solution many times they do not, and require a more difficult/complex solution. Just my 2 cents.. Sorry if it doesn’t help much. Rick > On Aug 14, 2016, at 11:32 AM, jbv wrote: > > Mike > Thanks for

Re: list field question

2016-08-14 Thread jbv
Mike Thanks for the effort, but I need something simpler. Your suggestion with mousedown/mouseline already crossed my mind, but I was wondering if there was a property or something similar... For instance, this would be very handy : disable line 2 of fld "listField" Best, jbv On Sun, August

Re: list field question

2016-08-14 Thread Mike Bonner
I just tried a quick and dirty method, not fully fleshed but it might do what you need to if you can work out all the positioning.. I made a list field with enough entries to require scroll, then I made some graphic rectangles and lined them up with the lines I want to disable. Added 1 extra grc,

list field question

2016-08-14 Thread jbv
Hi list When a field behaves as a list, is it possible to temporarily disable certain lines of the field so that they aren't clickable nor selectable, while other lines remain selectable ? If yes, which property should I use ? I have searched the dictionary but to no avail... Thanks in advance.

Re : m4 audio and conversion

2016-08-14 Thread Frans Schoffelen
Hi Jaqueline, Since we run a small studio as well we routinely do a lot of audio conversions. For batch processing we use the Mac app Sound converter pro that uses multiple cores and can generate almost anything. I don't know the necessities or quality of your audio files but if they are

Re: Play m4a files on Windows 7

2016-08-14 Thread Dan Brown
A workaround could be to use html5's native audio player within livecodes browser to stream the m4a files http://www.w3schools.com/html/html5_audio.asp On 14 Aug 2016 4:53 am, "Scott Rossi" wrote: > >> I'm sure you're right. I'll tell him, but he's got the final say. > >