Re: Installing 6.6.1 Community on Windows 8

2014-05-03 Thread Andrew Kluthe
: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Numbering of lines in a field

2014-05-03 Thread Andrew Kluthe
preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Numbering of lines in a field

2014-05-03 Thread Andrew Kluthe
Sorry, sent that a little too soon. if CHC is word 1 of myLine or myLine contains tab then end if On Sat, May 3, 2014 at 8:42 AM, Andrew Kluthe and...@ctech.me wrote: if CHC is word 1 or myLine contains tab then yadda yadda end if On Sat, May 3, 2014 at 8:27 AM, Charles Szasz csz

Run a command line app from memory

2014-05-03 Thread Andrew Kluthe
Hello, I have the need to run a command line utility from LiveCode without writing it to disk. Ideally I would like to store it in a custom property and find a way to run it in memory without ever writing it to a disk. Is this at all possible using only LiveCode? Kind regards, Andrew

Re: Run a command line app from memory

2014-05-03 Thread Andrew Kluthe
I should have mentioned the particular platform I am interested in is windows. On May 3, 2014 9:33 PM, Andrew Kluthe and...@ctech.me wrote: Hello, I have the need to run a command line utility from LiveCode without writing it to disk. Ideally I would like to store it in a custom property

Re: Run a command line app from memory

2014-05-03 Thread Andrew Kluthe
for the suggestions. Andrew On May 3, 2014 9:46 PM, Richard Gaskin ambassa...@fourthworld.com wrote: Andrew Kluthe wrote: I have the need to run a command line utility from LiveCode without writing it to disk. Ideally I would like to store it in a custom property and find a way to run

Re: Run a command line app from memory

2014-05-04 Thread Andrew Kluthe
program? Regards Peter On 4 May 2014, at 11:24, Andrew Kluthe wrote: Good point Richard. I never thought of it like that. Hmmm, I'll have to look into that. How I'm doing it now is how you've described it but I was asked if I could come up with a way to do this without adding any new

Re: Subscription-based sales system

2014-05-13 Thread Andrew Kluthe
preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: M

2014-08-13 Thread Andrew Kluthe
://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Andrew Kluthe
not. ;) Regards Matthias ___ 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 -- Regards, Andrew

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Andrew Kluthe
Looked into making a sublime package today. Its done with regex for the most part. I'm not very good with regex and tend to avoid using it in my applications for the most part. Maybe it's the universe's way of telling me to get better at it. Andrew On Sep 18, 2014 12:16 AM, Mark Wieder

Re: Field retrieved from a Mongo document display wrong characters

2014-09-24 Thread Andrew Kluthe
, Andrew Kluthe and...@ctech.me ___ 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: variable trouble

2014-09-25 Thread Andrew Kluthe
Larry, I'd try copy and pasting some more of the code around it and we can try and figure out what you are trying to accomplish. Andrew On Sep 24, 2014 2:10 AM, la...@significantplanet.org wrote: Hi Scott, I meant to say inexplicable to me. Your solution works great. However, I cannot

Re: Raspberry Pi and GPIO

2014-10-09 Thread Andrew Kluthe
___ 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 -- Regards, Andrew Kluthe and...@ctech.me

Re: The Bearer Of Bad News

2014-10-24 Thread Andrew Kluthe
Dropbox and backup suggestions aside, I can't help but feel 7.0 was not ready for primetime. My experience has been giant standalones to cater to features I don't use, and lackluster performance. I know others will disagree but I devoted the last four to five years to livecode and come out

Re: revBrowserAddJavaScriptHandler

2014-12-17 Thread Andrew Kluthe
___ 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 -- Regards, Andrew Kluthe and...@ctech.me

Re: What's the syntax to check if a local folder exists?

2011-06-07 Thread Andrew Kluthe
if there is a folder folderpath then and for files if there is a file filepath then You can also use if there is not a folder folderpath i think. -- View this message in context:

