Re: Libraries To Contribute

2017-03-24 Thread Mike Kerner via use-livecode
Very true - I wasn't thinking of links, and I didn't even think of trying to do it with the command-line. I would like it to be cross-platform - at least for desktops, but that's a good idea. I line to figure out the platform, and then a shell command would get it done, now wouldn't it? On Fri,

Re: D3 LiveCode Chart Examples

2017-03-24 Thread Trevor DeVore via use-livecode
On Fri, Mar 24, 2017 at 12:06 AM, Todd Fabacher via use-livecode < use-livecode@lists.runrev.com> wrote: > On Facebook people had expressed a desire to work with D3 and LiveCode. So, > here is the D3 LiveCode Chart Examples on github: > https://github.com/digitalpomegranate/D3-Livecode-Charts

Re: D3 LiveCode Chart Examples

2017-03-24 Thread Mark Talluto via use-livecode
> > On Mar 23, 2017, at 10:06 PM, Todd Fabacher via use-livecode > wrote: > > On Facebook people had expressed a desire to work with D3 and LiveCode. So, > here is the D3 LiveCode Chart Examples on github: >

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Bob Sneidar via use-livecode
I'll give that a go. Bob S > On Mar 24, 2017, at 14:50 , J. Landman Gay via use-livecode > wrote: > > The theory is that something is interfering with the drop, so altering the > text after the drop completes might fix it. Could be a bug, but using "send" >

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread J. Landman Gay via use-livecode
The theory is that something is interfering with the drop, so altering the text after the drop completes might fix it. Could be a bug, but using "send" may work around it. On 3/24/17 4:38 PM, Bob Sneidar via use-livecode wrote: In that case sending would only replace the dropped text. No

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Bob Sneidar via use-livecode
In that case sending would only replace the dropped text. No point in that. The text is getting into the field using either method. It's just that the window controls become unresponsive like they might if a script was still running. Why moving a window or switching focus would clear the

Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
I'm not sure so I am waiting to hear from Livecode support. But Pycharm tried a system where users would lose their ability to continually use the product after licenses expired and the users revolted and Pycharm reversed their policy. I guess it comes to the question of how you want to work

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread J. Landman Gay via use-livecode
Try the "send" method then, which updates the text after the drop. On 3/24/17 3:47 PM, Bob Sneidar via use-livecode wrote: Whoops! Spoke too soon. Still makes the window unresponsive. Apparently the problem is intermittent. But it also looks like exit to top without allowing the drop is the

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Bob Sneidar via use-livecode
No, because the problem apparently happens AFTER the text is placed. Everything works, I just cannot manipulate any controls until I either move the window or select something ANYTHING, even a different program (window loses focus). Bob S > On Mar 24, 2017, at 14:02 , Dr. Hawkins via

Re: Libraries To Contribute

2017-03-24 Thread Dr. Hawkins via use-livecode
On Thu, Mar 23, 2017 at 2:04 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > I went looking, today, for a routine to recursively copy folders and files > from one place to another. I have several LC libraries, but none of them > seemed to have such a routine. All of

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Dr. Hawkins via use-livecode
would using "set the text of me" rather than "put into me" make a difference? On Fri, Mar 24, 2017 at 1:47 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Whoops! Spoke too soon. Still makes the window unresponsive. Apparently > the problem is intermittent. But it also

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Bob Sneidar via use-livecode
Whoops! Spoke too soon. Still makes the window unresponsive. Apparently the problem is intermittent. But it also looks like exit to top without allowing the drop is the only reliable solution. Bob S > On Mar 24, 2017, at 13:33 , Bob Sneidar via use-livecode >

Re: iOS SDK Question

2017-03-24 Thread Bob Sneidar via use-livecode
It was explained to me that when the license expires, I would be unable to use the indy license for existing installations of Livecode, which shocked me as this was a departure from prior policy, but that horse has been beaten despite it's lifeless condition. I might be mistaken. It may only

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Bob Sneidar via use-livecode
Interesting. I added the exit to top yesterday because it seemed to fix the responsiveness problem. It has been working without exit to top and pass dragdrop of over 2 years. I think it's because I am not acually allowing the drop to happen, but rather intercepting it, getting the dragData

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread J. Landman Gay via use-livecode
On 3/24/17 1:03 PM, Bob Sneidar via use-livecode wrote: constant cModeList = "uppercase,lowercase,numbers,custom" constant cCustomChars = "!#$%&'*+-/=?^_`{|}~.@" on dragDrop put cleanASCII(the dragData ["text"], cModeList, cCustomChars) into me exit to top end dragDrop The first thing

Re: nabble babble

2017-03-24 Thread Roger Eller via use-livecode
I'm not sure what you mean. I just type my search terms and include the year if I want more recent results. https://www.mail-archive.com/search?q=AirLaunch+2017=use-livecode%40lists.runrev.com On Fri, Mar 24, 2017 at 3:03 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com>

Re: nabble babble

2017-03-24 Thread J. Landman Gay via use-livecode
On 3/24/17 12:19 PM, Roger Eller via use-livecode wrote: I have always used "the mail archive" site as my X-Talk Time Machine. How do you search? I've never found a good way to do that in the "official" archives. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: Magnification

