Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-05 Thread tbodine via use-livecode
Bug report filed. See bug 22156 . -- Tom -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread tbodine via use-livecode
Mark and Matthias, This workaround looks promising! While I don't have Mojave to test against, I do find problem images have many different colorSync profiles. Matthias, after you have stripped out the profile, what does Preview's Info screen show as the ColorSync Profile data? I'm thinking it

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread tbodine via use-livecode
Thanks for that info, Matthias. Please clarify: Is the image you posted a screenshot of three separate png files or one composite image? If separate, what are the differences between the files? (Strikes me as odd that the black is only a part of the image. In my cases, users see entire

Re: Large files crash on Windows 10

2018-10-31 Thread tbodine via use-livecode
Hi, I develop a stack that is now up to 35 MBs on a Windows 10 machine without any crashes like you described. I use LC 7.1.4 Indy for this. I also distribute standalones built with this stack and it is also stable on Windows 10. When you have these crashes, do you find the artifact ~ file that

Re: [ANN] Network Tracer

2018-10-24 Thread tbodine via use-livecode
Congratulations on this release, Andre. This looks very useful. I have a (probably dumb) question... Are your products, such as AAG Tools, only for use in the IDE, or can tools such as TypeTool be used in standalone builds? Thanks, Tom Bodine -- Sent from:

Re: ANN: WordLib 2.2 Release is Available + LC Blog Post

2018-10-11 Thread tbodine via use-livecode
Congrats, Curry, on the new release of WordLib. What's next? Tom Bodine -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: ImageHandles_v105

2018-09-03 Thread tbodine via use-livecode
I will definitely check this out. Thanks! Tom B. -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Fun with Windows 10

2018-08-15 Thread tbodine via use-livecode
Loved your story, JLG. To know and be your true self at such a young age is like a super power. (Let us all know when you tell your story on The Moth.) -- Tom Bodine Jacqueline Landman Gayl via use-livecode wrote > A brief diversion: > > I have always hated pink since I can remember. I

Re: Anyone using Older LC versions?

2018-08-12 Thread tbodine via use-livecode
I use 7.1.4 almost daily. Thanks, Tom Bodine -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Too fundamental to be a bug, so what's wrong?

2018-07-31 Thread tbodine via use-livecode
Panos' test and Mark's insight have me on the right path. I am not using "numberFormat" anywhere, but I am setting the value of gTSsettings["teamcount] from a mouseup script on a scrollbar. Since my scrollbar output is apparently coming out as a floating point value, I need to add rounding to

Re: Too fundamental to be a bug, so what's wrong?

2018-07-30 Thread tbodine via use-livecode
Hi, >>global gTSsettings["teamcount"]; put gTSsettings["teamcount"] - 4 The global is just gTSsettings, so I modified your command as... global gTSsettings; put gTSsettings["teamcount"] - 4 RESULT: -0.497436 ??? Thanks, Tom -- Sent from:

Re: Too fundamental to be a bug, so what's wrong?

2018-07-30 Thread tbodine via use-livecode
No, strict compilation is off. Variable preservation is on. So are LC 7 and 8 the same in terms of how variables are declared and accessed? That's been my assumption. Tom -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

Re: Too fundamental to be a bug, so what's wrong?

2018-07-30 Thread tbodine via use-livecode
Nope, not it. The global is declared at the top of a group script containing numerous handlers that use that and other global vars. (Unless there was a change from LC 7 to LC 8 that requires declaration of variables in each handler? I am porting a LC 7 project into LC 8.) Tom -- Sent from:

Re: Too fundamental to be a bug, so what's wrong?

2018-07-30 Thread tbodine via use-livecode
Oops, my formatting got lost... Message box experiment: put gTSsettings["teamcount"] 4 put gTSsettings["teamcount"] = 4 false Thx, Tom -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode

Too fundamental to be a bug, so what's wrong?

2018-07-30 Thread tbodine via use-livecode
Hi all. I have a global array containing the value 4. It's stored in gTSsettings["teamcount"] The bizarre thing is when I do value comparisons, gTSsettings["teamcount"] does not equal 4. This first occurred in a repeat loop, but I can reproduce it in the message box, too. put

Re: MacOS 10.13 crashes LC after color dialog

2018-05-08 Thread tbodine via use-livecode
Just ran into this bug, which I see is fixed for LC 8.x and up. But can this fix also be done for LC 7.x? Or is 7 EOL? Tom B. -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list

Re: [OT] Web based HyperCard

2018-03-27 Thread tbodine via use-livecode
Very cool! Playing with the paint features takes me back to my first Mac encounter in 1984 with MacPaint: Draw a rect. Fill it with brick pattern. Spray paint some graffiti on it. Virtual vandalism -- satisfying and harmless. Thanks for the link! Tom B. -- Sent from:

Re: Quit Command corrupts standalone (stack called by standalone splash)

2018-02-23 Thread tbodine via use-livecode
Hi Roland. The "~" file is the original (uncorrupted, unsaved) version of your stack before LC executed your Save cmd. If you remove the "~" from the filename, you'll probably find you can open that. LC creates the "~" file at the start of the save operation and, if all goes well, removes that

Re: Exe and dll errors after standalone build

2018-02-06 Thread tbodine via use-livecode
Roseanne Roseannadanna wrote > Nevermind! Fixed it. -- Tom B. -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Exe and dll errors after standalone build

2018-02-06 Thread tbodine via use-livecode
Hi all. I'm getting two error dialogs on launching a newly built standalone (built with LC 7.1.4 on Win 10) of a stable project. Error on: Appname.exe 1 (6) Error on: revsecurity.dll 1 (6) I've been producing builds with this same project for many years without seeing these errors. The errors

Re: goofy question about audioClip

2017-12-01 Thread tbodine via use-livecode
I've found when an audio file sounds like white noise in Livecode, it can often be fixed by opening the file in an audio editor and re-exporting it with settings of 16-bit, 44100 Hz sample rate, mono. -- Tom B. -- Sent from:

Re: Anyone can confirm laggy IDE on Windows 10?

2017-11-24 Thread tbodine via use-livecode
On Win 10, I use LC 7.1.4 routinely and LC 8.1.x occasionally. In my experience, LC v7 runs as smoothly as it did on Windows 7. But LC 8.x is very hard to use with its slow script editor. Even dragging controls from the palette to the card is spotty. Fortunately, my major project codebase is in

Re: Autosaving stacks corrupted on network drives

2017-10-25 Thread tbodine via use-livecode
Thanks, Mark and Trevor, for those ideas. >>Mark wrote: Split the data out into a separate data file or better into a database  (because most databases use transactions, with greatly minimizes the  probability of corruption).  Does "databases use transactions" mean DBs don't rewrite the entire

Autosaving stacks corrupted on network drives

2017-10-24 Thread tbodine via use-livecode
Hi all. Looking for your insights on an issue. Here's the scenario.. I have a standalone Win/Mac app that autosaves user data to a stack file as the user moves from card to card. Typically, files reach sizes of 100-200k. Normally, this works great. But a couple of times a year, some user will

Re: AW: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread tbodine via use-livecode
T. Had a similar experience while migrating my site to https. What I found was my standalones were missing the revsecurity.dll external. After rebuilding those to include revsecurity.dll, the standalones were able to contact my site and access stacks and other files there without changing my

Re: Build a simple app on Android

2017-07-30 Thread tbodine via use-livecode
Is the security external part included in your Android app? You may need that external to reach an https url. (At least that's the case for desktop apps, if I'm not mistaken.) -- Tom Bodine -- View this message in context:

Re: play sound plays the wrong sound

2017-07-06 Thread tbodine via use-livecode
I believe the problem is the audio file settings. Open the file in an audio editor and save it again with bitrate of 16 and 44100 Hz. HTH, Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/play-sound-plays-the-wrong-sound-tp4716673p4716675.html Sent from

Re: Older version of LC vs Windows 10, app not responding

2017-06-20 Thread tbodine via use-livecode
Hi Geoff, You app worked for this same user in the past, but now does not... Did Windows 10 break it, or did the user migrate to another machine? Possible culprits could be the user's security software or IT policies that make your app untrusted. Is your app code-signed? Installed in an unusual

Re: Can't Sign App

2017-06-16 Thread tbodine via use-livecode
Seems Mac Sierra is more of a problem for codesigning that previous OSXes. Any help for you in this thread? http://runtime-revolution.278305.n4.nabble.com/Codesigning-issue-with-revxml-bundle-in-LC-8-tc4711443.html Tom B. -- View this message in context:

Developers Who Use Spaces Make More Money...

2017-06-16 Thread tbodine via use-livecode
" Developers Who Use Spaces Make More Money Than Those Who Use Tabs " according to Stack Overflow survey. So THAT's what I'm doing wrong. Tom B. -- View this message in context:

Re: LC Global - my experience

2017-06-16 Thread tbodine via use-livecode
+ 1! Much better experience compared to previous simulcast attendance. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LC-Global-my-experience-tp4715908p4715919.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Changes to Msg Path from LC 7 to 8?

2017-06-08 Thread tbodine via use-livecode
Thanks for the encouragement, Richard. Looks like I'll be doing the "Humility Workout" for quite some time. For future list searchers who might have this same symptom, I found the cause: One of my stack level scripts used "theme" as a parameter name, but apparently that's a reserved term that is

Re: Changes to Msg Path from LC 7 to 8?

2017-06-08 Thread tbodine via use-livecode
Another clue... If I use the message box to call any simple stack level handler, LC 8 changes that command to a put statement. Example: I type in msg box: zzShow -- a stack level handler Msg box changes my cmd to "put zzShow" and then puts "zzShow" in the output area. Tom -- View this

Changes to Msg Path from LC 7 to 8?

2017-06-08 Thread tbodine via use-livecode
Hi all. I am migrating a big project from LC 7.1.4 to LC 8.1.4, and hitting a wall right away. When my card scripts call stack level scripts directly, LC 8 throws a "can't find handler" error. (I confirmed that the defaultStack is my main stack.) LC 7 had no problem with this. Example: Card

Re: how to download an image

2017-06-04 Thread tbodine via use-livecode
Is this happening in a standalone or the IDE? A standalone would need revsecurity.dll for https. Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/how-to-download-an-image-tp4715487p4715503.html Sent from the Revolution - User mailing list archive at

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread tbodine via use-livecode
One way... if the focusedObject begins with "field" then put the focusedObject into tActiveField end if Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/on-tabKey-what-field-contains-the-blinking-curser-tp4714288p4714289.html Sent from the Revolution -

Re: AW: Which code signing authority?

2017-04-21 Thread tbodine via use-livecode
I've been using K Software's Comodo certs to sign Windows standalones and installers for at least five years. The support provided by the owner of K Software is quite good. (Example: http://certhelp.ksoftware.net/support/home ) Tom B. -- View this message in context:

Re: Suggestions for LiveCode (the company) to increase its revenue

2017-04-16 Thread tbodine via use-livecode
Code signing can be a major pain point. Adding code-signing features to Livecode (or in a supplemental tool) could be a selling point for Indy and Business license users. I pay about $50 annually for a third-party code-signing tool subscription on the Mac platform. LiveCode Ltd may able be able

Midi in LC on Windows and Mac

2017-04-14 Thread tbodine via use-livecode
Hi all. I'm looking for a Win/Mac method of sending and receiving midi key notes in Livecode without Quicktime. (I asked Thierry about this but his sunnYmidi external is Mac only.) Suggestions? Thanks, Tom B. -- View this message in context:

Re: nabble babble

2017-03-24 Thread tbodine via use-livecode
Thanks for that, James. Nice to be able to see who said what again. -- Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/nabble-babble-tp4713301p4713310.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Customer database stack for FastSpring, etc?

2017-03-23 Thread tbodine via use-livecode
Thanks, Richard. What you described will certainly work for future customer records. But my main challenge is to take many years of past data stored in tab-delimited spreadsheet files from various ecommerce vendors and bring all that data together in one place where it will be easily searched and

Customer database stack for FastSpring, etc?

2017-03-23 Thread tbodine via use-livecode
Hi Livecoders. Anyone know of a stack designed to import and manage customer data from ecommerce services such as FastSpring and Plimus? Thanks, Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Customer-database-stack-for-FastSpring-etc-tp4713278.html

Re: Windows 10 Screen resolution problem

2017-03-13 Thread tbodine via use-livecode
Hi, I tested your script on a Win10 Pro PC, primary screen size of 1920 x 1080, and the Resolution warning message did not fire. Tested in LC 7.1.4. Could it be your user has dual screens and the one the program opens on is set below your resolution threshold? Tom -- View this message in

Re: UI design problem

2017-03-05 Thread tbodine via use-livecode
Thanks Jim. Jim Lambert wrote > Presumably text in the field is editable by the user. > Therefore the field text cannot be locked and mousedowns will be used for > text selection rather than grabbing of the entire field, correct? > > Is the field user resizable? A right-click toggles the text

Re: UI design problem

2017-03-04 Thread tbodine via use-livecode
Dr. Hawkins via use-livecode wrote > pass mousedown "Pass mousedown" doesn't work here. (Message does not travel down to the image control below the field.) I used a send "mousedown" which does travel through, but what doesn't work then is the "grab image 'blah'" line in the mousedown handler

UI design problem

2017-03-04 Thread tbodine via use-livecode
Hi Livecoders. I am hoping you'll have some ideas for solving a UI design/coding problem. My app lets users create simple presentation screens, one per card. The user can import a picture and add a headline (text field) to the card. And since the user will sometimes want the text to be over the

Re: It looks like Director is Finally Dead

2017-01-28 Thread tbodine via use-livecode
Hey, Skip. I always loved your Director Podcast! Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/It-looks-like-Director-is-Finally-Dead-tp4711978p4712011.html Sent from the Revolution - User mailing list archive at Nabble.com.

RE: Idea about Norton

2017-01-23 Thread tbodine via use-livecode
Looks like we'd have to request user to disable or ignore both AV SW and Microsoft's Smartscreen (Win 8 and 10) before installation. As a Norton user myself, I just downloaded on Windows 10 a code signed test file of my own, and Norton's screens were less off-putting and more informative than

Re: Idea about Norton

2017-01-23 Thread tbodine via use-livecode
Or, NOT off-list. Tom -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Idea-about-Norton-tp4711879p4711882.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Idea about Norton

2017-01-23 Thread tbodine via use-livecode
Hi Graham. I wanted to float a rough idea off-list... Tell me what you think. If Norton faults our files for being new and not (yet) popular, perhaps we could generate a base of download activity ourselves to get over the threshold. Specifically, I'm thinking of an informal group of software

Re: AW: Boring but important - selling a download product for Windows

2017-01-23 Thread tbodine via use-livecode
Hi all. Here's what I've learned from many years of providing PC downloads: * Email attachments are heavily filtered and rightly so. Use this only as a last resort for delivery of a program. * These days, fewer people are willing to download a trial version, in part due to Norton, but also many