Re: One Rect For All specificaiton

2016-01-02 Thread Scott Rossi
Hi Bramanatha: It sounds like you're working at actual hi-res size when you may not need to. You should be able to lay out a stack at half your hi-res dimensions, and the stack will auto-scale to fit the device. The only upscaling aspect you really need to be concerned about is images. You can

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):

Re: Weird crash when stack is in use

2016-01-02 Thread Peter M. Brigham
Don't know about your crashing problem, but the reason the library stack script can't find the function handler in the main stack is that it's in the wrong place in the message path. From the LC dictionary: The start using command places a stack's script into the message path *after* the

[ANN] SoCal LC Meetup: Thurs, Jan 7

2016-01-02 Thread Richard Gaskin
The SoCal LiveCode User Groups kicks off the new year with our next meeting on Thursday, January 7 in Pasadena - details in the forum: http://forums.livecode.com/viewtopic.php?f=50=26201 -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the

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

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

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

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 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

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

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 >

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

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

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

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

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

Re: One Rect For All specificaiton

2016-01-02 Thread Sannyasin Brahmanathaswami
Scott: I’m not actually interested in working in hi-res. ON our last project I worked in native size (iphone 6+ …..736H X 414w) it was enough to learn/know to make all images 1472 X 828 (then we get quality), import those and simple resie them to fit. By on my new LG monitor (huge!) using 14