Re: Software Order Processing Service?

2011-06-07 Thread Andrew Kluthe
Trying to setup a paypal subscription system that works with my revIgniter app. Anyone hooked up revServer and paypal ipn? Have any info you can share or goodies I can buy? -- View this message in context:

Re: Using Datagrids with 'stackrunner' like launcher.

2011-06-07 Thread Andrew Kluthe
I couldn't get datagrids to work in this fashion at all. :\ I included one on a hidden card in my launcher, built it as a standalone, no datagrids working anywhere on my test machine. I have been using the actual stack launcher from sons of thunder for any projects I need that need to use this

Re: Software Order Processing Service?

2011-06-07 Thread Andrew Kluthe
I appreciate the offer, but I would prefer this be done with RevServer. I have something that works, it is just not very automated. If I could tap into the IPN easily from revIgniter, I would be happy as a clam. So I shall just make do until Andre releases his fabulous set of everything onto the

mouseDoubleUp issues

2011-06-20 Thread Andrew Kluthe
Hello :), Using RevEnterprise 4.0, I have a mouseDoubleUp handler that I ended up placing into a data grid table. on mouseDoubleUp pMouseBtnNum if pMouseBtnNum is 1 then editPayment send PopulatePaymentGrid to this stack in 2 milliseconds end if if pMouseBtnNum is 3 then

Re: mouseDoubleUp issues

2011-06-20 Thread Andrew Kluthe
I went to go and check the target, but I get various answers for the target depending on which column a user clicks on the datagrid. One on datagrid with this problem I get no target being output at all (very bizzare). Also, is hcBehavior a property? I tried looking it up in the dictionary but

Re: mouseDoubleUp issues

2011-06-20 Thread Andrew Kluthe
The handler is only in the datagrid script and the datagrid is a background control that appears on multiple cards in this stack. I have it working, but the solution is just to check the target for anything resembling a column in the datagrid. It is ugly and inefficient, but it works. If anyone

Re: mouseDoubleUp issues

2011-06-20 Thread Andrew Kluthe
Ahhh ok, how do I stop that without having to duplicate datagrids? Impossible? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/mouseDoubleUp-issues-tp3612079p3613108.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: mouseDoubleUp issues

2011-06-20 Thread Andrew Kluthe
It looks like the rest of the problem is solved already. Unfortunately, no. I have a slightly messier solution in place, but I'd like to keep the datagrid as a background without having to catch and examine the target. -- View this message in context:

Re: [ANN] revIgniter v1.4b

2011-07-19 Thread Andrew Kluthe
RevServer got updated? Is there a changelog? Does On-Rev use Livecode Server 4.6.3? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-revIgniter-v1-4b-tp3678359p3678624.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: [ANN] revIgniter v1.4b

2011-07-19 Thread Andrew Kluthe
Whoa. I just got the email too. I am excited about built in encryption feature. This makes webservice apps much easier. I wonder if this means SQL Yoga will work with revServer. I am a little confused on how the stack support works though. Can someone help summarize this feature for me? --

Re: [ANN] revIgniter v1.4b

2011-07-19 Thread Andrew Kluthe
I don't need GUI stuff if I can send messages and write my code in a colorized code editor instead of notepad++. Very excited. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-revIgniter-v1-4b-tp3678359p3678755.html Sent from the Revolution - User mailing list

Re: [ANN] revIgniter v1.4b

2011-07-19 Thread Andrew Kluthe
Bummer. So we aren't talking about binary stacks, just a different way of interacting between script files? How do custom properties work then? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-revIgniter-v1-4b-tp3678359p3678875.html Sent from the Revolution -

Re: LiveCode Server Release and On-Rev

2011-07-20 Thread Andrew Kluthe
Heather says On-Rev users will be upgraded to the new livecode server in a few days. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-Server-Release-and-On-Rev-tp3679789p3680996.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: revIgniter

