Re: Community Dictionary (was Re: Delete element from array)

2017-02-24 Thread Phil Davis via use-livecode
Very nice! I think I'll start using it as my primary docs UI and see if there's anything I wish it had in addition. I love the simplicity of it. Phil Davis On 2/22/17 6:14 PM, Mike Kerner via use-livecode wrote: Everyone, Have a look at what Bernd has done. Again, the thread is http://forums

Re: Community Dictionary (was Re: Delete element from array)

2017-02-22 Thread Mike Kerner via use-livecode
Everyone, Have a look at what Bernd has done. Again, the thread is http://forums.livecode.com/viewtopic.php?f=67&t=28731&p=151678#p151678 On Mon, Jan 30, 2017 at 9:10 PM, Mike Kerner wrote: > Also, over there, I have included a list of bug reports that I found that > seem to be relevant. If y

Re: Community Dictionary (was Re: Delete element from array)

2017-01-30 Thread Mike Kerner via use-livecode
Also, over there, I have included a list of bug reports that I found that seem to be relevant. If you have submitted a bug report for *the way the dictionary works* (not for an entry being incorrect or requiring modification, because that is a separate, but eventually related project), please wei

Re: Community Dictionary (was Re: Delete element from array)

2017-01-30 Thread Mike Kerner via use-livecode
Do me a favor, please, and post to the thread I already started on the forum. http://forums.livecode.com/viewtopic.php?f=67&t=28731 I also have a bug report that I started on this, that I suppose you could contribute to, but I would think that first the forum would be the place to go, until we hav

Re: Delete element from array

2017-01-29 Thread jameshale via use-livecode
sure if that would be wise, although having synonyms show up would be nice. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Delete-element-from-array-tp4711916p4712035.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: Community Dictionary (was Re: Delete element from array)

2017-01-27 Thread Sannyasin Brahmanathaswami via use-livecode
Richard Gaskin wrote: /Documentation/resources/data/api/api.sqlite Oh boy, gonna have fun with that! BR ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefe

Community Dictionary (was Re: Delete element from array)

2017-01-27 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > On 1/27/17, 6:55 AM, "use-livecode on behalf of Richard Gaskin wrote: >> The current Dictionary content is in wonderfully well-separated array >> files, making it easier than ever for third parties to use existing >> internal APIs to deliver the content in any

Re: Delete element from array

2017-01-27 Thread Sannyasin Brahmanathaswami via use-livecode
I'm game to play with this… I need it where are these array files? Do we want to change the thread subject to "Dictionary Improvements" On 1/27/17, 6:55 AM, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: The current Dictionary content is in wonderfully well-separated

Re: Delete element from array

2017-01-27 Thread Richard Gaskin via use-livecode
Dr. Hawkins wrote: On Fri, Jan 27, 2017 at 8:55 AM, Richard Gaskin wrote: >> What is "the other way?" >> >> I almost never click anything other than results from the search >> list. I open the Dict window, type my query, review the results. >> >> What would we do to improve this? > > In 7, you c

Re: Delete element from array

2017-01-27 Thread Dr. Hawkins via use-livecode
On Fri, Jan 27, 2017 at 8:55 AM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > What is "the other way?" > > I almost never click anything other than results from the search list. I > open the Dict window, type my query, review the results. > > What would we do to improv

Re: Delete element from array

2017-01-27 Thread Richard Gaskin via use-livecode
Dr. Hawkins wrote: > The new dictionary, like the project browser, is targeted to people > who think exactly that way, and access things in that pointy-clicky > way. > > And even then, pulldown for categories rather than clicking. > > Those of us that run the other way in accessing a UI will *nev

Re: Delete element from array

2017-01-27 Thread Dr. Hawkins via use-livecode
On Thu, Jan 26, 2017 at 3:32 PM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: > > Goes without saying perhaps but it would be extremely helpful if you could > articulate *why* you find this information harder to come by in the current > dictionary. Thanks! > The new dictiona

Re: Delete element from array

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Others can please chime in here… I'm not sure exactly why the new dictionary is "irritating" but it is. let's say I want to see all the properties for buttons. I think the old dictionary gave us that option. Now if I click on "association "button" and click type "properties" I get the button

Re: Delete element from array

2017-01-26 Thread Ali Lloyd via use-livecode
: is your dictionary plug in working in the latest 8+ versions of > LC? That is Björnke who did the plug in. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Delete-element-from-array-tp4711916p4711957.html Sent from the Revolution - User

Re: Delete element from array

2017-01-26 Thread BNig via use-livecode
> @Bernd: is your dictionary plug in working in the latest 8+ versions of > LC? That is Björnke who did the plug in. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Delete-element-from-array-tp4711916p4711957.html Sent from the Revo

Re: Delete element from array

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Thank. Yes.. it is there in the dictionary but I glossed over it somehow. Not sure the new dictionary is an improvement of the one we had all these years… @Bernd: is your dictionary plug in working in the latest 8+ versions of LC? On 1/24/17, 5:04 PM, "use-livecode on behalf of Phil Davis

Re: Delete element from array

2017-01-25 Thread Bob Sneidar via use-livecode
delete variable aArrayName ["Element"] Bob S > On Jan 24, 2017, at 18:54 , Sannyasin Brahmanathaswami via use-livecode > wrote: > > how do you remove a key from an array? > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please

Re: Delete element from array

2017-01-24 Thread Phil Davis via use-livecode
delete variable tMyArray["this key"] On 1/24/17 6:54 PM, Sannyasin Brahmanathaswami via use-livecode wrote: how do you remove a key from an array? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

Delete element from array

2017-01-24 Thread Sannyasin Brahmanathaswami via use-livecode
how do you remove a key from an array? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode