Re: Dismiss Keyboard on Mobile

2017-09-30 Thread J. Landman Gay via use-livecode
Try "focus on nothing" instead of selecting empty. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September 30, 2017 12:20:26 AM Sannyasin Brahmanathaswami via use-livecode

Re: AcceleratedRendering States When Opening and Closing Stacks

2017-09-30 Thread J. Landman Gay via use-livecode
I doubt the layermode is an issue here. Layermode is relevant only when the card is open. I'm not where I can review Mark's post about it, but I think acceleratedRendering basically tells the engine to buffer the content of designated controls so they will move smoothly. The layermode tells

Re: AcceleratedRendering States When Opening and Closing Stacks

2017-09-30 Thread J. Landman Gay via use-livecode
On 9/30/17 12:42 PM, Sannyasin Brahmanathaswami via use-livecode wrote: Our symptom is, (as you know) the objects for stack A still appear on screen, ( only on Android) even if you log for the current top stack and LC engine returns "Stack B" we are seeing the contents of the card for Stack A

Re: Dismiss Keyboard on Mobile

2017-09-30 Thread J. Landman Gay via use-livecode
See " mobilesetkeyboardtype". On September 30, 2017 12:48:31 PM Sannyasin Brahmanathaswami via use-livecode wrote: And this app has a nice keyboard with the word "DONE" in blue, in the place where the return key is (at least in iOS) I looked all through the

Re: Remote debugging - expected behavior

2017-09-29 Thread J. Landman Gay via use-livecode
Oh right. I should have thought of that. On September 29, 2017 7:20:29 AM Trevor DeVore via use-livecode wrote: What I do is type the word “breakpoint” in script only stacks. Trevor DeVore ScreenSteps -- Jacqueline Landman Gay |

Re: Autocomplete toggle?

2017-09-26 Thread J. Landman Gay via use-livecode
On 9/26/17 8:45 PM, Monte Goulding via use-livecode wrote: On 27 Sep 2017, at 9:12 am, J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: Apologies Monte, I'm sure autocomplete will be handy at some point, but is there a command I can issue in the message box t

Re: Autocomplete toggle?

2017-09-27 Thread J. Landman Gay via use-livecode
On 9/27/17 12:58 AM, Monte Goulding via use-livecode wrote: On 27 Sep 2017, at 3:45 pm, Monte Goulding via use-livecode wrote: Here's the whole line. I first added the two hyphens at the front, then tried to add the trailing hyphenated comment at the end

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 4:19 PM, Richard Gaskin via use-livecode wrote: But here I just did a Google search - this was the first one I found:    Get root on an OS X 10.10 Mac: The exploit is so trivial it fits    in a tweet; If you want it fixed, upgrade to the El Capitan beta

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 3:38 PM, Bob Sneidar via use-livecode wrote: Gotta disagree there. Not sure how you would quantify it either. I have yet to see an exploit for OS X that elevated priveleges, allowed software to be installed silently, and didn't require user interaction of some sort.

Re: Sending a message to users that floats above everything

2017-08-24 Thread J. Landman Gay via use-livecode
My main point was that intrusive answer dialogs aren't appropriate for any OS now, and no mobile platform uses them. There are no native substitutes. The equivalent for Android is in the Android object library I made which is now available for anyone who attended my LC Global session. If you

Re: Browser widget android local file problem

2017-08-24 Thread J. Landman Gay via use-livecode
On 8/24/17 8:29 AM, Alan via use-livecode wrote: Any ideas why there's a difference between the resources and documents specialFolderPaths? Why does the "documents" specialFolderPath here start with/data/data/ and the resources one start with/data/app/ ?? Like on a desktop machine, the

Re: What's Happening with TactileMedia?

2017-08-24 Thread J. Landman Gay via use-livecode
On 8/24/17 3:10 PM, Mike Kerner via use-livecode wrote: And I'm guessing that we all just caught the DNS changeover - earlier, if I went to tactilemedia.com, it came back empty, but now it redirects correctly. If he's on DreamHost (and I think he may be) they had a DDoS attack that lasted a

Re: Sending a message to users that floats above everything

