Re: AR applications?

2023-05-28 Thread Skip Kimpel via use-livecode
will be more possible. > > Rick > >> On May 27, 2023, at 12:26 PM, Skip Kimpel via use-livecode >> wrote: >> >> Has anybody done anything with LC and AR? >> >> Curious minds want to know :) >> >> SKIP > > ___

AR applications?

2023-05-27 Thread Skip Kimpel via use-livecode
Has anybody done anything with LC and AR? Curious minds want to know :) SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Livecode / Github

2022-08-18 Thread Skip Kimpel via use-livecode
Greetings! Been a while since I have been on this list. Working on a new project and wondering if the backing up of Livecode files to Github was ever implemented and created. I know there was talk of it at one time. I apologize if it has been in place for a while and I am just out of the loop.

Re: JSON to Datagrid

2021-12-08 Thread Skip Kimpel via use-livecode
To functions actually needed... need to be able to convert to a datagrid and I will be also pumping this data into a SQL server. SKIP On Wed, Dec 8, 2021 at 11:15 AM Skip Kimpel wrote: > I have been googling a solution for this but have not found a solid > solution for this. > >

JSON to Datagrid

2021-12-08 Thread Skip Kimpel via use-livecode
I have been googling a solution for this but have not found a solid solution for this. Can anybody lead me in the right direction on this? SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Skip Kimpel via use-livecode
> > Checked > >All > > ••• > > > > The ••• could be for the ‘more…’ maybe that could open the settings or > a dialog with other view options. > > > > Martin > > > > > >> On Aug 26, 2021, at 7:48 AM, Skip Kimpel via

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Skip Kimpel via use-livecode
Thank you, Mark! > On Aug 26, 2021, at 5:55 AM, Mark Smith via use-livecode > wrote: > > Hi Skip, I’ve sent you a direct link in email as well. > > Cheers, > Mark > >> On Aug 26, 2021, at 1:13 AM, Skip Kimpel via use-livecode >> wrote: >> >

Re: [ANN] Organize - A daily task manager

2021-08-25 Thread Skip Kimpel via use-livecode
Me as well! Looks like a fantastic product. SKIP > On Aug 25, 2021, at 8:08 PM, Marc Siskin via use-livecode > wrote: > > Mark, > > I would like to test your app. I need an invitation code in order to do so. > > If you still have space, please send me a code directly to my e-mail. > >

Re: Need to populate array into datagrid

2021-08-11 Thread Skip Kimpel via use-livecode
Either way tiggers the LayoutControl and FillInData handlers in the > datagrid, so these need to be the same as (or be modified to meet) the > structure of the incoming data. > > There is more in the dictionary under dgData and dgText. > > Mark > > > On Aug 10, 2021, at 7

Need to populate array into datagrid

2021-08-10 Thread Skip Kimpel via use-livecode
What is the best way to do this? I have searched my old code, online results, etc and cannot find a clear cut answer. Having said that, it has been a VERY long time since I have done this so I am part of the "use it or lose it" club right now. Any help would be greatly appreciated! SKIP

Re: Most streamlined method to get data

2021-08-02 Thread Skip Kimpel via use-livecode
It looks like all the "thousand dollar+" amounts are quoted - i.e. it's > an example of a regular CSV file - ugly but predictable. > > Did you try the CSVToTab converter ? > > > https://github.com/macMikey/csvToText > <https://github.com/macMikey/csvToText> >

Re: Most streamlined method to get data

