Re: Dictionary alternatives

2016-01-03 Thread Peter Haworth
I have a really simple one using the new dictionary access functions in DP12. It works fine for the Livecode Script entries but the functions that return the Livecode Builder and Extensions dictionary info are broken (QCC report added). Need to add a generic search function. Pete lcSQL Software

Re: Dictionary alternatives

2016-01-02 Thread Mike Bonner
Thanks Ali. Thats one of the things I tried, but got no keys after arraydecode. I'll go back and see what I did wrong. Appreciate it. Sorry for the tangent richard, alas, now i'm interested in making this work, so i'm off to beat my head against the brick wall again. On Sat, Jan 2, 2016 at 5:34

Re: Dictionary alternatives

2016-01-02 Thread Richard Gaskin
I appreciate all the good ideas about rolling my own interim fix for this, but perhaps I should clarify my interest: Part of my soon-to-be-release devolution 4.0 toolkit includes the ability to switch between standard IDE components and community-based alternatives. For example, it has a "Bro

Re: Dictionary alternatives

2016-01-02 Thread Matthias Rebbe | M-R-D
> > I see an "Internal Server Error” and i see that Björnkes site is on Tio. There was an external attack to Tio some days ago where the content of all index files were overwritten with the text “Internal Server Error”. The On-Rev support tried to restor

Re: Dictionary alternatives

2016-01-02 Thread Ali Lloyd
The entry_data is arrayEncoded - it's keyed by the top-level 'elements' in the dictionary (I.e. Name, Summary, Type, Description etc) but some of those are sub-arrays - for example syntax is a numerical sub-array with all the syntax variants. On Sat, 2 Jan 2016 at 22:48, Mike Bonner wrote: > Ok.

Re: Dictionary alternatives

2016-01-02 Thread Mike Bonner
Ok. I'll poke around and see what I can find. Thanks. On Sat, Jan 2, 2016 at 3:35 PM, Peter Haworth wrote: > Looks like entry_data has a data type of blob so who knows what format it's > in. There were a bunch of new functions introduced in DP12 to access > various levels of data in the diction

Re: Dictionary alternatives

2016-01-02 Thread Peter Haworth
Looks like entry_data has a data type of blob so who knows what format it's in. There were a bunch of new functions introduced in DP12 to access various levels of data in the dictionary so might be easier to use those. Pete lcSQL Software Home of lcStackBrowser

Re: Dictionary alternatives

2016-01-02 Thread Mike Bonner
So, can anyone guide me as far as decoding the actual entry data from the api.sqlite file? I'm close to having a basic dictionary browser done, but am clueless as far as decoding column "entry_data" from table "dictionary_data" The sqlite file is located at.. C:\Program Files (x86)\RunRev\LiveCode

Re: Dictionary alternatives

2016-01-02 Thread Richmond
On 02/01/16 15:53, Richard Gaskin wrote: While the Dictionary is being repaired for v8.0dp13, I was hoping to install an alternative from the community, but alas I can't find one. I haven't maintained the one I'd made for MetaCard in years, and BVG Docu appears inaccessible (and I don't even k

Re: Dictionary alternatives

2016-01-02 Thread Mike Bonner
Isn't there an api.sqlite file that has all the info in it? Shouldn't be too bad to roll your own reader. On Sat, Jan 2, 2016 at 1:34 PM, Ali Lloyd wrote: > You could open the dictionary html file in a browser. That might not work > in DP 12 but should in DP 11. > > On Sat, 2 Jan 2016 at 18:18,

Re: Dictionary alternatives

2016-01-02 Thread Ali Lloyd
You could open the dictionary html file in a browser. That might not work in DP 12 but should in DP 11. On Sat, 2 Jan 2016 at 18:18, Richmond wrote: > On 02/01/16 15:53, Richard Gaskin wrote: > > While the Dictionary is being repaired for v8.0dp13, I was hoping to > > install an alternative from

Re: Dictionary alternatives

2016-01-02 Thread Richmond
On 02/01/16 15:53, Richard Gaskin wrote: While the Dictionary is being repaired for v8.0dp13, I was hoping to install an alternative from the community, but alas I can't find one. I haven't maintained the one I'd made for MetaCard in years, and BVG Docu appears inaccessible (and I don't even k

Re: Dictionary alternatives

2016-01-02 Thread Richmond
On 02/01/16 15:53, Richard Gaskin wrote: While the Dictionary is being repaired for v8.0dp13, I was hoping to install an alternative from the community, but alas I can't find one. I haven't maintained the one I'd made for MetaCard in years, and BVG Docu appears inaccessible (and I don't even k

Dictionary alternatives

2016-01-02 Thread Richard Gaskin
While the Dictionary is being repaired for v8.0dp13, I was hoping to install an alternative from the community, but alas I can't find one. I haven't maintained the one I'd made for MetaCard in years, and BVG Docu appears inaccessible (and I don't even know if it's been updated for v7 or v8):