Re: Livecode's math precision

2015-03-17 Thread mikedoub
Thanks Peter.    Just the info I needed.   Regards,    Mike   Original Message   From: Peter W A Wood Sent: Tuesday, March 17, 2015 9:55 PM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: Livecode's math precision Mike This explanation from Mark Waddingham confirms that

Re: charWrap

2015-03-15 Thread mikedoub
It it totally livecode.     Original Message   From: Richmond Sent: Sunday, March 15, 2015 4:12 PM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: charWrap On 15/03/15 22:00, Michael Doub wrote: Richmond, You might find the SoftLineBreaks function of the MasterLibrary of

Re: Because LC can't do two things at once.

2015-03-02 Thread mikedoub
It will be added when the linux part is sorted out. :) Mike   Original Message   From: Mike Kerner Sent: Monday, March 2, 2015 9:35 AM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: Because LC can't do two things at once. that doesn't suck and ought to be in the

Re: Mobile cloud storage

2015-02-04 Thread mikedoub
Sure, I would be happy to share when the fog lifts. :-)   Original Message   From: Mike Bonner Sent: Wednesday, February 4, 2015 11:03 AM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: Mobile cloud storage Michael D., IF you DO get to where you understand the authentication

Re: Late to the party

2014-12-31 Thread mikedoub
The real issue is that those of us that have been working with standard devices don't know how to help you.   I sure folks will share any info we have, but you are charting new territory..at least for those on this list.   Mike   Original Message   From: Richmond Sent: Wednesday, December 31,

Re: [OT] baby

2014-11-27 Thread mikedoub
Best wishes to you and your family.  It truly is a day for Thanksgiving.   And maybe we all have a new microcoder among us!  That would be grand.  ‎:-) Mike   Original Message   From: Ralph DiMola Sent: Thursday, November 27, 2014 8:43 PM To: How to use LiveCode Reply To: How to use LiveCode

Re: how to detect insertion point

2014-10-05 Thread mikedoub
What about exitfield? Mike   Original Message   From: la...@significantplanet.org Sent: Sunday, October 5, 2014 10:45 PM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: how to detect insertion point Thanks Kay, For some reason, neither focusIn nor focusOut works. I can get

Re: Printing a Sign

2014-09-22 Thread mikedoub
‎Steven, Thanks for you clue about Acrobat Reader. It was trivial making a large PDF in livecode. And printing with reader was equally as simple.  I can keep my lack of printing experience run going a bit longer. :-) Many thanks,    Mike   Original Message   From: stephen barncard Sent:

Re: file size

2014-09-22 Thread mikedoub
‎To be technically correct divide by 1024.   Mike   Original Message   From: la...@significantplanet.org Sent: Monday, September 22, 2014 8:21 PM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: file size Thanks Paul and Alex and Richard, I ended up using Paul's code: on

Re: How To: Manage columns of data (was Re: How To: Delete columns of data)

2014-09-06 Thread mikedoub
I agree!    Next... :-)   Original Message   From: Peter M. Brigham Sent: Saturday, September 6, 2014 7:25 AM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: How To: Manage columns of data (was Re: How To: Delete columns of data) That was fun! And useful! -- Peter Peter M.

Re: how to stop mouse clicks from executing?

2014-09-01 Thread mikedoub
‎ How about setting the cursor to none and locking the cursor‎? Mike Original Message   From: Richmond Sent: Monday, September 1, 2014 1:59 PM To: How to use LiveCode Reply To: How to use LiveCode Subject: Re: how to stop mouse clicks from executing? On 1.09.2014 20:23,

Re: how to read/write data on Android?

2012-03-18 Thread mikedoub
Misery loves company. I saw your posting this morning so I tried to save settings in my app. No Luck. I seem to be having the same problem. -= Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: Nicolas Cueto nicon...@gmail.com Sender:

Re: how to read/write data on Android?

2012-03-18 Thread mikedoub
I am trying a binary file. Is there any thing special about the type of the file? I would not expect so. -= Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: J. Landman Gay jac...@hyperactivesw.com Sender:

Jpeg meta data

2012-03-04 Thread mikedoub
Is there a livecode library that allows editing of a jpeg image meta data? Thanks -= Mike Sent from my BlackBerry device on the Rogers Wireless Network ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: How to use an array to solve the following...

2012-02-20 Thread mikedoub
Bob, Can you give a quick example of this? I have always used for each line in the keys of array. Thanks Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: Bob Sneidar b...@twft.com Sender: use-livecode-boun...@lists.runrev.com Date:

Re: How to use an array to solve the following...

2012-02-20 Thread mikedoub
Pete, you are correct. Lines of the keys are not sorted. Bob, thanks. I have not ever seen element used before. Interesting. -= Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: Pete p...@mollysrevenge.com Sender:

Re: Using DropBox for Faster Mobile Development

2012-02-18 Thread mikedoub
Thanks for the advise Peter. In this case I was just experimenting to see if the return character was being passed in as part of the line chunk. Using a repeat in this case was just to test another case of the line construct. -= Mike Sent from my BlackBerry device on the Rogers Wireless

Re: Recreating a binary stack from xml text

2012-02-18 Thread mikedoub
I think the real intent is to get a livecode application into a format where you can use standard configuration management tools to store versions and track differences. In theory if the components were broken out separately, then you could have multiple people working on the same app at the

Re: Recreating a binary stack from xml text

2012-02-18 Thread mikedoub
I would prefer something that is easily human readable. Xml might work as long as the scripts and object properties are presented in a clear and readable enough fashion. I know that my teams have spent many hours going thru diffs in different version of software looking to find exactly what

Re: Using DropBox for Faster Mobile Development

2012-02-17 Thread mikedoub
I am linking to files, not folders. Statements 1 and 2 are doing exactly what is expected. Only the third statement with the correct URL in the variable is not working. The following works just fine: go URL http://dl.dropbox.com/u/4379494/LiveCode/test.livecode; Where the following does

DataGrid Question

2011-10-18 Thread mikedoub
I am trying to build a contact list with a datagrid with a spacer bar between each alphabetic group of names. I was thinking to use the non-fixed length attribute of the data grid and adjust the size and make the spacer visible in the LayoutControl handler. Does anyone have an example as to