2017-03-24 Thread Jim Lambert via use-livecode
> Vokey, John wrote: > ...the ability to magnify those images... I am seeking the code in a bit of a > rush. This may also help: http://forums.livecode.com/viewtopic.php?f=7=8288 Jim Lambert ___

Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
As I mentioned previously...I do not have an active subscription. My license expired August 2016. When I log into my account the highest version of Livecode Indy that shows I can download is 8.1.3. I even tried activating a 7 version of Livecode which was a year prior to my license expiring

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Bob Sneidar via use-livecode
Here is a handler in a field script. The exit to top is necessary because of the issue. The source can be an email from the Mail app, or it can be text from an OCR'd PDF. The CleanASCII function is necessary because Acrobat will insert non-printing characters for what reason I do not know, that

Re: nabble babble

2017-03-24 Thread Roger Eller via use-livecode
I have always used "the mail archive" site as my X-Talk Time Machine. LIVECODE https://www.mail-archive.com/use-livecode@lists.runrev.com/ REVOLUTION https://www.mail-archive.com/use-revolution@lists.runrev.com/ METACARD https://www.mail-archive.com/metacard@lists.runrev.com/ ~Roger On Fri,

Re: iOS SDK Question

2017-03-24 Thread panagiotis merakos via use-livecode
I think that if you log into your account area, you should see all the LC versions you can access with your current license. If you have an active subscription to Indy then you should be able to activate any of them. I suggest you just download and try, or log into your account area to see.

Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
I believe it may be the last paid version that I have a license for (I sent a message to Livecode support to confirm what the highest paid version I have access to). Glen > On Mar 24, 2017, at 12:58 PM, panagiotis merakos via use-livecode > wrote: > > @Glen >

Re: iOS SDK Question

2017-03-24 Thread panagiotis merakos via use-livecode
@Glen Why are you still using LC 8.0.1? I suggest you download the latest stable version, currently 8.1.3: http://downloads.livecode.com/livecode/ Note that 8.1.3 on OS X 10.11.x will require Xcode 8.2. Best regards, Panos -- On Fri, Mar 24, 2017 at 4:52 PM, Paul Hibbert via use-livecode <

Re: iOS SDK Question

2017-03-24 Thread Paul Hibbert via use-livecode
> On 23 Mar 2017, at 17:36, Glen Bojsza via use-livecode > wrote: > > Please let me know if I missed anything. It looks like you are on the right path. Hope it goes well. Paul ___ use-livecode mailing list

Re: DragDrop makes windows unresponsive OS X

2017-03-24 Thread Paul Hibbert via use-livecode
Just tried a simple test on Mac OS Sierra / LC8.1.3 and it seems to work fine here. Is there anything else that could be interfering with the dragDrop? Maybe the Message Watcher could give a clue as to what is happening. Paul > On 24 Mar 2017, at 08:00, Bob Sneidar via use-livecode >

Re: nabble babble

2017-03-24 Thread tbodine via use-livecode
Thanks for that, James. Nice to be able to see who said what again. -- Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/nabble-babble-tp4713301p4713310.html Sent from the Revolution - User mailing list archive at Nabble.com.

DragDrop makes windows unresponsive OS X

2017-03-24 Thread Bob Sneidar via use-livecode
Hi all. Might just be me. I drag drop text onto a field with a dragdrop handler that essentially puts the drag data ["text"] into itself. Doing so with 8.1.3 seems to cause the window to become unresponsive, that is none of the controls work. I cannot click in fields, tab around, click

Re: Magnification

2017-03-24 Thread Richard Gaskin via use-livecode
Vokey, John wrote: > I am working on a stack that has reduced images on a card, but I want > the user to have the ability to magnify those images (at least the > part they are hovering over) as they hover over them. But, not the > card images, but the real higher resolution images stored in

Re: D3 LiveCode Chart Examples

2017-03-24 Thread Richard Gaskin via use-livecode
Todd Fabacher wrote: > On Facebook people had expressed a desire to work with D3 and > LiveCode. So, here is the D3 LiveCode Chart Examples on github: > https://github.com/digitalpomegranate/D3-Livecode-Charts Thanks, Todd. It seems the LICENSE file is missing from that repo. -- Richard

AW: differences between text/imagedata of image in LC6/8

2017-03-24 Thread Tiemo Hollmann TB via use-livecode
Thank you for the comprehensive explanation! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Mark Waddingham via use-livecode Gesendet: Freitag, 24. März 2017 11:58 An: How to use LiveCode Cc:

Re: differences between text/imagedata of image in LC6/8 (EDIT)

2017-03-24 Thread Mark Waddingham via use-livecode
On 2017-03-24 11:58, Mark Waddingham via use-livecode wrote: What works in LC8/9 is 2. set the text of img 2 to the text of img 1 and 3. put img 1 into img 2 Both of these do the same thing - (3) is short hand for (1). I mean (3) is short-hand for (2) here! Mark. -- Mark

Re: differences between text/imagedata of image in LC6/8

2017-03-24 Thread Mark Waddingham via use-livecode
Hi Tiemo, in an old program I obviously tried to be very technically over correct when copying an image and did: 1. set the imagedata of img 2 to the imagedata of img 1 This worked up to LC 6.7. In LC8/9 I get a corrupted image (black and stripes) in the target image. The imageData

differences between text/imagedata of image in LC6/8

2017-03-24 Thread Tiemo Hollmann TB via use-livecode
Hello, in an old program I obviously tried to be very technically over correct when copying an image and did: 1. set the imagedata of img 2 to the imagedata of img 1 This worked up to LC 6.7. In LC8/9 I get a corrupted image (black and stripes) in the target image. What works in LC8/9 is

Magnification

2017-03-24 Thread Vokey, John via use-livecode
I am working on a stack that has reduced images on a card, but I want the user to have the ability to magnify those images (at least the part they are hovering over) as they hover over them. But, not the card images, but the real higher resolution images stored in separate files. I suspect