RE: Debug java on Mobile Browser

2017-09-07 Thread Ralph DiMola via use-livecode
Ali, Using Chrome/Android Although the device shows in dev tools and I have an LC app using the mobile browser open on the device I don't see the URL of the page like you do if you open Chrome on the device. Using Chrome on the device remote debugging works great. The dev tools does not see the

Re: private command gotcha

2017-09-07 Thread Monte Goulding via use-livecode
> On 8 Sep 2017, at 8:49 am, Phil Davis via use-livecode > wrote: > > Clearly the complexity you're painfully aware of is nicely hidden from me by > LC script, where I tend to think all things are most likely possible. It's > good for bubble-dwellers like

Re: private command gotcha

2017-09-07 Thread Phil Davis via use-livecode
Clearly the complexity you're painfully aware of is nicely hidden from me by LC script, where I tend to think all things are most likely possible. It's good for bubble-dwellers like myself to occasionally be pulled back into reality. I guess. ;-) Thanks - Phil On 9/7/17 3:06 PM, Monte

Re: Vector graphics, again

2017-09-07 Thread Jonathan Lynch via use-livecode
I was just suggesting an alternative solution. Raster to vector conversions are clunky, but there are a few online services that do this. Sent from my iPhone > On Sep 7, 2017, at 5:25 PM, hh via use-livecode > wrote: > > Jonathan, > Richmond wants to convert

Re: private command gotcha

2017-09-07 Thread Monte Goulding via use-livecode
> On 8 Sep 2017, at 7:19 am, Phil Davis via use-livecode > wrote: > > You asked me a similar question on 11-Nov-2016 - here is the back-and-forth. > Sometimes we have our reasons! :-) Ha… OK back in my box then ;-) FWIW I would dearly love send in time to

Re: Vector graphics, again

2017-09-07 Thread hh via use-livecode
Jonathan, Richmond wants to convert his bitmaps to SVG, because he has no SVG version. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: private command gotcha

2017-09-07 Thread Phil Davis via use-livecode
Make that 8-Nov-2016. Phil On 9/7/17 2:19 PM, Phil Davis wrote: You asked me a similar question on 11-Nov-2016 - here is the back-and-forth. Sometimes we have our reasons! :-) -- Phil Davis ___ use-livecode mailing list

Re: private command gotcha

2017-09-07 Thread Phil Davis via use-livecode
On 9/7/17 2:01 PM, Monte Goulding via use-livecode wrote: On 8 Sep 2017, at 3:57 am, Bob Sneidar via use-livecode wrote: Here's a surprise! You cannot dispatch to a private command or function, EVEN THOUGH the private command or function is in the SAME SCRIPT!

Re: private command gotcha

2017-09-07 Thread Monte Goulding via use-livecode
> On 8 Sep 2017, at 3:57 am, Bob Sneidar via use-livecode > wrote: > > Here's a surprise! You cannot dispatch to a private command or function, EVEN > THOUGH the private command or function is in the SAME SCRIPT! Nor can you send in time… however why do you

Re: Debug java on Mobile Browser

2017-09-07 Thread Ali Lloyd via use-livecode
You should be able to debug native web views on device/emulator on Android using Chrome and on device/simulator on iOS using Safari... admittedly I haven't tried this with a browser widget in LC, but I've done it recently on both in another context. On Thu, Sep 7, 2017 at 7:06 PM Ralph DiMola via

Debug java on Mobile Browser

2017-09-07 Thread Ralph DiMola via use-livecode
I have a web page that works in the IDE but fails on the device. When it fails in the IDE I can use Chrome's dev tools and quickly find out what's going wrong. On mobile there is no such option. Is there any way to find out what's going on with java in the mobile browser on both iOS and

private command gotcha

2017-09-07 Thread Bob Sneidar via use-livecode
Here's a surprise! You cannot dispatch to a private command or function, EVEN THOUGH the private command or function is in the SAME SCRIPT! And since dispatch fails SILENTLY. I *almost* introduced a but where my passwords no longer encrypted/decrypted in transit to my database! Bob S

