Re: Correct img format for browser widget.

2017-07-15 Thread James Hale via use-livecode
hh wrote: > ... Or in case you meant simple HTML load (not canvas2d): > > > where src = "full http-path to image" (local server is running) > or src = "relative path to image" Actually I am not loading a file from a server, I am setting the htmltext of the widget. The file I am loading is

Re: Livecode on iPod

2017-07-15 Thread Paul Hibbert via use-livecode
> On Jul 15, 2017, at 7:20 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > the SA builder does not show "iPod" under iOS. It does for me! :) I see three options; iPod, iPhone and iPad iPod and iPhone iPad Paul

Livecode Soraco

2017-07-15 Thread Peter Bogdanoff via use-livecode
Hi all, I’m investigating the use of software license protection, and a particular service, since it seems to have most of the features that I need in my desktop app—protection, license management, integrating with WooCommerce, etc. https://soraco.co/quick-license-manager/

Re: Livecode on iPod

2017-07-15 Thread Colin Holgate via use-livecode
I would bet yes, but UDIDs that start with are fake. There are many ways to get the real UDID, if you want to create a build for them that they are included in the provisioning file. Look at this site as an example: https://www.getudid.io Settings wise is should be like iPhone. > On Jul

Livecode on iPod

2017-07-15 Thread Sannyasin Brahmanathaswami via use-livecode
I have a young user that was given an iPod by his family. UDID: 5C OS: iPhone OS 10.3.2 Device: iPod7,1 (iPod7,1) Capacity: 14.9 GB will LiveCode apps run on this? the SA builder does not show "iPod" under iOS. BR

Mobile - missing? files added in copy files pane of standalone builder

2017-07-15 Thread Terry Judd via use-livecode
If I add files that are in the same folder as the stack file in the copy and then in the app (simulator or real device) if I ‘put the files’, then the added files are included in the listing. However, if the added files are in a different folder (e.g. “stuff/test.pdf”) then they don’t show up.

Re: intersect . . . invisible images

2017-07-15 Thread J. Landman Gay via use-livecode
The dryer spins too, so the effect is doubled. You may be on to something here. We should foot the cost of investigation and proceed apace. On 7/15/17 12:49 PM, Mike Bonner via use-livecode wrote: I think part of the problem might be the connection with the quantum here. Even if the sock is

Re: intersect . . . invisible images

2017-07-15 Thread J. Landman Gay via use-livecode
It compiles but it puts the sock back into the dryer where it disappears again. Maybe we need a SOCKS proxy to intercept it. On 7/15/17 12:42 PM, Mark Wieder via use-livecode wrote: On 07/15/2017 09:24 AM, J. Landman Gay via use-livecode wrote: It errored with "can't find object" and crashed

Re: intersect . . . invisible images

2017-07-15 Thread Mike Bonner via use-livecode
I think part of the problem might be the connection with the quantum here. Even if the sock is located momentarily, there is no telling how fast or what direction it is actually going. There is also the question of quantum "spin" which would seem to indicate that the washer is a co-culprit in the

Re: intersect . . . invisible images

2017-07-15 Thread Mark Wieder via use-livecode
On 07/15/2017 09:24 AM, J. Landman Gay via use-livecode wrote: It errored with "can't find object" and crashed my dryer. :-( that's because there's no a 'catch' clause. try open dryer get socks catch missingSock put missingSock into dryer finally close dryer end try -- Jacqueline

Re: intersect . . . invisible images

2017-07-15 Thread J. Landman Gay via use-livecode
It errored with "can't find object" and crashed my dryer. :-( -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 15, 2017 9:25:35 AM Roger Eller via use-livecode wrote:

Re: "Silly" fun for the weekend

2017-07-15 Thread Mark Wieder via use-livecode
On 07/14/2017 11:01 PM, Scott Rossi via use-livecode wrote: Mark, Monument Valley isn’t Apple, it's Ustwo Games. Blame them :-) Scott- yeah, I get that. But the fact is that Apple managed to get UsTwo to give them an exclusive so they could announce the new game with the new iStuff

Re: Bug? ResizeControl Triggers From Outside of CustomControl with Assigned Behavior

2017-07-15 Thread J. Landman Gay via use-livecode
I saw this recently. It isn't a bug, the navigation group is a background group so it will catch any message that isn't blocked earlier in the message path. You can put an empty resizecontrol handler in objects that shouldn't respond, or check in the group script that the target is one of the

Self Abuse . . .

2017-07-15 Thread Richmond Mathewson via use-livecode
You're lonely, you feel unloved, so reaching out with both hands you grab . . . . . . the pack of cards and spread them out, face down, on the table . . . Aaagh . . . you know you have hit an all-time low when it comes to this . . . So? Why not pop over here:

Bug? ResizeControl Triggers From Outside of CustomControl with Assigned Behavior

2017-07-15 Thread Sannyasin Brahmanathaswami via use-livecode
WE have a peculiar bug, at least I think it is a bug. Where 1) navigation bar at bottom of screen, a custom control with a bkgnd grc 50 px tall 1024 wide and 4 widgets on it. 2) has assigned behavior "behavior_bottomToolsNav" # with some complex dynamic layout stuff happening to handle

Re: Correct img format for browser widget.

2017-07-15 Thread hh via use-livecode
... Or in case you meant simple HTML load (not canvas2d): where src = "full http-path to image" (local server is running) or src = "relative path to image" for example: src="http://localhost:/tests/images/myimage42.png; src="../images/myimage42.png" The relative path has to be relative to

Re: intersect . . . invisible images

2017-07-15 Thread Roger Eller via use-livecode
try open sock for write write sock until EOS -- (end of sock) close sock end try On Sat, Jul 15, 2017 at 2:32 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 7/14/17 4:28 PM, Stephen Barncard via use-livecode wrote: > >> And of course, this dovetails

Re: Correct img format for browser widget.

2017-07-15 Thread hh via use-livecode
You have to set it in the HTML, with HTML-syntax. LC Script may help with that by sending the imagedata to the HTML page. Examples how to do this can be found (look at handler "chooseScript" in the card's script and make the widget or revBrowser display visible) as follows. [a] using a browser

Re: "Silly" fun for the weekend

2017-07-15 Thread J. Landman Gay via use-livecode
Got you beat, 319 seconds. Richmond, you need to set the navigationArrows to false (and hopefully back to the user setting after the game.) I had other stacks open and the up arrow key kept popping them to the front. That caused script errors about how it couldn't find object "ant". Even

Re: intersect . . . invisible images

2017-07-15 Thread J. Landman Gay via use-livecode
On 7/14/17 4:28 PM, Stephen Barncard via use-livecode wrote: And of course, this dovetails nicely into Jacque's disappearing socks theory. I lost a sock about six years ago and it still hasn't shown up. I've kept the single remaining one of the pair in hopes that the missing one would hone

Re: "Silly" fun for the weekend

2017-07-15 Thread Scott Rossi via use-livecode
Mark, Monument Valley isn’t Apple, it's Ustwo Games. Blame them :-) If MV2 isn’t in the Play Store yet, have you gotten ahold of the add-ons for MV1? Forgotten Shores and Ida’s (RED) Dream? Definitely worth purchasing, IMO. Generally, people seem to be complaining that the challenge in the new