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 a

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 see

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

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 monolit

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

Re: Focus on next field

2014-11-25 Thread Magicgate Software - Skip Kimpel
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 -

Re: Focus on next field

2014-11-25 Thread Magicgate Software - Skip Kimpel
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 tha

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

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 ww

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

Re: [ANN] Free: Google-style typing filter for LiveCode

2014-12-23 Thread Magicgate Software - Skip Kimpel
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 So

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"}'

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 assumin

Re: [ANN] New Version of the MasterLibrary is available

2015-01-05 Thread Magicgate Software - Skip Kimpel
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

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 H

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.

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 maili

Re: WatchKit

2015-03-16 Thread Magicgate Software - Skip Kimpel
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, 20

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

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

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

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 wor

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

2015-05-07 Thread Magicgate Software - Skip Kimpel
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

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

2015-05-07 Thread Magicgate Software - Skip Kimpel
ox.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, d

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

2015-05-11 Thread Magicgate Software - Skip Kimpel
;>>> 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, > whic

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

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 d

Re: ios beep

2015-05-11 Thread Magicgate Software - Skip Kimpel
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 option

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

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 _

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 clipb

Re: Livecode listener

2015-05-26 Thread Magicgate Software - Skip Kimpel
tClipA > > 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

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

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

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 ad

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 o

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

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

Re: Issues with rotating image in iOS

2015-06-17 Thread Magicgate Software - Skip Kimpel
gt; 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 afternoo

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 i

Re: Caching issue on iOS

2015-06-18 Thread Magicgate Software - Skip Kimpel
rgreeninfo.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 > > Go

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 >

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

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

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 witho

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 __

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 >

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

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

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

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 a

Re: Force window on second display

2015-07-24 Thread Magicgate Software - Skip Kimpel
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/ > &g

Re: Force window on second display

2015-07-24 Thread Magicgate Software - Skip Kimpel
ogrammer > 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,

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

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 wit

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://li

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

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

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

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 t

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 f

Re: Access to antenna signal data

2015-10-19 Thread Magicgate Software - Skip Kimpel
< > 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

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 som

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

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 >

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

Re: Windows standalones not closing properly

2015-10-28 Thread Magicgate Software - Skip Kimpel
he 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 n

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

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

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 versi

Re: Detailed system information

2015-11-11 Thread Magicgate Software - Skip Kimpel
; 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 > > sta

Need to compare two datagrids

2014-05-05 Thread Magicgate Software - Skip Kimpel
I have two datagrids that I need to compare column 1. I then need to separate these two lists out into additional datagrids. For instance, datagrid 1 contains three columns: 1234, ItemA, ItemDetails 1235, ItemB, ItemDetails 1236, ItemC, ItemDetails Datagrid 2 contains three columns: 1234, ItemA,

Re: Need to compare two datagrids

2014-05-06 Thread Magicgate Software - Skip Kimpel
Peter and Phil, thank you so much... it worked perfectly! On Mon, May 5, 2014 at 6:12 PM, Peter Haworth wrote: > On Mon, May 5, 2014 at 2:53 PM, Peter Haworth wrote: > > > filter lines of tdg2Text matching tRegexp into tTemp > > > And yet another correction to the filter syntax: > > filter lin

Making tabs in a tab panel inactive

2014-05-19 Thread Magicgate Software - Skip Kimpel
Good afternoon, Is there a way to make certain tabs in a tab panel inactive? I would love to be able to control this, however, I can only seem to enable / disable the tab panel in it's entirety. Any help would be greatly appreciated! SKIP ___ use-live

Upper right hand corner or bottom right hand corner of screen

2014-05-24 Thread Magicgate Software - Skip Kimpel
Good afternoon, I know how to center an application on the screen by using"set the loc of this stack to the screenloc" but how do I position the application to the upper right hand corner or bottom right hand corner of the screen instead? I am writing a utility app that I want to start "out of th

Re: Upper right hand corner or bottom right hand corner of screen

2014-05-24 Thread Magicgate Software - Skip Kimpel
two coordinates of the second line: > > set the bottomRight of stack "My Utility" to 4240,678 > > > Hope this helps. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > > > > > On 5/24/14 11:44 AM, "

South Florida LiveCode User Group

