Re: Livecode Content Management System

2017-11-30 Thread Mark Wieder via use-livecode
On 11/30/2017 05:56 PM, Alex Tweedly via use-livecode wrote: Here are the requests for input 1.  has anyone tried this before ? and did you succeed ?  or why did you stop ? any foreseeable problems to contend with ? I finally gave up on LiveCode and am now working with the combination o

Livecode Content Management System

2017-11-30 Thread Alejandro Tejada via use-livecode
Hi Alex, Alex Tweedly wrote: > Thanks for any suggestions, input, etc. Could your LCMS import (and use) templates and themes from other CMS platforms like Joomla or WordPress? I would like to answer another questions, but have no experience using RevIgniter, so could not comment about your quest

Livecode Content Management System

2017-11-30 Thread Alex Tweedly via use-livecode
Hi folks, I'm looking for (initial) interest, previous experience, comments, etc. Every few [ = 4 to 8] months for the last few [= 2 to 3] years, I've been either building a new website for someone, or making significant changes/enhancements to an existing one. Almost every time, unless the c

Re: Find WHAAAAAY faster!

2017-11-30 Thread Bob Sneidar via use-livecode
Write a means of saving an UI stack compactly? But then there is the linked graphic by ID to button issue that would not work sooo... Bob S > On Nov 30, 2017, at 15:46 , Monte Goulding via use-livecode > wrote: > >> On 1 Dec 2017, at 10:45 am, Bob Sneidar via use-livecode >> wrote: >> >>

Re: Find WHAAAAAY faster!

2017-11-30 Thread Monte Goulding via use-livecode
> On 1 Dec 2017, at 10:45 am, Bob Sneidar via use-livecode > wrote: > > What big list?? What array??? That could be really handy if it is exposed to > the IDE. The search first collects all the objects to search then iterates it. How would you want it exposed and what would you do with it?

Re: Find WHAAAAAY faster!

2017-11-30 Thread Bob Sneidar via use-livecode
What big list?? What array??? That could be really handy if it is exposed to the IDE. Bob S > On Nov 30, 2017, at 15:40 , Monte Goulding via use-livecode > wrote: > > It’s in 8.2 +. I originally did this in LC 9 but back ported to 8.2 when we > decided to do that because when I work on the

Re: Find WHAAAAAY faster!

2017-11-30 Thread Monte Goulding via use-livecode
> On 1 Dec 2017, at 10:42 am, Bob Sneidar via use-livecode > wrote: > > You must have back ported it because it's in 8.1.8 rc2 Hmm… nope… definitely 8.2 https://github.com/livecode/livecode-ide/pull/1706

Re: Find WHAAAAAY faster!

2017-11-30 Thread Bob Sneidar via use-livecode
You must have back ported it because it's in 8.1.8 rc2 Bob S > On Nov 30, 2017, at 15:40 , Monte Goulding via use-livecode > wrote: > >> I am in 8.1.6. Where did the speed increase come in? > > It’s in 8.2 +. I originally did this in LC 9 but back ported to 8.2 when we > decided to do that

Re: Find WHAAAAAY faster!

2017-11-30 Thread Monte Goulding via use-livecode
> On 1 Dec 2017, at 10:37 am, dunbarx via use-livecode > wrote: > > I am in 8.1.6. Where did the speed increase come in? It’s in 8.2 +. I originally did this in LC 9 but back ported to 8.2 when we decided to do that because when I work on the IDE I tend to search all stacks in memory regula

Re: Find WHAAAAAY faster!

2017-11-30 Thread Bob Sneidar via use-livecode
Oh sorry 8.1.8 rc2 > On Nov 30, 2017, at 15:37 , dunbarx via use-livecode > wrote: > > I am in 8.1.6. Where did the speed increase come in? > > Craig Newman ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

Re: Find WHAAAAAY faster!

2017-11-30 Thread dunbarx via use-livecode
I am in 8.1.6. Where did the speed increase come in? Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscri

Find WHAAAAAY faster!

2017-11-30 Thread Bob Sneidar via use-livecode
Hi all. Kudos to the dev team. Finding code in the code editor is about 15 times or more faster. Used to take over 30 seconds to find something in all my scripts. Now it takes about 3 seconds. Bob S ___ use-livecode mailing list use-livecode@lists

Re: IDE breaks down over time

2017-11-30 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: Thanks Paul very helpful! Paul Hibbert wrote: It’s here if anybody wants it: http://livecodeshare.runrev.com /stack/813/LC-Menu-Shortcuts - It’s not perfect, but it works if you are careful with the shortcuts that you choose. BEWARE - I've only tested on

Re: [OT] The Internet is Living on Borrowed Time

2017-11-30 Thread Alejandro Tejada via use-livecode
Hi Bob, > Well it must be true. It was on the internet. Funny enough, we are on the Internet, too. :-D Staying outside the looping groundhog day! http://www.imdb.com/title/tt0107048/ Jokes aside, I have to pause for a while to catch up with pending projects and new ideas. Too much to do and too

Changing playLoudness has no effect on audioClips

2017-11-30 Thread Tore Nilsen via use-livecode
According to the dictionary, changing the playLoudness would effect both player controls and audioClips. The following script seems to indicate that the playLoudness is in fact set, but the there are no change in sound volume, even though playLoudness seems to be reduced as expected. Is this a b