Re: Scanning for inclusions

2017-04-28 Thread Richard Gaskin via use-livecode

William Prothero wrote:

>> On Apr 28, 2017, at 8:30 PM, Richard Gaskin wrote:
>>
>> Why is this such an ongoing pain point?
>>
>> How are dependencies handles in other systems?
>
>
> Richard,
> For me, it's a pain point because when I try to build a standalone
> and I don't have one of the widgets linked, I only get a message
> saying "module not found" or something like that. Seems it would be
> easy to notify the name of the in-found module.

Exactly.

It's 2017.  We're not the first project to need to figure out how to 
handle dependencies.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
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


Re: Scanning for inclusions

2017-04-28 Thread prothero--- via use-livecode
Richard,
For me, it's a pain point because when I try to build a standalone and I don't 
have one of the widgets linked, I only get a message saying "module not found" 
or something like that. Seems it would be easy to notify the name of the 
in-found module.

Best,
Bill

William Prothero
http://es.earthednet.org

> On Apr 28, 2017, at 8:30 PM, Richard Gaskin via use-livecode 
>  wrote:
> 
> Why is this such an ongoing pain point?
> 
> How are dependencies handles in other systems?
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> 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


___
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


Re: Scanning for inclusions

2017-04-28 Thread Richard Gaskin via use-livecode

Why is this such an ongoing pain point?

How are dependencies handles in other systems?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
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


Re: Scanning for inclusions

2017-04-28 Thread Sannyasin Brahmanathaswami via use-livecode
Mike K. wrote:

I thought once you ran it once, when you switch to manual, the
auto-selected ones stay.


hhm… that would be nice… easy to test..

stand by (time passes here)

Nope, no go… 

Test one:

1) go to SA settings-> inclusions uncheck widgets headerbar and switch button # 
which we know for user are required by some stacks that are referenced in the 
stack files, but not in this "loader" stack form which the SA is built.
2) go to SA -> general -> check search for inclusions
3) run build stand alone: checkin for inclusions spins (and spins) "Auto 
detecting Libray
4) go back to SA→ general -> check "Select inclusions…" etc
5) inclusions option undims
6) the two widget are *not* checked


Test two

1) Drag our a "Switch Button" widget to the loader stack "home" card GUI
2) Save
continue now with steps 2-6 abover

Result:  The same…   the inclusions list property in the cRevStandaloneSettings 
is *not* updated after an auto detect built.

this may not be a bug but " works as intended"

which leads back to the original question: how to run an auto detect scan  for 
require inclusions as a "diagnostic" and get a list.




 

On 4/28/17, 3:32 PM, "use-livecode on behalf of Mike Kerner via use-livecode" 
 wrote:

I thought once you ran it once, when you switch to manual, the
auto-selected ones stay.



___
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

Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Richard Gaskin via use-livecode

Alejandro Tejada wrote:

> Funny enough, this doodle implements in javascript
> the swiping feature requested in another thread
> for Cards:
> http://lists.runrev.com/pipermail/use-livecode/2017-April/236609.html
>
> I am waiting for Scott Rossi or Colin Holgate stack's that
> implement a scripted solution for this requested engine
> feature :D

Yes, it can be scripted, using the group-based methods I outlined in my 
OP here.


And as someone who's been using LC a while, it's not that hard for me.

I'm thinking of the 10,000 new users who might be using LiveCode if we 
can demonstrate how powerfully easy it is to develop with.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
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


Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Dr. Hawkins via use-livecode
On Fri, Apr 28, 2017 at 11:35 AM, Richmond Mathewson via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 1. Implying that bovines are blue.
>

Where do you think blue milk comes from???

Next you'll tell us that chocolate milk doesn't come from brown bovines . .
.

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
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


Re: Scanning for inclusions

2017-04-28 Thread Mike Kerner via use-livecode
I thought once you ran it once, when you switch to manual, the
auto-selected ones stay.

On Fri, Apr 28, 2017 at 12:27 AM, Sannyasin Brahmanathaswami via
use-livecode  wrote:

> Is there a way to run the "scan for inclusions" required and get a list.
>
> Waiting for the inclusion scan while building a standalone take a lot of
> time.
>
> Sometimes I would like to check to see that I have set everything the app
> needs.
>
> it would be helpful to be able to run the "scan for required inclusions"
> and get a list, for verification again what one has manually check in SA
> Settings.
>
> BR
>
>
>
> ___
> 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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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


Re: Kognition Beta Test - call for volunteers

2017-04-28 Thread Peter W A Wood via use-livecode
Dear Kevin 

First, congratulations on reaching Beta stage of Kognition. Your description on 
if it is very intriguing.

I think I can offer you an interesting beta test environment. At the moment, I 
have three primary projects (and a number of smaller ones), the data for each 
is stored in diverse forms but, in most cases, very common forms. I think this 
would provide a good test of Kognition’s reach.

Here are the main data sources for each project:

Project 1
Atlassian JIRA - Cloud System - issue and task data
Atlassian HipChat - Cloud System with local client - project 
discussions including requests for action
Atlassian Confluence - Cloud System - project documents
Google Calendar  - Cloud System - project meeting schedule
Google Mail - Cloud System - project email and notifications 
(no local copies)
Project Artefacts - Local Files - documents (markup, pdf), 
code, binary data

Project 2
Google Docs - Cloud System - documents, spreadsheets, 
presentations
AltME Messaging System - Local Files - documents (text, markup, 
pdf), to-do lists, contact list, chat
Project Artefacts - Local Files -  documents (markup, pdf), 
code, binary data
Email (Apple Mail.app) - Local Files - messages + attachments

Project 3
Gitter - Cloud System - project discussion with actionable items
Github - Cloud System - project issues, documentation (markup)
GitBook - Cloud System - published documentation
Trello - Cloud System - project tasks
Blogger - Cloud System - website source and management, user 
comment management
Website - Cloud - project website
Google Groups - Cloud System - membership data, messages
Google Mail - Cloud System - project email