2017-08-21 Thread J. Landman Gay via use-livecode
On 8/21/17 4:38 PM, Monte Goulding via use-livecode wrote: On 22 Aug 2017, at 1:41 am, J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: Monte's external works great on newer Android devices but seems to crash on older ones. That's why I had to replace it with a

Re: Completely OT - flat earth

2017-08-21 Thread J. Landman Gay via use-livecode
On 8/21/17 2:53 PM, Jonathan Lynch via use-livecode wrote: I just watched the eclipse where I live, while debating flat earth believers online. Some irony there, I suppose. I watched it too, dropped everything to do it. Amazing. We didn't get totality here but it was about 80%. I read

Re: lock screen gotcha revisited

2017-08-21 Thread J. Landman Gay via use-livecode
On 8/21/17 5:47 PM, prothero--- via use-livecode wrote: I didn't realize that the lockscreen command only applied to the handler that sets it. No, it doesn't (or shouldn't) apply only to the handler that sets it. Does this mean that each script has to set lockscreen if it needs it? It's a

Re: Sending a message to users that floats above everything

2017-08-21 Thread J. Landman Gay via use-livecode
Monte's external works great on newer Android devices but seems to crash on older ones. That's why I had to replace it with a hacked up fake in my Android object library. There's a pull request in git for a native toast that is waiting for review and as soon as it's available I will switch to

Re: lock screen gotcha revisited

2017-08-21 Thread J. Landman Gay via use-livecode
I was unaware of that too. It doesn't sound right. On August 21, 2017 10:10:27 AM Bob Sneidar via use-livecode wrote: Yup. My troubles came when I had a handler unlock the screen 5 times straight and I do not lock the screen to that many levels. It still did

Re: Search Values of Array in "One Go"

2017-08-26 Thread J. Landman Gay via use-livecode
This would be really useful. I'd suggest: filter elements of tArray by tPath[each] is “baz” -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 26, 2017 1:14:59 AM Monte Goulding via use-livecode

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-26 Thread J. Landman Gay via use-livecode
On 8/26/17 10:41 PM, Sannyasin Brahmanathaswami via use-livecode wrote: So, what is this "selectable" property? It's the cantSelect property, which doesn't show up in any search I did in the dictionary. But if you search for "select" and scroll forever, it's in the list. It's also the first

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-27 Thread J. Landman Gay via use-livecode
Thanks. But it should be easier. On 8/26/17 11:53 PM, Brian Milby via use-livecode wrote: "select\b" will make finding it a little easier. On Aug 26, 2017 at 11:49 PM, mailto:use-livecode@lists.runrev.com)> wrote: On 8/26/17 10:41 PM, Sannyasin Brahmanathaswami

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-27 Thread J. Landman Gay via use-livecode
On August 27, 2017 3:31:22 PM Mark Wieder via use-livecode <use-livecode@lists.runrev.com> wrote: On 08/27/2017 01:10 PM, J. Landman Gay via use-livecode wrote: CantSelect is false by default, and since it isn't in the project browser, new users are unlikely to know about it. They'r

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-27 Thread J. Landman Gay via use-livecode
On 8/27/17 1:09 PM, Sannyasin Brahmanathaswami via use-livecode wrote: JQ wrote CantSelect disallows selection by the edit tool, mostly used in development, but doesn't change the message path. Hmm.. doesn't this comprise a Noobie Gotcha? cantSelect is not exposed in the PI for any

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-27 Thread J. Landman Gay via use-livecode
Yes, Tiny Dictionary is brilliant. But does it integrate with the script editor yet? Will new users know they should download a third party solution to get a fully functional dictionary? I can usually find what I need because I know most of the terminology but others won't. . -- Jacqueline

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-27 Thread J. Landman Gay via use-livecode
CantSelect disallows selection by the edit tool, mostly used in development, but doesn't change the message path. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 27, 2017 9:25:28 AM Jonathan Lynch

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-27 Thread J. Landman Gay via use-livecode
On 8/27/17 12:48 PM, Brian Milby via use-livecode wrote: I've been working on the dictionary and would like to improve it even more. Your name will be praised. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: OT: error messages

