Re: What Causes "##string##"

2020-10-02 Thread J. Landman Gay via use-livecode
Does this work? ##string## -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 2, 2020 12:56:10 PM Sannyasin Brahmanathaswami via use-livecode wrote: Words of Our Master By Siva Yogaswami textAlign does not work it gets 'wiped'

Re: Modal stacks cpu usage

2020-10-02 Thread J. Landman Gay via use-livecode
If the Project Browser is open, try closing it. On my Mac, the CPU usage while idle is usually close to 0 when in the background. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 2, 2020 7:03:59 PM Neville Smythe via use-livecode

Re: Slightly OT: downloading Xcode

2020-10-04 Thread J. Landman Gay via use-livecode
After a certain age you're about as compressed as you get. I've lost 2 inches since I was 20. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 4, 2020 11:55:14 AM Mark Wieder via use-livecode wrote: On 10/4/20 9:35 AM, Richm

Re: Modal stacks cpu usage

2020-10-05 Thread J. Landman Gay via use-livecode
On 10/3/20 8:36 PM, Neville Smythe via use-livecode wrote: Jacque wrote If the Project Browser is open, try closing it. On my Mac, the CPU usage while idle is usually close to 0 when in the background. Interesting. I would indeed have expected a good-citizen app doing nothing in the background

Re: formattedwidth/height does not work with some fonts

2020-10-07 Thread J. Landman Gay via use-livecode
I see this when the margins are too small to accommodate the ascenders of the font. What happens if you set the margins larger? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 7, 2020 9:05:25 AM Klaus major-k via use-livecode

Re: Compress/Decompress Inclustion?

2020-10-07 Thread J. Landman Gay via use-livecode
Compression is part of the engine so you shouldn't need an inclusion. I've seen this error before and usually it's because the string has been altered in some way or wasn't compressed with LC or a compatible app. Do you use binfile when retrieving the file from disk? -- Jacqueline Landman Gay

Re: Select text question

2020-10-08 Thread J. Landman Gay via use-livecode
Untested, but try this: on keyboardActivated select text of fld end keyboardActivated If you get a selection flash when it sets twice, remove the command from the openField handler. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On O

Re: The iOS "Files" folder

2020-10-12 Thread J. Landman Gay via use-livecode
There's this, though it's up to the user: https://9to5mac.com/2017/06/07/ios-11-automatically-delete-unused-apps/ -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 12, 2020 5:11:48 PM John Balgenorth via use-livecode wrote: O

Re: Android Status Bar

2020-10-12 Thread J. Landman Gay via use-livecode
I think "status bar" may be a misnomer and it's referring to the three (or two on Android 10) buttons that are always available at the bottom of the screen. Those are the Back, Home, and (sometimes) the Recents buttons. Virtually all Android devices use these "soft buttons" now. I could be wro

Re: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread J. Landman Gay via use-livecode
On 10/14/20 11:18 AM, Ralph DiMola via use-livecode wrote: I just got this message when submitting a new app to the PlayStore Your APK is only signed using the APK v1 signature scheme. This will fail to install in versions of Android equal or higher to 11 if the android:targetSdkVersion is set

Re: Interface Resolution

2020-10-15 Thread J. Landman Gay via use-livecode
Plugins are just normal stacks that appear in the plugins folder. When you open the stack, which opens automatically and invisibly on startup in this case, it will just sit there. It needs an activation handler, which can be on openstack or opencard or whatever is appropriate. Add whatever you

Re: Interface Resolution

2020-10-16 Thread J. Landman Gay via use-livecode
Since it's just a stack, open it normally in LC. You can do that either from the Open file menu or since it's open already it should be in the Windows menu. Edit the script normally. Apply and save the stack. The next time LC starts up, the handlers should run. The plugin dialog only manages h

Re: SSL cPanel mySql setup

2020-10-16 Thread J. Landman Gay via use-livecode
When I get a stack like that it's usually easier to figure out what it does and just rewrite it from scratch. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 16, 2020 12:16:52 PM Pi Digital via use-livecode wrote: Bill Tha

Re: Odd data in message box

2020-10-16 Thread J. Landman Gay via use-livecode
On 10/16/20 10:46 AM, Dan Friedman via use-livecode wrote: There is no problem with this function, and it's producing the correct time. However, when it's all said and done, I get this in the message box: 394,2185,1 465,2185,1 253,2185,1 241,2181,1,convertToLocalTime 353,0,0,stack "/Users/Da

Re: Odd data in message box

2020-10-17 Thread J. Landman Gay via use-livecode
On 10/17/20 12:13 PM, Dan Friedman via use-livecode wrote: Where did Jacque get that list of codes? From a plugin Richard and I wrote some years ago. It dynamically loads the error list based on the version of LC you're using. You can look up individual codes, or paste in a list of errors whi

Re: Odd data in message box

2020-10-17 Thread J. Landman Gay via use-livecode
If there's an errorDialog handler, errors bypass the IDE. That's one way it could happen. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 17, 2020 4:06:03 PM Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: On

Re: Odd data in message box

2020-10-18 Thread J. Landman Gay via use-livecode
When you build a standalone there's an option to report errors in an email or a file. The purpose is to allow users to send error info to the developer. These are raw error messages like Dan saw and are of no use to the user, so translating them makes no sense. But you're right that new users

Re: Textsize of label of copied btn changes

2020-10-18 Thread J. Landman Gay via use-livecode
If the text properties in the property inspector are italic, they are inheriting from another control with a lower layer, or inheriting from the IDE itself. If the property is not italic, it's been set specifically on the control. Regardless, there will always be a number in the text size. --

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread J. Landman Gay via use-livecode
What is the path you use to get the files? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 23, 2020 12:26:34 PM Phil Davis via use-livecode wrote: That's a good question. On desktop, the array variable is full of data. On th

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread J. Landman Gay via use-livecode
Well it's about time. All the rest of us have felt pretty dumb on multiple occasions and you were the only outlier. ;) But seriously, mobile apps are their own kind of animal. There's a learning curve. And each OS has its own idiosyncrasies. -- Jacqueline Landman Gay | jac...@hyperactivesw.

Re: New to Get a Copy of Scaled Down Version of an Image

2020-10-28 Thread J. Landman Gay via use-livecode
Try changing this line: put tImageData["image"] into image "currentpuzzle" to this: set the imageData of image "currentpuzzle" to tImageData["image"] -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 28, 2020 6:06:39 AM Sann

Re: How to divide card with/in 3 vertical lines?

2020-10-28 Thread J. Landman Gay via use-livecode
On 10/28/20 1:04 PM, William de Smet via use-livecode wrote: I need 3 vertical lines in my iOS app with equal distance and from top to bottom. put the width of this cd/4 into tHLoc put the height of this cd/2 into tVLoc set the loc of grc "line1" to tHLoc,tVLoc set the loc of grc "line2

Re: Is the DateFormat read only?

2020-10-29 Thread J. Landman Gay via use-livecode
You can get the time zone, or at least the zone offset, by using "the internet date". -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 29, 2020 8:21:46 AM Graham Samuel via use-livecode wrote: I understand it, but the Diction

Re: Is the DateFormat read only?

2020-10-30 Thread J. Landman Gay via use-livecode
On 10/29/20 4:33 PM, Graham Samuel via use-livecode wrote: The only souci with this format is that it gives the month in alpha, presumably according to the nationality of the OS. But it’s easy to get the numeric month in other ways. Still, it is just a little bit fiddly to create a full UTC dat

Re: Is the DateFormat read only?

2020-10-30 Thread J. Landman Gay via use-livecode
(char 1 of tmp & char -2 to -1 of tmp) ) from item 5 of tTime and then you would be handling all cases correctly. Alex. On 30/10/2020 20:06, J. Landman Gay via use-livecode wrote: On 10/29/20 4:33 PM, Graham Samuel via use-livecode wrote: The only souci with this format is that it gives the m

Re: IOS Screen resizing /EXACT FIT not working as before

