Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Magicgate Software - Skip Kimpel
+1

On Wed, Feb 10, 2016 at 10:03 AM, Colin Kelly  wrote:

> +1
>
>
>
>
> On 10/02/2016, 14:07, "use-livecode on behalf of Mike Kerner" <
> use-livecode-boun...@lists.runrev.com on behalf of
> mikeker...@roadrunner.com> wrote:
>
> >Request:
> >For folks who buy the whole kit-and-kaboodle, a monolithic download with
> >the current versions of everything would be nice.
> >
> >On Wed, Feb 10, 2016 at 12:41 AM, Monte Goulding 
> wrote:
>
>
> ___
> 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: Error code parser?

2015-11-23 Thread Magicgate Software - Skip Kimpel
Thanks Paul!

On Mon, Nov 23, 2015 at 3:00 PM, Paul Hibbert  wrote:

> Jacque’s stack may help too…
>
> http://livecodeshare.runrev.com/stack/712/LiveCode-Error-Lookup
>
> Paul
>
> > On Nov 23, 2015, at 11:19 AM, Mark Wieder 
> wrote:
> >
> > On 11/23/2015 10:36 AM, Magicgate Software - Skip Kimpel wrote:
> >> Good afternoon,
> >>
> >> I posted a questions about a week ago about a Windows standalone that
> was
> >> producing errors when trying to compile it in LC 7.1.  Doing more
> research
> >> online I saw that there used to be a website that would explain some of
> the
> >> data that is returned from the error message box.
> >>
> >> It seems like that website does not exist anymore.
> >>
> >> How do I diagnose what this error message means? I am desperate to get
> this
> >> thing compiled and running.
> >>
> >> SKIP KIMPEL
> >> ___
> >> 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
> >>
> >
> > Well, the *fastest* way is to use the first number and
> > put line x of the scriptparsingerrors
> > where x is that number
> >
> > but of course the *best* way is to use PowerDebug.
> > <http://mwieder.on-rev.com/WordPress/?incsub_wiki=runtime-errors>
> > <http://www.ahsoftware.net/PowerTools/BuyPowerDebug.irev>
> >
> > --
> > 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
>
>
> ___
> 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

Error code parser?

2015-11-23 Thread Magicgate Software - Skip Kimpel
Good afternoon,

I posted a questions about a week ago about a Windows standalone that was
producing errors when trying to compile it in LC 7.1.  Doing more research
online I saw that there used to be a website that would explain some of the
data that is returned from the error message box.

It seems like that website does not exist anymore.

How do I diagnose what this error message means? I am desperate to get this
thing compiled and running.

SKIP KIMPEL
___
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


How to figure out what is causing a standalone to fail during compile

2015-11-16 Thread Magicgate Software - Skip Kimpel
I have a Windows standalone that is failing to compile for some reason.

The error message that LC gives me has quite a bit of info but none that
seems useful.  Is there any log file or anything more detailed I can
examine to figure out why it is failing?  If I can figure anything out from
it, it appears it fails on:

revCopyScriptLibraries
AND
revCreateStandalone

Any insight is greatly appreciated!

SKIP KIMPEL
___
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: Detailed system information

2015-11-11 Thread Magicgate Software - Skip Kimpel
Thank you Richard and Roger!  I thought about using shell to get to command
line systeminfo but it take too long to return the results.

I think I will have something to start with here.  I'll post whatever I end
up creating.

SKIP

On Wed, Nov 11, 2015 at 4:38 PM, Roger Eller 
wrote:

> Skip, here are a few goodies.  For the installed browsers, I think you'll
> have to query the registry, but I don't have the specifics on that.
>
> put the systemVersion
>
> put the platform
>
> put shell("java -version")
>
> put $COMPUTERNAME
>
> put $USERNAME
>
> ~Roger
>
>
> On Wed, Nov 11, 2015 at 4:05 PM, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
>
> > Good afternoon,
> >
> > Has anybody created a script to get detailed information from the user
> in a
> > standalone so that it can be sent back for debugging?
> >
> > Out of the box I am only finding "systemInformation" and "the platform"
> >
> > I would love to get many more details such as (on a Windows machine) the
> > version of the operating system, browsers installed and versions of
> those,
> > etc.
> >
> > I was about to start writing code to dig into the registry but I thought
> I
> > would ask here first.
> >
> > Thank you!
> >
> > SKIP KIMPEL
> >
> >
> ___
> 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


Detailed system information

2015-11-11 Thread Magicgate Software - Skip Kimpel
Good afternoon,

Has anybody created a script to get detailed information from the user in a
standalone so that it can be sent back for debugging?

Out of the box I am only finding "systemInformation" and "the platform"

I would love to get many more details such as (on a Windows machine) the
version of the operating system, browsers installed and versions of those,
etc.

I was about to start writing code to dig into the registry but I thought I
would ask here first.

Thank you!

SKIP KIMPEL
___
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: Windows standalones not closing properly

2015-10-29 Thread Magicgate Software - Skip Kimpel
Windows 7 and LC 7.1

SKIP

On Wed, Oct 28, 2015 at 5:17 PM, J. Landman Gay 
wrote:

> It also happens if there are any drivers that weren't closed.
>
> On 10/28/2015 3:45 PM, Magicgate Software - Skip Kimpel wrote:
>
>> Nope, no timers pending.  This is consistent across ANY Windows standalone
>> I create.
>>
>> SKIP
>>
>> On Wed, Oct 28, 2015 at 4:32 PM, Richard Gaskin <
>> ambassa...@fourthworld.com>
>> wrote:
>>
>> Skip, do you have any timers pending?
>>>
>>
> --
> 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
>
___
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: Windows standalones not closing properly

2015-10-28 Thread Magicgate Software - Skip Kimpel
Nope, no timers pending.  This is consistent across ANY Windows standalone
I create.

SKIP

On Wed, Oct 28, 2015 at 4:32 PM, Richard Gaskin 
wrote:

> Skip, do you have any timers pending?
>
> --
>  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: Windows standalones not closing properly

2015-10-28 Thread Magicgate Software - Skip Kimpel
Thanks Roger That is the same strategy I have been using as well but
this must be an oversight on LC's side as it is really annoying!

Thanks again,

SKIP

On Wed, Oct 28, 2015 at 4:09 PM, Roger Eller 
wrote:

> I used to see that quite often until I started including this in the stack
> script of the main stack.
>
> on closeStackRequest
>close this stack
>quit
> end closeStackRequest
>
> ~Roger
>
>
> On Wed, Oct 28, 2015 at 4:01 PM, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
>
> > Has anybody noticed that when you build a standalone now for Windows, if
> > you click the native "X" to close out the application, it looks like it
> is
> > gone, however it continues to run in the background and has to be killed
> > using the Task Manager?
> >
> > They has been happening for the past few releases and I have ignored it
> and
> > begun to program around it thinking it would be fixed but it continues to
> > be an issue for me.
> >
> > Is anybody else having this issue?
> >
> > SKIP KIMPEL
> > ___
> > 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


Windows standalones not closing properly

2015-10-28 Thread Magicgate Software - Skip Kimpel
Has anybody noticed that when you build a standalone now for Windows, if
you click the native "X" to close out the application, it looks like it is
gone, however it continues to run in the background and has to be killed
using the Task Manager?

They has been happening for the past few releases and I have ignored it and
begun to program around it thinking it would be fixed but it continues to
be an issue for me.

Is anybody else having this issue?

SKIP KIMPEL
___
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: XML Error - No Data To Process

2015-10-28 Thread Magicgate Software - Skip Kimpel
I figured it out: when building the standalone, it was not adding
revsecurity.dll

SKIP

On Wed, Oct 28, 2015 at 3:53 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:

> Good afternoon!
>
> I have an desktop (windows) application that has been running fine for
> about a year.  It is a simple tool that reaches out to an API and retrieves
> some XML back in return.
>
> Today I needed to go in and change an authorization token for it to talk
> properly to the API.  I created the standalone but when running the exe
> file I get:
> "No data to process. Error : xmlerr, bad document id"
>
> It runs fine in on the development side, just not the compiled, executable
> side.  I made sure I had revxml.dll in the externals folder of the
> standalone thinking that was the issue but it wasn't.
>
> Any ideas??
>
> SKIP KIMPEL
>
___
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


XML Error - No Data To Process

2015-10-28 Thread Magicgate Software - Skip Kimpel
Good afternoon!

I have an desktop (windows) application that has been running fine for
about a year.  It is a simple tool that reaches out to an API and retrieves
some XML back in return.

Today I needed to go in and change an authorization token for it to talk
properly to the API.  I created the standalone but when running the exe
file I get:
"No data to process. Error : xmlerr, bad document id"

It runs fine in on the development side, just not the compiled, executable
side.  I made sure I had revxml.dll in the externals folder of the
standalone thinking that was the issue but it wasn't.

Any ideas??

SKIP KIMPEL
___
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: REST API support (and OAuth too)

2015-10-23 Thread Magicgate Software - Skip Kimpel
I would love to also have a solution to the OAuth issue as I run into this
all the time.  My gut feeling there is a way to deal with it, I have not
found a way.

SKIP KIMPEL

On Fri, Oct 23, 2015 at 1:00 PM, Richard Gaskin 
wrote:

> I periodically run into people who say they can't use LC with some REST
> APIs, but I've not been able to solicit specifics about what's not working
> for them.
>
> Most REST APIs require GET, POST, PUT, and DELETE.  I know LC supports GET
> and POST, but are PUT and DELETE supported for HTTP as they are for FTP?
>
> Related, very few APIs are useful without OAuth support - is there a
> library in our community available under permissive license which provides
> that?
>
> TIA -
>
> --
>  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: Access to antenna signal data

2015-10-19 Thread Magicgate Software - Skip Kimpel
It is more for internal use rather than going into the app store.
I found an interesting method on the iPhone to get it into "field mode" but
would love to be able to program around this data coming in via LC!

http://www.businessinsider.com/how-to-see-your-iphones-true-cell-signal-strength-2014-11

SKIP


On Mon, Oct 19, 2015 at 4:52 PM, Monte Goulding  wrote:

> OK then so next question is whether your app is going into the app store?
> Looks like it’s private methods on iOS.
>
>
> http://stackoverflow.com/questions/4954389/measuring-cellular-signal-strength
> <
> http://stackoverflow.com/questions/4954389/measuring-cellular-signal-strength
> >
>
> Cheers
>
> Monte
> > On 20 Oct 2015, at 7:40 am, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
> >
> > Yes Mark!   Monte, I would like to have access on an iOS device,
> preferably.
> >
> > SKIP
> >
> > On Mon, Oct 19, 2015 at 4:23 PM, Mark Wieder 
> wrote:
> >
> >> Magicgate Software - Skip Kimpel  writes:
> >>
> >>>
> >>> Good afternoon LC'ers,
> >>>
> >>> Is it possible to access raw data from the antenna of the phone.  I am
> >>> trying to gauge incoming and outgoing signal strength at a precise
> level
> >>> and immediately thought of using LC to accomplish this task.  Having
> said
> >>> that, I am not sure this is something that is available to us... maybe
> >>> through one of Monte's miraculous extensions?
> >>
> >> Something like this?
> >>
> >>
> http://developer.android.com/reference/android/telephony/SignalStrength.html
> >>
> >> --
> >> 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
> >>
> > ___
> > 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: Access to antenna signal data

2015-10-19 Thread Magicgate Software - Skip Kimpel
Yes Mark!   Monte, I would like to have access on an iOS device, preferably.

SKIP

On Mon, Oct 19, 2015 at 4:23 PM, Mark Wieder  wrote:

> Magicgate Software - Skip Kimpel  writes:
>
> >
> > Good afternoon LC'ers,
> >
> > Is it possible to access raw data from the antenna of the phone.  I am
> > trying to gauge incoming and outgoing signal strength at a precise level
> > and immediately thought of using LC to accomplish this task.  Having said
> > that, I am not sure this is something that is available to us... maybe
> > through one of Monte's miraculous extensions?
>
> Something like this?
>
> http://developer.android.com/reference/android/telephony/SignalStrength.html
>
> --
>  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
>
___
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


Access to antenna signal data

2015-10-19 Thread Magicgate Software - Skip Kimpel
Good afternoon LC'ers,

Is it possible to access raw data from the antenna of the phone.  I am
trying to gauge incoming and outgoing signal strength at a precise level
and immediately thought of using LC to accomplish this task.  Having said
that, I am not sure this is something that is available to us... maybe
through one of Monte's miraculous extensions?

Any guidance, one way or another, is always appreciated.

SKIP KIMPEL
___
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


Possible use of this API?

2015-10-05 Thread Magicgate Software - Skip Kimpel
Can somebody take a quick look at this API and determine if I might be able
to utilize it via LC calls?

http://strava.github.io/api/

It seems like their authentication process actually loads a webpage and
then redirects the user to another redirected, specified web location.  I
am just trying to retrieve (read-only) data from individual athletes.
Maybe I am missing something here.

Any insight and your expertise is ALWAYS appreciated!

SKIP
___
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: ANN MasterLibrary Version 45 now available.

2015-09-19 Thread Magicgate Software - Skip Kimpel
As always, thank you Michael!

SKIP KIMPEL

On Fri, Sep 18, 2015 at 10:49 AM, Michael Doub  wrote:

> I made some adjustments to take into account the new reserved words of 7.1
> and 8.0.   You can find the current version here:
>
> https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0
>
>-= Mike
>
>
> Release 45
> *  Added ArrayEncodeVersion - This function will return the livecode
> version that created the array encoded
> string.
> *  Added text_is_Caps - This function returns true if the input is all CAPS
> *  Floor and Ceiling are now built in function of LiveCode 7.1 and above.
>  Changed the names to _Floor
> and _Ceiling.
>
> Release 44
> *  Added numToAccounting, accountingToNum  - format and un-format numbers
> *  Added PointWithinGrc - test for xyPoint within a grachic
>
> Release 43
> *  Added getColumns
>
> Release 42
> *  Added WordBounds - given line and word offsets it will return the
> starting and ending character of the
> specified word.
>
> Release 41
> *  Added ability to create script only stacks, insert scripts. (see bottum
> on help text)  Script only stacks
> will be automaticly be saved after any script insertions.
> *  added the ScriptOnly function.  This function checks the disc image of
> a stack to see if it is a Script Only
> Stack.   It returns true if the first line of the stack script on disc
> is "script".
>
> Release 40
> *  Totally fixed the FindinStyledText function.  Sorry, folks somehow a
> very early version found its way into
> the Library and was not even close.  This version has been manually
> tested against the data generated
> by DummyTextData.
>
> ___
> 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: iBeacon & LC

