Hi Gregory,

I've just spend a few weeks setting up LiveCode server on win32 under IIS
5.1.
And pretty much had to start from scratch to get LiveCode Server up n
running.

If you haven't already stepped thru this how to (don't just read thru it.
Do it.  And verify each step) :
How-do-I-install-LiveCode-Server-on-OS-X-with-Apache-
http://lessons.runrev.com/s/lessons/m/4070/l/36653-How-do-I-install-LiveCode
-Server-on-OS-X-with-Apache-

Have you had apache working before?
If not, get Apache working first.

Then modify the hello world scripts that are working on Apache.
By placing your test script line in it.
And renaming it to .lc
And test again.

HTH


-----Original Message-----
Message: 6
Date: Wed, 18 Apr 2012 14:47:32 -0400
From: Gregory Lypny <gregory.ly...@videotron.ca>
To: LiveCode <use-livecode@lists.runrev.com>
Subject: Can't Get Server Engine to Work on My Mac
Message-ID: <1a33d6b4-ab85-4cc1-a8c7-e5ce7c30a...@videotron.ca>
Content-Type: text/plain; charset=us-ascii

Hello everyone,

I must have missed something because I can't get the server engine to work
on my Mac.  Here's what I did.

1.  I placed the livecode-server executable and the drivers and externals
folder into /Library/WebServer/CGI-Executables/ 

2.  I added these two lines

        AddHandler livecode-script .lc
        Action livecode-script /cgi-bin/livecode-server

at the end of the <Directory "/Library/WebServer/Documents"> section of
httpd.conf

3.  I restarted Apache by toggling the web sharing checkbox in system
preferences

To test the server, I created a page in iWeb and added an HTML snippet
containing

        <p> The internet date is <?rev put the internet date ?></p>

Nothing from the snippet appears on the page.  What am I doing wrong?

Gregory






------------------------------

Message: 7
Date: Wed, 18 Apr 2012 14:33:36 -0500
From: Ken Ray <k...@sonsothunder.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Help understanding iOS deployment
Message-ID: <a95ff166-1d17-4798-9718-fdeec7656...@sonsothunder.com>
Content-Type: text/plain;       charset=windows-1252

> Right. Every testing device has to be entered in the portal. Then you
either make new development provisioning profiles (which will include their
devices) or you can refresh your existing profile via XCode. Once the
profile has been updated to include the new devices, rebuild the standalone
with the new profile.

This is a critical piece that many miss? if you had a standalone that was
sent to two people and worked and you then went and added a third person
(device) to the portal, you can't just send the same standalone to the third
person? you have to *rebuild the standalone* with the new profile in order
for the third person to be able to use your standalone.

Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
Web Site: http://www.sonsothunder.com/  



------------------------------

Message: 8
Date: Wed, 18 Apr 2012 13:38:55 -0700
From: Jim Lambert <j...@netrin.com>
To: use-livecode@lists.runrev.com
Subject: Re: Help understanding iOS deployment
Message-ID: <a7497f0d-f95f-4e83-80db-6c62363a0...@netrin.com>
Content-Type: text/plain; charset=us-ascii

Graham,

TestFlight is a helpful friend for management of devices & smaller scale
distribution outside of the App Store.

http://www.testflightapp.com


Jim Lambert


------------------------------

Message: 9
Date: Wed, 18 Apr 2012 16:13:43 -0500
From: Charles E Buchwald <char...@buchwald.ca>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Help understanding iOS deployment
Message-ID: <344088a8-b8d2-4a02-8cae-68a91ad5a...@buchwald.ca>
Content-Type: text/plain;       charset=windows-1252

Hi Jim,

TestFlight looks interesting... how does one use it with LC?

- Charles

On 2012-04-18, at 3:38 PM, Jim Lambert wrote:

> Graham,
> 
> TestFlight is a helpful friend for management of devices & smaller scale
distribution outside of the App Store.
> 
> http://www.testflightapp.com
> 
> 
> Jim Lambert
> _______________________________________________
> 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