I believe that would provide a good test of Kognition’s data acquisition 
capabilities though the relationships between the data will be relatively 
simple.

I have a MacBook Pro(Retina, 15-inch, Mid 2014), it has a 2.5 Ghz Intel Core 
i7. 

Best regards

Peter



___
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

Re: Getting a Google MAP

2017-04-28 Thread William Prothero via use-livecode
Mike:
Thanks for your help.
I found a link to Python, PHP, and Pascal code to do this. Looks like I have to 
stop being lazy and do some math. I’m ok with converting the code to xTalk. I 
should be able to figure it out myself. I’ll share when I get something done. 
It may be a bit because I’ve got some other tasks pulling at me.

http://stackoverflow.com/questions/12507274/how-to-get-bounds-of-a-google-static-map
 


Best wishes and thanks again for helping me in this search,
Bill P

> On Apr 28, 2017, at 5:23 PM, Mike Bonner via use-livecode 
>  wrote:
> 
> I'll poke around more. Maybe I'll get lucky (boatloads of no in that
> phrase) and find a solution.
> 
> On Fri, Apr 28, 2017 at 5:55 PM, William Prothero via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Ok, its a bit more complicated. After my initial high at thinking the
>> problem was solved (rushing to a haircut appointment before looking
>> carefully), I noticed that the returned data from Mike’s reverse geocoding
>> URL didn’t change with the zoom level. So apparently, it’s only applied to
>> the stated location. The reverse geo lookup finds a city or address and the
>> “bounds” elements don’t give the lat/lon values at the corner of the image.
>> 
>> I’m fiddling with this, and I’ve got the link (somewhat incomplete
>> derivation) of how to calculate the corner lat/lons, so I’ll try that next.
>> I wish there was a google call I could make that would give me this info,
>> but I can’t find it.
>> 
>> Best,
>> Bill
>> 

___
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

Re: Getting a Google MAP

2017-04-28 Thread Mike Bonner via use-livecode
I'll poke around more. Maybe I'll get lucky (boatloads of no in that
phrase) and find a solution.

On Fri, Apr 28, 2017 at 5:55 PM, William Prothero via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Ok, its a bit more complicated. After my initial high at thinking the
> problem was solved (rushing to a haircut appointment before looking
> carefully), I noticed that the returned data from Mike’s reverse geocoding
> URL didn’t change with the zoom level. So apparently, it’s only applied to
> the stated location. The reverse geo lookup finds a city or address and the
> “bounds” elements don’t give the lat/lon values at the corner of the image.
>
> I’m fiddling with this, and I’ve got the link (somewhat incomplete
> derivation) of how to calculate the corner lat/lons, so I’ll try that next.
> I wish there was a google call I could make that would give me this info,
> but I can’t find it.
>
> Best,
> Bill
>
> > On Apr 28, 2017, at 1:49 PM, William Prothero via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > I’m willing. Hermann has been generous with good ideas too.
> > Best,
> > Bill
> >
> >> On Apr 28, 2017, at 1:45 PM, Mike Bonner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> If you ever get down to the middle of nowhere new mexico, I'll take you
> up
> >> on the lunch offer.  :) Think others mentioned the same api though, so
> >> there might be lunches all around.
> >>
> >>
> >> On Fri, Apr 28, 2017 at 2:41 PM, William Prothero via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> Mike:
> >>> OMG, I LOVE YOU! Fantastic, this is just what I need. I hope I meet you
> >>> some day so I can buy you dinner. Let me know if you get by Santa
> Barbara,
> >>> or Portland area.
> >>>
> >>> Best,
> >>> Bill
> >>>
> >>>
>  On Apr 28, 2017, at 10:56 AM, Mike Bonner via use-livecode <
> >>> use-livecode@lists.runrev.com> wrote:
> 
>  If you do a second call to the geocode api you can get the info you
> need.
> 
>  https://maps.googleapis.com/maps/api/geocode/json?address=
> >>> Berkeley,+CA=14=400x400
> 
>  There appear to be 2 location sections.  One contains the bounds of
> the
>  request, the other contains the bounds of the viewport IE zoom level
> 14,
> >>> at
>  400x400
> 
>  i haven't really tested much other than to see what kind of results
> come
>  back, but hopefully this will get you to where you want to go.
> 
>  I also saw the following..
>  https://gis.stackexchange.com/questions/46729/corner-
> >>> coordinates-of-google-static-map-tile
>  which is very interesting. The problem being you would still need the
>  center point as a starting position, then you can calculate the
> corners
>  based on the zoom factor.
> 
>  On Fri, Apr 28, 2017 at 9:42 AM, prothero--- via use-livecode <
>  use-livecode@lists.runrev.com> wrote:
> 
> > Thanks for the openstreetmap link. I'm really liking the Google maps
> > option since my app is being developed for free distribution to
> >>> educators
> > and I am not particularly interested in streets. The satellite or
> >>> terrain
> > views are what I want.
> >
> > Now all I have to do is figure out how to get the lat/Lon values at
> the
> > corners. Then I'll be all set.
> >
> > If anybody else is interested in what .I'm doing, I'll be glad to
> share
> > code.
> >
> > Best,
> > Bill
> >
> > Best,Mike:
> > Bill
> >
> > William Prothero
> > http://es.earthednet.org
> >
> >> On Apr 28, 2017, at 2:22 AM, hh via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >>
> >> Not to forget related to (static) maps, especially as you can have
> >> them from there also as SVG or 'true' PDF (not embedded PNG only):
> >>
> >> https://www.openstreetmap.org
> >>
> >> For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
> >> see https://wiki.openstreetmap.org/wiki/Export
> >>
> >> In short:
> >> Don't use the Export button at top/left (which is for raw map
> >> data) but _the sharing link at right_ that opens a prefs box.
> >>
> >>
> >> ___
> >> 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
> >
> >
> > ___
> > 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
> >
>  ___
>  use-livecode mailing list
>  use-livecode@lists.runrev.com
>  Please 

[OT] Today's Google Doodle/Theme

