Re: Free SVG icons

2018-01-07 Thread Brian Milby via use-livecode
I started a thread over on the forums with a stack that I'm working on: http://forums.livecode.com/viewtopic.php?f=10=30411 It will let you view 80 icons on a card and page though a whole set. Icons are imported to the stack directly from a folder of SVG files. Hope someone finds it useful. On

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-07 Thread Mike Bonner via use-livecode
ok, nevermind, you can't overlay the browser widget I guess. Is there a way? On Sun, Jan 7, 2018 at 9:14 PM, Mike Bonner wrote: > 2 possible options I can see.. either have a 2nd browser widget with that > page in it, and enable/disable hide/show or just move it out of the

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-07 Thread Mike Bonner via use-livecode
2 possible options I can see.. either have a 2nd browser widget with that page in it, and enable/disable hide/show or just move it out of the screenrect.. Though it sounds like all you're doing is putting an animated gif that you want to show during page load. Can't you just pop it into an

Re: Notifying users of Web Delays in Browser Widget

2018-01-07 Thread J. Landman Gay via use-livecode
If I think a url is taking too long, I just move on. Does the user really need a notification? On January 7, 2018 9:08:20 PM Sannyasin Brahmanathaswami via use-livecode wrote: 5) we want to inform the user after 5 seconds that this is taking a long time and

Notifying users of Web Delays in Browser Widget

2018-01-07 Thread Sannyasin Brahmanathaswami via use-livecode
Where 1) we cannot use TSNet to "listen" to the socket being used by the Browser widget 2) We cannot overlay a browser with any kind of control/dialog on mobile (or desktop) 3) the browser widget takes the whole card screen on mobile phone, except bottom nav bar which is native LC control

Re: Object layers

2018-01-07 Thread dunbarx via use-livecode
Jacque. I do receive them as emails, but the text is not well formed, and the thread is not preserved. So I go to babble to get the context and timing. It would all be fine if we signed our names. Craig -- Sent from:

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-07 Thread Sannyasin Brahmanathaswami via use-livecode
@ Mike… thanks… duh! (as he slaps himself on the side of the head) I was mixing up the props the htmltext # with the url this is all static content so all that was needed was, assets /info web-loading.html and then this command setWebURL put path_Assets() &

Re: Object layers

2018-01-07 Thread J. Landman Gay via use-livecode
It works if you receive the list in email, only the nabble archives do that (and maybe some others.) The last person to post is assigned to all posts in the archive. It can change minute to minute. Also, when replying to the list from an email client you may need to adjust your reply

Re: Object layers

2018-01-07 Thread dunbarx via use-livecode
Klaus. I never can figure out who the authors of these posts are. It seems that each day one user garners all of them. I have no idea how that is managed. With--over at midnight GMT? I asked years ago that everyone sign their full names because the list structure itself is useless. Craig Newman

Re: Object layers

2018-01-07 Thread Klaus major-k via use-livecode
Hi Craig, > Am 07.01.2018 um 18:13 schrieb dunbarx via use-livecode > : > > "I have experienced that ungrouping may send the individual objects to random > layers. " > > First, what Klaus said. > > Second, layer order is preserved pretty well in LC. When you set

Re: Object layers

2018-01-07 Thread dunbarx via use-livecode
"I have experienced that ungrouping may send the individual objects to random layers. " First, what Klaus said. Second, layer order is preserved pretty well in LC. When you set the layer of the group to top, as Kluas suggests, and then ungroup, all the child controls take the topmost layers,

Re: Object layers

2018-01-07 Thread Randy Hengst via use-livecode
What if you set the layer of the group to top before ungrouping? set the layer of grp "playerGroup" to top ungroup grp "playerGroup" But, why do you need to ungroup? randy - > On Jan 7, 2018, at 9:32 AM, Pyyhtiä Christer via use-livecode > wrote: > > When

Object layers

2018-01-07 Thread Pyyhtiä Christer via use-livecode
When setting object layers, how do they work actually? The documentation states the higher the number of an object, the control is higher than the the object it is on. This means that in case of two objects on top of each other a mouseClick would go first to the object with the higher layer

Re: text encoding problem Mac to iOS?

2018-01-07 Thread Klaus major-k via use-livecode
Am 07.01.2018 um 13:01 schrieb Klaus major-k via use-livecode : > > Hallo Hermann, > >> Am 06.01.2018 um 21:09 schrieb hh via use-livecode >> : >> >> I tested this as follows (what shows that all my presumptions are wrong): >> >>

Re: text encoding problem Mac to iOS?

2018-01-07 Thread Klaus major-k via use-livecode
Hallo Hermann, > Am 06.01.2018 um 21:09 schrieb hh via use-livecode > : > > I tested this as follows (what shows that all my presumptions are wrong): > > 1. Downloaded and installed in the IDE the default iOSFont SF from here >

Re: Let's rotate an SVG widget

2018-01-07 Thread Richmond Mathewson via use-livecode
"But you can compute the needed rectangle and resize the widget accordingly by LC Script." Indeed: but that presupposes I'm NOT a lazy slob8-) http://forums.livecode.com/viewtopic.php?f=8=30405 Richmond. On 7/1/2018 11:58 am, hh via use-livecode wrote: Maintain aspect ratio is for resizing

Re: Let's rotate an SVG widget

2018-01-07 Thread hh via use-livecode
Maintain aspect ratio is for resizing the svg object when resizing the widget. What you want is probably that the widget resizes its rectangle *minimally* so that the size of the svg remains unchanged when rotating. That's not (yet) available in LCB. But you can compute the needed rectangle and

Re: Let's rotate an SVG widget

2018-01-07 Thread Richmond Mathewson via use-livecode
I went here: https://livecode.com/livecode-widgets-svg-path/ and came across maintainAspectRatio which sounds dead groovy: setthemaintainAspectRatio ofwidget "hour" totrue settheangleofwidget "hour" toINC but it didn't maintain its aspect ratio . . . Richmond. On 7/1/2018 10:43 am, Richmond

Let's rotate an SVG widget

2018-01-07 Thread Richmond Mathewson via use-livecode
So, I imported an SVG from Inkscape into an SVG widget . . . Then I tried to rotate the thing; it rotated, it kept "swelling and shrinking" because its bounding box was square. This is not cutting the mustard. Richmond. ___ use-livecode mailing