--
Charles E. Buchwald
http://buchwald.ca
Vancouver / Mexico City / NYC
Member of the 02 Global Network for Sustainable Design ? Connect on LinkedIn
? Follow me on Twitter
Please consider the environment before printing this email.



------------------------------

Message: 10
Date: Wed, 18 Apr 2012 17:51:17 -0500
From: Chipp Walters <ch...@chipp.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Interesting breach of iOS terms or something for LC
        users?
Message-ID:
        <caec4yhpnftqocjrh5lgmc+86-_lz4cxwetegwwya2pxyiuw...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I'm not sure I agree. AppGyver (AG) has many of the same api hooks to iOS
as LC. So, in theory, one could just as easily abuse those privileges in an
AG player as a LC player.

For instance, say you write an AG file (html/jscript) to access the native
features of iOS like the contacts list, and copy them all and transport
them somewhere over the Internet. That does something significantly
*different* than what Safari can do. And, in my mind, it represents just as
much a security risk as what you can do with LC.

On Wed, Apr 18, 2012 at 4:38 AM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> Hi,
>
> Just like PhoneGap, AppGyver is basically a locally functioning website
> and does nothing that Safari can't do. If Apple has already approved the
> engine, then Apple might tolerate the preview app. This doesn't pave the
> way for RunRev to do something similar.
>
>


------------------------------

Message: 11
Date: Thu, 19 Apr 2012 13:25:30 +0900
From: Nicolas Cueto <nicon...@gmail.com>
To: LiveCode - general LiveCode <use-livecode@lists.runrev.com>
Subject: Android field and word prediction
Message-ID:
        <cagetkxk-hlsulfpoqsmddmgidvfam-ia3suopgeqqx3z_-0...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hello All,

When typing in my Android app within a simple text-field object and
with the "word prediction" setting checked on, clicking on any one of
the suggested words results in only the first letter of that word
appearing in the text field. Same thing happens if the suggested words
are ignored and I simply continue typing. Which means that, to type a
word,"Enter" must be hit after each letter is typed.

Of course, the field works as expected if "word prediction" is turned
off in the settings. But that's not a solution.

I tried the Android Release Notes, but couldn't find anything related
to this problem.

Advice please?

Thanks.

--
Nicolas Cueto



------------------------------

Message: 12
Date: Thu, 19 Apr 2012 01:05:15 -0400
From: "Ralph DiMola"<rdim...@evergreeninfo.net>
To: "How to use LiveCode"<use-livecode@lists.runrev.com>,
        rdim...@evergreeninfo.net
Subject: Re: Android field and word prediction
Message-ID: <05ec8aec-735b-40b4-8806-6c36670c5d28@blur>
Content-Type: text/plain; Format="Flowed"; DelSp="Yes";
        charset="US-ASCII"

Nicolas,

I have been testing with froyo and text field input  works as expected. When

I tested on a gingerbread tablet today I saw the same thing. What version of

LC and Android are you running?

Ralph DiMola
MIS Director 
Evergreen Information Services
rdim...@evergreeninfo.net

-----Original message-----
From: Nicolas Cueto <nicon...@gmail.com>
To: LiveCode - general LiveCode <use-livecode@lists.runrev.com>
Sent: Thu, Apr 19, 2012 04:25:30 GMT+00:00
Subject: Android field and word prediction

Hello All,

When typing in my Android app within a simple text-field object and
with the "word prediction" setting checked on, clicking on any one of
the suggested words results in only the first letter of that word
appearing in the text field. Same thing happens if the suggested words
are ignored and I simply continue typing. Which means that, to type a
word,"Enter" must be hit after each letter is typed.

Of course, the field works as expected if "word prediction" is turned
off in the settings. But that's not a solution.

I tried the Android Release Notes, but couldn't find anything related
to this problem.