2015-09-17 Thread Magicgate Software - Skip Kimpel
I am thinking about doing this at our retail stores, Colin.  Was your iPad
app successful?

John, any idea what the quirkiness was a results of?

SKIP

On Thu, Sep 17, 2015 at 1:36 PM, Colin Holgate 
wrote:

> I have done beacon work using Flash. The beacons tend to only update once
> per second, and then it can take several seconds to get an accurate
> average. Also, the signal strength jumps around a lot, so trilateration is
> harder to do than you might think.
>
> I have 30 beacons at work! We’ve only used them in the field once, at an
> expo, with an iPad app that let visitors roam around the booth to get
> information about each particular area.
> ___
> 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

iBeacon & LC

2015-09-17 Thread Magicgate Software - Skip Kimpel
Anybody created anything mobile yet to integrate iBeacon?
http://www.ibeacon.com/

SKIP KIMPEL
___
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: Business Application Framework

2015-08-12 Thread Magicgate Software - Skip Kimpel
Here is the email arriving from Kevin yesterday... Subject: Something Big


I want to improve your business, your cash flow, and your development work.

To do this, we launched a new Business Application Framework. This
framework brings object-oriented programming to LiveCode, is compatible
with GIT and other version management systems, and allows you to do your
LiveCoding work in teams. Go ahead, do a happy dance.

We're also introducing the new Business License with bolt-on features.

Business License bolt-ons include Guaranteed 2 Business Day Email
Support, Business Application Framework, Data Synchronization
Framework, Priority Bug Fix, Phone Skype Hotline Access, and PDF Viewer.

When you purchase a new Business License, you receive credits with which
you can purchase Business bolt-ons.

*If you purchase the Business License now, you will receive 20 bolt-on
tokens (Most major bolt-ons will start at 10 tokens. However, some bolt-ons
may be available for as little as one token). This offer will not last
forever and when it ends, each Business License will only come with 10
bolt-on tokens. You can, of course, purchase additional tokens at any time.*

For an additional cost, you can access exclusive rights to our Services,
including Hack Days, Priority Feature Add, Code Reviews, and Code
Documentation Services, to name a few.

*You can read more about the new Business License and purchase it with 20
tokens here:*

https://livecode.com/products/livecode-platform/livecode-for-business/


Our goal with our new business features and benefits is to empower you to
leverage the productivity and ease-of-use advantages that you enjoy with
LiveCode across much larger projects. As a provider of an amazing tool, we
want to become your trusted partner and be there to ensure your entire app
development experience is a huge success.

I look forward to working together.

Kind Regards,

Kevin Miller

PS - Of course, if you have an existing business license, you can continue
to the end of your current term before moving to the new Business License.
If you wish, you may upgrade to the new Business License immediately for
the difference in price and receive the new benefits before the end of your
current term. It's up to you! Any further questions regarding business
license transitions can be sent to: busin...@livecode.com.

On Wed, Aug 12, 2015 at 11:33 AM, Lynn Fredricks <
lfredri...@proactive-intl.com> wrote:

> > That said, I'm a single developer, so git isn't
> > important to me. Also, if the purpose of the Indy license was
> > to support single developers, working alone, would git be
> > particularly attractive? Just asking.
> > Bill
>
> That makes sense to me, Bill.
>
> I cannot comment specifically on the Business Application Framework, but if
> we are talking specifically about team features, aren't team features
> contrary to the idea of an "indie" license - which to me, suggests working
> on your own projects as an "indie" developer.
>
> Best regards,
>
> Lynn Fredricks
> President
> Paradigma Software
> http://www.paradigmasoft.com
>
> Valentina SQL Server: The Ultra-fast, Royalty Free Database Server
>
>
> ___
> 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: Business Application Framework

2015-08-12 Thread Magicgate Software - Skip Kimpel
I am very interested as well but for some reason seem out of the loop on
this development.  Did I miss something in the roadmap?

Curious

SKIP

On Wed, Aug 12, 2015 at 8:48 AM, Andrew Kluthe  wrote:

> An object-oriented framework for livecode now featuring GIT support? Does
> anyone have any more information on this announcement I received?
>
> The rest of the email talked about the new business license, which does
> sound interesting. Is this new framework/git support new features specific
> to those using the new business license?. I think git support without
> having to fiddle around too much would be pretty important to an open
> source community. Monte's solution was very nice by the way, but it ought
> to be a thing an actual thing livecode can do out of the box.
>
> --
>
> Kind regards,
>
> 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
>
___
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: Force window on second display

2015-07-24 Thread Magicgate Software - Skip Kimpel
Works like a charm Thank you!

On Fri, Jul 24, 2015 at 9:49 AM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> Skip,
>
> This time I have tested it:
>
> put line 2 of the screenRects into myRect
> put (item 1 of myRect + item 3 of myRect) / 2 into X
> put (item 2 of myRect + item 4 of myRect) / 2 into Y
> set the loc of stack myStack to X,Y
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Installer Maker for LiveCode:
> http://qery.us/468
>
> Buy my new book "Programming LiveCode for the Real Beginner"
> http://qery.us/3fi
>
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
>
> On 7/24/2015 15:28, Magicgate Software - Skip Kimpel wrote:
>
>> put line 2 of the screenRects into myRect
>>
>>> put (item 1 of myRect + item 2 of myRect) / 2 into X
>>> put (item 3 of myRect + item 4 of myRect) / 2 into Y
>>> set the loc of stack myStack to X,Y
>>>
>>
> ___
> 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: Force window on second display

2015-07-24 Thread Magicgate Software - Skip Kimpel
Thank you for the quick response Mark!

On Fri, Jul 24, 2015 at 9:24 AM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> put line 2 of the screenRects into myRect
> put (item 1 of myRect + item 2 of myRect) / 2 into X
> put (item 3 of myRect + item 4 of myRect) / 2 into Y
> set the loc of stack myStack to X,Y
>
> You might use working screenRects instead of screenRects.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Installer Maker for LiveCode:
> http://qery.us/468
>
> Buy my new book "Programming LiveCode for the Real Beginner"
> http://qery.us/3fi
>
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
>
>
> On 7/24/2015 15:19, Magicgate Software - Skip Kimpel wrote:
>
>> A bright good morning and a happy Friday to all you LC'ers,
>>
>> Is there a way to force a standalone on a second connected display?  This
>> is for a retail environment where I am sending data and info to a customer
>> standing on the other side of a counter viewing a secondary monitor.  I
>> want this to be automated so that if the computer is rebooted and the
>> application is launched, the employee does not have to drag the LC
>> application window to the other screen.
>>
>> Thank you, as always, for your input!
>>
>> SKIP
>> ___
>> 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


Force window on second display

2015-07-24 Thread Magicgate Software - Skip Kimpel
A bright good morning and a happy Friday to all you LC'ers,

Is there a way to force a standalone on a second connected display?  This
is for a retail environment where I am sending data and info to a customer
standing on the other side of a counter viewing a secondary monitor.  I
want this to be automated so that if the computer is rebooted and the
application is launched, the employee does not have to drag the LC
application window to the other screen.

Thank you, as always, for your input!

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


Struggling with native iOS text input

2015-07-08 Thread Magicgate Software - Skip Kimpel
Good morning LC'ers,

I am struggling with native iOS text input fields.  Can anybody lead me to
some working examples so I can get my app cranking?

I took a look at a resource online but it does not seem to work.
http://lessons.runrev.com/m/4069/l/29112-how-do-i-use-native-text-controls-on-mobile

As a matter of fact, it seems to have some of the same issues that I have
when trying to implement the native text field through tmControl2.  Maybe
something to do with a newer release of LC and some different coding I need
to do?

Using LC 7.0.6

Any guidance is ALWAYS appreciated!

SKIP
___
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: Windows 8 Image pixellation

2015-07-07 Thread Magicgate Software - Skip Kimpel
I JUST posted another Win 8 font issue... maybe it is related.  What
version of LC are you using?

SKIP

On Tue, Jul 7, 2015 at 6:27 PM, William Prothero 
wrote:

> Folks:
> I have a desktop application that I’ve tested on MacOSX and Windows 7. I
> don’t have a copy of Windows 8 and before I do, I wonder if you could look
> at the two images and give me some hints about what might be going on in
> Windows 9. First, I see huge pixellation in the Windows 8 image. Second,
> the fonts are way off in the plot at the bottom, not to mention the huge
> pixellation problem. The map image is a much larger jpg that is reduced to
> the shown size and then screen captured. The shown map image is the
> captured image on top of the basic image. I do the screen capture so I can
> draw symbols into a reduced size image, which is much faster. Both the map
> image and the lower plot image are screen captures. So, the problem could
> be either in the original image display and reduction, or in the screen
> capture action..
>
> The Macintosh (good) image is at:
> https://www.dropbox.com/s/0zvntz7jjsylgxj/Explorer on MacOSX.pdf?dl=0 <
> https://www.dropbox.com/s/0zvntz7jjsylgxj/Explorer%20on%20MacOSX.pdf?dl=0>
> The Windows 8 version is at:
> https://www.dropbox.com/s/m2frv9i0dg7mxtp/Explorer in Windows
> 8.1.pdf?dl=0 <
> https://www.dropbox.com/s/m2frv9i0dg7mxtp/Explorer%20in%20Windows%208.1.pdf?dl=0
> >
>
> I expect that I’ve left out some critical factor that applies to Windows 8
> computers. This occurs on 2 students using Windows 8. One of the students
> is in Japan, the other is not. I don’t have any information on the
> students’ computers yet, and I haven’t got Windows 8 to start debuging,
> yet. So, just asking for ideas at this stage.
>
> Thanks a bunch,
> Bill
>
>
> William A. Prothero, Ph.D.
> University of California, Santa Barbara Dept. of Earth Sciences (Emeritus)
> Santa Barbara, CA. 93105
> http://es.earthednet.org/
> my new project link 
>
>
> ___
> 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

Font issue with Win8 and LC

2015-07-07 Thread Magicgate Software - Skip Kimpel
I have a strange issue where when I go to print a card, some of the text
fields get truncated. This only seems to happen when the fields are right
justified.  I have tried a few things to "fudge" alignment but in the end,
that is really not how I need to do it.

Anybody experienced this before?  I am using Windows 8 and LC 7.0.6

SKIP
___
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: Retrieve email and attachments from Exchange Server

2015-07-01 Thread Magicgate Software - Skip Kimpel
Interesting... never thought of going that route but probably the most
likely approach.  Richard, thanks for giving me something to go on.

SKIP

On Wed, Jul 1, 2015 at 11:46 AM, Richard Gaskin 
wrote:

> Skip Kimpel wrote:
>
> > I need the ability to tap into an Exchange Server account and grab
> > text / attachments from emails sitting in that account.
> >
> > Can anybody think of a way to do that via LC?
>
> I don't have an answer but I might have a clue:  Since Vista, Windows has
> become increasingly interesting in enabling interoperability through its
> PowerShell scripting language.
>
> There may be a way to dig up relevant PowerShell scripts and call them
> from LiveCode with the shell function.
>
> Please let us know what you find.
>
> --
>  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


Retrieve email and attachments from Exchange Server

2015-07-01 Thread Magicgate Software - Skip Kimpel
Good morning / afternoon,

I need the ability to tap into an Exchange Server account and grab text /
attachments from emails sitting in that account.

Can anybody think of a way to do that via LC?  I know it is a stretch...
hoping for a creative solution.

Thank you for your input!

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


Update SQLlite in app

2015-06-30 Thread Magicgate Software - Skip Kimpel
Good afternoon,

If I have an app in the App store and I want to update the SQLite db with a
modified db that I place on my web server, am I able to do that or does
Apple have some type of restrictions to prevent / discourage that method.

It boils down to wanting to update the data in my app without the need to
push a full blow app update to the store.

Your feedback is greatly appreciated!

SKIP
___
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: iOS Playing Sounds Problems

2015-06-29 Thread Magicgate Software - Skip Kimpel
Actually, my issue was with "beep."  On second look, it does not appear to
be the same issue.  Just for reference, here was the bug reported for that:
http://quality.runrev.com/show_bug.cgi?id=15355

SKIP KIMPEL

On Mon, Jun 29, 2015 at 2:10 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:

> I personally have had problems getting sounds to work on an iPhone.  From
> everything I can tell it has something to do with the iOS version I am
> using.  What device and what version is the device you are testing on?
>
> SKIP KIMPEL
>
> On Mon, Jun 29, 2015 at 1:51 PM, Randy Hengst  wrote:
>
>> Hi All,
>>
>> I’ve been messing with a sound problem for several hours this morning…
>> can’t for the life of me see what I’m doing wrong.
>>
>> I have an app in which I’m using this format for loading the sounds:
>>   put specialFolderPath("engine") &"/"& "Blue.wav" into gBlueSound
>>   mobileSetSoundChannelVolume "Ch5","0"
>>   mobilePlaySoundOnChannel gBlueSound, "Ch5",”now"
>>
>>
>> I’m using newly recorded sounds and sounds from from previous projects.
>> The sounds from previous projects work just fine with this pattern… when
>> it’s time to play I call:
>>   mobileSetSoundChannelVolume "Ch5”,"100"
>>   mobilePlaySoundOnChannel gBlueSound, "Ch5",”now"
>>
>> I’ve also tried playing the sound with this format:play
>> specialFolderPath("engine") &"/"& "Blue.wav”
>>
>> But, the 10 new sounds I’ve recoded play on the simulator, but not on a
>> device… while the “old” sounds I’ve used before work on both.
>>
>> As best I can tell the sounds are all the same …. 16 bits with a sample
>> rate of 44,100. I’m using .wav files but also tried .aif format.
>>
>> LC 6.7.5 • Mac OS 10.2 • Xcode 6.2
>>
>> Any thoughts about how I might have messed up the new sounds.
>>
>> Thanks for your help.
>>
>>
>> be well,
>> randy
>>
>> Randy Hengst
>> www.classroomFocusedSoftware.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: iOS Playing Sounds Problems

2015-06-29 Thread Magicgate Software - Skip Kimpel
I personally have had problems getting sounds to work on an iPhone.  From
everything I can tell it has something to do with the iOS version I am
using.  What device and what version is the device you are testing on?

SKIP KIMPEL

On Mon, Jun 29, 2015 at 1:51 PM, Randy Hengst  wrote:

> Hi All,
>
> I’ve been messing with a sound problem for several hours this morning…
> can’t for the life of me see what I’m doing wrong.
>
> I have an app in which I’m using this format for loading the sounds:
>   put specialFolderPath("engine") &"/"& "Blue.wav" into gBlueSound
>   mobileSetSoundChannelVolume "Ch5","0"
>   mobilePlaySoundOnChannel gBlueSound, "Ch5",”now"
>
>
> I’m using newly recorded sounds and sounds from from previous projects.
> The sounds from previous projects work just fine with this pattern… when
> it’s time to play I call:
>   mobileSetSoundChannelVolume "Ch5”,"100"
>   mobilePlaySoundOnChannel gBlueSound, "Ch5",”now"
>
> I’ve also tried playing the sound with this format:play
> specialFolderPath("engine") &"/"& "Blue.wav”
>
> But, the 10 new sounds I’ve recoded play on the simulator, but not on a
> device… while the “old” sounds I’ve used before work on both.
>
> As best I can tell the sounds are all the same …. 16 bits with a sample
> rate of 44,100. I’m using .wav files but also tried .aif format.
>
> LC 6.7.5 • Mac OS 10.2 • Xcode 6.2
>
> Any thoughts about how I might have messed up the new sounds.
>
> Thanks for your help.
>
>
> be well,
> randy
>
> Randy Hengst
> www.classroomFocusedSoftware.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: Livecode Store

2015-06-29 Thread Magicgate Software - Skip Kimpel
You can find it under "Extensions" if you are going through the top
navigation and "3rd Party" once logged in and navigating from the left menu
bar.

SKIP KIMPEL

On Mon, Jun 29, 2015 at 1:33 PM, Peter Haworth  wrote:

> Did the Livecode store go away?  I mean the part where 3rd party developers
> can list their products for sale?  Can't find it anywhere on the Livecode
> web site.
> ___
> 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: Caching issue on iOS

2015-06-18 Thread Magicgate Software - Skip Kimpel
Nailed it Ralph works like a charm.

Thanks again!

SKIP

On Thu, Jun 18, 2015 at 11:46 AM, Ralph DiMola 
wrote:

> Put this at the end of the url "?seconds="&urlencode(the seconds)
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> Of Magicgate Software - Skip Kimpel
> Sent: Thursday, June 18, 2015 11:26 AM
> To: How to use LiveCode
> Subject: Caching issue on iOS
>
> Good morning,
>
> I am having an issue refreshing data on an iOS device.  Works fine on
> desktop.  The goal is to retrieve data from a text file on the server.  A
> "refresh" button should get the new data but on mobile it just keeps
> displaying the same data.  If I get out of the app and come back into it,
> it
> indeed refreshes.
>
> Here is what I am using to get the data from the server:
>put  "http://myserver.com/myfile.txt"; into tURL
>
> From there I am processing what is in tURL.
>
> I have tried clearing tURL, unloading tURL, clearing cache, etc.
>
> Any ideas? Some other method that only applies to iOS or mobile?
>
> Thanks for your input!
>
> SKIP
> ___
> 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


Caching issue on iOS

2015-06-18 Thread Magicgate Software - Skip Kimpel
Good morning,

I am having an issue refreshing data on an iOS device.  Works fine on
desktop.  The goal is to retrieve data from a text file on the server.  A
"refresh" button should get the new data but on mobile it just keeps
displaying the same data.  If I get out of the app and come back into it,
it indeed refreshes.

Here is what I am using to get the data from the server:
   put  "http://myserver.com/myfile.txt"; into tURL

>From there I am processing what is in tURL.

I have tried clearing tURL, unloading tURL, clearing cache, etc.

Any ideas? Some other method that only applies to iOS or mobile?

Thanks for your input!

SKIP
___
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: Issues with rotating image in iOS

2015-06-17 Thread Magicgate Software - Skip Kimpel
And that is why this list is so effective.

Thank you Klaus and Randy for the quick and solid solution.  Works like a
charm!

SKIP

On Wed, Jun 17, 2015 at 2:20 PM, Randy Hengst  wrote:

> Or, do something like I shared the other day with Richmond.
>
> on mouseDown
>repeat while the mouse is down
>   local tStartLoc
>   put the loc of target into tStartLoc
>   set the angle of target to (the angle of target + 15)
>   set the loc of target to tStartLoc
>end repeat
> end mouseDown
>
>
> be well,
> randy
>
> Randy Hengst
> www.classroomFocusedSoftware.com
>
>
> > On Jun 17, 2015, at 1:17 PM, Klaus major-k  wrote:
> >
> > Hi Skip,
> >
> >> Am 17.06.2015 um 20:14 schrieb Magicgate Software - Skip Kimpel <
> s...@magicgate.com>:
> >>
> >> Good afternoon,
> >>
> >> Is it not possible to do on an iOS device?:
> >> rotate image "myImage" by 90
> >>
> >> Works on desktop, fails on simulator and mobile.
> >> Anybody have any insights on this?
> >
> > do not use „rotate“ but rather:
> > …
> > set the ANGLE of img „yourImage" to 90
> > ...
> >
> >> SKIP KIMPEL
> >
> > Best
> >
> > Klaus
> >
> > --
> > Klaus Major
> > http://www.major-k.de
> > kl...@major-k.de
> >
> >
> > ___
> > 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: Problems with encrypt / decrypt on ios

2015-06-17 Thread Magicgate Software - Skip Kimpel
I can confirm that it does indeed work with 7.0.6 RC1.  Thank you Mark for
pointing me in the right direction!

SKIP

On Wed, Jun 17, 2015 at 9:42 AM, Mark Talluto 
wrote:

> Try LC 7.0.6 RC1. There is a bug fix for that.
>
> Mark Talluto
>
>
>
> > On Jun 17, 2015, at 4:50 AM, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
> >
> > Good morning,
> >
> > I am trying to decrypt a text file that exists on my server.  In the
> > development environment it works just fine.  On an iOS device, it returns
> > empty. To accomplish this I am using:
> > decrypt vText using  "blowfish" with PassCode at 128 bit
> >
> > I have made sure that "Encryption" external option is checked on my iOS
> > applications settings.  In doing a little bit of research online,
> somebody
> > else has posed this questions and it was supposedly fixed in LC 6.6.
> >
> > I am running 7.0.5 and Xcode 6.3.1
> >
> > Any suggestions would be greatly appreciated!
> >
> > SKIP KIMPEL
> > ___
> > 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


Issues with rotating image in iOS

2015-06-17 Thread Magicgate Software - Skip Kimpel
Good afternoon,

Is it not possible to do on an iOS device?:
rotate image "myImage" by 90

Works on desktop, fails on simulator and mobile.

Anybody have any insights on this?

SKIP KIMPEL
___
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


Problems with encrypt / decrypt on ios

2015-06-17 Thread Magicgate Software - Skip Kimpel
Good morning,

I am trying to decrypt a text file that exists on my server.  In the
development environment it works just fine.  On an iOS device, it returns
empty. To accomplish this I am using:
decrypt vText using  "blowfish" with PassCode at 128 bit

I have made sure that "Encryption" external option is checked on my iOS
applications settings.  In doing a little bit of research online, somebody
else has posed this questions and it was supposedly fixed in LC 6.6.

I am running 7.0.5 and Xcode 6.3.1

Any suggestions would be greatly appreciated!

SKIP KIMPEL
___
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: Reducing the size of Windows standalone

2015-06-03 Thread Magicgate Software - Skip Kimpel
Thank you Richard.

SKIP

On Wed, Jun 3, 2015 at 1:29 PM, Richard Gaskin 
wrote:

> Skip wrote:
>
>> My standalone file sizes have almost doubled / tripled since version 7.
>> Is
>> this all due to Unicode additions?  I have a file that always used to be
>> 3mb and now is climbing to 9mb with no additions to the coding.
>>
>> Just seems like quite a jump in size.
>>
>
> v6.7.5 had a Windows runtime engine weighing in at 3.5 MB, and in v7
> that's now 8.9 MB.
>
> A jump indeed, and I'm told much of it is related to Unicode libraries,
> for which I've heard mixed prognoses about the likelihood of having
> conditional inclusion at some point in the future.
>
> In the here-and-now, even at the current size it's a fraction of what
> ToolBook and many similar tools require, and unlike most of them the
> LiveCode engine is self-contained, only requiring DLLs for specialized
> things like databases.  I believe Xojo's core library is a bit smaller than
> LiveCode's, but not by as much as one might expect for a tool requiring
> lower-level compilation.  Last I looked the Python engine was at least
> twice as large as LiveCode's.
>
> I don't spend enough time on Windows to have a feel for how LC's engine
> size compares with other app sizes, and Linux apps generally favor heavy
> dependency on shared libraries so app sizes can be smaller but with
> compatibility risks LiveCode is usually immune to.
>
> On OS X, reviewing app sizes in general helps us appreciate that the new
> engine isn't all that large compared to other OS X apps, it's just that the
> older engines were very very small by such comparison.
>
> It's always been the case that xTalk app sizes start out large relative to
> functionality.  That is, if you make a window with a single button that
> displays "Hello World" in Microsoft Visual C++ and do the same thing in
> LiveCode, there will be a big difference.
>
> But with LiveCode this is a one-time hit.  As you add features to your app
> the engine stays the same size.  You can multiply features in your LiveCode
> app with only incremental increase in file size, but executable file size
> will multiply with other development systems, often ultimately surpassing
> what's needed to deliver that feature set in LiveCode.
>
> A comparison with other specific app sizes and more details can be found
> in this post from February:
> 
>
> --
>  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


Reducing the size of Windows standalone

2015-06-03 Thread Magicgate Software - Skip Kimpel
Hey LC'ers,

My standalone file sizes have almost doubled / tripled since version 7.  Is
this all due to Unicode additions?  I have a file that always used to be
3mb and now is climbing to 9mb with no additions to the coding.

Just seems like quite a jump in size.

SKIP
___
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: gps tracker

2015-05-27 Thread Magicgate Software - Skip Kimpel
My first stumbling block with it was that I didn't realize the data was
returned in an array.  Once I saw that I was able to easily parse the data
and begin using it.

SKIP

On Wed, May 27, 2015 at 7:50 AM, Alex Shaw  wrote:

> Hi
>
> I recently tested mobileCurrentLocation() for both Android & iOS on LC
> 7.0.5 and can't seem to get it working.
>
> Is there a good guide somewhere?
>
> The dictionary is definitely lacking in this area.
>
> regards
> alex
>
> On 21/05/2015 10:36 am, Richard Gaskin wrote:
>
>> Roger Eller wrote:
>>
>> > That's what I find most frustrating about reading this list. We have
>> > an x-plat dev environment, so I keep hoping to see mergExt eventually
>> > go x-plat too.  After all, there's a lot of android devices out there
>> > these days.
>>
>> Last time I used it mobileCurrentLocation is working on Android.
>>
>> Does it not work in iOS?
>>
>>
>
> ___
> 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: Livecode listener

2015-05-26 Thread Magicgate Software - Skip Kimpel
Oooo... I will try that tomorrow!

Is there any way to save an alt+f keystroke to the clipboard data?  I am
trying to automate some tasks during this entire exercise and this is also
one of my hurdles.

Thanks again,

SKIP

On Tue, May 26, 2015 at 5:59 PM, Mike Bonner  wrote:

> One way would be to use a send in time loop.  Check to see if the data in
> the clipboard array is different, if so, act.  Some untested quick and
> dirty code follows.
>
> command checkClipboard
> if sLastClipA is empty then
> put the clipboarddata into sLastClipA
> -- do something with the data in sLastClipA
> else
> repeat for each key tKey in the clipboarddata
>  -- check the data in the keys here, against the keys you saved in
> sLastClipA
> -- if there is a change, do something with the data in the clipboarddata
> end if
> put the clipboarddata into sLastClipA
>
> send "checkClipboard" to me in 100 millisec
> end checkClipboard
>
>
> On Tue, May 26, 2015 at 10:36 AM, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
>
> > Is there a way to have LC sitting in the background (not hidden, just not
> > in focus) and keep track of items put in the clipboard?  I want to
> simplify
> > some complex cutting and pasting of multiple fields.  I can get the
> > mechanics of it to work if I can get LC to sit in the background and
> record
> > clipboard entries.
> >
> > Thank you for your input,
> >
> > SKIP
> > ___
> > 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


Livecode listener

2015-05-26 Thread Magicgate Software - Skip Kimpel
Is there a way to have LC sitting in the background (not hidden, just not
in focus) and keep track of items put in the clipboard?  I want to simplify
some complex cutting and pasting of multiple fields.  I can get the
mechanics of it to work if I can get LC to sit in the background and record
clipboard entries.

Thank you for your input,

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


Go to method for interface resizing (for mobile)

2015-05-22 Thread Magicgate Software - Skip Kimpel
Good afternoon LC'ers

What is everybody's go to method for resizing mobile interfaces and / or
components on those apps. Good old fashioned coding?  Geometry manager?

Some of my older tools don't seem to be working any more for this purpose.

Thanks for your input!

SKIP
___
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: Livecode <=> SQL?

2015-05-17 Thread Magicgate Software - Skip Kimpel
Everybody that has responded to this thread that are pitching their
products, let me clarify back to Eric that knowledge of SQL is important to
if you want to make the impossible, possible.  The sky is the limit when
you have full knowledge of SQL and take advantage of its server side
scripting and other server based features.  HOWEVER, I think I own every
one of the products mentioned for sale and I use them ALL... Each tool has
its own unique advantages and purposes.  I am, by no means, suggesting
bypassing the thought of purchasing any of these.

To close, I am really, really looking forward to getting my hands on Pete's
SQL Magic.  He teased us with it at RunRev this last year and more than
ready to start playing with it.  Something to look forward to in the near
future.

SKIP KIMPEL

On Sun, May 17, 2015 at 10:12 PM, Lynn Fredricks <
lfredri...@proactive-intl.com> wrote:

> > If you plan on doing any type of database projects in the
> > future, do yourself a favor and learn SQL. Extremely powerful
> > when combined with LC!
>
> I also have to agree with this. Our Valentina DB can use SQL as well. SQL
> is
> not hard to learn. But...also a plug. Our Valentina Studio Pro has an easy
> SQL Builder in it for building SQL scripts. You can test drive this in the
> free version.
>
> We've learned to live with the fact that lots of people love SQLite (well,
> it took Ruslan a little longer than me ;-)). Our next version of Valentina
> Server can accept a SQLite database, allowing you to "serve" SQLite with
> the
> advantage of our network handling features of our server. And yeah, the 5
> connection version you can try out for free yourself (and its got reports
> too!).
>
> Best regards,
>
> Lynn Fredricks
> Paradigma Software
> http://www.paradigmasoft.com
>
> Valentina SQL Server: The Ultra-fast, Royalty Free Database Server
>
>
> ___
> 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: ios beep