2014-05-28 Thread Magicgate Software - Skip Kimpel
Good evening everybody, I am exploring setting up a LC user's group down here in South Florida. I am in the Ft. Lauderdale region and am trying to gauge interest and determine how many LC developers we have in this area. Please respond to let me know if you are interested. SKIP KIMPEL _

Import text file into sqlite

2014-06-02 Thread Magicgate Software - Skip Kimpel
Good evening everybody, I have a text file that I need to import into a sqlite file. I have a script that will create the sqlite file, however I am struggling with the rest of the coding. The text files comes with file headers that I can use, if I choose to. Any help is greatly appreciated! SK

Need to filter out items of list

2014-06-03 Thread Magicgate Software - Skip Kimpel
Good morning coders, I have a very, very large field that contains some text from a tab delimited dataset. Row 1 contains the headers. Here is my dilemma... I need to filter out lines where item 9=EMPTY or item 15 is greater than 0. Any help or guidance? Thank you! SKIP __

Re: Need to filter out items of list

2014-06-03 Thread Magicgate Software - Skip Kimpel
; Dar > > > On Jun 3, 2014, at 8:02 AM, Magicgate Software - Skip Kimpel < > s...@magicgate.com> wrote: > > > Good morning coders, > > > > I have a very, very large field that contains some text from a tab > > delimited dataset. Row 1 contains the head

Re: Need to filter out items of list

2014-06-03 Thread Magicgate Software - Skip Kimpel
; if item 9 of n is empty OR item 15 of n > 0 then delete n > >> end repeat > >> > >> ... not tested. But it seems like maybe you have something else in mind? > >> > >> - Charles > >> > >> On 03 Jun 2014, at 9:02 AM, Magicgate So

Re: Need to filter out items of list

2014-06-03 Thread Magicgate Software - Skip Kimpel
I thought that might be a little inefficient, but once again, I am overthinking it! Thanks for all of your help. On Tue, Jun 3, 2014 at 3:05 PM, Klaus major-k wrote: > Hi Skip, > > Am 03.06.2014 um 21:02 schrieb Magicgate Software - Skip Kimpel < > s...@magicgate.com>: &g

Re: Need to filter out items of list

2014-06-03 Thread Magicgate Software - Skip Kimpel
Yep, just tried it and the counter slowed down the process in a VERY noticeable way. I will have to evaluate if it is worth it or not. SKIP On Tue, Jun 3, 2014 at 3:17 PM, J. Landman Gay wrote: > On 6/3/2014, 2:02 PM, Magicgate Software - Skip Kimpel wrote: > >> Given that

Removing all NON numbers from a data element

2014-06-11 Thread Magicgate Software - Skip Kimpel
Hello LC'ers I have data element that I need to scan for all NON numbers and remove them. For instance this data element should read 0123456789 but sometimes is listed as 0123-4-5678-9 or has foreign characters in it or reads NOT AVAILABLE. so: if item 14 of tLine <> number then There are a

Re: which is faster for searching?

2014-06-17 Thread Magicgate Software - Skip Kimpel
I used the "for each line" in a recent project that evaluates 500,000 lines and takes just a couple of seconds to complete. It is VERY fast! SKIP On Tue, Jun 17, 2014 at 1:11 PM, wrote: > Thanks to Mark and jbv for the good advice. > I ended up using the "for each line..." since that was easy

Re: which is faster for searching?

2014-06-17 Thread Magicgate Software - Skip Kimpel
Yes, my 500,000 lines of text are about 2000 characters long and has multiple criteria applied against it. The text file that it is analyzing is about 200MB. I am very happy with "a couple of seconds." :) On Tue, Jun 17, 2014 at 8:59 PM, Kay C Lan wrote: > On Wed, Jun 18, 2014 at 4:18 AM, Pe

Check for running application in Windows

2014-06-20 Thread Magicgate Software - Skip Kimpel
Good afternoon! Is there a way to check to see if there is a program currently running on a Windows machine? For instance, I want to verify that a 3rd party piece of software is currently running (not just installed) before proceeding with my LC script. As usual, your comments and suggestions ar

Re: Check for running application in Windows

2014-06-20 Thread Magicgate Software - Skip Kimpel
Paul, you are the BEST! Thank you... it works perfectly. SKIP On Fri, Jun 20, 2014 at 12:14 PM, Paul Dupuis wrote: > On 6/20/2014 12:09 PM, Magicgate Software - Skip Kimpel wrote: > > Good afternoon! > > > > Is there a way to check to see if there is a program cur