2021-08-01 Thread Skip Kimpel via use-livecode
So to give you a full sense of the ugliness of the CSV I am working with, here it is: (trying to add certain columns but because some columns have multiple "thousand dollar+ amounts, it throws doing an item count. Need to get rid of all dollar signs (easy) and all the commas that are part of a

Most streamlined method to get data

2021-07-29 Thread Skip Kimpel via use-livecode
I have a variable that contains: ,Name,,,Quantity,Total,,,Percent ,Dine In,,,189,"$4,812.71",,,57.96% ,Take Out,,,72,"$1,676.43",,,20.19% ,3rd Party,,,54,"$1,779.35",,,21.43% ,Bakery,,,3,$34.83,,,0.42% ,Total,,,318,"$8,303.32",,, What is the best way to get 8303.32

Re: Also looking for MSSQL integration person

2021-07-26 Thread Skip Kimpel via use-livecode
try_cast worked!!! I converted those fields, using that technique, into a varchar and BAM! Thank you, Bob! SKIP On Mon, Jul 26, 2021 at 7:29 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > > MSSQL has a try_cast snf cast function. > > That should read MSSQL has a

Re: Also looking for MSSQL integration person

2021-07-26 Thread Skip Kimpel via use-livecode
Actually, just looked and another field that is nchar(10) is also receiving the "?" result so it has nothing to do with the "max" parameter. SKIP On Mon, Jul 26, 2021 at 6:54 PM Skip Kimpel wrote: > I think it is how I have everything setup something is gettin

Re: Also looking for MSSQL integration person

2021-07-26 Thread Skip Kimpel via use-livecode
ou table(s) are using or set > the encoding of the table(s) in the database to what you want and then > perform the appropriate textEncode or textDecode operations in LC > > > > On 7/26/2021 4:44 PM, Skip Kimpel via use-livecode wrote: > > I have MSSQL data flowing into my projec

Also looking for MSSQL integration person

2021-07-26 Thread Skip Kimpel via use-livecode
I have MSSQL data flowing into my project but two data input fields are coming through as "?" instead of the actual text. WIlling to pay someone to help me figure this out. Please contact me directly at s...@magicgate.com Thank you! SKIP ___

Looking to hire API (SOAP) expert (work for hire)

2021-07-26 Thread Skip Kimpel via use-livecode
u for your work. You can contact me directly at s...@magicgate.com. Best regards, SKIP KIMPEL ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefere

Problems with text data fields pulling from SQL

2021-05-12 Thread Skip Kimpel via use-livecode
I am pulling data from an Azure MS SQL database using an ODBC connection. All data comes across just fine EXCEPT for data with field types of NVARCHAR(Max). When those fields arrive to LC, it shows up as a question mark "?". Any reason why this would happen? Any resolution to this? Best

Re: MP3 ID3 tag writer

2020-11-24 Thread Skip Kimpel via use-livecode
Also found this by Paul McClernan: https://github.com/PaulMcClernan/id3lib SKIP On Tue, Nov 24, 2020 at 12:39 PM Skip Kimpel wrote: > Looking at that zip file, I don't see the library attached. Also, does > anybody have an idea if what ID3 version this is compatible with? > > SKI

Re: MP3 ID3 tag writer

2020-11-24 Thread Skip Kimpel via use-livecode
Looking at that zip file, I don't see the library attached. Also, does anybody have an idea if what ID3 version this is compatible with? SKIP On Tue, Nov 24, 2020 at 12:37 PM Skip Kimpel wrote: > Thank you! > > SKIP > > On Tue, Nov 24, 2020 at 11:09 AM matthias rebbe via use-l

Re: MP3 ID3 tag writer

2020-11-24 Thread Skip Kimpel via use-livecode
> > http://marksmith.on-rev.com/revstuff/files/libID3.zip > > > > Here's an overview of his rev stacks: > > > > http://marksmith.on-rev.com/revstuff/ > > > > - > > Matthias Rebbe > > Life Is Too Short For Boring Code > > > >> Am 24.11.2020

MP3 ID3 tag writer

2020-11-24 Thread Skip Kimpel via use-livecode
Has anybody written a library for this? Looking to write ID3 tags for mp3 files including the addition to mp3 artwork. Thoughts? SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Best relational database for IOS / Android

2020-04-29 Thread Skip Kimpel via use-livecode
Good morning, In your opinion, what is the best relational database to use for an IOS / Android application? Being a PC guy and always living in the Microsoft world, I always default to SQL, however, with my latest discoveries of the complexities involved and lack of support in LC I don't think

Re: Counting unique items in a file

2020-04-27 Thread Skip Kimpel via use-livecode
make sense to modify this function to fit these additional needs? SKIP On Mon, Apr 27, 2020 at 3:05 PM Skip Kimpel wrote: > Silly me... of course. Thank you, Dunbarx for pointing out the obvious :) > > SKIP > > On Mon, Apr 27, 2020 at 2:27 PM dunbarx--- via use-livecode < > use-l

