LiveCode + Amazon CloudFront

2017-02-19 Thread Todd Fabacher via use-livecode
Hello All,

We need to interface between LiveCode and  Amazon CloudFront. We are aware
of mergAWS, but it ONLY works on iOS. We also need this for Android. Any
suggestions???

We need this ASAP!

--Todd Fabacher
___
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: libjson replacement

2017-02-19 Thread J. Landman Gay via use-livecode
I've only used jsonImport to get LC arrays, and the syntax and results 
are the same. As far as I can tell, the main difference is when you have 
json that isn't a JSON object, in which case jsonImport translates it to 
the LC equivalent (list, string, boolean, etc.)


On 2/19/17 3:50 PM, Mike Kerner via use-livecode wrote:

But are the syntax and the results the same?

On Sun, Feb 19, 2017 at 4:46 PM, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:


On 2/19/17 9:48 AM, Mike Kerner via use-livecode wrote:


Do we have a drop-in replacement for libjson?



We have two: jsonToArray/arrayToJson, in the general dictionary entries,
and jsonImport in the JSON dictionary category.

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








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


MacOS Sierra - Tab Bar showing in Stack and IDE windows?

2017-02-19 Thread Paul Hibbert via use-livecode
I’ve just recently started seeing the MacOS Sierra Tab Bar showing up in the LC 
IDE and stack windows. I don’t know when it started happening, maybe the last 
OS update, but it’s now it’s starting to cause some problems.

Very occasionally I would see the menu item ‘Show Tab Bar’ with the shortcut 
shift-cmd-T in the ‘View’ menu, but more recently I haven’t seen the menu item! 
It’s getting to be pretty frustrating, when the menu item is not there the 
shortcut doesn’t work for any window except the project browser.

Some of the time this feels like a really useful feature, I can added the 
Project Browser, Script Editor and Dictionary into one window, so that makes it 
really easy to switch between the tabs and results in a much tidier screen 
space.

The problem I’m having now is when opening a new or previously saved stack, it 
shows a tab bar if the stack is resizable, but not if the stack is a fixed 
size. The odd thing is the tab bar eats into the stack size, so if I create a 
new default stack the size would normally be 400 x 400 px, but now it’s 400px W 
and 377px H. If I turn off ‘Resizable’ the inspector shows 400px H, now if I 
turn ‘Resizable’ back on the inspector still shows 400px H, but now I have a 
tab bar showing within the 400px so I end up with just 377px of useable stack 
height.

This happens in LC7 onwards, LC5.5.5 is unaffected.

Until just a few moments ago, I couldn’t figure out how to control the problem, 
but I’ve just found that the Project Browser window is the key. If I open the 
Project Browser the shortcut seems to work provided I don’t go to the View Menu 
first, opening any other widows including stack windows just follow whatever 
setting is applied to the PB window, with the exception of fixed size stack 
windows.

This doesn’t seem like a LC bug, but more a change in the OS that LC needs to 
address somehow, so before I fill in a bug report or feature enhancement 
request, I’m curious if anybody else is seeing the Tab Bar in the IDE windows 
on MacOS Sierra? Or better still, does anybody know a way to control or disable 
the feature?

Paul
p...@livecode.org

MacOS Sierra 10.12.3 - iMac with Eizo monitor



___
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: libjson replacement

2017-02-19 Thread Mike Kerner via use-livecode
But are the syntax and the results the same?

On Sun, Feb 19, 2017 at 4:46 PM, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 2/19/17 9:48 AM, Mike Kerner via use-livecode wrote:
>
>> Do we have a drop-in replacement for libjson?
>>
>
> We have two: jsonToArray/arrayToJson, in the general dictionary entries,
> and jsonImport in the JSON dictionary category.
>
> --
> 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
>



-- 
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: backscripts vs. libraries in 8 with .livecodescript

2017-02-19 Thread J. Landman Gay via use-livecode

On 2/18/17 6:55 PM, Mike Kerner via use-livecode wrote:

Aside from the libraryStack/releaseStack messages, is there any difference
between using a .livecodescript file as a backscript vs a library?


I don't know if it is still true, but when I asked about this in the 
MetaCard days, the only differece was that backscripts get messages 
after the Home stack, and libraries get them before.


--
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: libjson replacement

2017-02-19 Thread J. Landman Gay via use-livecode

On 2/19/17 9:48 AM, Mike Kerner via use-livecode wrote:

Do we have a drop-in replacement for libjson?


We have two: jsonToArray/arrayToJson, in the general dictionary entries, 
and jsonImport in the JSON dictionary category.


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


libjson replacement

2017-02-19 Thread Mike Kerner via use-livecode
Do we have a drop-in replacement for libjson?

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


[ANN] About the conference in Antwerp

2017-02-19 Thread Mark Schonewille via use-livecode

Hello,

Next week is the 'eHUG International Mini Conference on LiveCode'. The 
conference will take place on 25th February from 13:00h. until 18:00h. 
The conference room is open from 12:00h. The location is the Ibis hotel, 
Meistraat 39 in Antwerp, Belgium.


Participation is only possible if you purchase a ticket no later than 
22nd February. The tickets will be sent to you later this week. There 
are 20 tickets available. If you want to be sure of a ticket, you'll 
need to act quickly.


The prices of the tickets are listed on the website. Additionally, 
non-alcoholic beverages are available for 6 euro per person. Coffee and 
tea are available from a dispenser (for which my apologies). If any 
budget is left, it will be spent on additional drinks or perhaps on 
dinner afterwards.


Everything we need is available: WIFI, a beamer with VGA connection, 
electricity, at least one extra laptop, drinks, etc. If you have any 
special requests, just let me know.


We need more speakers! You can tell something about your own project, 
private or professional, for which you have created a liveCode stack. If 
you use a different platform, such as SuperCard, Filemaker, HyperStudio 
or Xojo, you're very welcome to tell us about it.


Do you think you're not so good at making presentations? Organise a 
workshop instead! Just show us how you work with your favorite tool and 
if you like, or if you can, invite your public to join.


Please indicate that you're a speaker when you buy a ticket. You will 
receive a discount. A discount is also available if you buy the book 
Programming LiveCode for the Real Beginner.


After the formal part of the conference, we may have dinner together. 
The next day, we might have a social event before going home. We will 
organise this on the spot.


I hope to have informed you sufficiently. Just send me an e-mail 
right-away if you have any questions and I'll reply as soon as I can.


More information at http://economy-x-talk.com/conf

--
Kind regards,

Mark Schonewille
http://economy-x-talk.com
https://www.facebook.com/marksch

Buy the most extensive book on the
LiveCode language:
http://livecodebeginner.economy-x-talk.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