Problem with Saving file in App on Windows 7

2016-10-28 Thread Charles Szasz
I created an app using LC 6.1.3 that runs on Windows. The Save function for saving text files works on XP and 10 and other variants of Windows except for Windows 7. Does anyone have any suggestions how to fix this problem? Sent from my iPad ___ use

Re: Using tsNet for sftp directory file listing

2016-10-28 Thread Charles Warwick
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 / downloading an individual > file. However, I need to retri

Re: Using tsNet for sftp directory file listing

2016-10-28 Thread Richard Gaskin
PS: Among the many the reasons I've switched to HTTP-based APIs for most things with servers is that FTP is notoriously inconsistently implemented in terms of the info you'll get back from a directory listing. Sometimes it'll include the date, sometimes only the time. The cutoff determining t

Re: Using tsNet for sftp directory file listing

2016-10-28 Thread Richard Gaskin
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 / downloading an individual > file. However, I need to retrieve a list of files sitting in a > directory.

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 great

RE: LC not compatible with Xcode 8.1

2016-10-28 Thread Ralph DiMola
Reported as Bug 18536. Current status is "Awaiting Release". Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of hl

LC not compatible with Xcode 8.1

2016-10-28 Thread hlowe
Apple released Xcode 8.1 yesterday. LC 9.0.0 (dp 1) does not recognize it: "The chosen folder is not a valid iOS SDK. Selected Xcode must have an iOS SDK among: 6.1, 7.1, 8.2, 9.2, 10.0." I had to revert back to Xcode 8.0. Presumably LC will be updated to support Xcode 8.1 and iOS. Henry -- V

Re: excessive bounces

2016-10-28 Thread Mike Bonner
Ah k. Thanks for the clarification! On Fri, Oct 28, 2016 at 1:40 PM, Colin Holgate wrote: > I had that today too. Not sure what the problem was. Bounces normally > means that the list failed to send to you, not the other way around. You > not seeing messages backs up that there were bounces. > >

Re: excessive bounces

2016-10-28 Thread Colin Holgate
I had that today too. Not sure what the problem was. Bounces normally means that the list failed to send to you, not the other way around. You not seeing messages backs up that there were bounces. > On Oct 28, 2016, at 12:36 PM, Mike Bonner wrote: > > Any idea why my account here might have b

excessive bounces

2016-10-28 Thread Mike Bonner
Any idea why my account here might have been disabled due to "excessive bounces?" Says the last bounce was today and, other than this email right here, I haven't sent anything to the use list today. ___ use-livecode mailing list use-livecode@lists.runrev

Re: Figuring out what type of text is on the clipboard, and ascii filtering

2016-10-28 Thread stephen barncard
On Fri, Oct 28, 2016 at 11:17 AM, stephen barncard < stephenrevoluti...@barncard.com> wrote: >- "moronized" text pasted from MS word to a website, then clipped by a >user >- who knows what else? > one could use the knowledge gained from the two arrays (and their keys) and derive a dec

Re: Using return in a command script

2016-10-28 Thread Peter M. Brigham
Keep in mind that you can use the dialogData to return values from command handlers, or function handlers for that matter: … set the dialogData to “false” end myHandler — Peter Peter M. Brigham pmb...@gmail.com > On Oct 27, 2016, at 10:31 AM, Bob Sneidar wrote: > > Thanks Monte. I've

Re: Figuring out what type of text is on the clipboard, and ascii filtering

2016-10-28 Thread stephen barncard
Dr Hawkins, I don't know if you heard about this in another thread, but perhaps this simple tool I created will help with at least what's coming into your clipboard(s). As you can see, there's a whole lot of other stuff that comes in on the RAW clipboard data array. I'd never seen these before I a

Re: Figuring out what type of text is on the clipboard, and ascii filtering

2016-10-28 Thread dunbarx
Hi. I am not sure this is what you need, but might you check the charToNum of each char, and if it is not within a certain range (max 255?) delete it? Doing this with a "repeat for each..." would be quick. Craig -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/F

Figuring out what type of text is on the clipboard, and ascii filtering

2016-10-28 Thread Dr. Hawkins
I'm trying to figure out how to filter potentially unknown source pasted text into plain 7 bit ASCII. Working on a mac, for example, the incoming text might be: - Honest ASCII - Apple 8 bit extended characters - MS characters from a Word document created on MS - Who knows what coming

Re: Special character entry on Windows

