Re: Downloads - Immodest Proposal

2017-04-12 Thread Charles Szasz via use-livecode
Curry, What is the link to your website store? The link I have currently have is out dated. Thanks for your time! Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Windows 10 Screen resolution problem

2017-03-12 Thread Charles Szasz via use-livecode
I posted the following year but never received a solution: An user reported seeing a screen resolution dialog in one of my programs that requests a screen resolution of 1024x768 be used. The problem is that the user reportedly is using a screen resolution of 1920x1080. She is using Windows

Re: Windows 10 Screen resolution problem

2017-03-13 Thread Charles Szasz via use-livecode
Tom, Thanks for your suggestion! No, she has a laptop. No dual monitors. I think the program is Microsoft's Clear Fonts that the user can set. Sent from my iPhone ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: RIP Dan Shafer

2017-06-22 Thread Charles Szasz via use-livecode
I am so sorry to hear about Dan passing. I met him at a Rev conference in Monterey, California, which he organized. I also purchased three of his Rev PDF books. I still use them when I need help. Dan certainly was great promoter of Rev and would be in a Rev hall of fame if there was one.

64 bit desktop apps

2017-06-07 Thread Charles Szasz via use-livecode
Apple announced that the next MacOS operation system after High Sierra will only support 64 bit desktop apps. What version of LC supports creating 64 bit apps? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Screen Resolution for Desktop Apps

2017-12-16 Thread Charles Szasz via use-livecode
I only code for desktop apps and do not do mobile apps. I have been setting the minimum resolution required for my app when they are launched. This is not a problem on Macs but it is a real problem for Windows 10 users. Since I will be compiling new apps with LC 6.9 due to its resolution

Re: Screen Resolution for Desktop Apps

2017-12-16 Thread Charles Szasz via use-livecode
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 and 1280x800. Sent from my iPad

Re: Screen Resolution for Desktop Apps

2017-12-16 Thread Charles Szasz via use-livecode
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? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Screen Resolution for Desktop Apps

2017-12-16 Thread Charles Szasz via use-livecode
Richmond, I am using LC 6.7 because it is the most stable version of the 6 series. LC versions after 6.1.3 all have resolution settings. I had some Windows 10 users reporting difficulty in setting the screen resolution to run my apps. Hence, my question about setting the minimum screen

Re: Screen Resolution for Desktop Apps

2017-12-16 Thread Charles Szasz via use-livecode
Andy, Interesting stats! Thanks for sharing! I set the screen resolution. Some of my users have small laptops which are limited to a vertical resolution of 768. Recently I have been setting required resolution to 1280x768 to accommodate them. So, my question about screen resolution for

Re: Screen Resolution for Desktop Apps

2017-12-18 Thread Charles Szasz via use-livecode
Jacqueline I am referring to the Hi-DPI scaling that was introduced in LC 6.5 that allows stacks to be automatically scaled to match the system display setting. I am not using 6.5 but using 6.7.11 instead. I am assuming that this works with the user's setting when they use your app. I set

Re: Screen Resolution for Desktop Apps

2017-12-18 Thread Charles Szasz via use-livecode
Jacqueline, Thanks for your comments! I really would like to know if others have use the Hi-DPI scaling setting and how it worked for them. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Copying text in boxes to clipboard

2017-12-07 Thread Charles Szasz via use-livecode
I have a table made up of boxes that has test names and their scores. I want the user to be able to copy the table with the test names and scores to the clipboard. Then the user can paste the table into a word processing document. Can this be done using LC 6.9? I have tried grouping then and

Re: Copying text in boxes to clipboard

2017-12-07 Thread Charles Szasz via use-livecode
Thanks for responding to my LC problem. The fields have their showBorder set to true. There are 14 test name fields and 14 score fields. The fields are coded to be visible when they have content. I am not using a dataGrid. How do code to these many fields to the clipboard? Sent from my

Re: Copying text in boxes to clipboard

2017-12-08 Thread Charles Szasz via use-livecode
Craig, I have tried the method you suggested. It does yield decent results but I was hoping for better quality. This is why I was trying to utilize the clipboard using text directly rather than a graphic. Sent from my iPad ___ use-livecode mailing

Re: Copying text in boxes to clipboard

2017-12-08 Thread Charles Szasz via use-livecode
I have 14 fields for subtest names named test1, test2, test3,..test14 and another 14 fields for scores named score1, score2, score3,..score14. They are all associated with different tests. Some tests will have all 14 subtests and scores while others will have only have one subtest and one

Re: Copying text in boxes to clipboard

2017-12-08 Thread Charles Szasz via use-livecode
Dunbar, I tried using screenshots but they are graphic and lack the quality you would want. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Copying text in boxes to clipboard

2017-12-08 Thread Charles Szasz via use-livecode
David, I think your programming approach is a good idea and may be the solution to my problem. Do you have a sample stack you could send me to look at? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Copying text in boxes to clipboard

2017-12-08 Thread Charles Szasz via use-livecode
I am only using export snapshot as a “last resort” due to the quality of the graphic it creates. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Copying text in boxes to clipboard

2017-12-08 Thread Charles Szasz via use-livecode
Hi Jacque, I want to duplicate the borders of the fields in copying the fields to the clipboard. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Listfield Questions

2018-06-18 Thread Charles Szasz via use-livecode
Brahmanathaswami, Thanks for tour script suggestion! But I am not sure what it does! You give postImage in the script. Does this script have anything to with images? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Listfield Questions

2018-06-15 Thread Charles Szasz via use-livecode
Thanks Richard for your help. Unfortunately, using keyboard arrow keys may hilite a line but it does not put a value associated with the line into an input field. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Listfield Questions