2017-04-28 Thread Alejandro Tejada via use-livecode
Funny enough, this doodle implements in javascript
the swiping feature requested in another thread
for Cards:
http://lists.runrev.com/pipermail/use-livecode/2017-April/236609.html

I am waiting for Scott Rossi or Colin Holgate stack's that
implement a scripted solution for this requested engine
feature :D

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


Re: Getting a Google MAP

2017-04-28 Thread William Prothero via use-livecode
Ok, its a bit more complicated. After my initial high at thinking the problem 
was solved (rushing to a haircut appointment before looking carefully), I 
noticed that the returned data from Mike’s reverse geocoding URL didn’t change 
with the zoom level. So apparently, it’s only applied to the stated location. 
The reverse geo lookup finds a city or address and the “bounds” elements don’t 
give the lat/lon values at the corner of the image.

I’m fiddling with this, and I’ve got the link (somewhat incomplete derivation) 
of how to calculate the corner lat/lons, so I’ll try that next. I wish there 
was a google call I could make that would give me this info, but I can’t find 
it.

Best,
Bill

> On Apr 28, 2017, at 1:49 PM, William Prothero via use-livecode 
>  wrote:
> 
> I’m willing. Hermann has been generous with good ideas too.
> Best,
> Bill
> 
>> On Apr 28, 2017, at 1:45 PM, Mike Bonner via use-livecode 
>>  wrote:
>> 
>> If you ever get down to the middle of nowhere new mexico, I'll take you up
>> on the lunch offer.  :) Think others mentioned the same api though, so
>> there might be lunches all around.
>> 
>> 
>> On Fri, Apr 28, 2017 at 2:41 PM, William Prothero via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Mike:
>>> OMG, I LOVE YOU! Fantastic, this is just what I need. I hope I meet you
>>> some day so I can buy you dinner. Let me know if you get by Santa Barbara,
>>> or Portland area.
>>> 
>>> Best,
>>> Bill
>>> 
>>> 
 On Apr 28, 2017, at 10:56 AM, Mike Bonner via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
 
 If you do a second call to the geocode api you can get the info you need.
 
 https://maps.googleapis.com/maps/api/geocode/json?address=
>>> Berkeley,+CA=14=400x400
 
 There appear to be 2 location sections.  One contains the bounds of the
 request, the other contains the bounds of the viewport IE zoom level 14,
>>> at
 400x400
 
 i haven't really tested much other than to see what kind of results come
 back, but hopefully this will get you to where you want to go.
 
 I also saw the following..
 https://gis.stackexchange.com/questions/46729/corner-
>>> coordinates-of-google-static-map-tile
 which is very interesting. The problem being you would still need the
 center point as a starting position, then you can calculate the corners
 based on the zoom factor.
 
 On Fri, Apr 28, 2017 at 9:42 AM, prothero--- via use-livecode <
 use-livecode@lists.runrev.com> wrote:
 
> Thanks for the openstreetmap link. I'm really liking the Google maps
> option since my app is being developed for free distribution to
>>> educators
> and I am not particularly interested in streets. The satellite or
>>> terrain
> views are what I want.
> 
> Now all I have to do is figure out how to get the lat/Lon values at the
> corners. Then I'll be all set.
> 
> If anybody else is interested in what .I'm doing, I'll be glad to share
> code.
> 
> Best,
> Bill
> 
> Best,Mike:
> Bill
> 
> William Prothero
> http://es.earthednet.org
> 
>> On Apr 28, 2017, at 2:22 AM, hh via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>> 
>> Not to forget related to (static) maps, especially as you can have
>> them from there also as SVG or 'true' PDF (not embedded PNG only):
>> 
>> https://www.openstreetmap.org
>> 
>> For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
>> see https://wiki.openstreetmap.org/wiki/Export
>> 
>> In short:
>> Don't use the Export button at top/left (which is for raw map
>> data) but _the sharing link at right_ that opens a prefs box.
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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
> 
 ___
 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
>>> 
>>> 
>>> ___
>>> 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

Re: Community Coding Standards, Naming Conventions, Best Practice in LiveCode Script for community contribution work

2017-04-28 Thread Richard Gaskin via use-livecode
These are good questions, Roland, and indeed it would ideal if such 
things were in hand right now.


But to create a comprehensive style guide for IDE contributions we'd 
have another scope of work to address, in addition to other 
opportunities at hand.


If someone wants to dive in and put something like this together that 
would be great, but I don't believe the absence of it need stop anyone 
from writing and sharing good code.


We've seen many contributions to both the engine and IDE code with only 
the documentation we have today and a willingness to code.


If someone wants to contribute code to the IDE suggest it to the team, 
talk over how it fits, read their code to see how to integrate it, and 
in reading the code you'll see the style that will fit best.


Personally, before I would be motivated to document code style any more 
than I already have, I'd need to see specific fixes and enhancements 
that are prevented by that documentation's absence.


Where we can find such blockers, let's provide what's need to unblock them.

And where we can proceed with what we have, let's proceed.

--
 Richard Gaskin
 LiveCode Community Liaison


Roland Huettmann wrote:


I am referring to the note from Richard and to our discussion about
Contribution From The Community - expanding the developer base to "hundreds
and thousands of users" -- even if only 10 will remain?.

Richard wrote:

At the bottom of the "Contributing" page for the LC code base there are
links to C++ style guides:
https://github.com/livecode/livecode/blob/develop/CONTRIBUTING.md


These are just a few more links found with a quick search.

http://www.fourthworld.com/embassy/articles/scriptstyle.html#Naming
http://forums.livecode.com/viewtopic.php?f=7=22946
http://lessons.livecode.com/m/4603/l/284467-variables-in-livecode
http://forums.livecode.com/viewtopic.php?f=7=5265
http://stackoverflow.com/questions/16746794/what-are-some-best-practices-for-function-naming-in-livecode-runrev
http://use-livecode.runrev.narkive.com/ZPvn2z2N/object-naming-conventions
http://use-livecode.runrev.narkive.com/8REAd9JD/any-convention-on-naming-conventions