2017-08-28 Thread J. Landman Gay via use-livecode
On 8/28/17 11:18 AM, Mark Wieder via use-livecode wrote: LiveCode is getting way too easy to use. I suggest implementing some of these error messages. https://boingboing.net/2017/08/28/unnervingly-vague-error-messag.html Or these: https://www.cs.cmu.edu/~jasonh/personal/humor/compile.html Or

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 10:27 PM, Stephen MacLean via use-livecode wrote: Only about ~15% of Android devices are at anywhere near a recent patch level or current OS version. Android, locked down like iOS (store only apps, current OS version, no - cheap knock offs, stock only OS, etc, etc.) may be close to

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 9:46 AM, Bob Sneidar via use-livecode wrote: But the reason there are more attacks against Android is simple. It's orders of magnitude easier to exploit. Very true. But the actual percentage of Android users who contract malware is less than 1% (0.01 sticks in my memory.) And

Re: Sending a message to users that floats above everything

2017-08-24 Thread J. Landman Gay via use-livecode
On 8/24/17 12:22 AM, Stephen MacLean via use-livecode wrote: My point was that unfortunately that only means ~15% of currently active Android devices are fairly safe and Bob’s comment, while brief, was fair as far as it was concerned. Once Android hits iOS’s ~85% active devices on latest

Re: Sending a message to users that floats above everything

2017-08-25 Thread J. Landman Gay via use-livecode
On 8/24/17 2:28 PM, Richard Gaskin via use-livecode wrote: > The equivalent for Android is in the Android object library I made > which is now available for anyone who attended my LC Global session. For those who didn't, what is it and where it is? It's an object library I made for myself

Re: Sending a message to users that floats above everything

2017-08-21 Thread J. Landman Gay via use-livecode
On August 21, 2017 11:34:20 AM Bob Sneidar via use-livecode <use-livecode@lists.runrev.com> wrote: Awww! Take it back! I use em all the time. Someone clicks the delete button, I ask them if they are sure that is what they want to do. Bob S On Aug 21, 2017, at 08:41 , J. Landman G

Re: lock screen gotcha revisited

2017-08-21 Thread J. Landman Gay via use-livecode
can reproduce it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 21, 2017 12:30:21 PM Mark Waddingham via use-livecode <use-livecode@lists.runrev.com> wrote: On 2017-08-19 04:41, J. Landman G

Re: lock screen gotcha revisited

2017-08-21 Thread J. Landman Gay via use-livecode
On 8/21/17 1:28 PM, Jonathan Lynch via use-livecode wrote: I agree with Bill. If you lock a door twice on a car, it is still just locked. One unlock will open it up. That seems more intuitive. Initially it's more intuitive, but if it were done this way you couldn't have handlers that manage

Re: Parent of Target

2017-08-21 Thread J. Landman Gay via use-livecode
I don't understand quite what you're trying to do. If this is a behavior, the calling context is "me" or the "long name of me", isn't it? Also, why store it? It's always there. I'm likely missing something. On 8/21/17 1:35 PM, Sannyasin Brahmanathaswami via use-livecode wrote: Back at it

TSNet error 6

2017-09-01 Thread J. Landman Gay via use-livecode
I have two apps that normally work fine but in both an occasional user will get an error "TSNeterr : (6) could not resolve host". What would be the cause of this sporadic problem? We're not sure what to tell these users. -- Jacqueline Landman Gay | jac...@hyperactivesw.com

RE: Subject: Re: LC and OneSignal

2017-09-01 Thread J. Landman Gay via use-livecode
This is pretty much what the User Examples area was created for. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September 1, 2017 9:54:35 AM ** Clarence P Martin ** via use-livecode

Re: TSNet error 6

2017-09-01 Thread J. Landman Gay via use-livecode
the command line you *should* be able to register with the DNS server, but I'm not sure how. Hope that is not too much. Bob S On Sep 1, 2017, at 09:40 , J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: I have two apps that normally work fine but in both an occasiona

Re: Subject: Re: LC and OneSignal

2017-09-01 Thread J. Landman Gay via use-livecode
On 9/1/17 2:35 PM, Mark Wieder via use-livecode wrote: On 09/01/2017 09:55 AM, J. Landman Gay via use-livecode wrote: This is pretty much what the User Examples area was created for. I don't know what that is. Sorry, it's now called Sample Stacks in the LC toolbar. It's been called lots