Re: Counting unique items in a file

2020-04-27 Thread Skip Kimpel via use-livecode
ray. > "combine " the array with "return and "comma" > Craig > > > -Original Message- > From: Skip Kimpel via use-livecode > To: Dan Friedman > Cc: Skip Kimpel ; How to use LiveCode < > use-livecode@lists.runrev.com> > Sent: Mon, Apr 27

Re: Counting unique items in a file

2020-04-27 Thread Skip Kimpel via use-livecode
You should get back an array keyed by the unique names, and how many > instances of each one > > > -Dan > > > > On 4/27/20, 10:25 AM, "use-livecode on behalf of Skip Kimpel via > use-livecode" use-livecode@lists.runrev.com> wrote: > > Good afternoon

Counting unique items in a file

2020-04-27 Thread Skip Kimpel via use-livecode
Good afternoon LC'ers, I am loading a tab delimited file into a variable and I need to pull out all unique names from a certain column (let's say column 10) and count how many times that name appears in that column. I know there has to be an easy way of doing it. Every time I try to start

Re: Even Distribution

2020-04-17 Thread Skip Kimpel via use-livecode
but there is an easy way to find if the jobs can be exactly evenly > distributed, with nothing left over: > > if (tjobs mod tdrivers) = 0 then // it is evenly distrutable. > > .Jerry > > > >> On Apr 16, 2020, at 7:41 PM, Skip Kimpel via use-livecode < > use-li

Re: Even Distribution

2020-04-17 Thread Skip Kimpel via use-livecode
u seek, or an oversimplification, > but there is an easy way to find if the jobs can be exactly evenly > distributed, with nothing left over: > if (tjobs mod tdrivers) = 0 then // it is evenly distrutable. > .Jerry > > > On Apr 16, 2020, at 7:41 PM, Skip Kimpel via use-livecode < &

Re: Even Distribution

2020-04-16 Thread Skip Kimpel via use-livecode
Skip Kimpel wrote: > Dev, I have already sorted the jobs out by proximity so I don't need to > worry about that. Just need the distribution piece down. I agree, you > have a good point an might prove valuable in the future. > > SKIP > > On Thu, Apr 16, 2020 at 10:33 PM Skip Kim

Re: Even Distribution

2020-04-16 Thread Skip Kimpel via use-livecode
Dev, I have already sorted the jobs out by proximity so I don't need to worry about that. Just need the distribution piece down. I agree, you have a good point an might prove valuable in the future. SKIP On Thu, Apr 16, 2020 at 10:33 PM Skip Kimpel wrote: > Haha... Let me specify, I

Re: Even Distribution

2020-04-16 Thread Skip Kimpel via use-livecode
ete basis so that all were busy for > about the same time. > > > On 16-Apr-2020, at 8:23 PM, Skip Kimpel via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I have 15 "jobs" that need to be assigned to 7 "drivers". How would you

Even Distribution

2020-04-16 Thread Skip Kimpel via use-livecode
I have 15 "jobs" that need to be assigned to 7 "drivers". How would you evenly distribute the jobs to the drivers? In this case one of the drivers would have 3 jobs while the others have two. Obviously, the number of drivers and number of jobs would fluctuate. This has been my mind twister for

Re: Livecode and AWS Sql

2020-04-12 Thread Skip Kimpel via use-livecode
never were able to use them with ODBC Manager. > In the middle of the page at > > https://docs.microsoft.com/de-de/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver15 > you´ll find more information about it > > > Matthias > > > > &g

Re: Livecode and AWS Sql

2020-04-12 Thread Skip Kimpel via use-livecode
SSQL for Mac from Microsoft, but i > never were able to use them with ODBC Manager. > In the middle of the page at > > https://docs.microsoft.com/de-de/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver15 > you´ll find more information about it > > > Matth

Re: Livecode and AWS Sql

2020-04-12 Thread Skip Kimpel via use-livecode
here ODBC connections are easy and > built in. Then I will have my Mac or Windows LC apps send queries via the > socket apps. > >> > >> Since they encrypt both ways, it’s secure as well, and I do not have to > enable SSL on my mySQL server and futz with SSL certs. >