I kind of find it very important for joint work and contributions. Maybe
there should be a page from LiveCode offering at least a semi-official
Community Standards Guide (or whatever it would be called) for
LiveCode Script.

Or will we all switch to LCB and slowly forget about LCS? (I am not sure
here.)))

For local variables, I also do not like long expressions for simple
counters which are created "on the fly". The most widely adopted standard
is using i, j, k, l ... (not x and not tCount) -- but otherwise, local
variables in LCS start with "t" in LCS as tSomething. But something should
be recommended for all others to follow, and not just say "do as you like"
-- if there is any joint community effort expected.

Yes, I am using pSomething for parameters even though there could be
arguments against it. But I find them quickly in my script and know what
they mean.

And when I put something into the messages box, I ALWAYS type "put ... into
msg" instead of simply "put ..." because then I can find such instances
with the search and disable or enable such instructions. There are too many
"puts" to search for otherwise. Little things that make life easier.

But more important, an adopted COMMUNITY standard should be widely
available and prominently placed to allow new users and everyone to access
it at any time - maybe even as a separate section in the dictionary? I
suggest a section discussing the STANDARD way of naming, writing code,
naming functions, naming keywords, ways of commenting, what to avoid, what
to care for, warning from pit holes, how to publish to the community, how
to open new projects to the community, best way of debugging, best way of
implementing error detection in general, best way of avoiding the script
editor to open when users are using our app, single/multi user approaches
with a rights management, best way implementing a database management
system with remote databases depending on security issues and number of
concurrent users considerations, how to implement design concepts (such as
Googles material design), etc.

And it could also be argued that data-driven applications use a lot of
databases, and the naming conventions for such databases should be
maintained, for example not to use the "_" underscore as a first char for
field names, or not to use upperLower (camel case) naming when the database
distinguishes between upper and lower characters, because easily, simple
typing mistakes can create hours of searching the problem.

The best STANDARD here is to look for the LOWEST COMMON DENOMINATOR when
interfacing with other languages and systems. And we will interface sooner
or later.

The document should also talk about best practice in general, and for
specific cases. Let us not reinvent the wheel when others before us already
have found the optimal solution for a given problem. 

Re: Will LiveCode run an x86 android device?

2017-04-28 Thread J. Landman Gay via use-livecode

On 4/28/17 3:03 PM, Richmond Mathewson via use-livecode wrote:

Isn't Android a type of Linux?

Arguably a Linux standalone should work better on x86 Android devices . . .

So; here's LiveCode's next headache:

How to build a Linux standalone which can be installed on an x86 Android
device.


Mobile limitations are fairly severe, and most of the IDE tools wouldn't 
work. Just the fact that only one window at a time can be open would 
remove the ability to display palettes, tools, plugins, app and project 
browsers, etc. Also, no floating script editor.


Then imagine trying trying to type scripts on a 5-inch phone keyboard.

That's just a start of the list of things that can't be done currently 
on mobile.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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


Re: Stupid Q No 999: mergeBLE

2017-04-28 Thread J. Landman Gay via use-livecode

On 4/28/17 2:05 PM, Richmond Mathewson via use-livecode wrote:

"The MergExt suite of externals now comes as part of your LiveCode
license. To use the externals you'll need to download the latest MergExt
bundle (using the link below) and be using at least LiveCode
8.0.0-dp-15, 7.1.3-rc-1 or 6.7.10-rc-1.

"To start using the externals, unzip the MergExt download and you will
see that you have a folder for each external, which contains a demo and
an lcext file. You need to add this lcext file to the copy files pane in
your LiveCode *standalone settings* to start using that particular
external in your app."

Does that mean a one-time exercise, or that one has to include the
.lcext in the standalones settings for each stack one wishes to
use it in?


Like any other inclusion, it needs to be copied to the standalone when 
it is built. If the standalone opens other mainstacks, those don't need 
inclusions, only the app stack needs them. You only have to do this once 
and standalone settings will remember.


If you build a standalone from an entirely different stack, then you'd 
need to copy the external to that one too as part of the normal 
standalone settings setup.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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


Re: Getting a Google MAP

2017-04-28 Thread William Prothero via use-livecode
I’m willing. Hermann has been generous with good ideas too.
Best,
Bill

> On Apr 28, 2017, at 1:45 PM, Mike Bonner via use-livecode 
>  wrote:
> 
> If you ever get down to the middle of nowhere new mexico, I'll take you up
> on the lunch offer.  :) Think others mentioned the same api though, so
> there might be lunches all around.
> 
> 
> On Fri, Apr 28, 2017 at 2:41 PM, William Prothero via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Mike:
>> OMG, I LOVE YOU! Fantastic, this is just what I need. I hope I meet you
>> some day so I can buy you dinner. Let me know if you get by Santa Barbara,
>> or Portland area.
>> 
>> Best,
>> Bill
>> 
>> 
>>> On Apr 28, 2017, at 10:56 AM, Mike Bonner via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> If you do a second call to the geocode api you can get the info you need.
>>> 
>>> https://maps.googleapis.com/maps/api/geocode/json?address=
>> Berkeley,+CA=14=400x400
>>> 
>>> There appear to be 2 location sections.  One contains the bounds of the
>>> request, the other contains the bounds of the viewport IE zoom level 14,
>> at
>>> 400x400
>>> 
>>> i haven't really tested much other than to see what kind of results come
>>> back, but hopefully this will get you to where you want to go.
>>> 
>>> I also saw the following..
>>> https://gis.stackexchange.com/questions/46729/corner-
>> coordinates-of-google-static-map-tile
>>> which is very interesting. The problem being you would still need the
>>> center point as a starting position, then you can calculate the corners
>>> based on the zoom factor.
>>> 
>>> On Fri, Apr 28, 2017 at 9:42 AM, prothero--- via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
 Thanks for the openstreetmap link. I'm really liking the Google maps
 option since my app is being developed for free distribution to