2011-07-20 Thread Andrew Kluthe
It is a web app framework for revServer (Now named LiveCode Server). It is very much like CodeIgniter for PHP. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-revIgniter-v1-4b-tp3678359p3681975.html Sent from the Revolution - User mailing list archive at

Re: Installing iOS SDK and Xcode on Windows 7.

2011-07-29 Thread Andrew Kluthe
I may be wrong, but I am pretty sure iOS dev is limited to Mac Only. :\ -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Installing-iOS-SDK-and-Xcode-on-Windows-7-tp3702599p3703277.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Virtual Appliances

2011-08-02 Thread Andrew Kluthe
I use turnkey linux appliances for a lot of things, but I guess I don't follow what you are talking about in the later half of your post. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Virtual-Appliances-tp3713223p3713853.html Sent from the Revolution - User

Re: Virtual Appliances

2011-08-03 Thread Andrew Kluthe
Oh, ok then! Carry on! :) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Virtual-Appliances-tp3713223p3716017.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Stack Password Protection

2011-08-08 Thread Andrew Kluthe
Hey all, I have an application that uses several different stackfiles that are loaded by a standalone launcher (sort of like stackrunner). I want to be able to encrpyt the stackfiles so that the user can't just open up the stacks in a text editor and see my code. I can't find a lot of

Re: Stack Password Protection

2011-08-08 Thread Andrew Kluthe
So password protecting these stacks don't affect what happens when my standalone opens one of them? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Stack-Password-Protection-tp3728618p3728647.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Stack Password Protection

2011-08-08 Thread Andrew Kluthe
Nice! I was terrified to just try and make the leap on my finished product without asking about how it works first. I thought the standalone needed to give a password to run the stacks. Now I realize how these work! Awesome! -- View this message in context:

Re: Ask Password and Login Screen

2011-08-17 Thread Andrew Kluthe
Hi Gregory, I do this in an application. It requires an email address and a password to get access to data on a remote db served up through web services. Basically, I just have a form with a username and a password field control from http://droptools.sonsothunder.com/all.irev It has a checkbox

Re: Confused about storing arrays in a custom property

2011-08-22 Thread Andrew Kluthe
It sounds to me like binary is the data type you want here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Confused-about-storing-arrays-in-a-custom-property-tp3757539p3760664.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: [OT] Can someone help me acquire a HP TouchPad?

2011-08-23 Thread Andrew Kluthe
I live in a very rural part of the midwest and I demoed one of these at the Sams Club (a membership based store) chain a few weeks back when they came out. I'm kind of hoping they are hanging on to some of these still. I can price match them there even if they don't have them discounted. If I

Re: [OT] Can someone help me acquire a HP TouchPad?