Re: Livecode and AWS Sql

2020-04-11 Thread Skip Kimpel via use-livecode
a the > socket apps. > > Since they encrypt both ways, it’s secure as well, and I do not have to > enable SSL on my mySQL server and futz with SSL certs. > > Bob S > > > > On Apr 11, 2020, at 3:46 PM, Skip Kimpel via use-livecode < > use-livecode@lists.runrev.com>

Re: Livecode and AWS Sql

2020-04-11 Thread Skip Kimpel via use-livecode
pp that communicates with ODBC must be on the same device as the DSN. > > > > May not be your issue. > > > > Bob S > > > > > >> On Apr 10, 2020, at 4:36 AM, Skip Kimpel via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> >

Re: Livecode and AWS Sql

2020-04-11 Thread Skip Kimpel via use-livecode
g somebody will read this someday and find the answers to the other two issues I just listed. Hope this helps somebody out there. SKIP KIMPEL On Fri, Apr 10, 2020 at 9:17 PM Skip Kimpel wrote: > Okay, went back to the PC side and was able to successfully connect to a > local SQL server. When I

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
st? > > > > Ralph DiMola > > IT Director > > Evergreen Information Services > > rdim...@evergreeninfo.net > > > > From: Skip Kimpel [mailto:skiplon...@gmail.com] > Sent: Friday, April 10, 2020 1:46 PM > To: How to use LiveCode > Cc: Ralph DiMola

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
in my internal memory banks, I don't know if I have ever connected to a remote, cloud based SQL server before. SKIP On Fri, Apr 10, 2020 at 1:31 PM Skip Kimpel wrote: > Good to know. > > > SKIP > > On Fri, Apr 10, 2020 at 1:30 PM Ralph DiMola via use-livecode < > use-l

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
t; > IT Director > > Evergreen Information Services > > rdim...@evergreeninfo.net > > > > From: Skip Kimpel [mailto:skiplon...@gmail.com] > Sent: Friday, April 10, 2020 1:08 PM > To: How to use LiveCode > Cc: Ralph DiMola > Subject: Re: Livecode and AWS Sql > &

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
. Beyond frustrating... I must be getting old ; SKIP On Fri, Apr 10, 2020 at 10:56 AM Skip Kimpel wrote: > I do appreciate your help, Ralph. You and I are in the same boat in > regards to their comfort level having primarily worked in a Windows > environment in the past. > > SKIP >

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
Services > > rdim...@evergreeninfo.net > > > > From: Skip Kimpel [mailto:skiplon...@gmail.com] > Sent: Friday, April 10, 2020 10:35 AM > To: How to use LiveCode > Cc: Ralph DiMola > Subject: Re: Livecode and AWS Sql > > > > Unfortunately, I don't think it is

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
518-636-3998 Ex:11 > > Cell: 518-796-9332 > > > > From: Skip Kimpel [mailto:skiplon...@gmail.com] > Sent: Friday, April 10, 2020 10:19 AM > To: How to use LiveCode > Cc: Ralph DiMola > Subject: Re: Livecode and AWS Sql > > > > I am so used to running i

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
I am so used to running in the Windows world that I don't think I have a SQL ODBC driver installed on my MAC. I googled it a little bit and did not find too much help. Anybody have suggestions on this piece? SKIP On Fri, Apr 10, 2020 at 9:44 AM Skip Kimpel wrote: > Nope... am able to conn

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
e- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Skip Kimpel via use-livecode > Sent: Thursday, April 09, 2020 10:10 PM > To: How to use LiveCode > Cc: Skip Kimpel > Subject: Livecode and AWS Sql > > Any trick to connecting to an

Re: Livecode and AWS Sql

2020-04-10 Thread Skip Kimpel via use-livecode
I forgot to mention that I am on a Mac... also very new to me. This might also have something to do with how the SQL connection script is written. SKIP On Thu, Apr 9, 2020 at 10:09 PM Skip Kimpel wrote: > Any trick to connecting to an AWS Sql instance? I am using some of my old > s

Livecode and AWS Sql

