Activating tabs in a liveCode field

2016-03-05 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, I have a Word file containing tab characters. I want to drop it into a liveCode field, and have the tabs respected (all texts lined up) Can I do this ? Thanks for any ideas. -Francis ___ use-livecode mailing list use-livec

Re: Activating tabs in a liveCode field

2016-03-05 Thread Paul Dupuis
Look at https://livecode.com/products/thirdparty/currykenworthy/wordlib-2-0-0/ On 3/5/2016 6:19 AM, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > I have a Word file containing tab characters. > I want to drop it into a liveCode field, and have > the tabs respected (all texts lined

Re: Activating tabs in a liveCode field

2016-03-05 Thread BNig
Hi Francis, if you convert the word document to a RTF document then you could drop it onto a field from the finder. The field would have this script - on dragDrop put the dragData["files"] into tFiles put line 1 of tFiles into tAFile set the

Re: Use MouseLine() and still edit the same field?

2016-03-05 Thread Mark Mitchell
Thanks to Devin, Terry and Matt I tweaked Devin’s code a bit, and went with a global variable as otherwise it flashes and gives you an epileptic seizure! But, this works great: on mouseWithin — seems to work better than mousemove global PastWhichLine if pastWhichLine is empty then

Set htmlText in LC8 Browser

2016-03-05 Thread Terence Heaford
There seems to be an issue with set htmlText in LC8 Browser. The code below generates a chart using amCharts. It works in Safari with either Open File… or drag and drop. It works in a LC8 Browser by drag and drop It DOES NOT work in LC8 Browser by set html text. Can someone advise please? Th

Re: Use MouseLine() and still edit the same field?

2016-03-05 Thread Earthednet-wp
Mark, I had a situation where it thought I was French. Go to your setups or preferences and look at language settings. I also find that asking Google for info is useful, even for questions about livecode. Bill William Prothero http://es.earthednet.org > On Mar 5, 2016, at 5:17 AM, Mark Mitchell

Re: Release 6.7.10 RC 1 / 7.1.3 RC 1

2016-03-05 Thread Richard Gaskin
Good work - results more or less confirmed here. Might be good to submit that script with an enhancement request in the bug DB to see if those use cases can be optimized. Previous requests with other commands and functions yielded good opportunities for speed boosts, bringing v8 much closer t

Re: Release 6.7.10 RC 1 / 7.1.3 RC 1

2016-03-05 Thread Robert Mann
Added to that, it is a very nice and very respectful attention of the livecode team to maintain these last builds that are still governed by the perpetual licenses that existed in the previous century. (sigh.. mine stopped at 6.6.5 sniff!) -- View this message in context: http://runtime-revol

Argy-Bargy

2016-03-05 Thread RM
I'm having some fun playing around with a properties palette to set control colours using RGB sliders: http://forums.livecode.com/viewtopic.php?f=7&t=26725&p=139233#p139233 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Release 6.7.10 RC 1 / 7.1.3 RC 1

2016-03-05 Thread [-hh]
> Richard G. wrote: > .. results more or less confirmed here > Task (=1 x mouseUp): 100 repeats of find the minimum of 1000 integers > > Mac (Mac mini, i5-2.5GHz, dualC) > Version: replaceText - replace - min() - sort > 6.7.10-rc1: 0.30 - 0.07 - 0.06 - 0.21 (worst timing of 10 x mouseUp) > 7.1.3 -

Re: HTML5 teaser

2016-03-05 Thread Mark Wieder
On 03/04/2016 10:43 PM, Lyn Teyla wrote: The whole point of HTTPS is _not_ just to authenticate the website, but also to encrypt the data in transit: Yes, but only in transit. The latter question had already been addressed in my earlier reply... Yes, I missed the earlier reply. Just didn't

Re: HTML5 teaser

2016-03-05 Thread Colin Holgate
I may have missed a reply too. Which one covered the question of the PDF remaining encrypted after the user has downloaded it? > On Mar 5, 2016, at 4:26 PM, Mark Wieder wrote: > > On 03/04/2016 10:43 PM, Lyn Teyla wrote: >> The whole point of HTTPS is _not_ just to authenticate the website, bu

Re: HTML5 teaser

2016-03-05 Thread Mark Wieder
On 03/05/2016 01:46 PM, Colin Holgate wrote: I may have missed a reply too. Which one covered the question of the PDF remaining encrypted after the user has downloaded it? Sorry, I cleaned out my mailboxes earlier. Look for Lyn's longer reply about three levels back in this discussion. --

Re: HTML5 teaser

2016-03-05 Thread Lyn Teyla
Colin Holgate wrote: > I may have missed a reply too. Which one covered the question of the PDF > remaining encrypted after the user has downloaded it? You added the following 5 requirements after my response containing the suggested implementation: 1. The PDF file itself is also to be encryp

Target controls on a card that are *not* part of a placed groups

2016-03-05 Thread Sannyasin Brahmanathaswami
  I'm trying to customize some development tools. A typical use case it to be able to change the button style of all the buttons on a card, but I don't want to touch the style of buttons that are part of top and bottom nav bars that are placed on all cards.  I need to be able to go into a review

Re: Target controls on a card that are *not* part of a placed groups

2016-03-05 Thread Charles Warwick
On 6/03/2016 2:54 pm, Sannyasin Brahmanathaswami wrote: I'm trying to customize some development tools. A typical use case it to be able to change the button style of all the buttons on a card, but I don't want to touch the style of buttons that are part of top and bottom nav bars that are plac