2020-11-02 Thread J. Landman Gay via use-livecode
Try fullscreenMode "showAll" or "noBorder". I generally use showAll. There will be black bars at the sides or top/bottom on some devices depending on which mode you choose but the advantage is that it retains the stack ratio. At least one dimension will always fit. You can obscure the black bar

Re: Updated NotarizeHelperStack now with entitlements support

2020-11-02 Thread J. Landman Gay via use-livecode
I concur, it's an amazing tool. Thanks for making Apple useable for us mere mortals. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 2, 2020 5:52:57 PM scott--- via use-livecode wrote: Awesome. That stack is SO helpful

Re: Segmented Control Widget

2020-11-05 Thread J. Landman Gay via use-livecode
On 11/5/20 1:47 AM, Terence Heaford via use-livecode wrote: I have been messing about with the Segmented Control Widget and have been trying to apply a tooltip. I noted that the tooltip can only be applied to the whole control, it does not appear possible to have a tooltip for each segment. I

RE: New Google PlayStore Console

2020-11-09 Thread J. Landman Gay via use-livecode
I've never seen the last two, but that might imply you're using widgets or other extensions I've never used. The last submission I made about a month ago only got the first one. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November

Re: New Google PlayStore Console

2020-11-09 Thread J. Landman Gay via use-livecode
and improved" console. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Monday, November 09, 2020 12:45 PM To: How t

Re: Windows startup issue

2020-11-09 Thread J. Landman Gay via use-livecode
Right, the first number is the error code and the second is the line number in the script. It does look like a permissions error: 269 Operators is: error in right operand 262 import: can't open file, mask file or display 252 if-then: error in condition expression 241 Handler: err

Re: Windows startup issue

2020-11-09 Thread J. Landman Gay via use-livecode
On 11/9/20 3:54 PM, Richard Gaskin via use-livecode wrote: Where do those appear? And WTH happened to LC's error reporting dialog? Standalones have always reported this way on both desktop and mobile. It is up to the developer to include the translated references if they want to see those. Ge

Re: Windows startup issue

2020-11-09 Thread J. Landman Gay via use-livecode
That should work, I don't see anything in those three lines that would fail -- except maybe if "the fontnames" couldn't be retrieved on that machine. It almost looks like the engine thinks "the fontnames" is a custom function since it's reporting it can't find the handler. I'm not sure how you'

Re: Windows startup issue

2020-11-10 Thread J. Landman Gay via use-livecode
On 11/10/20 1:14 AM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: > On 11/9/20 3:54 PM, Richard Gaskin via use-livecode wrote: >> And WTH happened to LC's error reporting dialog? > > Standalones have always reported this way on both desktop and mobile. > It is up to the deve

Re: Windows startup issue

2020-11-10 Thread J. Landman Gay via use-livecode
On 11/10/20 3:28 PM, Richard Gaskin via use-livecode wrote: But at the time it seemed to me the tool was for edge cases where one might encounter raw error data with no UI.  It never occurred to me to ship an application without error handling, and back then I'd never used LC's so I just assumed

Re: Windows startup issue

2020-11-10 Thread J. Landman Gay via use-livecode
Sorry, I meant execution errors. You're supposed to read my mind. I keep telling my husband that but he doesn't always get it either. ;) I've used the built-in error reporting mechanism in the past and it worked well; I usually choose the email option and it works on both deaktop and mobile. I

Re: Windows startup issue

2020-11-10 Thread J. Landman Gay via use-livecode
I just saw your execution error image, I haven't seen an empty dialog before. Did you include a prompt? I'll try a test tomorrow. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 11, 2020 12:55:22 AM "J. Land

Re: Best way to add an image to an oval graphic?

2020-11-11 Thread J. Landman Gay via use-livecode
Patterns are drawn from the top left so you'd need to create an image with the same dimensions as the oval with its content already centered. This will only work if the oval never changes its size. Another way is to place the image behind the oval graphic and group them. -- Jacqueline Landman

Re: How do I shorten this script? Use 'repeat with'?