2020-04-09 Thread Skip Kimpel via use-livecode
Any trick to connecting to an AWS Sql instance? I am using some of my old scripts that always hooked up properly to a local Sql server. Wondering if I might be a trick for AWS or heck, my method might be old and there is a better way to do it. *put revOpenDatabase("ODBC","DRIVER=SQL

Re: Problems locating Android SDK

2020-04-06 Thread Skip Kimpel via use-livecode
Richard, It took me two attempts at the Android Studio install. I realized during the first attempt that I had cut it short before it had finished everything. After re-installing, it worked just fine. SKIP On Mon, Apr 6, 2020 at 1:47 PM Colin Holgate via use-livecode <

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
I did an uninstall of the Android Studio and re-installed it. After that, it worked. Go figure! SKIP On Sun, Apr 5, 2020 at 8:55 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > ~/Library/Android/sdk/ > > I don't use virtual machines... I just use my

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
indow. > > > > - Now there should appear a new option: "Android SDK Tools (Obsolete)" - > check that, hit "Apply" - it will download the files and "Tools" folder > will appear in the /Users/youruser/Library/Android/sdk/ folder: > > > > > > >

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
w option: "Android SDK Tools (Obsolete)" - > check that, hit "Apply" - it will download the files and "Tools" folder > will appear in the /Users/youruser/Library/Android/sdk/ folder: > > > > > > HTH, > > - > Matthias Rebbe > Li

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
’m sure, LiveCode doesn’t recognize it as > valid Android SDK root. It’s been a few years since I had to set that path. > > > > On Apr 5, 2020, at 3:25 PM, Skip Kimpel via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I am relatively new to Mac so if this

Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
I am relatively new to Mac so if this is an easy fix, sorry for asking. I have installed Android Studio and the SDK is located in my user/library directory. I figured out how to reveal the library folder using Finder but when I try to browse to the SDK location in Livecode settings, I am not

Strange times, amazing projects

2020-04-03 Thread Skip Kimpel via use-livecode
against my delivery zone kml data. Has anybody done this before? Any suggestions? As always, your input is GREATLY appreciated :) Best regards, SKIP KIMPEL ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Preview HTML of a field

2018-08-15 Thread Skip Kimpel via use-livecode
ding coming out of the database, that would preclude database > encoding, especially if you are using a blob column as those (to my > knowledge) are already binary type. > > Bob S > > > > On Aug 15, 2018, at 08:15 , Skip Kimpel via use-livecode < > use-livecode@li

Re: Preview HTML of a field

2018-08-15 Thread Skip Kimpel via use-livecode
So sorry, my bad!!! I had, for some reason, commented out a key element of this and that is why it was not rendering. I knew it was easier than I made it out to be! Thanks again for your help in this matter! SKIP On Wed, Aug 15, 2018 at 11:03 AM Paul Dupuis via use-livecode <

Re: Preview HTML of a field

2018-08-15 Thread Skip Kimpel via use-livecode
Thank you Andy and Paul for your input. Having said that, I have tried both techniques and am still not able to produce the results. Any other insight I might be missing? Seems like such a simple thing, not sure why I am struggling with this. SKIP On Wed, Aug 15, 2018 at 11:03 AM Paul Dupuis

Preview HTML of a field

2018-08-15 Thread Skip Kimpel via use-livecode
I would like to preview the HTML that exists in a field and preview it within LC. What is the best way of doing this? SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Skip Kimpel via use-livecode
Is there an upgrade charge? SKIP KIMPEL On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Friends, > > After ages without updating my tools, I've resumed working on them. Today I > am releasing a tentative version of DB

Re: Microsoft 365 Rest API

2017-10-12 Thread Skip Kimpel via use-livecode
Amen to that... SKIP On Thu, Oct 12, 2017 at 9:54 AM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > Skip, we are piloting the same starship in alternate universes, I do > believe. ;) > > ~Roger > > > On Thu, Oct 12, 2017 at 9:47 AM, Skip Kimp

Re: Microsoft 365 Rest API

2017-10-12 Thread Skip Kimpel via use-livecode
Roger... why is it that you and I are ALWAYS on the same page and interested in the same things? Love it! SKIP On Thu, Oct 12, 2017 at 9:43 AM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > VERY interested! Will this be shared, or become a add-on product for the > LC