Re: TSNet error 6

2017-09-01 Thread J. Landman Gay via use-livecode
On 9/1/17 6:18 PM, Alex Tweedly via use-livecode wrote: On 01/09/2017 21:41, J. Landman Gay via use-livecode wrote: If the web site has a static IP and the Android app uses that instead of a domain name, will that fix it? The app is communicating with a database on the web server. I

Re: TSNet error 6

2017-09-02 Thread J. Landman Gay via use-livecode
It happens to other users in other places, but only occasionally -- though we haven't got a whole lot of users yet, mostly just the client and some testers. The reason we started looking into this is because the client was giving a demo and it totally failed (ouch. He was trying to sell it.)

Re: TSNet error 6

2017-09-03 Thread J. Landman Gay via use-livecode
On 9/3/17 2:45 PM, J. Landman Gay via use-livecode wrote: On 9/2/17 8:39 AM, Ralph DiMola wrote: I would zero in on the https thing. I found this on stackOverflow <https://stackoverflow.com/questions/1341644/curl-and-https-cannot-resolve-host>: *** I found that CURL can decide

Re: TSNet error 6

2017-09-03 Thread J. Landman Gay via use-livecode
On 9/2/17 8:39 AM, Ralph DiMola wrote: I would zero in on the https thing. I found this on stackOverflow : *** I found that CURL can decide to use IPv6, in which case it tries to resolve but doesn't get

Re: TSNet error 6

2017-09-03 Thread J. Landman Gay via use-livecode
2017 at 05:58:17 AEST, J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: On 9/3/17 2:45 PM, J. Landman Gay via use-livecode wrote: On 9/2/17 8:39 AM, Ralph DiMola wrote: I would zero in on the https thing. I found this on stackOverflow > <https://stack

Re: Does exporting a snapshot from a rect work on mobile?

2017-08-31 Thread J. Landman Gay via use-livecode
What happens if you check the effective working screenrect in a keyboardActivated handler? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 31, 2017 8:04:45 PM Jonathan Lynch via use-livecode

Re: OT: error messages

2017-08-29 Thread J. Landman Gay via use-livecode
from the IBM mainframe world in the 80s and earlier: Probable user error. Correct and resubmit. It's mostly intelligible although it tells you nothing. Phil Davis On 8/28/17 12:15 PM, J. Landman Gay via use-livecode wrote: On 8/28/17 11:18 AM, Mark Wieder via use-livecode wrote: LiveCode is

Re: Handy behavior snippet

2017-10-11 Thread J. Landman Gay via use-livecode
b S On Oct 11, 2017, at 09:26 , J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: The same thing was added to the object contextual menu recently. You're right it's very handy but they beat you to it. :) -- Jacqueline Landman Gay | jac...@hyperactive

Re: Handy behavior snippet

2017-10-11 Thread J. Landman Gay via use-livecode
The same thing was added to the object contextual menu recently. You're right it's very handy but they beat you to it. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 11, 2017 11:12:46 AM Bob

Re: OT Toxoplasmosis (was : Send "rawKeyUp")

2017-10-17 Thread J. Landman Gay via use-livecode
On 10/17/17 2:42 PM, Alejandro Tejada via use-livecode wrote: By the way, now that we are talking off the record about off-topic themes, let me ask a question: Richmond, Have you installed SVG Multicolor widget? This widget could help a lot with your current projects. Please, download and

Re: Clipboard pastes into single spreadsheet cell

2017-10-18 Thread J. Landman Gay via use-livecode
On 10/18/17 4:17 PM, J. Landman Gay via use-livecode wrote: It isn't just LC, a search shows this isn't an uncommon problem. I couldn't find an answer, but this suggests mime types: <https://stackoverflow.com/questions/29498324/tab-characters-converted-to-spaces-in-google-apps-script>

Re: Clipboard pastes into single spreadsheet cell

2017-10-18 Thread J. Landman Gay via use-livecode
It isn't just LC, a search shows this isn't an uncommon problem. I couldn't find an answer, but this suggests mime types: On 10/18/17 3:27 AM, Paul Foraker via use-livecode wrote: On a Mac