Launch URL to run Windows program using command line switches

2014-06-30 Thread Magicgate Software - Skip Kimpel
Hello LC'ers, I need to launch a function within my LC application. How would I properly format a launch URL statement that launches a file with command line options? For instance, what I need to launch is: C:\Program Files (x86)\MyProgram\file.exe /P "myfile.txt" Every way I try to format the

Re: Launch URL to run Windows program using command line switches

2014-06-30 Thread Magicgate Software - Skip Kimpel
Got it working. Ended up with this to get it working: launch "c:/Program Files (x86)/MyProgram/file.exe /P ""E&"myfile.txt""E On Mon, Jun 30, 2014 at 3:07 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > Hello LC'e

Problem with filter and regex

2014-07-09 Thread Magicgate Software - Skip Kimpel
Hello LC'ers I am comparing two lists using the following: filter lines of tdg2Text with regex pattern tRegexp into tTemp The problem I have is that this is pulling up multiple lines in tdg2Text when if fact I need to filter out a specific line. tRegExp should MATCH (exactly) item 1 of td

Re: Problem with filter and regex

2014-07-10 Thread Magicgate Software - Skip Kimpel
he Start of Line marker. > > Bernard > > > On Wed, Jul 9, 2014 at 4:28 PM, Magicgate Software - Skip Kimpel < > s...@magicgate.com> wrote: > > > Hello LC'ers > > > > I am comparing two lists using the following: > >filter lines of tdg

Re: Problem with filter and regex

2014-07-10 Thread Magicgate Software - Skip Kimpel
a tab, but disallowing any further tabs.. > > > > On 10/07/2014 14:42, Magicgate Software - Skip Kimpel wrote: > >> I think I have found the cause of the issue, now I need to figure out how >> to solve it. >> >> The regex pattern I am looking for appears in other

Re: Problem with filter and regex

2014-07-10 Thread Magicgate Software - Skip Kimpel
I additionally noticed that if my search term is b108 it also pulls over b108-option1, b108-option2, etc. I need it to only filter b108 and not those other items. On Thu, Jul 10, 2014 at 10:05 AM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > I am reading the da

Re: Problem with filter and regex

2014-07-10 Thread Magicgate Software - Skip Kimpel
So... ^yourregexpattern\t > ^ is the start of line marker > \t is the (usual) regex for a tab character > - Charles > > On 10 Jul 2014, at 9:05 AM, Magicgate Software - Skip Kimpel < > s...@magicgate.com> wrote: > > > I am reading the data from a datagrid into a var

Re: Problem with filter and regex

2014-07-10 Thread Magicgate Software - Skip Kimpel
It is still thinking that AP6003 and AP60003BF are the same... I am using: filter lines of tdg2Text with regex pattern "^"&tRegexp&"\t" into tTemp (where tRegexp=AP6003) Hm... On Thu, Jul 10, 2014 at 1:30 PM, Magicgate Software - Skip Kimpel < s...@magicgat

Re: Problem with filter and regex

2014-07-10 Thread Magicgate Software - Skip Kimpel
And once gain, it appears to be because AP600BF includes in it's line description "AP6003 is a replacement part for" So it is still getting confused. On Thu, Jul 10, 2014 at 1:45 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > It is still

Re: Problem with filter and regex

2014-07-10 Thread Magicgate Software - Skip Kimpel
lines of your data would help us list members > help you... > > - Charles > > On 10 Jul 2014, at 12:50 PM, Magicgate Software - Skip Kimpel < > s...@magicgate.com> wrote: > > > And once gain, it appears to be because AP600BF includes in it's line > &g

Datagrid column of data with trailing spaces

2014-07-14 Thread Magicgate Software - Skip Kimpel
Good afternoon, I have a datagrid and column 1 has trailing spaces in the data items that I need to get rid of. The number of trailing spaces is never consistent. Once again, I think regex will be my friend / worst enemy :) Suggestions on how to do this effectively? Thanks in advance for your

Re: Datagrid column of data with trailing spaces

2014-07-14 Thread Magicgate Software - Skip Kimpel
put word 1 to -1 of tLine & CR after tNewText >> end repeat >> delete last char of tNewText >> set the dgText of grp "dgGrid" to tNewText >> >> :-) >> Phil Davis >> >> >> On 7/14/14, 1:56 PM, Magicgate Software - Skip Kim

  1   2   3   4   >