Re: Microsoft 365 Rest API

2017-10-12 Thread Skip Kimpel via use-livecode
I am very interested in this functionality as well. SKIP On Thu, Oct 12, 2017 at 8:54 AM, Pi Digital via use-livecode < use-livecode@lists.runrev.com> wrote: > I’ve been currently working on a project with another Livecoder making a > library to work with MS Dynamics365. It turns out that the

LC on Raspberry Pi3

2017-09-01 Thread Skip Kimpel via use-livecode
Anybody running any apps on RPi3 (Raspbian)? SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: What's Happening with TactileMedia?

2017-08-24 Thread Skip Kimpel via use-livecode
I can only dream that they would bring Scott into the folds of the LiveCode and make his amazing visual interface components part of the base package. It would be win/win for everybody! SKIP On Thu, Aug 24, 2017 at 3:30 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote:

Re: Hackintosh

2017-08-01 Thread Skip Kimpel via use-livecode
By the way, I would go the route of a VM version of a hackitosh, not a hardware, build from scratch concept. SKIP On Tue, Aug 1, 2017 at 4:03 PM, Erik Beugelaar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Dan, > > I have built 6 years ago a Hackintosh computer based on a

Re: OT: Hackintosh

2017-08-01 Thread Skip Kimpel via use-livecode
I have built one and submitted apps with no problems. A pain to install but it is a possibility. Another option is MacInCloud (https://www.macincloud.com) I have used them before as well and then map a DropBox folder to my PC so I can transfer files back forth effortlessly. SKIP On Tue, Aug 1,

Re: LC Global - my experience

2017-06-17 Thread Skip Kimpel via use-livecode
an open bar SKIP > On Jun 17, 2017, at 8:42 AM, pink via use-livecode > wrote: > > While it is fun to hang out with other Livecoders, and to go out carousing > with the staff, it is definitely nice to be able to watch remotely. We can > still interact

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Skip Kimpel via use-livecode
Excited to try this out! SKIP On Tue, Jun 6, 2017 at 4:16 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > DB Lib (andregarzia/projects/dblib) is a minimalistic database library for > LiveCode that works on Desktop and Mobile and allows you to build > database-savvy

Re: Producing a list of duplicates

2017-03-22 Thread Skip Kimpel via use-livecode
r posting it :) > > On Wed, Mar 22, 2017 at 12:25 PM, Dr. Hawkins via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > On Wed, Mar 22, 2017 at 4:41 AM, Skip Kimpel via use-livecode < > > use-livecode@lists.runrev.com> wrote: > > > > > I have

Re: [ANN] tinyDictionary

2017-03-22 Thread Skip Kimpel via use-livecode
Great job! Downloaded and already using it. SKIP On Wed, Mar 22, 2017 at 11:05 AM, Roger Guay via use-livecode < use-livecode@lists.runrev.com> wrote: > I love it! Thanks!! > > Roger > > > On Mar 22, 2017, at 7:37 AM, BNig via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I

Producing a list of duplicates

2017-03-22 Thread Skip Kimpel via use-livecode
Anybody have a good method for searching a list of items for duplicates and listing those duplicates in a variable? I have a bunch of data records that contain email addresses. I need to search through that list and produce an list so those duplicates can be acted upon. As always, your input is

Re: LiveCode + Amazon CloudFront

2017-02-20 Thread Skip Kimpel via use-livecode
No suggestions but if somebody is going to develop this, please add in support for Windows. This would be a great addition! SKIP > On Feb 20, 2017, at 2:27 AM, Todd Fabacher via use-livecode > wrote: > > Hello All, > > We need to interface between LiveCode

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Skip Kimpel via use-livecode
I second Dave's comments very well done and a foundation for amazing things to come. This is been an issue that has been brought up in the past and you have made great headways into making version control a reality in LiveCode. SKIP On Sun, Feb 5, 2017 at 8:55 AM, Dave Kilroy via

Re: Drag List Items Up and Down