2015-05-11 Thread Magicgate Software - Skip Kimpel
I actually had a running app that used a path but it stopped working.  Went
in and tried changing the beepsound to a variety of things, including
"vibrate." When Beep is called, all execution stops.

SKIP

On Mon, May 11, 2015 at 4:43 PM, panagiotis merakos 
wrote:

> Hi all,
>
> I think that on iOS there is no default beep sound, and you have to set one
> using:
>
> set the beepSound to path_to_sound_file
>
> Best regards.
> Panos
> --
>
> On Mon, May 11, 2015 at 11:33 PM, PystCat  wrote:
>
> > What about embedding your own beep and playing that...?  Would that work
> > for you...?
> >
> >
> >
> > > On May 11, 2015, at 4:13 PM, Magicgate Software - Skip Kimpel <
> > s...@magicgate.com> wrote:
> > >
> > > Yes, beep seems to have stopped working.  I have tried all options with
> > > beepsound and it is not working.
> > >
> > > SKIP
> > >
> > > On Mon, May 11, 2015 at 2:19 PM, J. Landman Gay <
> > jac...@hyperactivesw.com>
> > > wrote:
> > >
> > >>> On 5/11/2015 1:00 PM, Mike Kerner wrote:
> > >>>
> > >>> OK, but beepSound says that "System" is the default.  So even though
> > it's
> > >>> the default, I have to set it to "System", anyway?
> > >>
> > >> I don't know, I never use the beep command. It's too annoying and
> users
> > >> hate you for it. I guess the only thing you can do is try it.
> > >>
> > >>
> > >> --
> > >> 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
> > > ___
> > > 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: ios beep

2015-05-11 Thread Magicgate Software - Skip Kimpel
Yes, beep seems to have stopped working.  I have tried all options with
beepsound and it is not working.

SKIP

On Mon, May 11, 2015 at 2:19 PM, J. Landman Gay 
wrote:

> On 5/11/2015 1:00 PM, Mike Kerner wrote:
>
>> OK, but beepSound says that "System" is the default.  So even though it's
>> the default, I have to set it to "System", anyway?
>>
>
> I don't know, I never use the beep command. It's too annoying and users
> hate you for it. I guess the only thing you can do is try it.
>
>
> --
> 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
>
___
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: [ANN] mergAV 4, mergBanner 2 & iOS 8.3 builds

2015-05-11 Thread Magicgate Software - Skip Kimpel
iOS v 7.1.2 on a 4s

On Mon, May 11, 2015 at 8:28 AM, Monte Goulding  wrote:

>
> > On 11 May 2015, at 10:27 pm, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
> >
> > I am running Yosemite 10.10.3
> >
>
> Sorry I meant on iOS
>
> --
> Monte Goulding
>
> M E R Goulding <http://goulding.ws/> - software development services
> mergExt <http://mergext.com/> - There's an external for that!
>
>
>
>
>
> ___
> 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: [ANN] mergAV 4, mergBanner 2 & iOS 8.3 builds

2015-05-11 Thread Magicgate Software - Skip Kimpel
I am running Yosemite 10.10.3

SKIP

On Mon, May 11, 2015 at 7:46 AM, Monte Goulding  wrote:

> Hmm... what OS are you running on?
>
> > On 11 May 2015, at 9:43 pm, Skip Kimpel  wrote:
> >
> > Monte,
> >
> > When my app failed I tried the demo app supplied with this external with
> the same result.  Let me know if you are successful with that and then if
> so, I will send you my code.  However, it is the same exact issue / crash
> with both.
> >
> > SKIP
> >
> >> On May 11, ash 2015, at 6:08 AM, Monte Goulding <
> mo...@sweattechnologies.com> wrote:
> >>
> >> Hi Skip
> >>
> >> Could you send me the code you are running to cause the crash off list
> and I'll see if I can resolve the cause.
> >>
> >> In regards to adding the functionality to mergAV on Android that's not
> possible because there's no barcode reader built into the camera api on
> Android. So on Android we will need to continue to rely on ZXing to provide
> that functionality. I probably could build it into one external with the
> same API but that would then bloat mergAV (and lots of apps unnecessarily)
> with the whole ZXing project...
> >>
> >> Cheers
> >>
> >> Monte
> >>
> >>> On 11 May 2015, at 8:11 am, Skip Kimpel  skiplon...@gmail.com>> wrote:
> >>>
> >>> Started playing today and was updating my previous app using mergZXing.
> >>> After making the changes pointing to the external, I am getting a
> device
> >>> crash when the app runs.  Most significantly, it states:
> >>> Exception Type: EXC_BAD_ACCESS (SIGBUS)
> >>> Exception Subtype: KERN_PROTECTION_FAILURE at 0x2be62ea8
> >>>
> >>> Any ideas what might have gone wrong here?
> >>>
> >>> SKIP
> >>>
> >>>> On Sun, May 10, 2015 at 7:56 AM, Skip Kimpel  <mailto:skiplon...@gmail.com>> wrote:
> >>>>
> >>>> I must play with this today... I re-upped my subscription so I could
> get
> >>>> my hands on it.  Monte, any plans to update (if even possible) the
> Android
> >>>> functionality of mergAV to include this functionality?  That way I can
> >>>> completely migrate off the old method.
> >>>>
> >>>> Thanks!
> >>>>
> >>>> SKIP
> >>>>
> >>>>
> >>>>
> >>>>>> On May 9, 2015, at 12:39 PM, Mike Kerner  <mailto:mikeker...@roadrunner.com>>
> >>>>> wrote:
> >>>>>
> >>>>> Did I mention that the barcode scanning is FAST in the new AV?  HOLY
> CRAP
> >>>>> is it fast.  It is mucho fasto.  I would be hard pressed to scan as
> fast
> >>>>> with a CCD or laser gun.  It really is screaming fast.  If I lay a
> bunch
> >>>> of
> >>>>> codes to be scanned next to each other, I am done in a flash with it,
> >>>>> including decoding them to determine if the user is trying to pull a
> fast
> >>>>> one with one of the scans.  Monte also put in a redLaser-esque trace
> line
> >>>>> so you can see which one it's reading, and if it is reading it,
> which is
> >>>> a
> >>>>> great way to let the user know that the focus, angle, etc. are good.
> >>>> When
> >>>>> I'm oversampling, I am done in no time.
> >>>>>
> >>>>>> On Thu, May 7, 2015 at 8:56 PM, Skip Kimpel  <mailto:skiplon...@gmail.com>>
> >>>> wrote:
> >>>>>>
> >>>>>> No problem at all Monte... heck, you are amazing at what you do.
> The
> >>>>>> public facing documents are obviously not as high priority.
> >>>>>>
> >>>>>> Look forward to exploring the new capabilities!
> >>>>>>
> >>>>>> SKIP
> >>>>>>
> >>>>>>>> On May 7, 2015, at 8:29 PM, Monte Goulding <
> >>>> mo...@sweattechnologies.com <mailto:mo...@sweattechnologies.com>>
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>> Sorry Skip, I’ve updated the online docs now.
> >>>>>>>
> >>>>>>>> On 8 May 2015, at 2:42 am, Magicgate Software - Skip Kimpel <
> >>>>>> s...@magicgate.com <mailto:s...@magicgate.com>&g

Re: [ANN] mergAV 4, mergBanner 2 & iOS 8.3 builds

2015-05-07 Thread Magicgate Software - Skip Kimpel
Thank you Matthias!

SKIP

On Thu, May 7, 2015 at 2:55 PM, Matthias Rebbe | M-R-D <
matthias_livecode_150...@m-r-d.de> wrote:

> Skip,
>
> in case no one else already has sent you a copy  of that doc file, i´ve
> uploaded it for you.
>
> Please find it here https://dl.dropbox.com/s/sc0mbvfmzn3uo7s/index.html
>
> Regards,
> Matthias
>
>
> > Am 07.05.2015 um 19:16 schrieb Magicgate Software - Skip Kimpel <
> s...@magicgate.com>:
> >
> > Is it updated on the public document side?  I do not have access to the
> > backend, downloadable version as I need to renew my subscription so maybe
> > that is where the disconnect is.
> >
> > SKIP
> >
> > On Thu, May 7, 2015 at 1:08 PM, Mike Kerner 
> > wrote:
> >
> >> It's under the "mergavcam" section in the documentation.
> >>
> >> On Thu, May 7, 2015 at 12:42 PM, Magicgate Software - Skip Kimpel <
> >> s...@magicgate.com> wrote:
> >>
> >>> I am looking at the online documentation for mergAV but do not see any
> >>> reference to the bar coding capabilities?!?
> >>>
> >>> I am very interested in playing around with this as ZXing worked will
> but
> >>> had a few caveats around it.
> >>>
> >>> SKIP
> >>>
> >>> On Thu, May 7, 2015 at 8:30 AM, Mike Kerner  >
> >>> wrote:
> >>>
> >>>> FYI, barcoding works MUCH better than it did in ZXing.  It's a little
> >>> more
> >>>> complicated to set up, and your users have to grant microphone
> >> priviliges
> >>>> in order for it to work (in order to address a crash issue), but it is
> >>>> faster, more accurate, and I have been able to implement oversampling
> >> and
> >>>> symbology restrictions, so THANKS, MONTE!
> >>>>
> >>>> On Thu, May 7, 2015 at 2:12 AM, Monte Goulding <
> >>>> mo...@sweattechnologies.com>
> >>>> wrote:
> >>>>
> >>>>> Hi LiveCoders
> >>>>>
> >>>>> Today I have released builds of all my externals for iOS 8.3 so they
> >>> are
> >>>>> now compatible with LiveCode 7.0.5 and Xcode 6.3.1
> >>>>>
> >>>>> In addition I have also released major updates to mergAV and
> >>> mergBanner.
> >>>>>
> >>>>> mergAV 4 now includes barcode reading in the camera control.
> >>>>>
> >>>>> mergBanner 2 now includes interstitial ads
> >>>>>
> >>>>> Find out more at http://mergext <http://mergext/>.com
> >>>>>
> >>>>> Cheers
> >>>>>
> >>>>> Monte
> >>>>>
> >>>>> --
> >>>>> M E R Goulding <http://goulding.ws/>
> >>>>> Software development services
> >>>>> Bespoke application development for vertical markets
> >>>>>
> >>>>> mergExt <http://mergext.com/> - There's an external for that!
> >>>>>
> >>>>> ___
> >>>>> 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
> >>>>
> >>> ___
> >>> use-livecode mailing list
> >>> use-livecode@lists.runrev.com
> >>> Please visit this url to subscribe, unsubscribe and manage you

Re: [ANN] mergAV 4, mergBanner 2 & iOS 8.3 builds

2015-05-07 Thread Magicgate Software - Skip Kimpel
Is it updated on the public document side?  I do not have access to the
backend, downloadable version as I need to renew my subscription so maybe
that is where the disconnect is.

SKIP

On Thu, May 7, 2015 at 1:08 PM, Mike Kerner 
wrote:

> It's under the "mergavcam" section in the documentation.
>
> On Thu, May 7, 2015 at 12:42 PM, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
>
> > I am looking at the online documentation for mergAV but do not see any
> > reference to the bar coding capabilities?!?
> >
> > I am very interested in playing around with this as ZXing worked will but
> > had a few caveats around it.
> >
> > SKIP
> >
> > On Thu, May 7, 2015 at 8:30 AM, Mike Kerner 
> > wrote:
> >
> > > FYI, barcoding works MUCH better than it did in ZXing.  It's a little
> > more
> > > complicated to set up, and your users have to grant microphone
> priviliges
> > > in order for it to work (in order to address a crash issue), but it is
> > > faster, more accurate, and I have been able to implement oversampling
> and
> > > symbology restrictions, so THANKS, MONTE!
> > >
> > > On Thu, May 7, 2015 at 2:12 AM, Monte Goulding <
> > > mo...@sweattechnologies.com>
> > > wrote:
> > >
> > > > Hi LiveCoders
> > > >
> > > > Today I have released builds of all my externals for iOS 8.3 so they
> > are
> > > > now compatible with LiveCode 7.0.5 and Xcode 6.3.1
> > > >
> > > > In addition I have also released major updates to mergAV and
> > mergBanner.
> > > >
> > > > mergAV 4 now includes barcode reading in the camera control.
> > > >
> > > > mergBanner 2 now includes interstitial ads
> > > >
> > > > Find out more at http://mergext <http://mergext/>.com
> > > >
> > > > Cheers
> > > >
> > > > Monte
> > > >
> > > > --
> > > > M E R Goulding <http://goulding.ws/>
> > > > Software development services
> > > > Bespoke application development for vertical markets
> > > >
> > > > mergExt <http://mergext.com/> - There's an external for that!
> > > >
> > > > ___
> > > > 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
> > >
> > ___
> > 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
>
___
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: [ANN] mergAV 4, mergBanner 2 & iOS 8.3 builds

2015-05-07 Thread Magicgate Software - Skip Kimpel
I am looking at the online documentation for mergAV but do not see any
reference to the bar coding capabilities?!?

I am very interested in playing around with this as ZXing worked will but
had a few caveats around it.

SKIP

On Thu, May 7, 2015 at 8:30 AM, Mike Kerner 
wrote:

> FYI, barcoding works MUCH better than it did in ZXing.  It's a little more
> complicated to set up, and your users have to grant microphone priviliges
> in order for it to work (in order to address a crash issue), but it is
> faster, more accurate, and I have been able to implement oversampling and
> symbology restrictions, so THANKS, MONTE!
>
> On Thu, May 7, 2015 at 2:12 AM, Monte Goulding <
> mo...@sweattechnologies.com>
> wrote:
>
> > Hi LiveCoders
> >
> > Today I have released builds of all my externals for iOS 8.3 so they are
> > now compatible with LiveCode 7.0.5 and Xcode 6.3.1
> >
> > In addition I have also released major updates to mergAV and mergBanner.
> >
> > mergAV 4 now includes barcode reading in the camera control.
> >
> > mergBanner 2 now includes interstitial ads
> >
> > Find out more at http://mergext .com
> >
> > Cheers
> >
> > Monte
> >
> > --
> > M E R Goulding 
> > Software development services
> > Bespoke application development for vertical markets
> >
> > mergExt  - There's an external for that!
> >
> > ___
> > 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
>
___
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: ANN: Script Editor Themer V2 Released