2018-06-14 Thread Charles Szasz via use-livecode
Does anybody know how to script a listfield to hilite a line using arrow keys on the keyboard? Also, how do you save a hilited line in a listfield? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Custom Combo Box

2018-01-09 Thread Charles Szasz via use-livecode
Does anyone have the Custom Combo Box sample stack that was created by Jerry Daniels? It was cited in an old revUp article (Issue 87, March 4, 2010). I thought I had downloaded it from Jerry when he wrote the article but I could not find it. Thanks for your time! Sent from my iPad

Re: Custom Combo Box

2018-01-09 Thread Charles Szasz via use-livecode
Thanks Richmond! Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Recommend Directory for Installation of Windows Apps

2018-08-23 Thread Charles Szasz via use-livecode
Paul, Thanks very much! Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Recommend Directory for Installation of Windows Apps

2018-08-23 Thread Charles Szasz via use-livecode
I am would to know what is the recommended directory for installing Windows apps. I have been using the Program Data folder for a long time. This was the recommended directory when I started making apps. I am particular concerned about installing apps on Windows 10. Thanks for your time!

Re: WordReport Help

2018-04-11 Thread Charles Szasz via use-livecode
Hi Phil, Thanks for your input! The data tag was working before this anomaly occurred. The text in the data tag is just regular text. The font is Times New Roman. The text and formatting were not changed in the data tag. I am hoping that someone who uses WordReport can give me insight on

WordReport Help

2018-04-10 Thread Charles Szasz via use-livecode
I am having difficulty with a data tag in WordReport. I am using LC 6.1.3. How do you keep a data tag from inserting an extra line after the data tag? I have one data tag that keeps inserting an extra line before a non-data tag line. The data tag has a cr immediately after it. When a Word

Code Signing Problem on Mac

2018-04-25 Thread Charles Szasz via use-livecode
Somehow my Developer ID Application and Developer ID Installer Certificates keys were deleted. When I reset them from X Code, keys are created for 3rd Party, which are for submission to Apple's App Store for the Mac. My previous keys were for distribution of desktop apps outside Apple's App

Xcode 10.2 and High Sierra

2020-01-25 Thread Charles Szasz via use-livecode
Matthias, Can I use XCode 10.2 on High Sierra? I don’t want to update to Mojave just yet. And I do want to use notarization with my apps. I am using LC 9.6.0 DP2. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com

Xcode 10.2 and High Sierra

2020-01-25 Thread Charles Szasz via use-livecode
Matthias, Can I use XCode 10.2 on High Sierra? I don’t want to update to Mojave just yet. And I do want to use notarization with my apps. I am using LC 9.6.0 DP2. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Xcode 10.2 and High Sierra

2020-01-26 Thread Charles Szasz via use-livecode
Matthias, What version of macOS did you use in your tutorial with Xcode 10.2. You must used Mojave since XCode 10.2 will not run on High Sierra. Has anyone successful use XCode 10.1 with High Sierra to notarize apps for Mojave and Catalina? Sent from my iPad

Installing ltool

2020-01-24 Thread Charles Szasz via use-livecode
Bob, can I use XCode 10 with High Sierra? _ Sent from http://runtime-revolution.278305.n4.nabble.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Unable to install "altool"

2020-01-24 Thread Charles Szasz via use-livecode
For the past three days, I have been trying to install “altool” for notarization. I am using a Mac with High Sierra installed and LC 9.6.0 DP2. I have Xcode 9.4.1 installed on my computer. I have also set up a two step authentication with my Apple Developer Account and the required

LC 9.6.0 DP2

2020-02-17 Thread Charles Szasz via use-livecode
Has anyone noticed that LC 9.6.0 DP2 creates 32 bit Windows standalones that are not compatible with Windows XP? The standalones did not have the screen resolution checkbox checked. Sent from my iPad ___ use-livecode mailing list

LC 9.6.0 DP2

2020-02-18 Thread Charles Szasz via use-livecode
Mark, I also been using AppWrapper. It made notarizing Mac programs fairly easy to do once you set up app specific passwords and two step authentication in addition to certificates. Sent from my iPad ___ use-livecode mailing list

LC 9.6.0 DP2

2020-02-18 Thread Charles Szasz via use-livecode
Richard, Thanks for your reply regarding Windows XP. Currently I use LC 6.1.3 to build apps for Windows XP. So this is not a problem. I am using LC 9.6.0 to build Mac 64 bit desktop apps. I have not yet tried building Windows 64 bit apps for the other Windows variants. Sent from my iPad

LC 9.6.0 DP2

2020-02-18 Thread Charles Szasz via use-livecode
Richard, I have been a member of the LC community since roughly 2003. I have not seen the notes on LC 9.6.0 DP2. My main focus has been on updating my apps to 64 bit Mac desktop apps and conquering notarizing my apps. I was not concern and not surprised about Windows XP support. I will end

LC 9.6.0 DP 2 Question

2020-01-15 Thread Charles Szasz via use-livecode
I just started using LC 9.6.0 DP 2. Since it is a developer preview, I save my changes by using Save As. When I used Save As with a different stack name, I get several options for the stack format. What is the recommended stack format so you can continue to use LC 9.6.0 DP 2. with the

Special Paste

2020-05-28 Thread Charles Szasz via use-livecode
Both Apple's Pages and Microsoft’s Word software have key commands for pasting text into an existing document to match the current formatting (font). How do you script to accomplish this when copying text to the clipboard in a button so the user does not have to use keyboard commands? Sent

Embedded PDFs in Windows Menu

2023-12-31 Thread Charles Szasz via use-livecode
I have found that a method I use (proposed by LC tech support a few years ago to embed PDFs in a Windows menu (using custom properties) does not work in LC 9+. It does work on a Mac. Anybody have solution for this problem? Sent from my iPad ___