2017-02-02 Thread Skip Kimpel via use-livecode
Excellent... works like a charm. Thanks for sharing! SKIP On Thu, Feb 2, 2017 at 1:48 PM, AndyP via use-livecode < use-livecode@lists.runrev.com> wrote: > Modified script > added > > /if within (field "myField", the mouseLoc) is true then / > > on mouseDown > >put word 2 of the clickLine

Re: Drag List Items Up and Down

2017-02-02 Thread Skip Kimpel via use-livecode
Very nice little script! Question: You can actually drag an item "up" and out of the field and it disappears forever. Any way to avoid this? SKIP KIMPEL On Thu, Feb 2, 2017 at 11:14 AM, AndyP via use-livecode < use-livecode@lists.runrev.com> wrote: > Try this > >

Re: It looks like Director is Finally Dead

2017-01-28 Thread Skip Kimpel via use-livecode
I am going to have to bring those out of the archives just for old times sake especially the "Is Director Dead" episodes. Appreciate the comment, Tom. SKIP On Sat, Jan 28, 2017 at 9:26 AM, tbodine via use-livecode < use-livecode@lists.runrev.com> wrote: > Hey, Skip. > > I always loved your

Re: It looks like Director is Finally Dead

2017-01-27 Thread Skip Kimpel via use-livecode
Sad to see it officially going away but the writing on the wall has been there for YEARS. I think most of us switched to other tools to do what we once did in Director. That is why we are now all friends of LiveCode :) SKIP On Fri, Jan 27, 2017 at 1:25 PM, Colin Holgate via use-livecode <

Re: [OT] Download Request

2017-01-11 Thread Skip Kimpel via use-livecode
I just checked and I don't see it. SKIP KIMPEL On Wed, Jan 11, 2017 at 12:09 PM, Randy Hengst via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi All, > > I successfully had three iOS apps approved for sale by Apple on Jan 8th. > So far they have not shown up on t

Re: TS Net for Indy vs Business

2016-12-30 Thread Skip Kimpel
+1 LC needs to reconsider breaking up functionality based upon licensing. SKIP > On Dec 30, 2016, at 6:40 AM, Roger Eller wrote: > > I am really disappointed that SFTP (for Indy) is limited to a variable > (RAM) -vs- writing directly to a file. Moving large files

Re: TS Net for Indy vs Business

2016-12-27 Thread Skip Kimpel
business license only > > + ideally: sample stack with 1 card script for each of the above. > > BR > > On 12/26/16, 7:14 PM, "use-livecode on behalf of Skip Kimpel" > <use-livecode-boun...@lists.runrev.com on behalf of skiplon...@gmail.com> > wrote: >

Re: TS Net for Indy vs Business

2016-12-26 Thread Skip Kimpel
What features are you getting "unlicensed" for? SKIP > On Dec 26, 2016, at 9:03 PM, Sannyasin Brahmanathaswami > wrote: > > We need some help. > > We know that we can do SFTP with TS-Net external > > but > > functions that we try to use from an Indy LC return "unlicensed"

Re: Adding mergJson external to standalone

2016-12-15 Thread Skip Kimpel
to select it on the inclusions pane of the standalone > builder > > > On 16 Dec. 2016, at 9:39 am, Skip Kimpel <skiplon...@gmail.com> wrote: > > > > I am trying to build a standalone (windows) using 8.1.1 and I am getting > > errors when I try to run it. I have isolated it down

Adding mergJson external to standalone

2016-12-15 Thread Skip Kimpel
done this in LC v7 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

Specifying a printer

2016-12-13 Thread Skip Kimpel
Is there a way to hard code a printer to send specific jobs to? I have a dedicated label printer that I would like my app to print to if possible. Can I use "printerName" to set this value? SKIP KIMPEL ___ use-livecode mailing list us

Re: AW: Installer software

2016-12-10 Thread Skip Kimpel
+1 > On Dec 10, 2016, at 12:43 PM, Dave Kilroy wrote: > > Well when I was a Visual Studio guy if you wanted any sort of a decent > installer you had to use 3rd party software > > Making good Windows installers can be a big thing - and it used to be the > market

Re: [ANN] XLSX Library ready for a test - Looking for testers