>> educators
 and I am not particularly interested in streets. The satellite or
>> terrain
 views are what I want.
 
 Now all I have to do is figure out how to get the lat/Lon values at the
 corners. Then I'll be all set.
 
 If anybody else is interested in what .I'm doing, I'll be glad to share
 code.
 
 Best,
 Bill
 
 Best,Mike:
 Bill
 
 William Prothero
 http://es.earthednet.org
 
> On Apr 28, 2017, at 2:22 AM, hh via use-livecode <
 use-livecode@lists.runrev.com> wrote:
> 
> Not to forget related to (static) maps, especially as you can have
> them from there also as SVG or 'true' PDF (not embedded PNG only):
> 
> https://www.openstreetmap.org
> 
> For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
> see https://wiki.openstreetmap.org/wiki/Export
> 
> In short:
> Don't use the Export button at top/left (which is for raw map
> data) but _the sharing link at right_ that opens a prefs box.
> 
> 
> ___
> 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
 
 
 ___
 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
 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
>> 
> ___
> 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


___
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

Re: Getting a Google MAP

2017-04-28 Thread William Prothero via use-livecode
Hermann:
Thanks so much. This is very helpful. I thought I was in for a huge tussle 
getting this to work and now I see that it’s not going to be a huge hassle. I 
write geophysical data on a map and Google puts out some nice looking terrain 
maps, and now I don’t need to include maps in my app. Wonderful!

Best,
Bill

> On Apr 28, 2017, at 11:17 AM, hh via use-livecode 
>  wrote:
> 
> Have you already seen this nifty utility?
> http://staticmapmaker.com/google/
> 
> ===
> 
> I use the following for getting the geo-location.
> 
> on mouseUp
>  put url ("https://maps.googleapis.com/maps/api/geocode/; & \
>  "json?address=25a+Thistle+Street+SW,+Edinburgh,+UK") into rslt
>  replace quote with empty in rslt
>  replace space with empty in rslt
>  put offset ("location:{",rslt) into offs
>  put line 2 to 3 of (char offs to -1 of rslt) into fld 1
> end mouseUp
> 
> For displaying, I usually align the (right-aligned) fld 1 
> to the botRight of the image/ map display.
> 
> 
> 
> ___
> 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


___
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

Re: Getting a Google MAP

2017-04-28 Thread Mike Bonner via use-livecode
If you ever get down to the middle of nowhere new mexico, I'll take you up
on the lunch offer.  :) Think others mentioned the same api though, so
there might be lunches all around.


On Fri, Apr 28, 2017 at 2:41 PM, William Prothero via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Mike:
> OMG, I LOVE YOU! Fantastic, this is just what I need. I hope I meet you
> some day so I can buy you dinner. Let me know if you get by Santa Barbara,
> or Portland area.
>
> Best,
> Bill
>
>
> > On Apr 28, 2017, at 10:56 AM, Mike Bonner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > If you do a second call to the geocode api you can get the info you need.
> >
> > https://maps.googleapis.com/maps/api/geocode/json?address=
> Berkeley,+CA=14=400x400
> >
> > There appear to be 2 location sections.  One contains the bounds of the
> > request, the other contains the bounds of the viewport IE zoom level 14,
> at
> > 400x400
> >
> > i haven't really tested much other than to see what kind of results come
> > back, but hopefully this will get you to where you want to go.
> >
> > I also saw the following..
> > https://gis.stackexchange.com/questions/46729/corner-
> coordinates-of-google-static-map-tile
> > which is very interesting. The problem being you would still need the
> > center point as a starting position, then you can calculate the corners
> > based on the zoom factor.
> >
> > On Fri, Apr 28, 2017 at 9:42 AM, prothero--- via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Thanks for the openstreetmap link. I'm really liking the Google maps
> >> option since my app is being developed for free distribution to
> educators
> >> and I am not particularly interested in streets. The satellite or
> terrain
> >> views are what I want.
> >>
> >> Now all I have to do is figure out how to get the lat/Lon values at the
> >> corners. Then I'll be all set.
> >>
> >> If anybody else is interested in what .I'm doing, I'll be glad to share
> >> code.
> >>
> >> Best,
> >> Bill
> >>
> >> Best,Mike:
> >> Bill
> >>
> >> William Prothero
> >> http://es.earthednet.org
> >>
> >>> On Apr 28, 2017, at 2:22 AM, hh via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>>
> >>> Not to forget related to (static) maps, especially as you can have
> >>> them from there also as SVG or 'true' PDF (not embedded PNG only):
> >>>
> >>> https://www.openstreetmap.org
> >>>
> >>> For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
> >>> see https://wiki.openstreetmap.org/wiki/Export
> >>>
> >>> In short:
> >>> Don't use the Export button at top/left (which is for raw map
> >>> data) but _the sharing link at right_ that opens a prefs box.
> >>>
> >>>
> >>> ___
> >>> 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
> >>
> >>
> >> ___
> >> 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
> >>
> > ___
> > 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
>
>
> ___
> 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
>
___
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


Re: Getting a Google MAP

2017-04-28 Thread William Prothero via use-livecode
Mike:
OMG, I LOVE YOU! Fantastic, this is just what I need. I hope I meet you some 
day so I can buy you dinner. Let me know if you get by Santa Barbara, or 
Portland area.

Best,
Bill