2020-11-13 Thread J. Landman Gay via use-livecode
Here's another way: set the loc of grc "k1" to the loc of this cd repeat with x = 2 to 4 set the topleft of grc ("K" & x) to the topright of grc ("k" & x-1) set the left of grc ("k" & x) to the left of grc ("k" & x) - 1 end repeat I find it easier to move the graphic one pixel in a

Re: Standardizing codepoints

2020-11-15 Thread J. Landman Gay via use-livecode
See the normalizeText entry in the dictionary, I think that might be what you mean. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 15, 2020 4:17:14 AM scott--- via use-livecode wrote: I’m a little over my head in this area

Re: Suspend in iOS, or when is a mobile app running?

2020-11-17 Thread J. Landman Gay via use-livecode
Android has always acted like this and now that iOS apps run in the background like Android does, it behaves the same way. At least our problems are cross-platform now. An app will stay in RAM until the user specifically quits or until the OS needs the memory. When that happens, the OS wipes t

Re: Suspend in iOS, or when is a mobile app running?

2020-11-18 Thread J. Landman Gay via use-livecode
That's good to know. Now all we need is an Android equivalent. On 11/17/20 4:39 PM, Mark Smith wrote: And just a reminder that, under iOS, you’ll have to register to receive a “ UIApplicationWillResignActiveNotification” message, and then write a handler to respond to that (PS only register onc

Re: Big Sur bugs

2020-11-18 Thread J. Landman Gay via use-livecode
On 11/18/20 12:06 PM, Paul Dupuis via use-livecode wrote: Has any experienced any problems playing back media (.mp3 audio files or .mp4 video) under macOS Big Sur? I just ran into an issue where none of my media is playing (at all) in a LC9.6.1 built stand-alone under Big Sur. I haven't buil

Re: Google and OpenSource apps

2020-11-23 Thread J. Landman Gay via use-livecode
I don't know. But I see a lot of free apps in the Play Store that are based on open source libraries. The information might be buried in the developer term of service docs. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 23, 2

Re: Google and OpenSource apps

2020-11-23 Thread J. Landman Gay via use-livecode
2020 11:42:26 AM Klaus major-k via use-livecode wrote: Hi Jaque, Am 23.11.2020 um 18:17 schrieb J. Landman Gay via use-livecode : I don't know. But I see a lot of free apps in the Play Store that are based on open source libraries. The information might be buried in the developer term

Re: reading QR-code on Mac from an imported image

2020-11-23 Thread J. Landman Gay via use-livecode
Right, no idea. I've heard the barcode reader can read QR codes but that requires camera access and is for scanning external images. I've never heard of a utility that can read the binary content of an image to interpret a code. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: Google and OpenSource apps

2020-11-23 Thread J. Landman Gay via use-livecode
On 11/23/20 11:59 AM, Richard Gaskin via use-livecode wrote: The issue with deploying apps governed specifically by the Gnu Public License (GPL, which is used for LC Community distribution) has to do with Apple's limitation on the number of downloads per account. That restriction is viewed as

Re: Chromebook apps?

2020-11-25 Thread J. Landman Gay via use-livecode
Right, for Chromebooks you'd develop an Android app. I've been testing two different client projects on Chromebooks. For the most part they run okay, depending on the hardware. One of my apps in particular runs beautifully in tablet mode, but if you rotate the screen to desktop mode it loses its

Re: Chromebook apps?

2020-11-26 Thread J. Landman Gay via use-livecode
Android apps run in an emulator on Chromebooks. I forgot to mention that the emulator is only 32-bit so you have to build ARM 7 apps for Chromebook. I haven't needed to build an x86 app, my tests have all run okay on three different models. -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: OT: Android, MotoG6, ./adb devices I can't to attach itself

2020-12-02 Thread J. Landman Gay via use-livecode
When that happens I do: ./adb kill-server ./adb start-server ./adb devices If that doesn't work try sudo: Sometimes you have to restart LC. -- Jacqueline Land

Re: Printing To Pdf Linux Rendering