2011-08-23 Thread Andrew Kluthe
I'll be checking tomorrow and if they do I will try and buy two right then and there. We'll work out the details after I secure you one. Email off list so I can contact you faster if I find you one. I think the chances are good that no-one bothered to look at this store (where they had them on

libJSON

2011-09-26 Thread Andrew Kluthe
Hey folks, A while back I had my hands on Mark Smith's JSON library for serializing arrays into JSON. The link to his website seems to be down. Anyone know where I can pick a copy of this up? Thanks, Andrew ___ use-livecode mailing list

Re: libJSON

2011-09-26 Thread Andrew Kluthe
I should have looked at RevOnline first. http://revonline2.runrev.com/stack/82/LibJson-1-0b Here is the link for people searching the list later on. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/libJSON-tp3845854p3845857.html Sent from the Revolution - User

Re: So RunRev wants more of my money- what has been fixed?

2011-10-12 Thread Andrew Kluthe
I was fairly unimpressed with what turned out to be the big 5.0. Seems not a whole lot has changed besides RevServer since 4.0. I think I'll wait for 6.0 or 7.0. -- View this message in context:

Re: WordLib Test Docs and LiveCode 5

2011-11-09 Thread Andrew Kluthe
WordReport Saved My Job. Any interesting things happening with that? Thank You! -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/WordLib-Test-Docs-and-LiveCode-5-tp4021657p4021858.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: WordLib Test Docs and LiveCode 5

2011-11-09 Thread Andrew Kluthe
I had been working on a Latex based reporting system for a Lease Making Program and it was full of gotchas and bloated dependencies. WordReport made it so much easier and more powerful than what I had been working on and nearly gave up on. Giving up on that project in livecode that I had nearly

Re: setting data grid columns by code

2011-11-10 Thread Andrew Kluthe
columns - Line delimited list of columns in your table. put the dgProp[columns] of group Data Grid into sColumns set the dgProp[columns] of group Data Grid to sColumns It produces and accepts a line delimited list of columns. I have never done this from script but I use it from message box all

Re: Indirect reference

2011-11-17 Thread Andrew Kluthe
There are other ways to accomplish what you need, but here is what you are looking for. do put theTime into tField this would execute -- put what was in theTime into what was in tField http://docs.runrev.com/Command/do -- View this message in context:

PHP LiveCode Server

2011-11-22 Thread Andrew Kluthe
On the desktop, I can execute python and other scripting languages. But how might one go about making calls to PHP functions in LiveCode Server? I have all of these wonderfully useful PHP libraries for different web services. While I have been making a habit of trying to recreate them in livecode

Re: PHP LiveCode Server

2011-11-22 Thread Andrew Kluthe
Very true, but unfortunately this is similar to what I am doing now which is making a script file that loads the library and calls the function I need with parameters being passed via post. This also means I have about 15 different .php scripts that take post information floating on my server. I

Re: [ANN] Extensions for LiveCode/Linux

2011-12-19 Thread Andrew Kluthe
Im looking at the webkit extension now. Looks nice. Only other requirement is python, correct? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-Extensions-for-LiveCode-Linux-tp4214251p4214640.html Sent from the Revolution - User mailing list archive at

Re: Sending hundreds of eMails

2012-01-05 Thread Andrew Kluthe
When sending out registration and lost password emails and what not I found this service. Many of my emails were hitting peoples spam boxes. The easiest (although not free. $1.50/1000 emails) way to send bulk emails out that you know will hit their inbox is using postmarkapp.com . They have tons

Re: Automated Testing Tool

2012-01-31 Thread Andrew Kluthe
This is very neat. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Automated-Testing-Tool-tp4345249p4346888.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Re: [ANN] sQuiRt V1.1.0 update

2012-02-05 Thread Andrew Kluthe
:O -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-sQuiRt-V1-1-0-update-tp4359702p4359845.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Re: input and output to a cli

2012-02-09 Thread Andrew Kluthe
I'm familiar with how this is done on linux but anyone have any idea how to do it on windows? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/input-and-output-to-a-cli-tp4374607p4374977.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: input and output to a cli

2012-02-09 Thread Andrew Kluthe
Nvm, I just found it. I didnt think you could do this on windows. Using the :) thanks. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/input-and-output-to-a-cli-tp4374607p4374983.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: How alive is LiveCode?