2016-10-28 Thread Devin Asay
> On Oct 28, 2016, at 11:21 AM, Devin Asay wrote: > > Ralph, > >> On Oct 27, 2016, at 1:52 PM, Ralph DiMola wrote: >> >> Devin, >> >> I tested on Win 10 pro VM and fired up the ol' XP. Results were the same. >> >> Works in 6.7.6 and 6.7.11 >> Does not work in 7.1.4, 8.1.1 and 9.0 dp1 >> >>

RE: Special character entry on Windows

2016-10-28 Thread Ralph DiMola
Devin, Observed in the IDE only. Have you seen this in a standalone? 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 Devin Asay Sent: Friday, October 28,

Re: Lock Messages and getProp/setProp...

2016-10-28 Thread Richard Gaskin
Paul Dupuis wrote: > I will periodically want to 'lock messages' so that preopen... and > open... handlers and the like do not fire as a handler is making > changes. However, I find that I WOULD like to use custom properties in > those handlers that have a getprop or setProp handler and the lock

Re: Special character entry on Windows

2016-10-28 Thread Devin Asay
Ralph, > On Oct 27, 2016, at 1:52 PM, Ralph DiMola wrote: > > Devin, > > I tested on Win 10 pro VM and fired up the ol' XP. Results were the same. > > Works in 6.7.6 and 6.7.11 > Does not work in 7.1.4, 8.1.1 and 9.0 dp1 > > This affect LC fields, Message box and Inspector. I was testing with

Lock Messages and getProp/setProp...

2016-10-28 Thread Paul Dupuis
I will periodically want to 'lock messages' so that preopen... and open... handlers and the like do not fire as a handler is making changes. However, I find that I WOULD like to use custom properties in those handlers that have a getprop or setProp handler and the lock messages prevents them from f

Re: Autodiscovery of LAN devices

2016-10-28 Thread Richard Gaskin
Peter TB Brett wrote: > On 28/10/2016 01:58, Richard Gaskin wrote: >> Armed with that I just attempt a TCP connection to each device in >> turn, looking for a specific reply. When I get what I expect, I >> know I've reached my app on the other machine. Takes less than a >> second to scan the ne

Re: cut/copy/paste text in standalone

2016-10-28 Thread Klaus major-k
Hi Peter, > Am 28.10.2016 um 14:39 schrieb Peter TB Brett : > > On 28/10/2016 12:45, Klaus major-k wrote: >> Hi friends, >> >> until version 6 of LC the shortcuts CMD-X, CMD-C and >> CMD-V (for text) have always been working in a standalone >> even if you did not have an appropriate "Edit" menu

Re: cut/copy/paste text in standalone

2016-10-28 Thread Peter TB Brett
On 28/10/2016 12:45, Klaus major-k wrote: Hi friends, until version 6 of LC the shortcuts CMD-X, CMD-C and CMD-V (for text) have always been working in a standalone even if you did not have an appropriate "Edit" menu or scripted otherwise. Did not build a standalone in LC 7.x but found that t

cut/copy/paste text in standalone

2016-10-28 Thread Klaus major-k
Hi friends, until version 6 of LC the shortcuts CMD-X, CMD-C and CMD-V (for text) have always been working in a standalone even if you did not have an appropriate "Edit" menu or scripted otherwise. Did not build a standalone in LC 7.x but found that this does not work anymore in a standalone

AW: How to assign Hi-DPI images as button icons?

2016-10-28 Thread Tiemo Hollmann TB
Thanks Peter for the confirmation, now I know where heading for. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Peter TB Brett Gesendet: Freitag, 28. Oktober 2016 11:38 An: How to use LiveCode Betreff: Re: How to assign Hi-D

Re: How to assign Hi-DPI images as button icons?

2016-10-28 Thread Peter TB Brett
On 28/10/2016 10:29, Tiemo Hollmann TB wrote: Hello, I made my first tests on windows with 2 sets of images, standard and @extra-high, which works fine. What I don't see is, how to assign two sets of images as button icons for each state of the button. I can't refer button icons to an external

How to assign Hi-DPI images as button icons?

2016-10-28 Thread Tiemo Hollmann TB
Hello, I made my first tests on windows with 2 sets of images, standard and @extra-high, which works fine. What I don't see is, how to assign two sets of images as button icons for each state of the button. I can't refer button icons to an external filename, only to images, which are imported any

Re: Autodiscovery of LAN devices

2016-10-28 Thread Peter TB Brett
On 28/10/2016 01:58, Richard Gaskin wrote: Armed with that I just attempt a TCP connection to each device in turn, looking for a specific reply. When I get what I expect, I know I've reached my app on the other machine. Takes less than a second to scan the network. Note that more advanced org