2020-12-04 Thread J. Landman Gay via use-livecode
Back in the MetaCard days, I was told that problems like this were often caused by the printer driver. If there's an update, I'd install it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 4, 2020 10:42:50 AM "Sean Cole \(Pi\)

Re: Keeping soft line break and using clipboard data

2020-12-04 Thread J. Landman Gay via use-livecode
LC uses ascii 11 as a soft break. If you can replace the character in the clipboard with ascii 11 it would probably work. On 12/4/20 6:18 AM, R.H. via use-livecode wrote: I am using Windows 10, LiveCode Indy 9.6.1 Here is a question I tried to solve using clipBoardData, fullClipBoardData and r

Re: return "error" code from standalone compile

2020-12-09 Thread J. Landman Gay via use-livecode
I don't know much about this but it looks interesting. Is there a list of exit codes somewhere? When the OS receives the exit code, what happens? I.e., how would I use it? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 9, 2020

Re: return "error" code from standalone compile

2020-12-11 Thread J. Landman Gay via use-livecode
I use the online dictionaries (LC's and Brian Milby's) when I'm reading the list or the forums, or any other time I'm curious about something, and I'm on my tablet, phone, or Chromebook. None of the online resources are perfect, though Brian's is the most up to date. Often I want to check synta

Re: Encrypting Stack Breaks Field References

2020-12-13 Thread J. Landman Gay via use-livecode
On 12/13/20 6:02 PM, Richard Gaskin via use-livecode wrote: Copying objects is disallowed in an encrypted stack, since of course once an object is copied it could be pasted into an unencrypted stack, and thus expose the source. Except, copying via script using "copy x to y" doesn't involve the

Slow performance on Big Sur

2020-12-14 Thread J. Landman Gay via use-livecode
My client is running Big Sur and says that changing cards in a stack causes a very slow, stuttering display. The background image appears in chunks and text in the fields comes in as sequential pieces. The order of the display varies, sometimes the text appears first, sometimes the background im

Re: Slow performance on Big Sur

2020-12-14 Thread J. Landman Gay via use-livecode
On 12/14/20 2:46 PM, Paul Dupuis via use-livecode wrote: On 12/14/2020 2:04 PM, J. Landman Gay via use-livecode wrote: My client is running Big Sur and says that changing cards in a stack causes a very slow, stuttering display. The background image appears in chunks and text in the fields comes

Re: Slow performance on Big Sur

2020-12-14 Thread J. Landman Gay via use-livecode
. Landman Gay via use-livecode wrote: My client is running Big Sur and says that changing cards in a stack causes a very slow, stuttering display. The background image appears in chunks and text in the fields comes in as sequential pieces. The order of the display varies, sometimes the text

Re: Slow performance on Big Sur

2020-12-15 Thread J. Landman Gay via use-livecode
I had my client try it. Adding "wait 0 milliseconds" after a "go card" didn't make any difference really. The first four card changes were pretty fast, and after that it got slower and slower with each subsequent card change. I was watching her screen remotely but I couldn't see it due to how re

Re: Slow performance on Big Sur

2020-12-16 Thread J. Landman Gay via use-livecode
at 05:55, J. Landman Gay via use-livecode wrote: I had my client try it. Adding "wait 0 milliseconds" after a "go card" didn't make any difference really. The first four card changes were pretty fast, and after that it got slower and slower with each subsequent c

Re: Android Keystore signing problem

2020-12-20 Thread J. Landman Gay via use-livecode
If it was working before then it should still work now. Check the Android settings and make sure that the path to the file is correct. The error sounds like LC can't find it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 20,

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread J. Landman Gay via use-livecode
Unless you specifically need text files for git or some other reason, you don't really need script-only stacks. Put the script in a button and then put it in use or use it as a backscript. It will be encrypted when the stack is. Another advantage to keeping scripts in the stack is that they wor

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread J. Landman Gay via use-livecode
completely based on script only stacks? Bob S On Dec 22, 2020, at 4:09 PM, J. Landman Gay via use-livecode wrote: Unless you specifically need text files for git or some other reason, you don't really need script-only stacks. Put the script in a button and then put it in use or use it

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread J. Landman Gay via use-livecode
om On December 22, 2020 8:51:36 PM "J. Landman Gay via use-livecode" wrote: Trevor uses git, which is why script-only stacks were invented. The LC team uses git too. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 22, 2020