2016-12-02 Thread Skip Kimpel
You know I am all in... I believe in the your products, Mr. Slug! SKIP On Thu, Dec 1, 2016 at 6:08 PM, Bob Sneidar wrote: > I'll give it a go later. > > Bob S > > > On Nov 30, 2016, at 15:36 , zryip theSlug > wrote:

Re: tsNet docs/sample stacks

2016-12-01 Thread Skip Kimpel
for SFTP operations. SKIP On Thu, Dec 1, 2016 at 12:31 PM, Ben Rubinstein <benr...@cogapp.com> wrote: > Thanks both of you... by my real question is how do you know about these > sample stacks? Is their existence being revealed one by one on a > need-to-know basis? > > > O

Re: tsNet docs/sample stacks

2016-12-01 Thread Skip Kimpel
Here is a nice stack from the creators of tsNet that demonstrates some of the key functionality. You can grab some code from this stack... I have put it up on my server so you can take experiment with it. http://magicgate.com/files/tsNet_Sample_Sync_Stack.livecode SKIP On Thu, Dec 1, 2016 at

Re: lcGoogleDrive, Livecode for FM, etc.

2016-11-19 Thread Skip Kimpel
That is really good news! > On Nov 19, 2016, at 9:13 AM, Alex Tweedly wrote: > > Wow ! Terrific. Like I said, I would have been happy to pay for extra > compnents, so to hear that they will be included, and in the Community > version, is better than I would have hoped for. >

Re: tsNET error under Windows

2016-11-04 Thread Skip Kimpel
I have a support case open with LC regarding a similar matter. Should have some answers shortly and I will share when I receive any info. SKIP > On Nov 4, 2016, at 12:04 PM, Matthias Rebbe > wrote: > > > Hi, > > i am currently running into a problem with

Performance hit on REPEAT

2016-11-02 Thread Skip Kimpel
Anybody noticing a performance loss on v8.1.1 and using REPEAT? Seems to be taking an abnormal amount of time to process. Before I start sifting through my code I wanted to see if it was a known issue. SKIP ___ use-livecode mailing list

Re: Using tsNet for sftp directory file listing

2016-11-01 Thread Skip Kimpel
wrote: > Skip Kimpel wrote: > > > On 29/10/2016 7:52 AM, Richard Gaskin wrote: > >> > >> It's been a while since I've used FTP, but IIRC in previous versions > >> you could just use "get" on a directory and it'll return the file > >> list (note

Re: Using tsNet for sftp directory file listing

2016-11-01 Thread Skip Kimpel
On 29/10/2016 7:52 AM, Richard Gaskin wrote: > >> Skip Kimpel wrote: >> >> > Can anybody guide me in getting a file listing from a remote >> > directory via SFTP connection? I currently have tsNet functioning >> > to make the connection and uploading / do

Re: excessive bounces

2016-10-29 Thread Skip Kimpel
Same here SKIP > On Oct 29, 2016, at 8:53 AM, Peter M. Brigham wrote: > > I got the same message, had to re-verify my subscription. Did gmail start > doing something different? > > — Peter > > Peter M. Brigham > pmb...@gmail.com > > >> On Oct 28, 2016, at 3:50 PM, Mike

Using tsNet for sftp directory file listing

2016-10-28 Thread Skip Kimpel
Can anybody guide me in getting a file listing from a remote directory via SFTP connection? I currently have tsNet functioning to make the connection and uploading / downloading an individual file. However, I need to retrieve a list of files sitting in a directory. As always, your input is

Re: Can we move the use-list to a Google Chat

2016-09-30 Thread Skip Kimpel
Same here. -1 for Google Chat. I much prefer a listserv for the same reason Matthias referred to as it is quick and easy to respond to using a tool (email) that is in my face 24/7. SKIP On Fri, Sep 30, 2016 at 4:08 PM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de> wrote: > Google

Re: Breaking out a PDF

2016-09-19 Thread Skip Kimpel
> xref > 0 8 > 00 65535 f > 09 0 n > 74 0 n > 000120 0 n > 000179 0 n > 000322 0 n > 000415 0 n > 000445 0 n > trailer > << > /Size 8 > /Root 1 0 R > >> > startxref >

  1   2   3   4   5   >