Advice please?

Thanks.

--
Nicolas Cueto

_______________________________________________
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



------------------------------

Message: 13
Date: Thu, 19 Apr 2012 14:24:48 +0900
From: Nicolas Cueto <nicon...@gmail.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Android field and word prediction
Message-ID:
        <CAGeTkxmoa99pGKoE3yj_AE5SgEMeqX_S2g_CUKwUgWY=21m...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Ralph,

LC = 5.5.1-dp1
HTC Evo phone = Android 2.3.4
AVD Manager setting for that HTC = Android 2.3.3 Api Level 10
LC standalone minimum OS setting =  tried both Android 2.2 and Android 2.3

Again, text field input works as expected. But not if "word
prediction" is turned on.

Cheers.
--
Nicolas Cueto



------------------------------

Message: 14
Date: Thu, 19 Apr 2012 15:01:48 +0200
From: Graham Samuel <livf...@mac.com>
To: use-livecode@lists.runrev.com
Subject: Data persistence in iOS apps
Message-ID: <e05a19af-14d8-46a0-aa03-cad984bf4...@mac.com>
Content-Type: text/plain; CHARSET=US-ASCII

In LiveCode desktop apps, you can't put stuff in the mainstack of the app or
its substacks and expect it to be there next time the program is run: there
are often questions on this list about this kind of thing. The basic rule
that prevents self-modifying programs in modern OSs means that the mainstack
is essentially read-only, so saving of the main stack and its whole data
tree is not allowed: the traditional solution is "put your data into a
different stack which you open at the start of the program and save when it
quits" (the Splash Screen method).

Now, what about iOS? As far as I understand the iOS app concept (which is
not very well), the whole thing runs in the app's sandbox, and when the
program quits or is suspended (same thing, in effect), the entire state of
the app is recorded. If this is true, then you might think that when an app
creates new cards in its main stack, then those cards will still be there
when you restart the program. My experiments show that they aren't - this is
not unexpected exactly, but it raises the question: what is kept in the
sandbox - is it only stuff that has been deliberately saved in the
'documents' folder or whatever? Or is some other status information stored
by the system and if so what? Can I know for example how many times my app
has been launched on this device? I expect there is something about this
deep in the XCode docs but I have not found it. Does anyone know?

Graham



------------------------------

Message: 15
Date: Thu, 19 Apr 2012 09:32:52 -0400
From: Colin Holgate <co...@verizon.net>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Data persistence in iOS apps
Message-ID: <88c1cc48-2bec-4195-8397-4aff57482...@verizon.net>
Content-Type: text/plain; charset=us-ascii

With iOS you have to save a copy of the stack into the documents folder, and
then jump into that stack. Then changes can be saved.



------------------------------

Message: 16
Date: Thu, 19 Apr 2012 09:18:32 -0700
From: Jim Little <littlejam...@mac.com>
To: use-livecode@lists.runrev.com
Subject: (OT)  Our 1st App:  Flat Out Fitness
Message-ID: <83079a8c-86c4-42af-978a-4f83bfd94...@mac.com>
Content-Type: text/plain; CHARSET=US-ASCII

HI All,

Our first app was released on the App Store today.  It was made with
LiveCode and is an exercise timer for High Intensity Interval Training
(HIIT).  Go to our website to learn more about this type of exercise:

http://flatoutfitness.com

The full version costs $0.99.  The lite version (Flat Out Lite) is free but
has limited functionality.   

http://itunes.apple.com/us/app/flat-out-fitness/id503962257?ls=1&mt=8 


We have some free promo codes.  If you're interested, please e-mail us at
h...@flatoutfitness.com 
Please send us any suggestions.

Thanks to this list and the wider LiveCode community for assistance along
the way.

Regards,

Todd & Jim Little 


  


------------------------------

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-livecode

End of use-livecode Digest, Vol 103, Issue 30
*********************************************


_______________________________________________
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

Reply via email to