Encoding puzzle

2020-12-29 Thread J. Landman Gay via use-livecode
I need to send a string in French to a server. The server expects one kind of encoding and LC's URL encoding is producing something different. Not only that, but after sending the LC encoded text, the server receives something unrelated. I can't identify why. Details: Original text: Révéler l'a

Re: Encoding puzzle

2020-12-29 Thread J. Landman Gay via use-livecode
On 12/29/20 5:24 PM, Paul Dupuis via use-livecode wrote: On 12/29/2020 6:07 PM, J. Landman Gay via use-livecode wrote: Original text: Révéler l'archéologie LC urlEncoded string: R%8Ev%8Eler+l%27arch%8Eologie URLEncode(textEncode(,"UTF8")) -> gets you a properly URL encoded

Re: Field ID clash

2021-01-02 Thread J. Landman Gay via use-livecode
When you check the property inspector for each field do they really have the same ID? I didn't think that was possible. If the IDs are different then there are other reasons why the wrong field responds. It could be a number of things. -- Jacqueline Landman Gay | jac...@hyperactivesw.com Hyper

Re: Audioclips overlapping

2021-01-09 Thread J. Landman Gay via use-livecode
See the "prepare" entry in the dictionary. It's specifically designed to allow instant playback. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailin

Re: Considering work with livecode server

2021-01-18 Thread J. Landman Gay via use-livecode
That's right. Apps that are just portals to web content are forbidden. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 18, 2021 8:07:08 PM Mark Wieder via use-livecode wrote: On 1/18/21 2:20 PM, William Prothero via use-livec

Re: background images

2021-01-18 Thread J. Landman Gay via use-livecode
That's what I do too. Each card has a custom property containing the name of the image that loads in preopencard. You may be remembering shared fields which can contain different text per card even if they're part of a group. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive So

In-app purchasing

2021-01-19 Thread J. Landman Gay via use-livecode
Has anyone done in-app purchasing on iOS and Android? Does it work? We're looking into possibly implementing this but I've never done it before. Any tips welcome. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Trying to use the Segmented Control

2021-01-20 Thread J. Landman Gay via use-livecode
On 12/4/20 3:32 AM, Niggemann, Bernd via use-livecode wrote: Ralf Bitter wrote See: https://github.com/revig/universal-button-widget/releases/tag/1.0.1 Thank you Ralf for this brilliant widget. Kind regards Bernd I finally had a chance to look at this widget. Thank you Ralf for your gene

Re: lock screen

2021-01-22 Thread J. Landman Gay via use-livecode
Eww. Speak for yourself. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 22, 2021 10:01:45 AM doc hawk via use-livecode wrote: Not so much either/or as it’s a counter, with 0 being unlocked. Lock increments the counter, and

Re: OT Friendly customers....

2021-01-26 Thread J. Landman Gay via use-livecode
Can you contact him on LinkedIn to verify he sent that email? If it isn't fraudulent he may be looking for a free copy by requesting a refund and then using the app anyway. But it sounds like a fake email to me. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://w

Re: OT Friendly customers....

2021-01-27 Thread J. Landman Gay via use-livecode
On 1/26/21 12:29 PM, doc hawk via use-livecode wrote: There was a great website years ago that I can no longer find, in which a women strung along one of these guys, posting what she was doing and the correspondence. If you like that, you'll absolutely love this:

Re: Double sided PDF Problem

2021-01-28 Thread J. Landman Gay via use-livecode
I'm confused. Are you writing a card game with decks of cards? Or do you mean the cards in a lC stack? What is "flipping the page"? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 28, 2021 11:15:51 PM "Brian K. Duck via use-live