Re: [OT] Myst and The Manhole

2017-10-19 Thread J. Landman Gay via use-livecode
On 10/19/17 1:48 PM, Alejandro Tejada via use-livecode wrote: I remember Cosmic Osmo. :D Still today, this game is available from Steam gaming platform: http://store.steampowered.com/app/63620/Cosmic_Osmo_and_the_Worlds_Beyond_the_Mackerel/ That port (Windows only) was done in LiveCode. :)

Re: Sending a message to users that floats above everything

2017-12-03 Thread J. Landman Gay via use-livecode
Bump. I think the team has forgotten about the PR for the Android toast. Anyone want to try their hand at making it in LCB? On 8/21/17 12:25 PM, Mark Waddingham via use-livecode wrote: On 2017-08-21 17:41, J. Landman Gay via use-livecode wrote: Monte's external works great on newer Android

Re: Trapping multiple keystrokes

2017-12-01 Thread J. Landman Gay via use-livecode
On 12/1/17 11:52 AM, Kaveh Bazargan via use-livecode wrote: I have a field with a number in it. when focused, I want the value to go up and down with the up/down arrow keys. The trouble is that if I keep the key down, it traps multiple keydown messages that continue after the key is released.

Re: Screen Resolution for Desktop Apps

2017-12-16 Thread J. Landman Gay via use-livecode
about resizing and repositioning the controls on your stack. My experience of the Geometry Manager and such-like has been so bad that I always opt for a fixed stack size. Richmond. On 16/12/17 9:38 pm, J. Landman Gay via use-livecode wrote: I'd probably create the stack size for an average

Re: Screen Resolution for Desktop Apps

2017-12-16 Thread J. Landman Gay via use-livecode
On 12/16/17 3:25 PM, Charles Szasz via use-livecode wrote: Jacqueline, I was really intrigued by your suggestion of using a scale factor! Can you elaborate more about this method? I have used Scale Factor and pretty much developed desktop apps on my Mac using a screen resolution of 1280x768

Re: Screen Resolution for Desktop Apps

2017-12-16 Thread J. Landman Gay via use-livecode
I'd probably create the stack size for an average screen resolution, then when the app launches get the available screen size, calculate a ratio, and set the scaleFactor of the stack to that ratio. That should accommodate anything. -- Jacqueline Landman Gay |

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
On 12/12/17 1:26 PM, Mike Kerner via use-livecode wrote: You know what would be really great? If we had a stack that opened at startup that had links to all those projects we're currently working on, and those utilities we need to run frequently, like collectMyStacks and a script to move and

Re: videoClip

2017-12-12 Thread J. Landman Gay via use-livecode
I misread portativity too but they're similar anyway. It isn't hard to store the video as a custom property, write it to the temp folder on demand, and assign a player to that filename. Later just delete the temp file. I've done this and it works fine. -- Jacqueline Landman Gay |

Re: rename folder not working?

2017-12-14 Thread J. Landman Gay via use-livecode
I'd saved this one: on revSBEnsureFolder pFolder set the itemDel to "/" if there is no folder pFolder and pFolder is not empty then revSBEnsureFolder item 1 to -2 of pFolder if the result is not empty then return the result create folder pFolder return the result end if end

Re: At this point, what's the shortest path to an iOS/Android app?

2017-12-18 Thread J. Landman Gay via use-livecode
On December 18, 2017 9:32:42 PM Sannyasin Brahmanathaswami via use-livecode wrote: c) once you accept the above, they you are good to go with on preopenstack wait 200 milliseconds with messages set the fullscreenmode of this stack to "showAll" end

Re: Screen Resolution for Desktop Apps

2017-12-18 Thread J. Landman Gay via use-livecode
I haven't used Hi-DPI scaling but it sounds like the right thing. I guess you'll just have to try it and see how it goes. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 18, 2017 8:53:27 AM Charles

Re: Script Editor problem

2017-12-13 Thread J. Landman Gay via use-livecode
wrote: That was the joke I was making. I thot everyone would get it. ;-) Bob S On Dec 12, 2017, at 12:09 , J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: You mean, like the Start Center? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperAct

Re: Screen Resolution for Desktop Apps

