Re: Release 6.7.10 / 7.1.3

2016-03-18 Thread Terence Heaford
LC 7.1.3 isn’t remembering stack size neither. Will revert back to previous stable releases to check. Terry > On 16 Mar 2016, at 19:14, RM wrote: > > It might just be time to forget 6.7.10 and move to the 7 series. > > Richmond. > > On 16.03.2016 21:05, Terence Heaford wrote: >> I might b

Re: server difficulties coming from LC7, or new host?

2016-03-18 Thread Phil Davis
David, Ralph, MarkW and others - THANKS for your feedback! This truly is an amazing community. I'll see if I can put together a recipe stack. Thanks to all - Phil On 3/16/16 11:46 AM, David Simpson wrote: Phil, Did you open a support ticket? I have found LiveCode to be very responsive. It w

Re: Re: ≠ or not equal

2016-03-18 Thread Richard Gaskin
-hh wrote: >> R.G. wrote >> If we were to look for not-equal-to operators that affect large >> numbers of people, it might be worth considering supporting "!=", >> since a majority of other languages support so for today's audience >> (and more importantly tomorrow's) that habit impacts orders of

Re: Re: Re: ≠ or not equal

2016-03-18 Thread [-hh]
> R.G. wrote > If we were to look for not-equal-to operators that affect large numbers > of people, it might be worth considering supporting "!=", since a > majority of other languages support so for today's audience (and more > importantly tomorrow's) that habit impacts orders of magnitude more

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread -hh
I deleted the four lines (*) of your function (see citation below) and inserted instead the following 4 lines, in that order, at end of it. set fixedLineHeight of fld tName to true set textSize of fld tName to 12 set textHeight of fld tName to 20 return (0,0,the formattedWidth of fld tName

Re: OT(ish): Selling software downloads - sales tax?

2016-03-18 Thread Matthias Rebbe
Graham, if you want to go the save way, then you should consider using a service like Fastspring, KAGI or other. They will fulfill the complete order,payment and deliver process for you including VAT if applicable. You will get your earnings and do not have to think about VAT. Since 1st Janua

Re: LiveCode & OpenCart

2016-03-18 Thread Sannyasin Brahmanathaswami
It's quite straight forward. i believe there were some old remote SQL examples around here... I have an old stack here from 2004 i can send to you. (email me off line) it's just a matter of entering the correct remote host. typical connection script looks like this on mouseUp put fld "db us

Re: Release 6.7.10 / 7.1.3

2016-03-18 Thread Terence Heaford
I must be losing it, I could have swore the previous versions saved the current size of the stack when closed and reinstated to that size when reopened. All versions open the stack window at the minimum size set in the stack properties. Is that correct please? Thanks Terry > On 16 Mar 2016

listBehavior and mouse btn 3

2016-03-18 Thread Randy Hengst
Hi All, I’m messing with listBehavior in fields really for the first time. I’ve set the listBehavior to true. All works well with mouse button 1… line highlights, code runs… But, while the code runs with mouse button 3 (right click), the line does not highlight. Am I missing a step, or is this

Re: ≠ or not equal

2016-03-18 Thread dunbarx
When I first started with LC, many of my handlers broke with "≠", and after a forum inquiry, I was told that LC is not HC, so use "<>". Well and good. but this was several versions ago, and I just tested again after all these years, and what do you know? "≠" works in v.6.8. I hate "<>". Cr

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread J. Landman Gay
On 3/18/2016 9:24 AM, -hh wrote: I prefer also the "old" stack (of Elanor?), so I use on LC 8 the following, what is at least 10 times faster than 'livecodeshare'. on mouseUp put specialFolderPath("engine") into p set itemdel to slash put "Tools/Toolset/palettes/revonline.rev" into last

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread -hh
William P. wrote: > So, I guess we can't count on the formattedHeight and formattedWidth > to return dimensions of a rect that will show all of the text in a field? Sorry? The (modified) function works here as it should, I wrote "works fine here". I think that simply the fixedTextHeight isn't set

Re: [ANN] tmControl2 v2.2 Released for LiveCode 7

2016-03-18 Thread Scott Rossi
FYI, on Sunday April 20 midnight PST, all introductory discounts for tmControl2 v2.2 will end. If you're looking for a complete set of mobile controls for iOS, with example code and implementations, tmControl2 is a good option. Visit http://tmtools.tactilemedia.com/tmcontrol2 for details. Regar

Re: using the SHELL function to GREP a body of text

2016-03-18 Thread J. Landman Gay
On 3/18/2016 10:57 AM, Peter TB Brett wrote: Indeed, "Implement an HTML parser using regular expressions" is a well-known prank project to suggest for inexperienced developers to waste their time on... I cannot pass up a chance to post the best reply ever written:

Re: OT(ish): Selling software downloads - sales tax?

2016-03-18 Thread Warren Samples
On 03/17/2016 01:06 PM, Graham Samuel wrote: I have been discussing the sale of a desktop product (developed with LC, obviously) with a colleague. We’re thinking of direct sales...He’s in the US ..sell a low volume of product purely as a download with no physical fulfilment...I am not sure abo

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread -hh
William, meanwhile I tested this in depth and must say that you are right with that: The formattedWidth and formattedHeight don't show the exact boundaries, as you wish. But from my knowledge of TeX I know, that this isn't obtainable for fonts that don't have an extremely optimized metric. This i

Re: Re: ≠ or not equal

2016-03-18 Thread Richard Gaskin
RM wrote: > So what? Big deal! Hardly worth the fuss! > > I just tried this: > > on mouseUp > put fld "fff" into FFF > if FFF is not 1 then >put "NOPE" > else >put "YEP" >end if > end mouseUp > > So it really doesn't matter that '≠' doesn't work in Linux. Or:

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Monte Goulding
So the argument against a Zip based format is mainly the fact that zip support is via an external? The compressed arrayEncode format would still need somewhere to save it as a file. The biggest issue I can see with it is non-LiveCode engine based build tools will be more complicated to implement

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Richard Gaskin
A bit ago I wrote: One small request if I may: please oh please don't make it yet another Zio-based format. I doubt you'd do that, as Zio-based formats only exist on planets in the Star Trek universe. Of course that's a typo. I meant "Zip-based". -- Richard Gaskin Fourth World Systems

Re: RevBrowser in 8.0.0 DP 15

2016-03-18 Thread J. Landman Gay
On 3/18/2016 2:46 AM, Peter TB Brett wrote: Have you tried opening the page in a browser widget, and then using the new "do _ in _" syntax to run some JS in the widget that sets "window.location.hash"? If that's not clear I can try and find the time to put together a full example for you... Th

using the SHELL function to GREP a body of text

2016-03-18 Thread jameshale
I have large bodies of xhtml/html text stored in an array which I would like to clean up using GREP. I have been using the 'replacetext' function to great effect but I have hit an impasse. There are some situations where I think I really need to use back references but LC's GREP does not allow the

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Richard Gaskin
Monte Goulding wrote: > So the argument against a Zip based format is mainly the fact that > zip support is via an external? Not entirely, but yes, the cumbersome calls needed to work with Zip and the next to drag the revZip externals around are a part of it. > The compressed arrayEncode form

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Richard Gaskin
Monte Goulding wrote: > Do you mean Zip based? I googled Zio and found nothing. Yep - see subsequent message. > Perhaps it's just me but I expected the package manager to be an IDE > thing and the standalone builder to provide options for deployment. I would imagine so, but ultimately it will pr

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Monte Goulding
Do you mean Zip based? I googled Zio and found nothing. Perhaps it's just me but I expected the package manager to be an IDE thing and the standalone builder to provide options for deployment. Sent from my iPhone > On 19 Mar 2016, at 9:21 AM, Richard Gaskin wrote: > > One small request if I m

Re: ≠ or not equal

2016-03-18 Thread RM
OK, Terry: Good point! The best thing to do, probably, is to remove the '≠' capability completely, cross-platform. Richmond. On 16.03.2016 14:03, Terence Heaford wrote: I didn’t say it mattered only that the two systems did not work the same. So, when you get a stack that has been created o

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread Richard Gaskin
William Prothero wrote: Is this a bug? Shouldn’t the formattedHeight and formattedWidth show the text? I’m content to use my margins adjustment, but hope it doesn’t need to be revisited in the future. If so, it’s a small thing, but... The code looks like it should work, and here formattedWid

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Peter TB Brett
On 18/03/2016 10:27, Rolf Kocherhans wrote: In LiveCode 8 I can no longer download Stacks (click Sample Stacks) from the online sample stack portal, the download/upload stack called „Sample Stacks“ is replaced with a link to http://livecodeshare.runrev.com. Will that stay, or is a better or di

Re: Re: ≠ or not equal

2016-03-18 Thread Richard Gaskin
Mark Wieder wrote: On 03/17/2016 07:02 AM, Richard Gaskin wrote: >>> "!=" is a good solution (as it is one out of the ASCCI 7-bit range). >> >> Agreed. I was very impressed Mark Wieder implemented that as quickly >> as he did - thanks Mark! > > > > @mwieder: Thanks for your contribution. Unfort

Re: Apple Development Certificate

2016-03-18 Thread panagiotis merakos
Hi Ralph, Scott Rossi posted this a month ago: --- If any of you are having difficulty building iOS standalones today, you're not alone. Apple's own Worldwide Developer Relations Certificate expired y

Re: Problems creating a field in LC8 DP16

2016-03-18 Thread Trevor DeVore
On Thu, Mar 17, 2016 at 9:58 PM, William Prothero wrote: > Folks: > My plot routines use fields as labels. Fields are created on the fly, the > plot image is captured, and the fields are deleted. In LC8 DP16, I find > that the field heights are messed up. I create the field and put text in it > u

Re: Interactive Tour

2016-03-18 Thread Ali Lloyd
Ah, the start center does (intentionally) close when you open a stack. But you can get it back from the Help menu. Note that most of the IDE functionality is disabled during the tour, so you won't actually be able to copy stuff to another stack. On Fri, Mar 18, 2016 at 9:30 PM RM wrote: > Wow!

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Richard Gaskin
Peter TB Brett wrote: On 18/03/2016 20:26, Richard Gaskin wrote: Separate from the question of security is a larger one: Is a stack repository even something we need/want the core dev team to be tasked with maintaining? R's CRAN, Python's PyPI, Perls CPAN, and others are all maintained by the

Re: Sample Stacks Stack in Livecode 8 - Gone ?

2016-03-18 Thread Richard Gaskin
Peter TB Brett wrote: > As far as I know, we plan to introduce a package management system > (with all of the capabilities that one might expect, such as version > management, dependency management, checksums, cryptographic > signatures, etc. etc.) as part of the delayed Extension Store feature.

Finally made it into the App Store..

2016-03-18 Thread Todd Fabacher
We are going to open source the app and all the 16 language games soon. If you are interested in seeing what are the possibilities with LiveCode check out the iPad App: https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1065372259&mt=8 There is also an Android and desktop versions

Re: using the SHELL function to GREP a body of text

2016-03-18 Thread jameshale
J. Landman Gay wrote > I cannot pass up a chance to post the best reply ever written: > > ; Very good. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/using-the-SHELL-function-to-GREP-a-body-of-text-tp4702346p4702375.html