Announcement: SVG Icon Tool

2018-01-13 Thread Brian Milby via use-livecode
I've posted an updated version of my SVG Icon Tool to my server with a large number of icons included (everything from https://leungwensen.github.io/svg-icon except the flags which needed color). I've also included the feather icons that were mentioned. Direct link to the download: https://milby.

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
And now a new problem. The SDK and JDK paths have disappeared. Just now installed 8.0.2, pointed it to the SDK root path that worked with 8.1.8, but got the error "chosen folder not a valid Android SDK". And, opening 8.1.8 to confirm the SDK rooth path, the SDK field there has become blank and th

Re: Android build executable on test device fails

2018-01-13 Thread MWCM via use-livecode
> Date: Sun, 14 Jan 2018 09:15:48 +0900 > From: Nicolas Cueto > To: How to use LiveCode > Subject: Re: Android build executable on test device fails > Message-ID: > > Content-Type: text/plain; charset="UTF-8" > > The problem is on 8.1.8. > > Any idea what the subject of that thread was? >

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
Found the thread ("Error while saving standalone 8 & 9"), and, yes, widget problem. But my stack is simply a field and two buttons. No widgets. So, still stuck. -- Nicolas Cueto On 14 January 2018 at 09:15, Nicolas Cueto wrote: > The problem is on 8.1.8. > > Any idea what the subject of that t

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
The problem is on 8.1.8. Any idea what the subject of that thread was? -- Nicolas Cueto On 13 January 2018 at 20:15, MWCM via use-livecode < use-livecode@lists.runrev.com> wrote: > > > Testing on an Android device, the "Standalone builder progress" window > > shows first "Building classes" and

OT: Developer Week SF Bay Area

2018-01-13 Thread Mark Wieder via use-livecode
If anyone is planning on coming to Developer Week 2018 in the Bay Area (3-7 February), more free OPEN passes have opened up. It's moving to Oakland from San Francisco this year, no doubt because nobody can afford San Francisco any more. You must register by 11:59 pm on January 26 (or before we

Streaming video..

2018-01-13 Thread Mike Bonner via use-livecode
Quick question.. I'm attempting to write a program to work with my hdhomerun (networked tv streamer) and think i'm on track.. However, i'm not sure if its possible to tell the player to open a udp connection on port 5000 and wait for the stream to come in. (apparently, I need to have it ready to re

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Brian Milby via use-livecode
@Graham, to determine if the 2 are related to the same underlying issue, you should adjust your monitor layout so that the tops align. If the problem goes away, then they are related (even if not identical). If the problem doesn’t go away, then it is a new issue. That will be something that is good

Re: Problem pasting from Livecode to Mac Mail

2018-01-13 Thread Brian Milby via use-livecode
PR submitted against develop-8.2: https://github.com/livecode/livecode/pull/6276 Updated MCClipboard::AddText such that is will clear the clipboard and only place the plain text representations on the clipboard. The clipboard needed to be cleared to avoid the HTML/RTF from a previous copy being le

Re: Problem pasting from Livecode to Mac Mail

2018-01-13 Thread Brian Milby via use-livecode
PR just about done actually. It sets the plain text but leaves previous HTML right now. Should have it done this weekend. On Sat, Jan 13, 2018 at 10:50 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > The behaviour should be that if you put plaintext then only plaintex

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Graham Samuel via use-livecode
Yes, of course it’s an OS thing really. I think it’s reasonable to want the Mac control panel configuration to mimic the physical arrangement I actually have. If I don’t do this, I’m always trying to make the mouse go somewhere which the Mac doesn’t see as part of the screen real estate. Since m

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread J. Landman Gay via use-livecode
It isn't the physical position of the monitors, it's how you arrange them in the Mac control panel. This allows you to set the virtual position of the two displays relative to each other. If I remember right, problems are avoided if you drag the two monitor images so that the tops are horizonta

Re: Problem pasting from Livecode to Mac Mail

2018-01-13 Thread Mark Waddingham via use-livecode
The behaviour should be that if you put plaintext then only plaintext should be on the clipboard... If you put styled text then plain and rtf should be on the clipboard... HTML maybe - but if that's the format causing the problem (and not rtf - which I think is the main Cocoa style interchange

Re: Problem pasting from Livecode to Mac Mail

2018-01-13 Thread Brian Milby via use-livecode
The text on the clipboard is fine. The problem is that too much is put on the clipboard. Plain text converted to HTML is likely the real problem. That is why a trip through a plain text editor fixes the issue. It takes the plain text from the clipboard and only puts plain text on the clipboard. The

Re: Problem pasting from Livecode to Mac Mail

2018-01-13 Thread Richard Burkett via use-livecode
Actually, the reason why we’re having this conversation is that I needed to load the clipboard with in what SHOULD be plain text format data via script, data that included plain returns, and it appeared as double spaced when pasted into Mac Mail. There was another user-driven in terms of selecti

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Graham Samuel via use-livecode
Hi Matthias Your solution sounds interesting, but to me it’s just a workaround. I simply want more screen real estate for debugging - so as far as I can see, using different spaces would provide that. After reading what Martin Koob has to say, I’m pretty certain that there really is a bug. Even

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Graham Samuel via use-livecode
Thanks Martin - yes I do have a Mac Book Pro Retina, and since it’s normally on my desk with the monitor on a stand, the monitor is above the MacBook as you say. My search for bugs related to this didn’t turn up anything relevant: maybe I don’t understand how to do searches for unresolved bugs i

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Matthias Rebbe via use-livecode
Graham, i followed your steps here on my system (iMac 5K and Thunderbolt display). It works here without problems. Maybe it works here, because i have setup that my monitors use different spaces. You can set this in SystemControl->MissionControl. I do not know the exact english expression as i

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Martin Koob via use-livecode
I have experienced problems with dual monitors attached to my Mac Book Pro Retina with LC 8 and posted bugs. http://quality.livecode.com/show_bug.cgi?id=19300 http://quality.livecode.com/show_bug.cgi?id=19302 There are links on 19302 to other bugs I thought might be related. http://quality.liv

Re: Server-side xml validator anyone ?

2018-01-13 Thread jbv via use-livecode
On Sat, January 13, 2018 2:08 pm, Mark via use-livecode wrote: > If your XML is UTF8-enconded and your UTF8 data is correct, it will > work. Your probably isn't invalid XML but either a problem with the > encoding of the entire file or a particular string. > > The best way to validate XML on your s

Re: Server-side xml validator anyone ?

2018-01-13 Thread Mark via use-livecode
If your XML is UTF8-enconded and your UTF8 data is correct, it will work. Your probably isn't invalid XML but either a problem with the encoding of the entire file or a particular string. The best way to validate XML on your server is to install a little command line utility and use the shell

Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Graham Samuel via use-livecode
Sorry this is a bit long, but it needs an accurate description IMHO. I’ve already submitted a bug report on some strangeness with using the IDE with LC9.0.0 (dp11) on a two-screen system, with the suspicion that it was me doing something wrong - it was just very muddling. However, today I seem t

Re: Android build executable on test device fails

2018-01-13 Thread MWCM via use-livecode
> Testing on an Android device, the "Standalone builder progress" window > shows first "Building classes" and then for a brief moment "Building > executable", after which an error window reads "Unable to build app for > testing: could not open module file". > > Searched the forums but no mention