2017-12-17 Thread J. Landman Gay via use-livecode
On 12/16/17 4:46 PM, Charles Szasz via use-livecode wrote: Jacqueline, Thanks for the explanation! If the resolution setting in LC 6.7 is checked, does this automatically take care of scaling for desktop apps? I'm not sure what setting you mean, I don't have any versions of LC 6 installed

Re: Screen Resolution for Desktop Apps

2017-12-17 Thread J. Landman Gay via use-livecode
On 12/17/17 2:54 PM, Mark Wieder via use-livecode wrote: On 12/16/2017 12:06 PM, Brian Milby via use-livecode wrote: Richard, can you outline some of the issues you have seen with the GM (or point to a thread where it was discussed). On the surface it looks like a good way to handle many types

Re: TSNet error (18)

2017-12-12 Thread J. Landman Gay via use-livecode
issue, it doesn’t sound like a problem on the server end... Is there possibly a proxy being used that might be getting in the way? Regards, Charles On 11 Dec 2017, at 7:34 am, J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: A user is getting TSNet error 18 (tra

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
that opens every time LC loads. On Tue, Dec 12, 2017 at 3:09 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: On 12/12/17 1:26 PM, Mike Kerner via use-livecode wrote: You know what would be really great? If we had a stack that opened at startup that had li

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
. On Tue, Dec 12, 2017 at 4:00 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: "Home" has a specific meaning and there is already a (required) stack with that name. Start Center can be set in Preferences to show on every startup. It lists the last used st

Re: Tab alignment in fields

2017-12-12 Thread J. Landman Gay via use-livecode
On 12/12/17 5:55 PM, Fraser Gordon via use-livecode wrote: On 12/12/2017 17:45, Sannyasin Brahmanathaswami via use-livecode wrote: If you set tab stops for a field, Is there a way to set the alignment for one stop/column? e.g. have all the numbers in the final column on the right align

[OT] Hosting .net

2017-11-10 Thread J. Landman Gay via use-livecode
A client needs to move an existing .net app to a new server. Does anyone know of a reliable, reasonably-priced hosting service that can run .net apps? Also, if anyone here knows how to do the move, please contact me privately. -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: Awful quiet around here

2017-11-14 Thread J. Landman Gay via use-livecode
I did become concerned when a new release was announced and no one complained. :) On November 14, 2017 8:29:29 AM Heather Laine via use-livecode wrote: P.S. I think Richmond must be ill. Or his internet has expired. Mother hen makes anxious clucking noises.

Re: iPhone X Screen Dimensions and the screenRect function

2017-11-19 Thread J. Landman Gay via use-livecode
Would that be the height of the notch? Apple doesn't want apps to use that area. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 18, 2017 4:51:55 PM hlowe via use-livecode

Re: Image Offset in Frame

2017-11-16 Thread J. Landman Gay via use-livecode
On 11/16/17 4:38 PM, Alejandro Tejada via use-livecode wrote: Option 1) - set the locklocation of this group to true or Option 2) - set the clipstorect of this group to true or Option 3) - set the boundingRect of this group to the rect of this group I've wondered why we need clipsToRect when

Re: Image Offset in Frame

2017-11-16 Thread J. Landman Gay via use-livecode
On 11/16/17 6:22 PM, Alejandro Tejada via use-livecode wrote: In the Position pane, at least in LC 9. Which one? Do you set clipstorect property using the checkbox labeled "Resize when setting rect property"? In the Position pane, directly under the lockLoc checkbox, is a checkbox for

Re: Awful quiet around here

2017-11-14 Thread J. Landman Gay via use-livecode
The silence was deafening. I was forced to relax in my recliner and read a book, walk outside, and bake bread. It was torture. I'm so glad to be out of that hell.. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-15 Thread J. Landman Gay via use-livecode
Zygodact's Register stack is just a substack of the mainstack and will use the same priveleges as the app it's attached to. Priveleges are set in the Windows pane in standalone settings. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: The coming of SVG

2017-11-03 Thread J. Landman Gay via use-livecode
On 11/3/17 11:05 AM, Mark Waddingham via use-livecode wrote: the name is currently vectoricon To be honest, I like this better than "picture". It's more descriptive. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: The coming of SVG