> On Apr 28, 2017, at 10:56 AM, Mike Bonner via use-livecode 
>  wrote:
> 
> If you do a second call to the geocode api you can get the info you need.
> 
> https://maps.googleapis.com/maps/api/geocode/json?address=Berkeley,+CA=14=400x400
> 
> There appear to be 2 location sections.  One contains the bounds of the
> request, the other contains the bounds of the viewport IE zoom level 14, at
> 400x400
> 
> i haven't really tested much other than to see what kind of results come
> back, but hopefully this will get you to where you want to go.
> 
> I also saw the following..
> https://gis.stackexchange.com/questions/46729/corner-coordinates-of-google-static-map-tile
> which is very interesting. The problem being you would still need the
> center point as a starting position, then you can calculate the corners
> based on the zoom factor.
> 
> On Fri, Apr 28, 2017 at 9:42 AM, prothero--- via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Thanks for the openstreetmap link. I'm really liking the Google maps
>> option since my app is being developed for free distribution to educators
>> and I am not particularly interested in streets. The satellite or terrain
>> views are what I want.
>> 
>> Now all I have to do is figure out how to get the lat/Lon values at the
>> corners. Then I'll be all set.
>> 
>> If anybody else is interested in what .I'm doing, I'll be glad to share
>> code.
>> 
>> Best,
>> Bill
>> 
>> Best,Mike:
>> Bill
>> 
>> William Prothero
>> http://es.earthednet.org
>> 
>>> On Apr 28, 2017, at 2:22 AM, hh via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Not to forget related to (static) maps, especially as you can have
>>> them from there also as SVG or 'true' PDF (not embedded PNG only):
>>> 
>>> https://www.openstreetmap.org
>>> 
>>> For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
>>> see https://wiki.openstreetmap.org/wiki/Export
>>> 
>>> In short:
>>> Don't use the Export button at top/left (which is for raw map
>>> data) but _the sharing link at right_ that opens a prefs box.
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
>> 
> ___
> 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


___
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


Re: Will LiveCode run an x86 android device?

2017-04-28 Thread Richmond Mathewson via use-livecode

Isn't Android a type of Linux?

Arguably a Linux standalone should work better on x86 Android devices . . .

So; here's LiveCode's next headache:

How to build a Linux standalone which can be installed on an x86 Android 
device.


Richmond.

On 4/26/17 10:26 pm, Colin Holgate via use-livecode wrote:

x86 Android devices can run ARM code in emulation. The performance would be 
better if you could publish to x86, but the app should work.



On Apr 26, 2017, at 12:22 PM, Mike Bonner via use-livecode 
 wrote:

I don't think you can build for x86 android but i'm not positive.

On Wed, Apr 26, 2017 at 1:12 PM, Richmond Mathewson via use-livecode <
use-livecode@lists.runrev.com> wrote:


I don't think LiveCode (the development environment) will work on
Android of any sort: but it should develop standalones that work on
Android.

Richmond.

On 4/26/17 9:45 pm, Jonathan Lynch via use-livecode wrote:


I see that it won't run on an x86 emulator - will it work on on actual
x86 device?


___
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


___
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


Re: Stupid Q No 999: mergeBLE

2017-04-28 Thread Richmond Mathewson via use-livecode
"The MergExt suite of externals now comes as part of your LiveCode 
license. To use the externals you'll need to download the latest MergExt 
bundle (using the link below) and be using at least LiveCode 
8.0.0-dp-15, 7.1.3-rc-1 or 6.7.10-rc-1.


"To start using the externals, unzip the MergExt download and you will 
see that you have a folder for each external, which contains a demo and 
an lcext file. You need to add this lcext file to the copy files pane in 
your LiveCode *standalone settings* to start using that particular 
external in your app."


Does that mean a one-time exercise, or that one has to include the 
.lcext in the standalones settings for each stack one wishes to

use it in?

Richmond.

___
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


Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Richmond Mathewson via use-livecode
Wow: there are actually a whole sequence of pictures which I shall 
download for

use with the younger children in my school.

Richmond.

On 4/28/17 9:35 pm, Richmond Mathewson wrote:

Ha, Ha, Ha . . .

With the good offices of a VPN I looked in:

Canada: nix

USA: something with 3 blue bovines, a mediaeval-looking girl
stirring an unspecified dairy product in a tub, and something that
might be a soft cheese with a yellow arrow in the centre.

So, this posting was ethnocentric and prejudiced against Canadians and 
people in the Balkans, at least.


AS you should know by now I have no sense of humour whatsoever so am 
thinking of refering this

Use-List to the thought police for:

1. Implying that bovines are blue.

2. Excluding people in the Balkans.

3. Not shoving the LiveCode logo on the cheese for those of us who don't
understand subtle messages.

4. Not providing a "Trigger Warning" so that sensitive types like 
myself aren't traumatised by the sight

of blue bovines being exploited for their milk products.

enough . . . enough . . . enough . . .

Oh, Help, there's my warder coming now with the strait-jacket.

Ri c  hm o   n  d.

On 4/28/17 9:20 pm, Scott Rossi via use-livecode wrote:

Then don’t look in the Balkans.

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On Apr 28, 2017, at 11:18 AM, Richmond Mathewson via 
use-livecode  wrote:

Not showing up in the Balkans.

Richmond.

On 4/28/17 9:06 pm, Scott Rossi via use-livecode wrote:

Note today’s Google doodle topic is especially appropriate for the LC community.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




___
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

___
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

___
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




___
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

Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Richmond Mathewson via use-livecode

Ha, Ha, Ha . . .

With the good offices of a VPN I looked in:

Canada: nix

USA: something with 3 blue bovines, a mediaeval-looking girl
stirring an unspecified dairy product in a tub, and something that
might be a soft cheese with a yellow arrow in the centre.

So, this posting was ethnocentric and prejudiced against Canadians and 
people in the Balkans, at least.


AS you should know by now I have no sense of humour whatsoever so am 
thinking of refering this

Use-List to the thought police for:

1. Implying that bovines are blue.

2. Excluding people in the Balkans.

3. Not shoving the LiveCode logo on the cheese for those of us who don't
understand subtle messages.

4. Not providing a "Trigger Warning" so that sensitive types like myself 
aren't traumatised by the sight

of blue bovines being exploited for their milk products.

enough . . . enough . . . enough . . .

Oh, Help, there's my warder coming now with the strait-jacket.

Ri c  hm o   n  d.

On 4/28/17 9:20 pm, Scott Rossi via use-livecode wrote:

Then don’t look in the Balkans.

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On Apr 28, 2017, at 11:18 AM, Richmond Mathewson via use-livecode 
 wrote:

Not showing up in the Balkans.

Richmond.

On 4/28/17 9:06 pm, Scott Rossi via use-livecode wrote:

Note today’s Google doodle topic is especially appropriate for the LC community.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




___
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

___
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


___
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


___
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

Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Mike Kerner via use-livecode
because cheese

On Fri, Apr 28, 2017 at 2:20 PM, Scott Rossi via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Then don’t look in the Balkans.
>
> Scott Rossi
> Creative Director
> Tactile Media, UX/UI Design
>
>
>
> > On Apr 28, 2017, at 11:18 AM, Richmond Mathewson via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Not showing up in the Balkans.
> >
> > Richmond.
> >
> > On 4/28/17 9:06 pm, Scott Rossi via use-livecode wrote:
> >> Note today’s Google doodle topic is especially appropriate for the LC
> community.
> >>
> >> Regards,
> >>
> >> Scott Rossi
> >> Creative Director
> >> Tactile Media, UX/UI Design
> >>
> >>
> >>
> >>
> >> ___
> >> 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
> >
> > ___
> > 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
>
>
> ___
> 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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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

Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Scott Rossi via use-livecode
Then don’t look in the Balkans.

Scott Rossi 
Creative Director 
Tactile Media, UX/UI Design 



> On Apr 28, 2017, at 11:18 AM, Richmond Mathewson via use-livecode 
>  wrote:
> 
> Not showing up in the Balkans.
> 
> Richmond.
> 
> On 4/28/17 9:06 pm, Scott Rossi via use-livecode wrote:
>> Note today’s Google doodle topic is especially appropriate for the LC 
>> community.
>> 
>> Regards,
>> 
>> Scott Rossi
>> Creative Director
>> Tactile Media, UX/UI Design
>> 
>> 
>> 
>> 
>> ___
>> 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
> 
> ___
> 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


___
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

Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Richmond Mathewson via use-livecode

Not showing up in the Balkans.

Richmond.

On 4/28/17 9:06 pm, Scott Rossi via use-livecode wrote:

Note today’s Google doodle topic is especially appropriate for the LC community.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




___
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


___
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

Re: Getting a Google MAP

2017-04-28 Thread hh via use-livecode
Have you already seen this nifty utility?
http://staticmapmaker.com/google/

===

I use the following for getting the geo-location.

on mouseUp
  put url ("https://maps.googleapis.com/maps/api/geocode/; & \
  "json?address=25a+Thistle+Street+SW,+Edinburgh,+UK") into rslt
  replace quote with empty in rslt
  replace space with empty in rslt
  put offset ("location:{",rslt) into offs
  put line 2 to 3 of (char offs to -1 of rslt) into fld 1
end mouseUp

For displaying, I usually align the (right-aligned) fld 1 
to the botRight of the image/ map display.



___
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


Re: [OT] Today's Google Doodle/Theme

2017-04-28 Thread Mark Wieder via use-livecode

On 04/28/2017 11:06 AM, Scott Rossi via use-livecode wrote:

Note today’s Google doodle topic is especially appropriate for the LC community.




--
 Mark Wieder
 ahsoftw...@gmail.com


___
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

[OT] Today's Google Doodle/Theme

2017-04-28 Thread Scott Rossi via use-livecode
Note today’s Google doodle topic is especially appropriate for the LC community.

Regards,

Scott Rossi 
Creative Director 
Tactile Media, UX/UI Design 




___
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

Re: Getting a Google MAP

2017-04-28 Thread Mike Bonner via use-livecode
heres a link to the geocode api information:
https://developers.google.com/maps/documentation/geocoding/intro  I'm not
sure my interpretation of the viewport is accurate, but even if you just
use the center point and do the calculations, and ignore the rest of the
data, it should work.

On Fri, Apr 28, 2017 at 11:56 AM, Mike Bonner  wrote:

> If you do a second call to the geocode api you can get the info you need.
>
> https://maps.googleapis.com/maps/api/geocode/json?address=
> Berkeley,+CA=14=400x400
>
> There appear to be 2 location sections.  One contains the bounds of the
> request, the other contains the bounds of the viewport IE zoom level 14, at
> 400x400
>
> i haven't really tested much other than to see what kind of results come
> back, but hopefully this will get you to where you want to go.
>
> I also saw the following.. https://gis.stackexchange.com/questions/
> 46729/corner-coordinates-of-google-static-map-tile which is very
> interesting. The problem being you would still need the center point as a
> starting position, then you can calculate the corners based on the zoom
> factor.
>
> On Fri, Apr 28, 2017 at 9:42 AM, prothero--- via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Thanks for the openstreetmap link. I'm really liking the Google maps
>> option since my app is being developed for free distribution to educators
>> and I am not particularly interested in streets. The satellite or terrain
>> views are what I want.
>>
>> Now all I have to do is figure out how to get the lat/Lon values at the
>> corners. Then I'll be all set.
>>
>> If anybody else is interested in what .I'm doing, I'll be glad to share
>> code.
>>
>> Best,
>> Bill
>>
>> Best,
>> Bill
>>
>> William Prothero
>> http://es.earthednet.org
>>
>> > On Apr 28, 2017, at 2:22 AM, hh via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> >
>> > Not to forget related to (static) maps, especially as you can have
>> > them from there also as SVG or 'true' PDF (not embedded PNG only):
>> >
>> > https://www.openstreetmap.org
>> >
>> > For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
>> > see https://wiki.openstreetmap.org/wiki/Export
>> >
>> > In short:
>> > Don't use the Export button at top/left (which is for raw map
>> > data) but _the sharing link at right_ that opens a prefs box.
>> >
>> >
>> > ___
>> > 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
>>
>>
>> ___
>> 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
>>
>
>
___
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


Re: Getting a Google MAP

2017-04-28 Thread Mike Bonner via use-livecode
If you do a second call to the geocode api you can get the info you need.

https://maps.googleapis.com/maps/api/geocode/json?address=Berkeley,+CA=14=400x400

There appear to be 2 location sections.  One contains the bounds of the
request, the other contains the bounds of the viewport IE zoom level 14, at
400x400

i haven't really tested much other than to see what kind of results come
back, but hopefully this will get you to where you want to go.

I also saw the following..
https://gis.stackexchange.com/questions/46729/corner-coordinates-of-google-static-map-tile
which is very interesting. The problem being you would still need the
center point as a starting position, then you can calculate the corners
based on the zoom factor.

On Fri, Apr 28, 2017 at 9:42 AM, prothero--- via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Thanks for the openstreetmap link. I'm really liking the Google maps
> option since my app is being developed for free distribution to educators
> and I am not particularly interested in streets. The satellite or terrain
> views are what I want.
>
> Now all I have to do is figure out how to get the lat/Lon values at the
> corners. Then I'll be all set.
>
> If anybody else is interested in what .I'm doing, I'll be glad to share
> code.
>
> Best,
> Bill
>
> Best,
> Bill
>
> William Prothero
> http://es.earthednet.org
>
> > On Apr 28, 2017, at 2:22 AM, hh via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Not to forget related to (static) maps, especially as you can have
> > them from there also as SVG or 'true' PDF (not embedded PNG only):
> >
> > https://www.openstreetmap.org
> >
> > For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
> > see https://wiki.openstreetmap.org/wiki/Export
> >
> > In short:
> > Don't use the Export button at top/left (which is for raw map
> > data) but _the sharing link at right_ that opens a prefs box.
> >
> >
> > ___
> > 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
>
>
> ___
> 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
>
___
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



Re: Getting a Google MAP

2017-04-28 Thread prothero--- via use-livecode
Thanks for the openstreetmap link. I'm really liking the Google maps option 
since my app is being developed for free distribution to educators and I am not 
particularly interested in streets. The satellite or terrain views are what I 
want.

Now all I have to do is figure out how to get the lat/Lon values at the 
corners. Then I'll be all set.

If anybody else is interested in what .I'm doing, I'll be glad to share code.

Best,
Bill

Best,
Bill

William Prothero
http://es.earthednet.org

> On Apr 28, 2017, at 2:22 AM, hh via use-livecode 
>  wrote:
> 
> Not to forget related to (static) maps, especially as you can have
> them from there also as SVG or 'true' PDF (not embedded PNG only):
> 
> https://www.openstreetmap.org
> 
> For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
> see https://wiki.openstreetmap.org/wiki/Export
> 
> In short:
> Don't use the Export button at top/left (which is for raw map
> data) but _the sharing link at right_ that opens a prefs box.
> 
> 
> ___
> 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


___
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


Kognition Beta Test - call for volunteers

2017-04-28 Thread Kevin Miller via use-livecode
Hi Everyone,

A slightly unusual post from me today. For those of you that don¹t know,
LiveCode has been working in partnership with a new company as a joint
venture, to build an app to help manage information. We have built a system
that uses artificial intelligence techniques to help organize, sort and work
with documents. While this is an entirely separate company, the app has been
built in LiveCode (and utilizes a wide range of other technologies too).

Kognition is intended to help you manage the increasing volumes of
information that you create or receive, as well as being a tool to help
researchers conduct research or businesses to collect and analyze
information such as customer enquiries or bug reports. It presents an
artificially intelligent front-end that lets you relate documents together,
as well as organize, cluster and discover information in the relationships.
For example, if you are working on a project and receive an email with an
attachment, it can show you what other documents on your hard drive relate
to that attachment or are relevant to the project. If you have a customer
enquiry asking for a particular feature you can explore all the other
questions to find out how many others are asking about similar topics. The
system goes far beyond simple keyword analysis, for example it can relate
documents together that do not have the same words in them.

Today we have our very first beta available. Its a private beta, so if you
are interested in trying it out please drop me a note off list. Please
include a very short description of your company or you together with what
you might potentially use the system for. The first beta is Mac only and
requires a recent, high-end machine. Subsequent betas will extend to other
platforms and reduce system requirements. If you don¹t have a high end Mac
available today but are still interested, let me know and I can still send
you the videos to look at and include you in subsequent betas. Thanks in
advance for your interest.

Kind regards,

Kevin

Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps


___
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


Re: Community Coding Standards, Naming Conventions, Best Practice in LiveCode Script for community contribution work

2017-04-28 Thread Roger Eller via use-livecode
i and j are about as far as I go with nested repeats.  Although sometimes I
further process the resulting tEmpList in yet another repeat loop.  It
helps me to follow my own code if I can produce a list with modifications,
and put tEmpList (into msg) before proceeding with more processing.
Personal preference.

I do like the idea of a script checker, with suggested ways to write it in
a "cleaner" way.  It would be very good for noobs who haven't yet formed
their own habits, good or bad.  There's always a better way, and sharing is
the BEST way to find it.

~Roger

On Apr 27, 2017 9:44 PM, "Alejandro Tejada via use-livecode" <
use-livecode@lists.runrev.com> wrote:

> Recently, Bernd Niggeman posted a stack that
> displays LiveCode Dictionary content
> in a different way.
>
> Could Livecode Community Developers create a
> "Wizard" plugin that check scripts and suggest
> changes according to naming conventions?
>
> Notice that already exists a plugin created by
> Klaus Major that gather all scripts of a stack
> and (on user request) save these scripts as
> a text file... so this "Wizard" plugin only will
> check these scripts and analize them to warn
> developers and suggest recommended changes.
>
> Al
> ___
> 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
>
___
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


Re: Getting a Google MAP

2017-04-28 Thread hh via use-livecode
Not to forget related to (static) maps, especially as you can have
them from there also as SVG or 'true' PDF (not embedded PNG only):

https://www.openstreetmap.org

For exporting as HTML link or as an "image" (JPG, PNG, SVG, PDF)
see https://wiki.openstreetmap.org/wiki/Export

In short:
Don't use the Export button at top/left (which is for raw map
data) but _the sharing link at right_ that opens a prefs box.


___
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