2012-02-10 Thread Andrew Kluthe
In reference to report building, WordReport add-on for livecode has made this a breeze (if you don't mind getting .docx or openoffice formats, these can also be converted to pdf im sure with some vbscript). It helped me make a nice report engine with customizable report templates. Before doing

Re: [OT] How Peach Works

2012-02-14 Thread Andrew Kluthe
Why is this here? I get enough spam in my inbox as it is. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-How-Peach-Works-tp4388914p4388987.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: Get number of occurrences of one string in another

2012-02-22 Thread Andrew Kluthe
function substringCount pChar, pString put 0 into theCount repeat for each char theChar in pString if theChar is pChar then add 1 to theCount end if end repeat return theCount end substringCount Would work out nicely if there is not built

Re: Windows 8

2012-03-06 Thread Andrew Kluthe
I don't really foresee livecode being able to build metro apps anytime in next couple of years. Chances are that livecode apps will work almost like they do in win7, but will require some tweeks to fix some of the compatibility issues with the new api. But livecode building metro apps? I just

Re: Windows 8

2012-03-07 Thread Andrew Kluthe
I assumed that there would be some hiccups here and there seeing as how they removed win32 api for winRT api, Mark. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Windows-8-tp4449030p4452576.html Sent from the Revolution - User mailing list archive at

Re: Getting URL of a shoutcast server....

2013-07-08 Thread Andrew Kluthe
.**economy-x-talk.com/survey/http://livecodebeginner.economy-x-talk.com/survey/ On 7/8/2013 17:43, Andrew Kluthe wrote: What does livecode's user-agent read as by default? Is it possible that the shoutcast server is not recognizing the user agent livecode presents and therefore not sending

Re: LiveCode and WebSockets

2013-07-08 Thread Andrew Kluthe
sockets support on mobile (without externals at least) and websockets are very definitely not the same thing as standard sockets. What do you have in mind? I'm certainly interested in discussing it. Mark From: Andrew Kluthe and...@ctech.me To: How

Re: LiveCode and WebSockets

2013-07-08 Thread Andrew Kluthe
at least) and websockets are very definitely not the same thing as standard sockets. What do you have in mind? I'm certainly interested in discussing it. Mark From: Andrew Kluthe and...@ctech.me To: How to use LiveCode use-livecode

Re: Chained Behaviors

2013-07-12 Thread Andrew Kluthe
-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use

Re: Buttons all in the same background

2013-07-14 Thread Andrew Kluthe
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 -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing

Re: Convert date to seconds

2013-07-18 Thread Andrew Kluthe
/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ 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

Re: Convert date to seconds

2013-07-18 Thread Andrew Kluthe
disregard, after looking more closely at his email dar is correct completely. On Thu, Jul 18, 2013 at 1:01 PM, Andrew Kluthe and...@ctech.me wrote: it gets midnight UTC, livecode changing the date FROM the time zone independent seconds gives you time zone differences. On Thu, Jul 18, 2013

Re: Set Tabs on a Tab Btn via Script

2013-07-19 Thread Andrew Kluthe
Should have tried fooling with it first. For anyone else, setting the text of a tab button sets the labels of the tabs. On Fri, Jul 19, 2013 at 7:41 AM, Andrew Kluthe and...@ctech.me wrote: Hello, Is there a property I can use to set the number/text of tabs in a tab panel? -- Regards

Re: Anyone have an OPEN SOURCE project as a FTP app?

2013-07-23 Thread Andrew Kluthe
and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: DataGrid hilited row color?

2013-07-23 Thread Andrew Kluthe
, Andrew Kluthe and...@ctech.me ___ 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

Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
requiring the user to login via revBrowser? -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
. Gugliermo's phx_dropboxLib works great on all platforms, using the REST API, and on mobile, Monte has an external that does not rely on REST. On Wed, Jul 24, 2013 at 11:39 AM, Andrew Kluthe and...@ctech.me wrote: Heya, A while back someone posted a library for interacting

Re: Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
a couple of months since I last authorized a new app, so I'd have to mess with it to figure out the process again). On Wed, Jul 24, 2013 at 12:10 PM, Andrew Kluthe and...@ctech.me wrote: Is there anyway to include a set of permanent access tokens in that library? When I played

Re: Easier Dropbox Access

2013-07-24 Thread Andrew Kluthe
/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ 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

[OT-ish] Chromecast

2013-07-25 Thread Andrew Kluthe
company already wants to use this to stream videos to the parts of the office that have tv's playing informational videos about our farm for the many visitors we get. -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode

exit repeat and nested repeats

2013-08-01 Thread Andrew Kluthe
end repeat -- Regards, Andrew Kluthe and...@ctech.me ___ 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

Re: exit repeat and nested repeats