2017-11-03 Thread J. Landman Gay via use-livecode
On 11/3/17 1:12 PM, J. Landman Gay via use-livecode wrote: On 11/3/17 11:05 AM, Mark Waddingham via use-livecode wrote: the name is currently vectoricon To be honest, I like this better than "picture". It's more descriptive. Or maybe "vectorImage". -- Ja

Re: iPhone X or "Apple is just the most annoying company of all time"

2017-11-03 Thread J. Landman Gay via use-livecode
On 11/3/17 6:53 AM, Colin Holgate via use-livecode wrote: One interesting thing has come up with Android’s new immersive mode, for it to work you have to do the counterintuitive NOT hide the status bar. Apple also recommend not hiding the status bar on iPhone X. I'm not sure if it's new or

Re: mobilePlaySoundOnChannel bug?

2017-11-04 Thread J. Landman Gay via use-livecode
On 11/4/17 12:12 PM, Peter Reid via use-livecode wrote: So, please can anyone either advise me how to work around the apparent mobilePlaySoundOnChannel command bug in LC 9 or advise me how I can fix the compilation error to try my app with LC 8.1.7? Just a guess, but you could try playing

Re: The coming of SVG

2017-11-05 Thread J. Landman Gay via use-livecode
On 11/5/17 3:17 AM, Lagi Pittas via use-livecode wrote: will stop Jacque killing Mark when there is no abbreviation If we go with "canvas" I expect "cv" or similar. :) It did occur to me that if I kill Mark my career will be cut short. I have to think about that. -- Jacqueline Landman Gay

Re: The coming of SVG

2017-11-05 Thread J. Landman Gay via use-livecode
On 11/5/17 6:19 AM, Mark Waddingham via use-livecode wrote: Hmmm - actually, why not 'canvas'? I like this. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___

Re: JSON import error

2017-11-02 Thread J. Landman Gay via use-livecode
On 11/2/17 6:52 AM, Dave Kilroy via use-livecode wrote: https://en.wikipedia.org/wiki/Rubber_duck_debugging Yeah. Story of my life. I've since hit another error in the JSON import but now I'm afraid to post about it. :) -- Jacqueline

Re: JSON import error

2017-11-02 Thread J. Landman Gay via use-livecode
I sent my message too soon. If I import as "file:" instead of "binfile:" it mostly works. You always figure it out as soon as you post. It's a rule. On 11/2/17 1:02 AM, J. Landman Gay via use-livecode wrote: I am trying to convert some JSON to a LC array. Both JSONImp

JSON import error

2017-11-02 Thread J. Landman Gay via use-livecode
I am trying to convert some JSON to a LC array. Both JSONImport and JSONToArray are failing. JSONToArray gives only a generic "error in function". JSONImport gives this: 863,9,9,runtime 864,9,9,syntax error: 1:1 Unexpected character '˛' 865,9,9,json.lcb 866,9,9,65 897,9,9,1 865,9,9,json.lcb

Re: JSON import error

2017-11-02 Thread J. Landman Gay via use-livecode
On 11/2/17 2:45 PM, Mark Wieder via use-livecode wrote: On 11/02/2017 11:57 AM, J. Landman Gay via use-livecode wrote: On 11/2/17 6:52 AM, Dave Kilroy via use-livecode wrote: https://en.wikipedia.org/wiki/Rubber_duck_debugging <https://en.wikipedia.org/wiki/Rubber_duck_debugging> Yeah.

[OT] Been there, done that

2017-11-06 Thread J. Landman Gay via use-livecode
To everyone who has ever done tech support: https://imgs.xkcd.com/comics/thermostat.png -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list

Re: How to (in iOS) Import snapshot and paste resulting image to substack?

2017-11-07 Thread J. Landman Gay via use-livecode
On 11/7/17 12:21 PM, JOHN PATTEN via use-livecode wrote: cut image "pages 2-3" of this card. —there is no cut in iOS??? go to stack "Print Template" paste — there is no paste in iOS You can do: copy img "pages 2-3" of this card to card of stack "print template" delete img "pages 2-3" of

Re: The coming of SVG