Re: Text field in Windows standalone not receiving keyboard focus

2021-01-28 Thread J. Landman Gay via use-livecode
Try comparing the properties of a group that works with the one that doesn't. Also compare individual field properties, in particular check the traversalOn, autoHilite, and lockText. That alone wouldn't explain why it appears to fix itself occasionally, but could point to a script that changes

Re: Double sided PDF Problem

2021-01-28 Thread J. Landman Gay via use-livecode
For PDFs, I'd have to check. What OS are you on? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 28, 2021 11:59:01 PM "J. Landman Gay via use-livecode" wrote: I'm confused. Are you writing a card game with

Terminal timeout?

2021-02-01 Thread J. Landman Gay via use-livecode
My AirLaunch app uses shell commands to create .ipa files for iOS. One customer is experiencing problems with a large app, which is about 250MB. This is due to thousands of short audio files that are included in the build. When she builds without the audio files it works fine. She sent me a tes

Re: Close Stack Cleanup

2021-02-04 Thread J. Landman Gay via use-livecode
There used to be a gREV* global variable that tracked the dirty status and if the stack was dirty it put up the "do you want to save?" dialog. I can't find it now so something has changed. When it existed, you could toggle that variable via script and the IDE wouldn't bother you. The IDE does

RE: Close Stack Cleanup

2021-02-04 Thread J. Landman Gay via use-livecode
e-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Thursday, February 04, 2021 5:53 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Close Stack Cleanup There used to be a gREV* global variable that tracked the dirty status and if the stack was dirt

Re: Close Stack Cleanup

2021-02-04 Thread J. Landman Gay via use-livecode
I did a test before answering and the message was sent to the card of my otherwise blank stack, after dismissing the IDE dialog. That makes me think something is going on with your particular stack. What happens if you try it with a plain new stack? -- Jacqueline Landman Gay | jac...@hyperacti

Re: LC Roadmap

2021-02-14 Thread J. Landman Gay via use-livecode
There is a whole lot more at http://lessons.livecode.com. While these aren't videos, the amount of info there is impressive and lessons are added all the time. Personally I find written instructions much easier to follow and they don't require me to spend extra time watching a video and needin

Re: LC Roadmap

2021-02-14 Thread J. Landman Gay via use-livecode
neficial to the Livecode enterprise. Check out the macmost site to see what I’m talking about. Peace to you all and thanks for all the help you have given me in my projects, Be well, Bill Prothero On Feb 14, 2021, at 10:43 AM, J. Landman Gay via use-livecode wrote: There is a whole lot

Re: LC Roadmap

2021-02-14 Thread J. Landman Gay via use-livecode
, 2021 12:26:30 AM "J. Landman Gay via use-livecode" wrote: I had to check and the lessons are in fact in both the Help and Resources menus but they are called Tutorials. Both link to the lessons site. I never actually looked at those before, I only knew about the lessons from els

Re: LC Roadmap

2021-02-15 Thread J. Landman Gay via use-livecode
I agree, the lesson is fantastic. I was just there minutes ago helping a client set up his stack. And now we have entitlements added; that's new and much appreciated. Matthias put a lot of work into that lesson. We use it for every new Mac release. On 2/15/21 1:32 PM, Roger Guay via use-livecod

Re: LC Roadmap

2021-02-15 Thread J. Landman Gay via use-livecode
Do you use his notarization stack? Once you get it set up it's a huge time-saver. No more Terminal commands. On 2/15/21 2:21 PM, William Prothero via use-livecode wrote: Codesigning is always a trudge for me because I don’t do it very often and Apple is regularly changing the parameters. So I

Re: LC Roadmap

2021-02-15 Thread J. Landman Gay via use-livecode
t yet. But I’ve downloaded it. Best, Bill On Feb 15, 2021, at 1:35 PM, J. Landman Gay via use-livecode wrote: Do you use his notarization stack? Once you get it set up it's a huge time-saver. No more Terminal commands. On 2/15/21 2:21 PM, William Prothero via use-livecode wrote: Code