2013-08-01 Thread Andrew Kluthe
://livecodebeginner.economy-x-talk.com/survey/ On 8/1/2013 22:22, Andrew Kluthe wrote: How does exit repeat handle nested repeats? Does it exit the parent repeat if called from a child repeat in two repeats that are nested in a handler? repeat for each key sKey in sData repeat for each

Re: MobGui and Resolution Indipendence

2013-08-06 Thread Andrew Kluthe
-- Regards, Andrew Kluthe and...@ctech.me ___ 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: Short Term LiveCode/RDBMS Project Help Wanted

2013-09-05 Thread Andrew Kluthe
subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: OT: Sparkleshare

2013-09-10 Thread Andrew Kluthe
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 -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing

Re: OT: Sparkleshare

2013-09-10 Thread Andrew Kluthe
subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Unwanted password protection

2013-09-10 Thread Andrew Kluthe
something? Graham ___ 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 -- Regards, Andrew

Re: Using a Datagrid as background?

2013-09-11 Thread Andrew Kluthe
___ 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 -- Regards, Andrew Kluthe and...@ctech.me

Re: Field calculations

2013-09-11 Thread Andrew Kluthe
://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

lcVCS - Getting started

2013-09-12 Thread Andrew Kluthe
. Is there anywhere I can get my hands on the plugin and maybe a little info on how to get started beyond the readme on the github page? -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: lcVCS - Getting started

2013-09-12 Thread Andrew Kluthe
specific I could contribute to. Kind regards, Andrew On Thu, Sep 12, 2013 at 3:59 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 13/09/2013, at 12:25 AM, Andrew Kluthe and...@ctech.me wrote: I was going to contact Monte off list but I thought the info might be useful to others

Re: lcVCS - Getting started

2013-09-12 Thread Andrew Kluthe
-- Regards, Andrew Kluthe and...@ctech.me ___ 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: stack corrupted

2013-09-12 Thread Andrew Kluthe
://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Andrew Kluthe
-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 -- Regards, Andrew Kluthe and...@ctech.me ___ use

Re: Using Post tData?

2013-09-23 Thread Andrew Kluthe
___ 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 -- Regards, Andrew Kluthe and...@ctech.me

Re: Using Post tData?

2013-09-23 Thread Andrew Kluthe
, but if it's one of the newer versions and you want to build a php based api for your database, I can't recommend this enough. http://net.tutsplus.com/tutorials/php/laravel-4-a-start-at-a-restful-api/ Regards, Andrew On Mon, Sep 23, 2013 at 8:28 AM, Andrew Kluthe and...@ctech.me wrote: Hmmm. echo td

Re: OT: The Win UAC puts a shield on my program icon

2013-09-24 Thread Andrew Kluthe
@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode

Re: Password Protecting Projects With Password-Protected Stacks Attached

2013-09-28 Thread Andrew Kluthe
, unsubscribe and manage your subscription preferences: http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode

Re: [ANN] mergExt: Dropbox Sync External and iOS 7 Updates

2013-10-01 Thread Andrew Kluthe
. Regards, Andrew Kluthe On Tue, Oct 1, 2013 at 2:11 PM, Chris Sheffield cmsheffi...@icloud.comwrote: Excellent! Thanks so much for getting that figured out so quickly. Extremely responsive, as always. :-) Thanks again, Chris On Sep 30, 2013, at 5:06 PM, Monte Goulding mo

Re: Updating iOS app

2013-10-02 Thread Andrew Kluthe
___ 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 -- Regards, Andrew Kluthe and...@ctech.me

Re: Sending mail from on-server

2013-10-03 Thread Andrew Kluthe
://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: FieldFormatter: Working group

2013-10-03 Thread Andrew Kluthe
your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Sending mail from on-server

2013-10-03 Thread Andrew Kluthe
___ 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 -- Regards, Andrew Kluthe and...@ctech.me

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Andrew Kluthe
, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

  1   2   3   4   >