2015-04-13 Thread Magicgate Software - Skip Kimpel
I also have the lcStackBrowser and I have no issues.  There must be some
other cause for this conflict.  I am using Win and 7.0.3

SKIP

On Mon, Apr 13, 2015 at 2:00 PM, Guglielmo Braguglia  wrote:

> Me too, and works fine. ;-)
>
> I had trouble with the plugin only if also the Peter Haworth
> "lcStackBrowser" plugin is running. My solution was closing
> "lcStackBrowser", setting new script theme with "Script Editor Themer" and
> after restarting "lcStackBrowser".
>
> Guglielmo
>
>  Skip Kimpel 
>> 13 Apr 2015 11:44 am
>> I also store my plugins folder in DropBox but I do not experience any
>> issues or errors. All works fine from my side.
>>
>> SKIP
>>
>>
>>
>>
>> ___
>> 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
>>
>> AndyP 
>> 13 Apr 2015 08:13 am
>>
>> Hi Stephen,
>>
>> This is odd, I have had my plugins in Dropbox right from the start of
>> development. I suspect both the problems you are seeing are related to the
>> file path problem.
>>
>> The user guide has relative links so from my seth folder in dropbox I see
>> this as an example,
>>
>> img src="Image/Image1.jpg" width="573" height="432"
>>
>> I'm wondering if this problem is a function of unpacking?
>>
>> Did you unpack the zip from within the dropbox folder or unpack outside of
>> dropbox and then copy the files across?
>>
>> If you unpacked in the dropbox folder can you try again but this time
>> unpacking outside dropbox and then copy the files to your plugins folder
>> in
>> dropbox.
>>
>>
>>
>>
>>
>> -
>> Andy Piddock
>>
>>
>> My software never has bugs. It just develops random features.
>>
>> Copy the new cloud space, get your free 15GB space now:
>> Get Copy
>>
>>
>> Script editor Themer for LC http://2108.co.uk
>>
>> PointandSee is a FREE simple but full featured under cursor colour picker
>> / finder.
>> http://www.pointandsee.co.uk - made with LiveCode
>> --
>> View this message in context: http://runtime-revolution.
>> 278305.n4.nabble.com/ANN-Script-Editor-Themer-V2-
>> Released-tp4691059p4691069.html
>> Sent from the Revolution - User mailing list archive at Nabble.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
>>
>> stephen barncard 
>> 13 Apr 2015 06:58 am
>> On Sun, Apr 12, 2015 at 9:54 PM, stephen barncard <
>>
>> I must add that I am testing using 7.0.4 and Yosemite on Mac
>>
>> --
>> Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words
>> ___
>> 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
>>
>> stephen barncard 
>> 13 Apr 2015 06:54 am
>> Andy, I have my Livecode prefs located in my Dropbox folder and am getting
>> constant errors. I have to disable.
>>
>> "There was an error executing a script in stack revSethEditor. No more
>> information is available because the stack is password protected."
>>
>> any ideas? Non-specific error message.
>>
>> also does the panel always have to be visible? Annoying
>>
>> --
>> Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words
>>
>> ___
>> 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
>>
>> AndyP 
>> 12 Apr 2015 22:08 pm
>> I've just noticed that there is an error in the User Guide and video
>> overview
>> in the reordering themes section.
>>
>> Corrected instructions below:
>>
>> To reorder themes, click and hold down the left mouse key on the theme to
>> be
>> moved in the theme list and drag and drop to the new position.
>>
>> I will be correcting and updating the video overview later tonight.
>>
>>
>>
>> -
>> Andy Piddock
>>
>>
>> My software never has bugs. It just develops random features.
>>
>> Copy the new cloud space, get your free 15GB space now:
>> Get Copy
>>
>>
>> Script editor Themer for LC http://2108.co.uk
>>
>> PointandSee is a FREE simple but full featured under cursor colour picker
>> / finder.
>> http://www.pointandsee.co.uk - made with LiveCode
>> --
>> View this message in context: http://runtime-revolution.
>> 278305.n4.nabble.com/ANN-Script-Editor-Themer-V2-
>> Released-tp4691059p4691064.html
>> Sent from the Revolution - User

Re: ANN: Script Editor Themer V2 Released

2015-04-12 Thread Magicgate Software - Skip Kimpel
Andy,

I just purchased this, downloaded and installed LOVE IT!  Is there a
community around this product to share custom themes people have made?

Thanks again for a great product!

SKIP KIMPEL

On Sun, Apr 12, 2015 at 4:05 AM, AndyP  wrote:

> Script Editor Themer
> V2 Released
>
> 11/04/2015
>
> /your code has never looked this good/
>
> Script Editor Themer (Seth) is  a helper plugin to extend the LiveCode IDE,
> it allows the creation of custom color themes for the LiveCode script
> editor.
>
> This version is NOT compatible with LiveCode Community version as it
> contains password protected stacks.
>
> Find out more here:  http://2108.co.uk/script-editor-themer/
> 
>
>
>
> -
> Andy Piddock
>
>
> My software never has bugs. It just develops random features.
>
> Copy the new cloud space, get your free 15GB space now:
> Get Copy
>
>
> Script editor Themer for LC http://2108.co.uk
>
> PointandSee is a FREE simple but full featured under cursor colour picker
> / finder.
> http://www.pointandsee.co.uk  - made with LiveCode
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/ANN-Script-Editor-Themer-V2-Released-tp4691059.html
> Sent from the Revolution - User mailing list archive at Nabble.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


Having issue installing Android SDK with Windows 8

2015-03-19 Thread Magicgate Software - Skip Kimpel
Am I missing something?  Having issues installing Android SDK and getting
LC to recognize it.

Something changed or am I just not doing something right?

Thank you,

SKIP
___
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: WatchKit

2015-03-16 Thread Magicgate Software - Skip Kimpel
Roger,

I did... thank you.  Very interesting conversation and I will be interested
to see how strong developers (outside of LC) latch onto the WatchKit and
develop apps for it.  I think it will be one of those make or break
elements for Apple.

I am interested, however, in digging more into the AdroidWear arena and see
what can be done with that.

SKIP

On Mon, Mar 16, 2015 at 10:20 AM, Roger Eller 
wrote:

> Skip, did you see Monte's reply regarding LC and WatchKit in my spinoff
> thread "WatchKit & AndroidWear"?
>
> ~Roger
>
>
> On Sun, Mar 15, 2015 at 4:41 PM, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
>
> > Anybody experimented yet with Apple's WatchKit?  Is it possible to create
> > an app for this using LC?
> >
> > Just downloaded the 8.2 simulator but have not played around with it yet.
> >
> > Would love to hear your feedback and take on this!
> >
> > SKIP
> > ___
> > 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


WatchKit

2015-03-15 Thread Magicgate Software - Skip Kimpel
Anybody experimented yet with Apple's WatchKit?  Is it possible to create
an app for this using LC?

Just downloaded the 8.2 simulator but have not played around with it yet.

Would love to hear your feedback and take on this!

SKIP
___
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: Speaking of XML, what about KML?

2015-03-13 Thread Magicgate Software - Skip Kimpel
I would think converXMLtoArray would work just fine.  Haven't tried it but
I can't see why not.

SKIP

On Fri, Mar 13, 2015 at 4:07 PM, Michael Doub  wrote:

> I had never heard of kml, so I poked around a bit and found some samples
> at https://developers.google.com/kml/documentation/kml_tut. It looks
> like it is a specific format of xml.
>
> convertXMLToArray seems to work, but you are still going to have to look
> closely at the array structure that is specific to kml.   Hope this helps
> you get started.
>
> -= Mike
>
>
>
>
>
>
> On 3/13/15 2:58 PM, William Prothero wrote:
>
>> I’m about to build a parse to retrieve country outline data from a KML
>> file. This seems straightforward, but just wondering if there is a handler
>> posted someplace for this. Basically, I’ll parse out the lat/lon outlines,
>> then render it onto a map using my own methods.
>>
>> If there is none, then I’ll be glad to share what I come up with.
>>
>> Best,
>> Bill
>>
>>
>>
>> William A. Prothero
>> http://es.earthednet.org/
>>
>> ___
>> 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: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Magicgate Software - Skip Kimpel
Seems to take two launches of the executable to get the palette to load
properly.

On Thu, Mar 12, 2015 at 4:44 PM, Richmond 
wrote:

> On 12/03/15 21:04, Fraser Gordon wrote:
>
>> On 12 Mar 2015, at 18:45, Richmond  wrote:
>>
>>  Is there any point trying to build a 32 bit Linux version from Git Hub
>>> at the moment?
>>>
>> Just for you Richmond:
>>
>> http://downloads.livecode.com/fraser/LiveCodeCommunityInstaller-8_
>> 0_0_dp_1-Linux_NO_BROWSER.x86
>>
>> The dictionary won’t work (you’ll get a blank window) and there may be
>> one or two other oddities, but it should otherwise work.
>>
>> Regards,
>> Fraser
>>
>>
>>
> Interestingly enough; the first time I started this up the revTools stack
> loaded with
> just the 2 arrows at the top.
>
> Now I started it again and the whole palette loaded with all those new
> things at the top.
>
> 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
>
___
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: [ANN] New Version of the MasterLibrary is available

2015-01-05 Thread Magicgate Software - Skip Kimpel
Never mind.  I didn't realize you had to "check" the box next to the
function you wanted to insert.  I thought by clicking on it and loading it
into the examples / notes screen was good enough.

So in short, I was able to make it work.  Sorry for the confusion!

SKIP

On Mon, Jan 5, 2015 at 8:16 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:

> Question: When I try to "insert script" after choosing the target stack I
> always get "Do you really want to set the Library Scripts of stack Untitled
> 1 to empty"  After I choose Yes, the dialog box goes away nothing appears
> to have happened.  Obviously my test stack is "Untitled 1" but I am
> assuming something else is supposed to occur.
>
> SKIP
>
> On Mon, Jan 5, 2015 at 2:52 PM, Michael Doub  wrote:
>
>> I just made available the latest version of the MasterLibrary.   I added
>> a reference to a standalone library that can be used to generate test
>> data.   Below you can see what has been added in the last few releases.
>>  Enjoy...
>>
>> https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0
>>
>> -= Mike
>>
>>
>>
>> Release 20
>> *Changed the splashscreen logic to not be dependent on monitoring
>> allowinterrupts.  Much simpler to
>> just wrap a try statement around the offending routine and loop until
>> it is in memory.
>> *Just for fun, I added a link to a library stack that I created that
>> generates test data, for names,
>> street addresses, states, provinces, zip and postal codes, phone
>> numbers.   There are also two fun
>> routines that generate Villain Names and business titles.   So just
>> call me Doctor Shadow, Global
>> Paradigm Orchestrator or how about The Atomic Freak, Internal Data
>> Liason.  Fun fun
>>
>> Release 19
>> *Changed the splashscreen logic to look at the value of
>> allowInterrupts to monitor when the IDE has
>> finished its initialization to make sure revloadedstacks is in memory.
>> *  Added busy indicators in areas where there was a long processing time.
>>
>> Release 18
>> *Changed __Init_Pi_gpio to __Pi_gpio_init to have consistent naming
>> with the other Pi_gpio routines
>> *  Added __CenterTextVertically
>> *  Added Splash Screen and corrections to address the timing issue
>> associated with needing to wait for
>> IDE to finish loading before doing stack initialization that uses the
>> revloadedstacks function.  Also
>> changed some references to more precisely address some objects.
>>
>> ___
>> 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: [ANN] New Version of the MasterLibrary is available

2015-01-05 Thread Magicgate Software - Skip Kimpel
Question: When I try to "insert script" after choosing the target stack I
always get "Do you really want to set the Library Scripts of stack Untitled
1 to empty"  After I choose Yes, the dialog box goes away nothing appears
to have happened.  Obviously my test stack is "Untitled 1" but I am
assuming something else is supposed to occur.

SKIP

On Mon, Jan 5, 2015 at 2:52 PM, Michael Doub  wrote:

> I just made available the latest version of the MasterLibrary.   I added a
> reference to a standalone library that can be used to generate test data.
>  Below you can see what has been added in the last few releases.   Enjoy...
>
> https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0
>
> -= Mike
>
>
>
> Release 20
> *Changed the splashscreen logic to not be dependent on monitoring
> allowinterrupts.  Much simpler to
> just wrap a try statement around the offending routine and loop until
> it is in memory.
> *Just for fun, I added a link to a library stack that I created that
> generates test data, for names,
> street addresses, states, provinces, zip and postal codes, phone
> numbers.   There are also two fun
> routines that generate Villain Names and business titles.   So just
> call me Doctor Shadow, Global
> Paradigm Orchestrator or how about The Atomic Freak, Internal Data
> Liason.  Fun fun
>
> Release 19
> *Changed the splashscreen logic to look at the value of
> allowInterrupts to monitor when the IDE has
> finished its initialization to make sure revloadedstacks is in memory.
> *  Added busy indicators in areas where there was a long processing time.
>
> Release 18
> *Changed __Init_Pi_gpio to __Pi_gpio_init to have consistent naming
> with the other Pi_gpio routines
> *  Added __CenterTextVertically
> *  Added Splash Screen and corrections to address the timing issue
> associated with needing to wait for
> IDE to finish loading before doing stack initialization that uses the
> revloadedstacks function.  Also
> changed some references to more precisely address some objects.
>
> ___
> 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


Alternative to calling via cURL

2014-12-30 Thread Magicgate Software - Skip Kimpel
Hello LC'ers

I have an API I am trying to get data from, I can access it via cURL, how
would I attack this from a LC level?

Example of call:

curl -G -H "api_key: A28894762098BJTEST"
https://api.myapi.com/test/v1/products
--data-urlencode 'q={"cat_id":12345,"brand":"My Brand","model":"My Model"}'

I am sure there is a way to do this from within LC. The results come back
as JSON, which I can deal with.

Any help would be greatly appreciated!

SKIP
___
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: [ANN] Free: Google-style typing filter for LiveCode

2014-12-23 Thread Magicgate Software - Skip Kimpel
Actually, I need it to search for data already entered WITHIN the datagrid.

SKIP

On Tue, Dec 23, 2014 at 10:59 AM, Peter Haworth  wrote:

> I'm assuming you need to do this when the user is typing into the
> datagrid's edit field. I recently needed to implement a right click popup
> menu to the datagrid's edit field and used the following method which
> should work for this purpose too.
>
> Make a button and copy the script of button Field Editor of stack
> revDatagridLibrary into it. Add the typing filter code to it.
>
> In the script of your datagrid, add a preOpenFieldEditor handler. Its
> single parameter is the long id of the field that will be used for editing.
> In the preOpenFieldEditor script, set the behavior of the edit field to
> your button's script.
>
> HTH.
> On Dec 23, 2014 6:16 AM, "Magicgate Software - Skip Kimpel" <
> s...@magicgate.com> wrote:
>
> > Wow... your timing couldn't be more perfect.  I was working on something
> > like that yesterday.  Now I need to find a way to make this work with a
> > datagrid :)
> >
> > Thanks again and Merry Christmas!
> >
> > SKIP KIMPEL
> >
> > On Tue, Dec 23, 2014 at 8:36 AM, FlexibleLearning.com <
> > ad...@flexiblelearning.com> wrote:
> >
> > > Over the years, people keep asking about how to implement 'display as
> you
> > > type' widget thang.
> > >
> > > So as a Christmas gift to you all, TypingFilter for LiveCode is fast,
> > > flexible and FREE. The download with example implementation and
> > screenshots
> > > are available here...
> > >
> > > www.FlexibleLearning.com/typingfilter
> > >
> > >
> > > Enjoy!
> > >
> > >
> > > Hugh Senior
> > > FLCo
> > >
> > >
> > > ___
> > > 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: [ANN] Free: Google-style typing filter for LiveCode

2014-12-23 Thread Magicgate Software - Skip Kimpel
Wow... your timing couldn't be more perfect.  I was working on something
like that yesterday.  Now I need to find a way to make this work with a
datagrid :)

Thanks again and Merry Christmas!

SKIP KIMPEL

On Tue, Dec 23, 2014 at 8:36 AM, FlexibleLearning.com <
ad...@flexiblelearning.com> wrote:

> Over the years, people keep asking about how to implement 'display as you
> type' widget thang.
>
> So as a Christmas gift to you all, TypingFilter for LiveCode is fast,
> flexible and FREE. The download with example implementation and screenshots
> are available here...
>
> www.FlexibleLearning.com/typingfilter
>
>
> Enjoy!
>
>
> Hugh Senior
> FLCo
>
>
> ___
> 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: [ANN] ControlManager for LiveCode, in-store now

2014-12-05 Thread Magicgate Software - Skip Kimpel
Just purchased and looking forward to using it!

SKIP

On Fri, Dec 5, 2014 at 10:45 AM, FlexibleLearning.com <
ad...@flexiblelearning.com> wrote:

> ControlManager for Livecode is now available in-store...
>
> https://livecode.com/store/marketplace/controlManager-1-0-0
>
> as well as direct from www.flexibleLearning.com/controlmanager
>
>
> Thank you for all the positive feedback.
>
>
> And ControlManager is improving all the time. Just added...
>
> . Embedded media
> . 'Celestial overview' improvements
>
> I hope you will find it a useful addition to your development toolbox.
>
>
> Hugh Senior
> FLCo
>
>
> ___
> 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: [ANN] Release 15 of the MasterLibrary is available

2014-12-03 Thread Magicgate Software - Skip Kimpel
Is anybody else having a problem when trying to launch this they get:
ERROR
Type: if: missing'then'
Object: Lib
Line: if item lComparing of fStartFolder  item lComparing of
fDestinationFolder then
Hint: (musical note)

In am on a Windows machine running LC 6.7

On Wed, Dec 3, 2014 at 11:16 AM, Michael Doub  wrote:

> https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0
>
> I have fixed the version checking logic.  You will need to pick up this
> version with the link above.
>
> Release 15 contains a new __SoftLineBreak implementation that is faster
> and more accurate.  Because of the new accuracy of __SoftLineBreak, I have
> included a workaround function that gives you pageranges taking into
> account the spaceabove and spacebelow.
>
> Regards,
>Mike
>
>
>
> ___
> 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: Focus on next field

2014-11-25 Thread Magicgate Software - Skip Kimpel
Just did :)  If it is the last field it throws an error.

I could simply working around this already knowing how many fields I have
but what would be a more programmatic way of doing this?

SKIP

On Tue, Nov 25, 2014 at 4:53 PM,  wrote:

> No problem.
>
>
> Have you encountered the problem yet?
>
>
> Craig
>
>
>
> -----Original Message-----
> From: Magicgate Software - Skip Kimpel 
> To: How to use LiveCode 
> Sent: Tue, Nov 25, 2014 4:41 pm
> Subject: Re: Focus on next field
>
>
> That's it... works perfectly.  Thanks for making that connection for me :)
>
> SKIP
>
> On Tue, Nov 25, 2014 at 4:24 PM,  wrote:
>
> > Hi.
> >
> >
> > If the fields are in order by number, then in the card script,
> >
> >
> >
> > on returninfield
> >focus on fld (the number of the target + 1)
> > end return infield
> >
> >
> > on EnterInField
> > returnInField
> > end enterInField
> >
> >
> > If they are in some other order, you should be able to modify as
> needed...
> >
> >
> > Craig Newman
> >
> >
> >
> > -Original Message-
> > From: Magicgate Software - Skip Kimpel 
> > To: How to use LiveCode 
> > Sent: Tue, Nov 25, 2014 4:11 pm
> > Subject: Focus on next field
> >
> >
> > Hey LC'ers
> >
> > How the heck to you pass focus to the next positioned field?  I am trying
> > to simulate the tab key action of tabbing if the user hits the enter or
> > return key instead inside of the enterInField and returnInField commands.
> >
> > Thank you!
> >
> > SKIP
> > ___
> > 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: Focus on next field

2014-11-25 Thread Magicgate Software - Skip Kimpel
That's it... works perfectly.  Thanks for making that connection for me :)

SKIP

On Tue, Nov 25, 2014 at 4:24 PM,  wrote:

> Hi.
>
>
> If the fields are in order by number, then in the card script,
>
>
>
> on returninfield
>focus on fld (the number of the target + 1)
> end return infield
>
>
> on EnterInField
> returnInField
> end enterInField
>
>
> If they are in some other order, you should be able to modify as needed...
>
>
> Craig Newman
>
>
>
> -Original Message-
> From: Magicgate Software - Skip Kimpel 
> To: How to use LiveCode 
> Sent: Tue, Nov 25, 2014 4:11 pm
> Subject: Focus on next field
>
>
> Hey LC'ers
>
> How the heck to you pass focus to the next positioned field?  I am trying
> to simulate the tab key action of tabbing if the user hits the enter or
> return key instead inside of the enterInField and returnInField commands.
>
> Thank you!
>
> SKIP
> ___
> 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


Focus on next field

2014-11-25 Thread Magicgate Software - Skip Kimpel
Hey LC'ers

How the heck to you pass focus to the next positioned field?  I am trying
to simulate the tab key action of tabbing if the user hits the enter or
return key instead inside of the enterInField and returnInField commands.

Thank you!

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


Datagrid in Standalone

2014-10-22 Thread Magicgate Software - Skip Kimpel
Good afternoon,

I have a strange problem and cannot isolate where it is coming from.  I
have a datagrid that is being populated via an array from Andre's DBLib.  I
know data is in the array because if I check the number of lines in the
keys of the array, it is correct.

In the development environment, the datagrid populates just fine! However,
in a Windows standalone it does not work, almost as though no data is in
the array, which is not true.  To populate the datagrid, I am using:
set the dgdata of control "DivisionData" to tDataA

All seems correct, I have used this method before, I just don't understand
why this instance is not working properly.  Anybody have any insight of
what might going wacky here? (other than me)

Thank you for your input!

SKIP
___
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 version number

2014-10-13 Thread Magicgate Software - Skip Kimpel
I thought I was missing something but it looks like this is a challenge.
Just for clarification purposes, it a standalone for Windows.

Having said that I am really surprised that there is not a script call of
some sort to retrieve this information.  Hopefully there is an undocumented
function that somebody with show up with here on this list.

SKIP

On Mon, Oct 13, 2014 at 4:09 PM, Bob Sneidar 
wrote:

> On OS X use mdls -name kMDItemVersion /Applications/
> (if you are using Spotlight to index files, which unless you have
> explicitly disabled the feature, you are).
>
> On Windows it looks like you need to install add-on software. There may be
> a javascript command that will work, which you can run from the shell, but
> frankly I got all this from a google search, which you can easily do
> yourself.
>
> I wish I knew more about command line syntax… WAIT WHAT THE HELL AM I
> SAYING???
>
> Bob S
>
>
> On Oct 13, 2014, at 12:40 , Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
>
> > Is there a way to programmatically, via LC, to retrieve the current
> > standalone "file version number" and "product version number" as stated
> in
> > the standalone settings?
> >
> > Thank you,
> >
> > SKIP KIMPEL
> > ___
> > 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

Getting a version number

2014-10-13 Thread Magicgate Software - Skip Kimpel
Is there a way to programmatically, via LC, to retrieve the current
standalone "file version number" and "product version number" as stated in
the standalone settings?

Thank you,

SKIP KIMPEL
___
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: Merging PDF files through LC

2014-10-07 Thread Magicgate Software - Skip Kimpel
I took a total left turn here in my solution and I wanted to share the
results.  My problem spawned from reports I was creating from Excel and a
series of data that needed to be produced for different store locations at
our company.  However, each store needed a consolidated view as well.  Last
week, when I created these reports each store ended up receiving two
separate PDF files due to this complication.

I had been using Zryip's Excel Lib to populate these spreadsheets and then
using his print to PDF feature to create these documents.  After explaining
my problem to him he wrote a function to help me out that hides Excel
workbook sheets before the printing process.  My template now has the
overall statistics on sheet 1 and all other store locations in additional
tabs.  This allows me to produce a combined PDF file based upon which
sheets I want to expose and customized for each location.

Thank you Zyrip!

SKIP KIMPEL

On Wed, Oct 1, 2014 at 10:50 PM, Bruce Pokras  wrote:

> Distribute PDFTK??? My instructions for Patent Grabber simply tell Windows
> users where they can download it themselves. Much less complicated that way.
>
> Bruce Pokras
> Blazing Dawn Software
> www.blazingdawn.com
>
> On Sep 30, 2014, at 10:39 PM, Dr. Hawkins  wrote:
>
> > On Tue, Sep 30, 2014 at 5:34 PM, Bruce Pokras 
> wrote:
> >
> >> PDFTK works fine under Windows using shell commands from Livecode. That
> is
> >> how my Patent Grabber app combines individual patent pages into a single
> >> PDF.
> >
> >
> > Ooohh!  Someone who's done it on windows with a commercial program!
> >
> > How do you handle distributing/accessing pdftk itself?
> >
> > My thinking is to ship both binary & source, and stick that version of
> tdk
> > in with the program
> >
> >
> > --
> > 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
>
>
> ___
> 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: Merging PDF files through LC

2014-10-01 Thread Magicgate Software - Skip Kimpel
Roger... you are and I are both stuck in the Windows world...

On Wed, Oct 1, 2014 at 11:10 AM, Roger Eller 
wrote:

> That sounds like a pretty slick way to populate a form (hoping it works
> x-plat).  The OP wants a >Windows< solution to combine pages though.
>
>
> On Wed, Oct 1, 2014 at 10:40 AM, Bob Sneidar 
> wrote:
>
> > The easy way to do this is to assemble an FDF data file. I have already
> > done this in my Forms Generator application. First, I export the form
> data.
> > To get all the fields even the empty ones you have to create a javascript
> > action, because the built in data export only exports fields with data in
> > them, but the javascript command has an argument for overcoming this.
> Next
> > you configure your PDF to read the FDF file when it opens. Finally you
> > figure out how to manipulate the data file so you can fill in the field
> > data.
> >
> > My Forms Generator does all of that for me now. But there is a way I was
> > playing with, on the Mac only so far, to tell Applescript to tell Acrobat
> > to run a javascript, in which case you can do anything their Acrobat
> > Javascript API allows in the given security context.
> >
> > Bob S
> >
> >
> > On Sep 30, 2014, at 20:01 , Magicgate Software - Skip Kimpel <
> > s...@magicgate.com<mailto:s...@magicgate.com>> wrote:
> >
> > Getting it to work, probably not that hard.  Distributing it with your
> > application, that's a whole other issue.  I have been looking over the
> > command line options for this and it is pretty powerful.  One feature
> that
> > stands out the most to me is the ability to send form data to the PDF
> > file.  Something I have wanted but LC has yet to be able to supply a
> > streamlined way of doing this.
> >
> > ___
> > 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: Merging PDF files through LC

2014-09-30 Thread Magicgate Software - Skip Kimpel
>From the looks of it, you only need to have two files to get it to work
from the command line: pdftk.exe and libconv2.dll  (found in the PDFtk
Server /bin directory after install)

Getting it to work, probably not that hard.  Distributing it with your
application, that's a whole other issue.  I have been looking over the
command line options for this and it is pretty powerful.  One feature that
stands out the most to me is the ability to send form data to the PDF
file.  Something I have wanted but LC has yet to be able to supply a
streamlined way of doing this.

In regards to distribution:

As stated in the README file from PDFtk:
"If you want to distribute pdftk as part of your own software, you will
need a commercial license. The exception to this rule is if your software
is licensed to the public under the GPL or another compatible license."

"Commercial licenses are available for pdftk. They include commercial-grade
support and allow commercial redistribution. Please email
sid.stew...@pdflabs.com to learn more. And please include pdftk in your
email subject. Thank you. "

SKIP


On Tue, Sep 30, 2014 at 10:39 PM, Dr. Hawkins  wrote:

> On Tue, Sep 30, 2014 at 5:34 PM, Bruce Pokras  wrote:
>
> > PDFTK works fine under Windows using shell commands from Livecode. That
> is
> > how my Patent Grabber app combines individual patent pages into a single
> > PDF.
>
>
> Ooohh!  Someone who's done it on windows with a commercial program!
>
> How do you handle distributing/accessing pdftk itself?
>
> My thinking is to ship both binary & source, and stick that version of tdk
> in with the program
>
>
> --
> 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
>
___
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: Merging PDF files through LC

2014-09-30 Thread Magicgate Software - Skip Kimpel
Thanks everybody.  I think I have a few options to choose from now.

SKIP

On Tue, Sep 30, 2014 at 8:34 PM, Bruce Pokras  wrote:

> PDFTK works fine under Windows using shell commands from Livecode. That is
> how my Patent Grabber app combines individual patent pages into a single
> PDF.
>
> Bruce Pokras
> Blazing Dawn Software
> www.blazingdawn.com
>
> On Sep 30, 2014, at 11:48 AM, Dr. Hawkins  wrote:
>
> > On Tue, Sep 30, 2014 at 6:39 AM, Matthias Rebbe | M-R-D <
> > matthias_livecode_150...@m-r-d.de> wrote:
> >
> >> You could use 3rd party tool ghostscript.
> >>
> >
> > I used to use ghostscript from my scripts.  Sometimes it takes just far
> too
> > long (minutes)< others it doesn't like files (but every pdf program
> refuses
> > to play nice with every onter one).
> >
> > The least difficulties I have had have been with pdftk, and it can "fix"
> > some other program's leavings.
> >
> > I've used it on unix & mac; never on windows.
> >
> >
> > --
> > 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
>
>
> ___
> 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: Merging PDF files through LC

2014-09-30 Thread Magicgate Software - Skip Kimpel
I have not tried this yet but I just found this link posted online:

http://quartam.blogspot.com/2010/12/concatenating-pdf-files.html



On Tue, Sep 30, 2014 at 9:21 AM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:

> Good morning,
>
> Anybody know of a way (on Windows) to merge two PDF documents together via
> scripting?
>
> Any insight would be helpful if you have done this before.
>
> Thank you!
>
> SKIP
>
___
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


Merging PDF files through LC

2014-09-30 Thread Magicgate Software - Skip Kimpel
Good morning,

Anybody know of a way (on Windows) to merge two PDF documents together via
scripting?

Any insight would be helpful if you have done this before.

Thank you!

SKIP
___
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: Regex Help

2014-09-27 Thread Magicgate Software - Skip Kimpel
Michael, those are two awesome resources!  Thanks.

SKIP

On Fri, Sep 26, 2014 at 7:23 PM, Michael Doub  wrote:

> Guys, I have been using these 2 sites lately and they are really a huge
> help in understanding regex:
>
> http://regex101.com/#pcre
> http://www.regexr.com
>
> Give them a try…
>   Mike
>
>
>
> On Sep 26, 2014, at 5:34 PM, Magicgate Software - Skip Kimpel <
> s...@magicgate.com> wrote:
>
> > Thank you Mark!
> >
> > On Fri, Sep 26, 2014 at 4:58 PM, Mark Schonewille <
> > m.schonewi...@economy-x-talk.com> wrote:
> >
> >> Hi Skip,
> >>
> >> If it contains numbers and letters, it could be
> >>
> >> /point-item[0-9a-zA-Z]+-landed.html
> >>
> >> and if it contains anything except whitespace, it could be
> >>
> >> /point-item[\w]+-landed.html
> >>
> >> Both options work with the sample data you provided.
> >>
> >> --
> >> Best regards,
> >>
> >> Mark Schonewille
> >>
> >> Economy-x-Talk Consulting and Software Engineering
> >> Homepage: http://economy-x-talk.com
> >> Twitter: http://twitter.com/xtalkprogrammer
> >> KvK: 50277553
> >>
> >> Installer Maker for LiveCode:
> >> http://qery.us/468
> >>
> >> Buy my new book "Programming LiveCode for the Real Beginner"
> >> http://qery.us/3fi
> >>
> >> LiveCode on Facebook:
> >> https://www.facebook.com/groups/runrev/
> >>
> >> On 9/26/2014 22:54, Magicgate Software - Skip Kimpel wrote:
> >>
> >>> Sorry... it contains letters.  Sorry for the confusion.  I should have
> >>> been
> >>> more complete with my explanation and sample data.
> >>>
> >>> SKIP
> >>>
> >>> On Fri, Sep 26, 2014 at 4:51 PM, Mark Schonewille <
> >>> m.schonewi...@economy-x-talk.com> wrote:
> >>>
> >>> Then what exactly does the middle item contain? Numbers and letters?
> >>>> Special symbols? Chinese?
> >>>>
> >>>> --
> >>>> Best regards,
> >>>>
> >>>> Mark Schonewille
> >>>>
> >>>> Economy-x-Talk Consulting and Software Engineering
> >>>> Homepage: http://economy-x-talk.com
> >>>> Twitter: http://twitter.com/xtalkprogrammer
> >>>> KvK: 50277553
> >>>>
> >>>> Installer Maker for LiveCode:
> >>>> http://qery.us/468
> >>>>
> >>>> Buy my new book "Programming LiveCode for the Real Beginner"
> >>>> http://qery.us/3fi
> >>>>
> >>>> LiveCode on Facebook:
> >>>> https://www.facebook.com/groups/runrev/
> >>>>
> >>>> On 9/26/2014 22:49, Magicgate Software - Skip Kimpel wrote:
> >>>>
> >>>> The middle item "X" does not always have a number in it.  The
> common
> >>>>> denominator between all the items I WANT to keep start with "page-"
> and
> >>>>> end
> >>>>> with "-landed.html"
> >>>>>
> >>>>> On Fri, Sep 26, 2014 at 4:37 PM, Mark Schonewille <
> >>>>> m.schonewi...@economy-x-talk.com> wrote:
> >>>>>
> >>>>> Hi,
> >>>>>
> >>>>>>
> >>>>>> Then you can try this:
> >>>>>>
> >>>>>> on mouseUp
> >>>>>>  put "/point-item[0-9]+-landed.html" into myFilter
> >>>>>>  put fld 1 into myData
> >>>>>>  filter myData with regex pattern myFilter
> >>>>>>  put myData
> >>>>>> end mouseUp
> >>>>>>
> >>>>>> This is a LiveCode example, but you can apply the regex
> >>>>>> "/point-item[0-9]+-landed.html" in PHP or Perl. I tried this with
> and
> >>>>>> without escaping the slash and dashes, but escaping seems
> unnecesary.
> >>>>>> If
> >>>>>> the regex doesn't work in PHP or Perl, maybe you could try
> >>>>>>
> >>>>>> \/point\-item[0-9]+\-landed.html
> >>>>>>
> >>>>>> but I haven't tested if this would be necessary.
> >>>>>>
> >>>>>> --
> >>

Re: Regex Help

2014-09-26 Thread Magicgate Software - Skip Kimpel
Thank you Mark!

On Fri, Sep 26, 2014 at 4:58 PM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> Hi Skip,
>
> If it contains numbers and letters, it could be
>
> /point-item[0-9a-zA-Z]+-landed.html
>
> and if it contains anything except whitespace, it could be
>
> /point-item[\w]+-landed.html
>
> Both options work with the sample data you provided.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Installer Maker for LiveCode:
> http://qery.us/468
>
> Buy my new book "Programming LiveCode for the Real Beginner"
> http://qery.us/3fi
>
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
>
> On 9/26/2014 22:54, Magicgate Software - Skip Kimpel wrote:
>
>> Sorry... it contains letters.  Sorry for the confusion.  I should have
>> been
>> more complete with my explanation and sample data.
>>
>> SKIP
>>
>> On Fri, Sep 26, 2014 at 4:51 PM, Mark Schonewille <
>> m.schonewi...@economy-x-talk.com> wrote:
>>
>>  Then what exactly does the middle item contain? Numbers and letters?
>>> Special symbols? Chinese?
>>>
>>> --
>>> Best regards,
>>>
>>> Mark Schonewille
>>>
>>> Economy-x-Talk Consulting and Software Engineering
>>> Homepage: http://economy-x-talk.com
>>> Twitter: http://twitter.com/xtalkprogrammer
>>> KvK: 50277553
>>>
>>> Installer Maker for LiveCode:
>>> http://qery.us/468
>>>
>>> Buy my new book "Programming LiveCode for the Real Beginner"
>>> http://qery.us/3fi
>>>
>>> LiveCode on Facebook:
>>> https://www.facebook.com/groups/runrev/
>>>
>>> On 9/26/2014 22:49, Magicgate Software - Skip Kimpel wrote:
>>>
>>>  The middle item "X" does not always have a number in it.  The common
>>>> denominator between all the items I WANT to keep start with "page-" and
>>>> end
>>>> with "-landed.html"
>>>>
>>>> On Fri, Sep 26, 2014 at 4:37 PM, Mark Schonewille <
>>>> m.schonewi...@economy-x-talk.com> wrote:
>>>>
>>>>   Hi,
>>>>
>>>>>
>>>>> Then you can try this:
>>>>>
>>>>> on mouseUp
>>>>>put "/point-item[0-9]+-landed.html" into myFilter
>>>>>put fld 1 into myData
>>>>>filter myData with regex pattern myFilter
>>>>>put myData
>>>>> end mouseUp
>>>>>
>>>>> This is a LiveCode example, but you can apply the regex
>>>>> "/point-item[0-9]+-landed.html" in PHP or Perl. I tried this with and
>>>>> without escaping the slash and dashes, but escaping seems unnecesary.
>>>>> If
>>>>> the regex doesn't work in PHP or Perl, maybe you could try
>>>>>
>>>>> \/point\-item[0-9]+\-landed.html
>>>>>
>>>>> but I haven't tested if this would be necessary.
>>>>>
>>>>> --
>>>>> Best regards,
>>>>>
>>>>> Mark Schonewille
>>>>>
>>>>> Economy-x-Talk Consulting and Software Engineering
>>>>> Homepage: http://economy-x-talk.com
>>>>> Twitter: http://twitter.com/xtalkprogrammer
>>>>> KvK: 50277553
>>>>>
>>>>> Installer Maker for LiveCode:
>>>>> http://qery.us/468
>>>>>
>>>>> Buy my new book "Programming LiveCode for the Real Beginner"
>>>>> http://qery.us/3fi
>>>>>
>>>>> LiveCode on Facebook:
>>>>> https://www.facebook.com/groups/runrev/
>>>>>
>>>>> On 9/26/2014 22:27, Magicgate Software - Skip Kimpel wrote:
>>>>>
>>>>>   The results I want returned are:
>>>>>
>>>>>>
>>>>>>
>>>>>>  ___
>>>>> 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: Regex Help

2014-09-26 Thread Magicgate Software - Skip Kimpel
Sorry... it contains letters.  Sorry for the confusion.  I should have been
more complete with my explanation and sample data.

SKIP

On Fri, Sep 26, 2014 at 4:51 PM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> Then what exactly does the middle item contain? Numbers and letters?
> Special symbols? Chinese?
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Installer Maker for LiveCode:
> http://qery.us/468
>
> Buy my new book "Programming LiveCode for the Real Beginner"
> http://qery.us/3fi
>
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
>
> On 9/26/2014 22:49, Magicgate Software - Skip Kimpel wrote:
>
>> The middle item "X" does not always have a number in it.  The common
>> denominator between all the items I WANT to keep start with "page-" and
>> end
>> with "-landed.html"
>>
>> On Fri, Sep 26, 2014 at 4:37 PM, Mark Schonewille <
>> m.schonewi...@economy-x-talk.com> wrote:
>>
>>  Hi,
>>>
>>> Then you can try this:
>>>
>>> on mouseUp
>>>   put "/point-item[0-9]+-landed.html" into myFilter
>>>   put fld 1 into myData
>>>   filter myData with regex pattern myFilter
>>>   put myData
>>> end mouseUp
>>>
>>> This is a LiveCode example, but you can apply the regex
>>> "/point-item[0-9]+-landed.html" in PHP or Perl. I tried this with and
>>> without escaping the slash and dashes, but escaping seems unnecesary. If
>>> the regex doesn't work in PHP or Perl, maybe you could try
>>>
>>> \/point\-item[0-9]+\-landed.html
>>>
>>> but I haven't tested if this would be necessary.
>>>
>>> --
>>> Best regards,
>>>
>>> Mark Schonewille
>>>
>>> Economy-x-Talk Consulting and Software Engineering
>>> Homepage: http://economy-x-talk.com
>>> Twitter: http://twitter.com/xtalkprogrammer
>>> KvK: 50277553
>>>
>>> Installer Maker for LiveCode:
>>> http://qery.us/468
>>>
>>> Buy my new book "Programming LiveCode for the Real Beginner"
>>> http://qery.us/3fi
>>>
>>> LiveCode on Facebook:
>>> https://www.facebook.com/groups/runrev/
>>>
>>> On 9/26/2014 22:27, Magicgate Software - Skip Kimpel wrote:
>>>
>>>  The results I want returned are:
>>>>
>>>>
>>> ___
>>> 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: Regex Help

2014-09-26 Thread Magicgate Software - Skip Kimpel
The middle item "X" does not always have a number in it.  The common
denominator between all the items I WANT to keep start with "page-" and end
with "-landed.html"

On Fri, Sep 26, 2014 at 4:37 PM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> Hi,
>
> Then you can try this:
>
> on mouseUp
>  put "/point-item[0-9]+-landed.html" into myFilter
>  put fld 1 into myData
>  filter myData with regex pattern myFilter
>  put myData
> end mouseUp
>
> This is a LiveCode example, but you can apply the regex
> "/point-item[0-9]+-landed.html" in PHP or Perl. I tried this with and
> without escaping the slash and dashes, but escaping seems unnecesary. If
> the regex doesn't work in PHP or Perl, maybe you could try
>
> \/point\-item[0-9]+\-landed.html
>
> but I haven't tested if this would be necessary.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Installer Maker for LiveCode:
> http://qery.us/468
>
> Buy my new book "Programming LiveCode for the Real Beginner"
> http://qery.us/3fi
>
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
>
> On 9/26/2014 22:27, Magicgate Software - Skip Kimpel wrote:
>
>> The results I want returned are:
>>
>
> ___
> 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: Regex Help

2014-09-26 Thread Magicgate Software - Skip Kimpel
Thanks Mark,

Actually look for the regex version as I will be applying that externally
before feeding into LC.  Here is a sample of the data:
/point-item1-landed.html
/point-about.html
/point-test.html
/point-item2-landed.html
/point-item300-landed.html

The results I want returned are:
/point-item1-landed.html
/point-item2-landed.html
/point-item300-landed.html

Thanks for your input!




On Fri, Sep 26, 2014 at 4:17 PM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> Hi,
>
> It could be something like this:
>
> on mouseUp
>  put "*/point-*-landed.html" into myFilter
>  put fld 1 into myData
>  filter myData without myFilter
>  put myData
> end mouseUp
>
> but if this doesn't work, you'll have to post an actual sample of your
> data.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Installer Maker for LiveCode:
> http://qery.us/468
>
> Buy my new book "Programming LiveCode for the Real Beginner"
> http://qery.us/3fi
>
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
>
>
> On 9/26/2014 22:04, Magicgate Software - Skip Kimpel wrote:
>
>> Hey LC / Regex gurus,
>>
>> I need help creating a regular expression that will filter out all
>> instances where the pattern looks like this:
>>
>> /point-XXX-landed.html
>>
>> Obviously the "XX" section varies from item to item and is also of
>> different character lengths.
>>
>> Anybody willing to give this a shot?
>>
>> SKIP
>>
>
>
> ___
> 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