Re: [OT] Poll: What does it mean for 1 rect to be 'within' a certain distance of another rect?

2021-02-15 Thread J. Landman Gay via use-livecode
I think the natural definition would be distance between the respective boundaries; i.e., edge to edge distance, but also the distance between corners. That is, if any of r1's corners is d distance from any one of r2's closest corners. On 2/15/21 4:53 PM, Paul Dupuis via use-livecode wrote: Thi

Re: How do I interpret this Build Error dialog?

2021-02-15 Thread J. Landman Gay via use-livecode
In Sample Stacks, search for LiveCode Error Lookup. I keep it my Plugins folder. You can paste the whole list of errors into it and it will tell you what they mean. However, usually you only need the first line which is where a break would happen in the IDE. The other lines are, in reverse ord

Re: How do I interpret this Build Error dialog?

2021-02-15 Thread J. Landman Gay via use-livecode
de wrote: On 2/15/21 5:29 PM, J. Landman Gay via use-livecode wrote: In Sample Stacks, search for LiveCode Error Lookup. I keep it my Plugins folder. You can paste the whole list of errors into it and it will tell you what they mean. However, usually you only need the first line which is where a b

Re: LC, Mac Mail & Rules

2021-02-24 Thread J. Landman Gay via use-livecode
On 2/24/21 10:29 AM, Rick Harrison via use-livecode wrote: Hi Matthias, Ok, so Mojave is good and macOS Mail in Catalina is the problem. I don’t know if we can come up with an LC solution work around for this problem, or if I need to be looking at some other email client software. Is anyone us

Re: tsNet mail message not formatting

2021-03-03 Thread J. Landman Gay via use-livecode
On 3/3/21 1:51 PM, Brian Milby via use-livecode wrote: If you want to be the most accurate (clear for others reading code) you would use the LF constant instead of CR since that is how it actually evaluates. The only way to generate an actual CR within code is to use CRLF (which gets both) or

Re: tsNet mail message not formatting

2021-03-03 Thread J. Landman Gay via use-livecode
I once inherited a stack where the original developer did just that. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 3, 2021 5:46:06 PM Bob Sneidar via use-livecode wrote: That answers my question. Actually, I have no idea why I

Re: tsNet mail message not formatting

2021-03-05 Thread J. Landman Gay via use-livecode
On 3/3/21 6:00 PM, Bob Sneidar via use-livecode wrote: Still sketchy on whether or not open file for binary write and put url binfile give the same results. Yes, they do the same thing. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http

Text to Speech libraries

2021-03-15 Thread J. Landman Gay via use-livecode
I see there are two libraries for text-to-speech, the older revSpeech library that works with Mac and Windows, and a newer speech library that works on Mac, Android, and iOS. For those who are using speech in their apps, do you branch your code for Windows, or do you use the rev library for des

Re: [ANN] This Week in LiveCode 259

2021-03-23 Thread J. Landman Gay via use-livecode
I read it today too and it was inspiring, which was the whole point really. A couple of the footnotes made me laugh. I already make a lot of my own tools and plugins but I did get some ideas from the book. I immediately set about updating one of my tools and got stuck. So the next question is:

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread J. Landman Gay via use-livecode
On 3/24/21 12:11 PM, Mark Wieder via use-livecode wrote: my code just seems happier in general these days. To paraphrase: If code ain't happy, ain't nobody happy.* *For our non-US friends, it's an American dialect thing, originally: "If mama ain't happy, ain't nobody happy." And you can beli

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread J. Landman Gay via use-livecode
On 3/23/21 10:53 PM, scott--- via use-livecode wrote: Scott: I followed the lesson here: My server didn't like it and returned TSNet error 60. Andre: After TSNet failed, I did try to use A

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread J. Landman Gay via use-livecode
On 3/24/21 2:12 PM, J. Landman Gay via use-livecode wrote: My server didn't like it and returned TSNet error 60. I fixed it! The issue was that the certificate name didn't match my domain name since I'm on a shared host. I had to set up Fetch to always trust the certificate a

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