Re: I just posted an Augmented Earth sample stack on LiveCode share

2017-09-07 Thread Brian Milby via use-livecode
With the possibility of tethering, it would be reasonable to see iPad users able to roam with the assistance of an iPhone or another device.So cellular isn't absolutely required as long as wifi is available. > > On Sep 7, 2017 at 3:34 AM,

Re: remote debugging just stopped being available.

2017-09-07 Thread Mike Kerner via use-livecode
I wonder why it won't even start for me, now. On Thu, Sep 7, 2017 at 1:28 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 9/7/17 12:17 AM, Monte Goulding via use-livecode wrote: > >> >> On 7 Sep 2017, at 3:15 pm, J. Landman Gay via use-livecode < >>>

Re: replace and unicode?

2017-09-07 Thread Klaus major-k via use-livecode
> Am 07.09.2017 um 13:01 schrieb Mark Waddingham via use-livecode > : > > On 2017-09-07 12:59, Klaus major-k via use-livecode wrote: >> Hi all, >> so embarrassing, there was no SPACE after the mm2, but a TAB! :-/ >> So I got it working, thank you for your help. >

Re: replace and unicode?

2017-09-07 Thread Mark Waddingham via use-livecode
On 2017-09-07 12:59, Klaus major-k via use-livecode wrote: Hi all, so embarrassing, there was no SPACE after the mm2, but a TAB! :-/ So I got it working, thank you for your help. That was going to be my next question - were the 'spaces' actually spaces :) Warmest Regards, Mark. -- Mark

Re: replace and unicode?

2017-09-07 Thread Klaus major-k via use-livecode
Hi all, so embarrassing, there was no SPACE after the mm2, but a TAB! :-/ So I got it working, thank you for your help. > Am 07.09.2017 um 12:55 schrieb Klaus major-k via use-livecode > : > ... >>> My effort so far: >>> ... >>> ## Read TXT file and make it LC

Re: replace and unicode?

2017-09-07 Thread Klaus major-k via use-livecode
Hi Mark, > Am 07.09.2017 um 12:47 schrieb Mark Waddingham via use-livecode > : > > On 2017-09-07 12:35, Klaus major-k via use-livecode wrote: >> Hi firends, >> I am trying to replace "mm2" in a unicode text file with "mm(superscript2)" >> but obviously "replace"

Re: replace and unicode?

2017-09-07 Thread Mark Waddingham via use-livecode
On 2017-09-07 12:35, Klaus major-k via use-livecode wrote: Hi firends, I am trying to replace "mm2" in a unicode text file with "mm(superscript2)" but obviously "replace" does not do what I want or I am missing something!? My effort so far: ... ## Read TXT file and make it LC compatible,

Re: Vector graphics, again

2017-09-07 Thread Jonathan Lynch via use-livecode
You could keep it as a vector graphic in a browser widget, rotate it in the browser, then export it from the browser widget as an image for LC to use. I know - it is an overkill solution, and it might be too slow if the dominoes are moving around quickly, but if not, it would work. Sent from

replace and unicode?

2017-09-07 Thread Klaus major-k via use-livecode
Hi firends, I am trying to replace "mm2" in a unicode text file with "mm(superscript2)" but obviously "replace" does not do what I want or I am missing something!? My effort so far: ... ## Read TXT file and make it LC compatible, this is doing fine: put url ("binfile:" & tFile) into tData put

Vector graphics, again

2017-09-07 Thread Richmond via use-livecode
I have found that Livecode is really fantastic for generating families of images such as domino sets, which can be either imported from a group as images or exported as PNG images. However, rotating those images results in all the "unfortunateness" involved in rotating any image in Livecode

Re: I just posted an Augmented Earth sample stack on LiveCode share

2017-09-07 Thread Jonathan Lynch via use-livecode
Hi Alex - thank you! It works a bit like Pokémon Go in that a mobile user can use it to walk around and explore the world. It loads new map tiles as you move. It needs mobile access to the net to do that. I will explore options for mobile users for when they don't have net access, for the