Regex Help

2014-09-26 Thread Magicgate Software - Skip Kimpel
Hey LC / Regex gurus,

I need help creating a regular expression that will filter out all
instances where the pattern looks like this:

/point-XXX-landed.html

Obviously the "XX" section varies from item to item and is also of
different character lengths.

Anybody willing to give this a shot?

SKIP
___
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: Documentation

2014-09-26 Thread Magicgate Software - Skip Kimpel
Just a thought:  One of pieces of software that we use in our office
environment, we can go online and put in the version of the software you
are using and the version that you have upgraded to and it will compile a
complete feature / bug fix document for you on the fly based upon the
version differences.

It would be GREAT to have something like this Anybody care to take this
on?  :)

SKIP

On Fri, Sep 26, 2014 at 9:23 AM, Richard Gaskin 
wrote:

> Mark Smith wrote:
>
>> I've just upgraded from 5.5.5 to 6.6.3. Surely there have been a few
>> changes
>> between then and now? But reading the Release Notes provides no hint. Is
>> there one document I can read that tracks all of the additions, updates
>> and
>> changes from 5.5.5 to 6.6.3?
>>
>
> There's no single document outlining the changes between that specific
> range of versions, but the release notes for each version will bring you up
> to speed:
>
> 
>
> --
>  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: LiveCode to Facebook?

2014-09-25 Thread Magicgate Software - Skip Kimpel
Jim,

That is a VERY handy list and resource.  Thank you for sharing!

SKIP

On Thu, Sep 25, 2014 at 2:18 PM, Scott Rossi  wrote:

> Thanks Jim.  The other item I was considering was launching the Settings
> app, and it looks like there's an entry for this on the site.
>
> Best Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, UX/UI Design
>
>
>
>
> On 9/25/14 10:18 AM, "Jim Lambert"  wrote:
>
> >Hi Scott,
> >
> >http://handleopenurl.com/scheme   lists a bunch of custom URL schemes
> >that can be used to launch other apps, including Facebook.
> >
> >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
>
>
>
> ___
> 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-ish] funny search result

2014-09-15 Thread Magicgate Software - Skip Kimpel
Too funny!  It is good to know that your book is the "go-to" book, even for
you.

SKIP

On Mon, Sep 15, 2014 at 10:03 AM, Colin Holgate  wrote:

> I was searching for something LiveCode related, and as can happen
> sometimes I was taken to a page which had an excerpt from a book. I did a
> local Find on that page and couldn’t find the thing I was searching for. I
> had a momentary thought about “wouldn’t it be nice to see more from this
> book”, then I noticed it was MY book!
> ___
> 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

Magic Super Glue

2014-09-09 Thread Magicgate Software - Skip Kimpel
Today I was explaining to someone what I use LiveCode for, especially at
work.  He had the perfect response "So it is your magic super glue!"

Considering I use LC to consolidate data and create tools to compensate for
lack of functionality in other software systems, I couldn't have put it
better.

SKIP
___
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: Simple JSON call

2014-09-09 Thread Magicgate Software - Skip Kimpel
Richard,

That is what confused me was trying "it", "result", etc.  I was stress
testing what I could do with some complex PUT, GET, POST and DELETE
commands through some XML calls.  I was getting server results, just not
returning values.  urlResponse works beautifully.

Now I just need to parse the darn results :)  Luckily there are few tools
people have mentioned here to do that.

SKIP

On Tue, Sep 9, 2014 at 4:15 PM, Richard Gaskin 
wrote:

> Trevor DeVore wrote:
>
>  On Tue, Sep 9, 2014 at 2:50 PM, Richard Gaskin wrote:
>>
>>  Trevor DeVore wrote:
>>>
>>>  "the urlresponse' will contain the data that the server sent back. Try
 checking that after your put into URL call.


>>> When does the urlResponse differ from the value in "it"?
>>>
>>
>> put ... into URL doesn't populate 'it'. Nor does 'delete URL ...'.
>>
>> The urlresponse was added so that we could get the server response in
>> these
>> cases.
>>
>
> Ah - supercool.  I've been limiting my web APIs to use only POST, as I
> didn't realize we'd had a way to use PUT and DELETE.  In fact, I thought
> DELETE only worked for FTP - what version extended that for HTTP?
>
> I wonder if the team should consider using "it" for those as they do for
> GET and POST
>
> --
>  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


Raspberry Pi Standalone

2014-09-08 Thread Magicgate Software - Skip Kimpel
I just produced my first RPi standalone using the new Linux ARMv6-HF option
found in 7.0 RC1.  This is going to change everything.

Fraser Gordon, you are brilliant!

SKIP KIMPEL
___
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


Simple JSON call

2014-09-08 Thread Magicgate Software - Skip Kimpel
Hey LCer's

I am need to make a "simple" JSON call using something as simple as this:
  put myCommand into URL myURL

The function works properly but it should also be kicking back some results
that I then need to parse.  The question is, how do I get the results?  I
have tried numerous, standard methods and all have failed thus far.

Working on a project that combines data pulls using several different XML
technologies and am about to pull my hair out at this point :)

Any help is always appreciated!

SKIP
___
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: RunRev Conference - I'm Here

2014-08-29 Thread Magicgate Software - Skip Kimpel
I will be there Monday night as well.  I am very much looking forward to
meeting all of you.

SKIP


On Fri, Aug 29, 2014 at 7:56 PM, Colin Holgate  wrote:

> Hopefully you’re early, and we’re not late! I get there Monday night.
>
>
> On Aug 29, 2014, at 7:32 PM, Ralph DiMola 
> wrote:
>
> > >I'm here. Anyone else arrive yet?
> >
> > Ralph DiMola
> > IT Director
> > Evergreen Information Services
> > rdim...@evergreeninfo.net
> >
>
>
> ___
> 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: join columns

2014-08-28 Thread Magicgate Software - Skip Kimpel
Haha. I like the paranoid version :)

SKIP


On Thu, Aug 28, 2014 at 3:53 PM, Alain Farmer 
wrote:

> Here is the paranoid version :
>
> function insertAsColumn colNumber, dataToInsert, intoThisTable
> --
> if dataToInsert is empty then
> answer "insert empty column ?" with "cancel" or "insert"
> if it is "cancel" then exit to top
> end if
> --
> if intoThisTable is empty then return dataToInsert
> --
> if the number of lines of dataToInsert is not the number of lines of
> intoThisTable
> then die "Error: Lists have different lengths."
> --
> set the itemdel to tab
> put the number of items of line 1 of intoThisTable into lastCol
> if (colNumber < 1) or (colNumber > lastCol) then
> ask "colNumber must be an integer between 1 and" && lastCol with 1
> if the result is "cancel" then exit to top
> if (it is empty) or (it is not a number)
> then die "colNumber must be an integer between 1 and" && lastCol
> end if
> --
> repeat for each line x in dataToInsert
> get line x of dataToInsert
> put it & tab before item colNumber of line x of intoThisTable
> end repeat
> return intoThisTable
> --
> end insertAsColumn
>
> on die dyingMessage
> answer dyingMessage
> exit to top
> end die
>
>
>
> On Thursday, August 28, 2014 3:31:30 PM, JB  wrote:
>
>
>
> Thank you, Alain!  This example will
> help me out.
>
> John Balgenoth
>
>
> On Aug 28, 2014, at 12:24 PM, Alain Farmer  wrote:
>
> > Correction:
> >
> > function insertAsColumn colNumber, dataToInsert, intoThisTable
> > --
> > if the number of lines of dataToInsert is not the number of lines of
> intoThisTable
> > then die "Error: Lists have different lengths."
> > --
> > set the itemdel to tab
> > repeat for each line x in dataToInsert
> > get line x of dataToInsert
> > put it & tab before item colNumber of line x of intoThisTable
> > end
> > repeat
> > return intoThisTable
> > --
> > end insertAsColumn
> >
> > on die dyingMessage
> > answer dyingMessage
> > exit to top
> > end die
> >
> >
> >
> >
> > On , Alain Farmer  wrote:
> >
> >
> >
> > on insertAsColumn colNumber, dataToInsert, intoThisTable
> > --
> > if the number of lines of dataToInsert is not the number of lines of
> intoThisTable
> > then die "Error: Lists have different lengths."
> > --
> > set the itemdel to tab
> > repeat for each line x in dataToInsert
> > get line x of dataToInsert
> > put it & tab before item colNumber of line x of intoThisTable
> > end
> > repeat
> > return intoThisTable
> > --
> > insertAsColumn
> >
> > on die dyingMessage
> > answer dyingMessage
> > exit to top
> > end die
> >
> >
> >
> > On Thursday, August 28, 2014 2:59:04 PM, JB 
> wrote:
> >
> >
> >
> > Richard Gaskin wrote a function to get a column
> > from a list.
> >
> > function GetCol pData, pCol --Richard Gaskin
> > set the itemdel to tab
> > put empty into tReturnList
> > repeat for each line tLine in pData
> > put item pCol of tLine &cr after tReturnList
> > end repeat
> > delete last char of tReturnList -- trailing CR
> > return tReturnList
> > end GetCol
> >
> > Does anyone know how to convert this so you can
> > join the selected columns back together in any
> > order you want?
> >
> > John
> > Balgenorth
> > ___
> > 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


[OT] Transparent Demo Screen

2014-08-18 Thread Magicgate Software - Skip Kimpel
Is there any software out there to create the "semi-transparent" demo
screen that you see sometimes when an app launches for the first time.
Yes, I could spend the time doing it in Photoshop but I was thinking there
might be something purpose driven out there already.

There seems to be some commonalty between the ones I have seen with curved
arrows and "handwritten" text.

Know of anything?

Your insight is always appreciated!

SKIP
___
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: sending data somehow...

2014-08-06 Thread Magicgate Software - Skip Kimpel
In Windows, I also use a VBScript technique that sends stuff out through my
Outlook client without any interaction.

Just a thought if you want to go down that route

SKIP


On Wed, Aug 6, 2014 at 10:01 AM,  wrote:

> Hi Simon,
> Thanks - I will look into those links.
> Larry
>
> - Original Message - From: "Simon Smith" 
> To: "How to use LiveCode" 
> Sent: Wednesday, August 06, 2014 1:11 AM
> Subject: Re: sending data somehow...
>
>
>
>  Hi Larry
>>
>> Take a look at the SMTP stack on
>> http://www.troz.net/rev/index.irev?category=All
>>
>> I have used http://commandlinesendmail.blogspot.com/ though in the past
>> (windows only)
>>
>> Simon
>>
>>
>> On Wed, Aug 6, 2014 at 6:37 AM,  wrote:
>>
>>  I read the following lesson:
>>> http://lessons.runrev.com/m/4071/l/13197-how-do-i-create-an-html-e-mail
>>>
>>> Supposedly this only works if Thunderbird is the default email client.
>>>
>>> Does anyone know if there is a way to send an email from a stack if
>>> Thunderbird is NOT the default email client?
>>>
>>>
>>> ACTUALLY, what I want to do is this:
>>> create some data in a stack
>>> send that data (by email or whatever) to another person who has a stack
>>> that imports the data and makes use of it.
>>>
>>> Can that be done?
>>>
>>> TIA
>>> Larry
>>> ___
>>> 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: One day left

2014-07-30 Thread Magicgate Software - Skip Kimpel
I'm in as well.

SKIP


On Wed, Jul 30, 2014 at 11:53 AM, J. Landman Gay 
wrote:

> Some on this list work for businesses that depend on LiveCode for in house
> products.  It would be great if the company could pledge.  Since there's a
> purchase order option to pay later, there would be little risk.
>
> On July 30, 2014 10:33:07 AM CDT, Graham Samuel  wrote:
> >I'm in, and I upped my pledge twice, but I wish there were some really
> >high rollers out there somewhere. I must know the wrong people...
> >
> >Graham
> >
> >On 30 Jul 2014, at 14:10, Paul Dupuis  wrote:
> >
> >> On 7/30/2014 1:20 AM, J. Landman Gay wrote:
> >>> I need HTML5. Are you guys in?
> >>
> >> HTML5 is important enough to us that we raided our piggy bank (and
> >> checking accounts, wallets, couch cushions, and every other source we
> >> could find) and pledged slightly over 1% of the goal. So, please -
> >among
> >> the folks who have not contributed - consider doing so. Contribute
> >0.1%
> >> each or contribute 0.01% each. Every pledge helps.
>
>
> --
> 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
>
___
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: LiveCode Server used to make multi-player game

2014-07-24 Thread Magicgate Software - Skip Kimpel
Just made a trade (after hours) an immediately I had lost $50.  Is this a
mistake or is there a transaction cost?  Also, it won't let me make another
transaction even though I have 5000 left.


On Thu, Jul 24, 2014 at 7:32 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:

> I'm in!  Sounds like a blast!
>
> SKIP
>
>
> On Thu, Jul 24, 2014 at 7:02 PM, RunRevPlanet 
> wrote:
>
>> Hi,
>>
>> Converted a single player Stock Market game, that was published way
>> back in 1978 in the classic book "BASIC Computer Games", into a
>> Multi-Player
>> game that runs on LiveCode Server and can be played in any web browser.
>>
>> http://thelivecodelab.com/original-demo/stock-trader-game/
>>
>> If you want to join the list of players and try to become the best trader,
>> please do.
>>
>> Cheers,
>> --
>> Scott McDonald
>> "Components, Controls, Tools and Resources for LiveCode"
>> www.runrevplanet.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: LiveCode Server used to make multi-player game

2014-07-24 Thread Magicgate Software - Skip Kimpel
I'm in!  Sounds like a blast!

SKIP


On Thu, Jul 24, 2014 at 7:02 PM, RunRevPlanet  wrote:

> Hi,
>
> Converted a single player Stock Market game, that was published way
> back in 1978 in the classic book "BASIC Computer Games", into a
> Multi-Player
> game that runs on LiveCode Server and can be played in any web browser.
>
> http://thelivecodelab.com/original-demo/stock-trader-game/
>
> If you want to join the list of players and try to become the best trader,
> please do.
>
> Cheers,
> --
> Scott McDonald
> "Components, Controls, Tools and Resources for LiveCode"
> www.runrevplanet.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


  1   2   3   4   >