2017-11-07 Thread J. Landman Gay via use-livecode
On 11/7/17 2:01 PM, Alex Tweedly via use-livecode wrote: On 07/11/2017 19:02, J. Landman Gay via use-livecode wrote: I believe the objection to using "vector" is because the object isn't going to contain only vector graphics. Eventually it will be a representation of many diffe

Re: iPhone X or "Apple is just the most annoying company of all time"

2017-11-03 Thread J. Landman Gay via use-livecode
On 11/2/17 7:17 PM, Colin Holgate via use-livecode wrote: Apple do document what they mean by a safe area, and the amount it eats into the screen isn’t very much: https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/ Android developers have been dealing with a

Re: The coming of SVG

2017-11-03 Thread J. Landman Gay via use-livecode
On 11/3/17 1:41 PM, Mark Waddingham via use-livecode wrote: As I said one of the goals of this control would eventually be to replace the image object - so at some point (all being well) you will be able to do:   set the filename of "foo" to "foo.png"   set the filename of "foo" to

Re: The coming of SVG

2017-11-03 Thread J. Landman Gay via use-livecode
Oh you 'nix people. Okay, "vct" then. ;) Mark doesn't like abbreviations. We're at his mercy. On 11/3/17 3:16 PM, Mike Kerner via use-livecode wrote: Please, not "vi" On Fri, Nov 3, 2017 at 4:14 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> w

Re: Device implementation problems

2017-11-03 Thread J. Landman Gay via use-livecode
On 11/3/17 12:55 AM, Pyyhtiä Christer via use-livecode wrote: When I issue the "go" and let the script run, many of the objects won't get done completely, for example card background, button or field colouring gets only partially done. However, if I either add "lock screen" before the "go"

Re: The coming of SVG

2017-11-07 Thread J. Landman Gay via use-livecode
I believe the objection to using "vector" is because the object isn't going to contain only vector graphics. Eventually it will be a representation of many different image formats, a sort of catch-all that will replace all the existing bitmap and vector controls in the future. On 11/7/17

Re: Naive Player Questions

2017-12-05 Thread J. Landman Gay via use-livecode
Specialfolderpath("resources") is especially convenient in another way. In a standalone it points to the location of the files that were added to the Copy Files pane of the standalone settings. But in the IDE it points to the folder containing the current mainstack. If you organize your files

Re: Copying text in boxes to clipboard

2017-12-08 Thread J. Landman Gay via use-livecode
Looking at the responses so far, I think the confusion is whether you only want to extract the text from the fields, or whether you want to duplicate the field borders as well in order to reproduce the appearance of a grid with gridlines. -- Jacqueline Landman Gay |

Re: Copying text in boxes to clipboard

2017-12-08 Thread J. Landman Gay via use-livecode
Actually, you could extract the text and write it into an html table in any version of LC. Then set the clipboardData["html"] to it. It would only paste into apps that accept html of course. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: advertising,again, and is anyone actually making money from it?

2017-12-11 Thread J. Landman Gay via use-livecode
On 12/11/17 3:15 PM, Mark Wieder via use-livecode wrote: I find that the browser combination of AdBlockPlus and uninstalling Flash does wonders. Of course, I also disabled third-party cookies and have HTTPSEverywhere and PrivacyBadger installed. Ghostery does most of this. I uninstalled

Re: Naive Player Questions

2017-12-06 Thread J. Landman Gay via use-livecode
On 12/6/17 7:49 AM, Graham Samuel via use-livecode wrote: Yes, this is just plain nonsense - it may be a leftover from a previous LC/Revolution idea that “play” would have a larger range of possible formats, but in the current versions of LC the IDE should warn one off, no? Probably. There

Re: Sending a message to users that floats above everything

2017-12-06 Thread J. Landman Gay via use-livecode
On 12/3/17 5:09 PM, Monte Goulding via use-livecode wrote: On 4 Dec 2017, at 10:01 am, J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: Bump. I think the team has forgotten about the PR for the Android toast. Anyone want to try their hand at making it

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread J. Landman Gay via use-livecode
If only one selection causes the crash, the problem is more likely to be the handler it calls than the external itself. I'd look at the actions that occur during the "save image" handler. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

<    1   2   3   4   5   6   7   8   9   10   >