Re: use-livecode Digest, Vol 251, Issue 19
Heather, Please send a new password so I can access LC Create. I know you are really busy. So, when you have time please me a new password. Also, I looked forward to receiving estimates of LC program work. Thanks! Sent from my iPad > On Aug 21, 2024, at 10:01 AM, use-livecode-requ...@lists.runrev.com wrote: > > Send use-livecode mailing list submissions to >use-livecode@lists.runrev.com > > To subscribe or unsubscribe via the World Wide Web, visit >http://lists.runrev.com/mailman/listinfo/use-livecode > or, via email, send a message with subject or body 'help' to >use-livecode-requ...@lists.runrev.com > > You can reach the person managing the list at >use-livecode-ow...@lists.runrev.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of use-livecode digest..." > > > you can find the archives for this list at: > > http://lists.runrev.com/pipermail/use-livecode/ > > and search them using this link: > > https://www.mail-archive.com/use-livecode@lists.runrev.com/ > > > Today's Topics: > > 1. LiveCode Create 1.0 dp-2 released with engine level JSON > (Heather Laine) > > > -- > > Message: 1 > Date: Wed, 21 Aug 2024 16:36:57 +0100 > From: Heather Laine > To: How to use LiveCode > Subject: LiveCode Create 1.0 dp-2 released with engine level JSON > Message-ID: <7a2efc3a-2103-454e-ad64-372e089ca...@livecode.com> > Content-Type: text/plain;charset=utf-8 > > Hi Folks, > > We're pleased to announce a new release of LiveCode Create, dp-2. In this > release the major feature is new, improved, engine level JSON, available to > Create Cloud, Create Native and the embedded Create Classic option within > Create Native. To learn more about the JSON improvements, go here: > > https://future.livecode.com/dp2-json/ > > On the engine side, this release brings: > >? saving a standalone for web now works when using a Universal license in > Create's Classic mode >? modifying strings in array elements is now substantially faster >? there is a new is a sequence operator which returns true for arrays > which have keys 1, ..., N >? there is a new is a numeric sequence operator which returns true for > arrays which have keys -M, ..., N >? the combine command now sorts arrays which return true for is a numeric > sequence in (ascending) numeric order >? there are a new family of as operators which convert a value to a > given type, and throw an error if they cannot be, e.g. tVar as a number > converts 100 >? there are new fast and accurate json encoding and decoding functions > jsonEncode and jsonDecode >? to support roundtripping values through json using the new functions, it > is now possible to mark an array as preferring to be a dictionary (maps to > JSON object) or preferring to be a sequence (maps to JSON array) using as a > dictionary or as a sequence operators >? the existing JSON Library functions JsonImport and JsonExport have been > reimplemented using the builtin engine support and as such are substantially > faster > > On the Create IDE side, this is just a short list of some of the bugs we have > addressed: > >? Logging out on web no longer causes a hang >? Empty layouts no longer generated after exiting without saving >? Non user placed objects no longer appear in the project browser >? The color picker editor no longer accepts incorrectly formatted colors >? Icons on the left bar should now accurately reflect the opened state of > the related palette >? Pressing enter or return key in a dialog field no longer causes a hang > > Many more issues have been sorted, and we're eagerly looking forward to to > DP-3 which will squish many more. > > For purchasers, this release is now available from your LiveCode account, > under the "LiveCode Create" tab. It has been pushed to the Cloud so the web > version is already running dp-2. Not got it yet? Go here: > > https://future.livecode.com/buy > > Best Regards, > > Heather > > Heather Laine > Customer Services Manager > LiveCode Ltd > www.livecode.com > > > > > > > -- > > Subject: Digest Footer > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-livecode > > > -- > > End of use-livecode Digest, Vol 251, Issue 19 > * ___ 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
Extracting test scores from a PDF
I came a web app that can extract test scores from a PDF and insert them into an app. Can LC do the same thing? 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
Encrypted text files
Is there a reliable method to encrypt a text file using LC? I have an app that generates text files and wanted encryption to my app. 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
Embedded PDFs in Windows Menu
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 ___ 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
Special Paste
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 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
LC 9.6.0 DP2
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 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
LC 9.6.0 DP2
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 my support for Windows XP at the end of June. I am still looking forward to creating 64 bit Windows apps. 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
LC 9.6.0 DP2
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 ___ 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
LC 9.6.0 DP2
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 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: Xcode 10.2 and High Sierra
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 ___ 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
Xcode 10.2 and High Sierra
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 Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Xcode 10.2 and High Sierra
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 Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Installing ltool
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 manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Unable to install "altool"
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 App-Specific Password for the app. The notarization is for an app outside Apple App Store. I renewed my AppWrapper 3 subscription but it will not notarized my 64 bit app due to the error message in Console: unable to find utility “altool” I have tried the following commands in Terminalwhere all unsuccessful: xcode-select-install xcode-select -install xcode-select -r I read Matthias’ excellent lesson but there was no mention of how to install altool. I hope someone has a solution for this. Charles Szasz csz...@me.com ___ 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
LC 9.6.0 DP 2 Question
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 stacks? Please note that I am not trying to save the LC 9.6.0 DP 2 with Save As for stack compatibility with previous versions of LC. 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
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
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! 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: Listfield Questions
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 Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Listfield Questions
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 visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Listfield Questions
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 subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Code Signing Problem on Mac
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 Store for the Mac. I have never submitted any apps for Apple's App Store. I have tried many times to change the keys to outside distribution but so far I have been unsuccessful. Can anybody give give me a step by step procedure to create Developer ID Application and Developer ID Installer Certificates keys for website deployment of Mac desktop apps? 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 manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: WordReport Help
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 this problem. There are a few general rules in the WordReport for data tags but no suggestions to aid in resolving this type of problem. Since WordReport uses brackets for the data tags, I am guessing that it is using merge in creating a Word document. I never used merge in any of my projects. So, this problem could be possibly related to merge. I paid Curry for the initial WordReport template. Curry was very helpful in setting up the template for WordReport. It worked on a consistent basis for a few days until yesterday. I am thinking that Word for the Mac may be the culprit. I used Word for Mac in adding a data tag to the template. But no other changes were made to the template. I am going to try Word for Windows today to see if this will fix the problem. Curry indicated that he does not think Word for the Mac is the problem, however. But I am pretty sure Curry used Word for Windows in creating the data tags in the template. 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
WordReport Help
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 document is created, the cr is moved to the next line creating an extra line. I have look at formatting but cannot figure how to fix the problem. 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: Custom Combo Box
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
Custom Combo Box
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 ___ 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: Screen Resolution for Desktop Apps
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 subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Screen Resolution for Desktop Apps
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 most of my desktop apps to a minimum of a 1280x768 screen resolution in order to launch and run my apps. I had some Windows 10 users complained of not being able to run my apps although their screen resolution is higher than the required 1280x768. In the past I had recommended that they adjust their ClearType font setting to resolve this problem. I think that the Hi-DPI scaling is responsible for this problem. This is why I thought THAT using LC 6.9.11 the Hi-DPI scaling might resolve this problem. What do you think is the best way to resolve this problem? 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: Screen Resolution for Desktop Apps
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 to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Screen Resolution for Desktop Apps
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 ___ 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: Screen Resolution for Desktop Apps
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 your apps is a vital question. 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: Screen Resolution for Desktop Apps
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 resolution for my apps. So, do I need to set the screen resolution of my apps if I am using a version of LiveCode that has a resolution setting? 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
Screen Resolution for Desktop Apps
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 setting, is it a good idea to no longer require a a minimum resolution for desktop apps? 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: Copying text in boxes to clipboard
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 subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Copying text in boxes to clipboard
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 url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Copying text in boxes to clipboard
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 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: Copying text in boxes to clipboard
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 subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Copying text in boxes to clipboard
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 preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Copying text in boxes to clipboard
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 score. The test names and scores are all the same length. I greatly appreciate your willingness to help me. I have been dealing with this problem for a month or so. If you need more information, please let me know. 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: Copying text in boxes to clipboard
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 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
Copying text in boxes to clipboard
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 taking a screenshot but I want better quality than a screenshot. 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: RIP Dan Shafer
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. 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
64 bit desktop apps
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 this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Downloads - Immodest Proposal
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 manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Windows 10 Screen resolution problem
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 to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Windows 10 Screen resolution problem
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 10. I am using LC 6.1.2 and use the following code in my app stack: on checkForScreenSize IF the platform is "win32" then if item 3 of the screenRect < 1024 or item 4 of the screenRect < 768 then answer error "The Assistant software requires a minimum 1024x768 screen resolution. Please check your Control Panel." with "OK" quit end if end if if the platform = "MacOS" then if item 3 of the screenRect < 1024 or item 4 of the screenRect < 768 then answer error "The Assistant software requires a minimum 1024x768 screen resolution. Please check your Display Preferences." with "OK" quit end if end if end checkForScreenSize Has anybody encountered this problem with Windows 10? 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: A bug but is there a workaround?
Mark, I have my print stack set for formatForPrinting. 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
A bug but is there a workaround?
I have a script for moving text from a text field to my app to a print card. The text at the end of the first sentence runs into the beginning of text of the second sentence when printing on Windows on LiveCode 6.1.3 I send the following problem to LC tech support and I got a message this is a bug and they believe that there is a workaround but they don’t recall what the workaround. Here is my script for moving text from a text field to a print stack: set the spaceAbove of line 1 of field "C4" of card "page 4" of stack "Report" to 28 set the spaceAbove of line 1 of field "C5" of card "page 4" of stack "Report" to 28 put field "c1" into field "C1" of card "page 4" of stack "Report" put field "c2" into field "C2" of card "page 4" of stack "Report" put field "c3" into field "C3" of card "page 4" of stack "Report" put field "c4" into field "C4" of card "page 4" of stack "Report" put field "c5" into field "C5" of card "page 4" of stack "Report" put field "c7" into field "C7" of card "page 4" of stack "Report" Does anyone have a workaround for LC 6.1.3 to fix my problem? Charles Szasz csz...@me.com ___ 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
Problem with Saving file in App on Windows 7
I created an app using LC 6.1.3 that runs on Windows. The Save function for saving text files works on XP and 10 and other variants of Windows except for Windows 7. Does anyone have any suggestions how to fix this problem? 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
Special Paste
I having been trying to implement Paste and Match Style found on Pages app and also on Word, which is called Paste Special, where the text contents of the clipboard are pasted into a document that matches the existing font and font style in the document. I searched the Rev and LC archives and could not find any examples. Does anyone have a script for this? Charles Szasz csz...@mac.com ___ 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: Setting menuHistory of a group of option buttons
Paul, Thanks for your suggestion! I have two groups of four option buttons. I wanted the first group of four option buttons when selected to reset the menuHistory of the other four option buttons. I grouped both sets into two group hoping that a group script for the first set would accomplish this task. I also wanted the same thing to occur when the second set of option buttons were selected that the first group of option buttons would be reset. I wanted to avoid putting a lot of code into my switch statements for each group because there are a lot of switch statements. Any other suggestions? I was really surprised that a group script would not accomplished this 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
Setting menuHistory of a group of option buttons
Does anyone know how to set the menuHistory of a group of option buttons? I have tried several scripts without any success. 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
Screen Resolution Dialog problem with Windows 10
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 10. I am using LC 6.1.2 and use the following code in my app stack: on checkForScreenSize IF the platform is "win32" then if item 3 of the screenRect < 1024 or item 4 of the screenRect < 768 then answer error "The Assistant software requires a minimum 1024x768 screen resolution. Please check your Control Panel." with "OK" quit end if end if if the platform = "MacOS" then if item 3 of the screenRect < 1024 or item 4 of the screenRect < 768 then answer error "The Assistant software requires a minimum 1024x768 screen resolution. Please check your Display Preferences." with "OK" quit end if end if end checkForScreenSize Has anybody encountered this problem with Windows 10? Charles Szasz csz...@mac.com ___ 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: Licensing Problems
David, Thanks for your comments! Do you do a manual activation for each month for licensing? 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
Licensing Problems
Has anybody encountered Indy licensing problems? My Indy license does not expire until July or August of 2017. I can no longer use LC 6.1.2 or 6.1.3 due message that my license has expired! LiveCode has acknowledge there is a problem but has not yet fix this problem. I am reluctant to use higher LC versions based on my experience with LC 6.6.5, which was recommended by tech support as a stable version of LC. I found that 6.6.5 leaks memory, which makes it untenable for my projects. 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: Launching a PDF file stored within a desktop app
Paul, Thanks! I will try you script in one of my projects. 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: Launching a PDF file stored within a desktop app
Roger, How well does printing does the printing work on Windows and Mac? 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
Launching a PDF file stored within a desktop app
Has anyone come up with a script to launch a PDF that is a file within a desktop app? I was thinking of including a PDF Help file within an app. 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: Special Paste
But I am using LC 6.1.3. 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: Special Paste
Peter, Does this script work with LC 6.1.3? 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
Special Paste
I having been trying to implement Paste and Match Style found on Pages app and also on Word, which is called Paste Special, where the text contents of the clipboard are pasted into a document that matches the existing font and font style in the document. I searched the Rev and LC archives and could not find any examples. Does anyone have a script for this? 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: Clipboard problem with Word and LC
Jacque, This clipboard problem also occurs with Microsoft Word on Windows 8. And, paste special in both Open Office and Word does not change the results of pasting into a document on Windows XP and 8. 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
Clipboard problem with Word and LC
I have been struggling with a font/clipboard problem for four days. The following script works great on the Mac (Yosemite) and LC 5.5.5 placing text from a field “preview” onto to a clipboard and then pasted into a word processing document. The type of font and font size is set from the font menu in an option button. But on Windows XP and Windows 8 the Windows app continues to give a Tahoma font and 9 point size font for all of the fonts when pasted into the Windows version of Open Office. I check the clipBoardData with the following command in the message box on both Mac and Windows versions of LC 5.5.5: put keys(the clipBoardData) which yielded: styles rtf unicode text So there is styled text on the clipboard. Here is the button script for adding the contents of field “preview” to the clipboard. Please note I tried both RTF and htmlText code but neither worked in Windows on mouseUp if field "preview" <> "" then set the clipboardData to empty set the clipboardData["RTF"] to the RTFText of field "preview" --set the clipboardData["html"] to the htmlText of field “preview” This gives the same results as RTF else answer information "You have no completed form to add to the clipboard." end if end mouseUp I also an option font menu for field “preview” with the following script: on menuPick pItemName switch pItemName case "Select Font and Font Size for MSE in Document" set the textFont of field "preview" to "Arial" set the textSize of field "preview" to "12" break case "Arial - 10 point" set the textFont of field "preview" to "Arial" set the textSize of field "preview" to "10" break case "Arial - 11 point" set the textFont of field "preview" to "Arial" set the textSize of field "preview" to "11" break case "Arial - 12 point" set the textFont of field "preview" to "Arial" set the textSize of field "preview" to "12" break case "Georgia - 10 point" set the textFont of field "preview" to "Georgia" set the textSize of field "preview" to "10" break case "Georgia - 11 point" set the textFont of field "preview" to "Georgia" set the textSize of field "preview" to "11" break case "Georgia - 12 point" set the textFont of field "preview" to "Georgia" set the textSize of field "preview" to "12" break case "Palatino - 10 point - Mac only" set the textFont of field "preview" to "Palatino" set the textSize of field "preview" to "10" break case "Palatino - 11 point - Mac only" set the textFont of field "preview" to "Palatino" set the textSize of field "preview" to "11" break case "Palatino - 12 point - Mac only" set the textFont of field "preview" to "Palatino" set the textSize of field "preview" to "12" break case "Tahoma - 10 point" set the textFont of field "preview" to "Tahoma" set the textSize of field "preview" to "10" break case "Tahoma - 11 point" set the textFont of field "preview" to "Tahoma" set the textSize of field "preview" to "11" break case "Tahoma - 12 point" set the textFont of field "preview" to "Tahoma" set the textSize of field "preview" to "12" break case "Times New Roman - 10 point" set the textFont of field "preview" to "Times New Roman" set the textSize of field "preview" to "10" break case "Times New Roman - 11 point" set the textFont of field "preview" to "Times New Roman" set the textSize of field "preview" to "11" break case "Times New Roman - 12 point" set the textFont of field "preview" to "Times New Roman" set the textSize of field "preview" to "12" break case "Verdana - 10 point" set the textFont of field "preview" to "Verdana" set the textSize of field "preview" to "10" break case "Verdana - 11 point" set the textFont of field "preview" to "Verdana" set the textSize of field "preview" to "11" break case "Verdana - 12 point" set the textFont of field "preview" to "Verdana" set the textSize of field "preview" to "12" break end switch end menuPick I also viewed LC business academy short lesson on clipboard but it does not provide any clues on how to solve this problem. In fact, it actually takes text from a Word (Mac) document and then pastes it into a LC field, which is not the same thing here. I would appreciate any help to solve this problem. Sent from my iPad
Re: Text Flow
Mike, Thanks for bring your library to my attention! I definitely take a look at it and try it. 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: Text Flow
Thanks Jim and Berd! I will try your script suggestions later today after work! 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: Text Flow
Yes, you are correct about what I am trying to accomplish. I tried using formattedTextHeight in several scripts, which did not work. I would appreciate any specific scripts you may have that I could try. 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
Text Flow
I have been experiencing with different methods in attempts to take information that is in memory and put it in two or more fields when the initial field is filled. So far I have been unsuccessful. I tried various suggestions that I found in the Rev archives but none of them work. Has anybody found a solution to this that they could share? 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
iPad Submissions
At this juncture, what is the most reliable LC that can be employed to meed Apple’s requirements for entry into the App store? I have never submitted an iPad app and have been using LC 5.5.5 for developing my desktop applications. Charles Szasz csz...@mac.com ___ 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: QT and LC 5.5.5; Which LC should I update to?
Dean, Thanks! 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
QT and LC 5.5.5; Which LC should I update to?
I am currently using 5.5 to make Mac apps that do not employ QT. I am also started using App Wrapper 3. I noticed that each app that I code signed for the Mac I have to always to designate not to include QT as an exec. I received emails from Sam Rowland, the creator of App Wrapper about this problem. He pointed out that the version of LC (5.5.5) has QT wired into this version. He suggested that since QT has been depreciated in OS X and depends on Carbon that this will crash Mac apps. Although I have yet to have an app crash on Mavericks, which I used for development, I am concerned about this issue. So here is my question: Which LC version should I update to that is stable and does not depend on Carbon? Again, I am not interested in QT or AV Foundation since I do not use these in my apps. 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: Code signing Windows apps on a Mac Dilemena
Tom, I tried this process again. Using Safari, I downloaded the coding certificate to my download folder on the Mac. Now, how I export the certificate to my Windows XP using Safari? Charles Szasz csz...@mac.com ___ 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: Code signing Windows apps on a Mac Dilemena
Tom, I followed your directions. I exported using KeyChain to the Parallels applications folder. There I sent the file to my documents folder. The file already had a .pdx extension. I then launched the Ksoftware Utility and open my documents folder. However, it did not show up in the Open menu. And .Pfx was selected as the type of file. Anymore suggestions? Charles Szasz csz...@mac.com ___ 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: Code signing Windows apps on a Mac Dilemena
Matthias, I am going to try it now. Thanks! Charles Szasz csz...@mac.com ___ 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: Code signing Windows apps on a Mac Dilemena
Tom, I don’t know. But how do I recognize the certificate in my Keychain? Is in Certificates or My Certificates? I found the following in the Certificates folder: Comodo RSA Certification Authority Comodo RSA Code Signing CA Comodo SHA-256 Client Authentication and secure Email CA Is the last one the one I should export? All of the certificates are a bit confusing to recognize. Charles Szasz csz...@mac.com ___ 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: Code signing Windows apps on a Mac Dilemena
Thanks for responding to my request. I used Safari on my computer. I will try your suggestion after church. Thanks again! Sent from my iPhone ___ 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
Code signing Windows apps on a Mac Dilemena
I saw the posting on Rev listserv about code signing on Windows 7. I finally broke down and purchased a windows code signing certificate last Friday from Comodo. It took several days to complete the process. I tried using Ksoftware’s utility on the Windows XP partition on my Mac but it cannot access the certificates. I could see the certificates in my Keychain. Any suggestions how I can code sign my Windows app? Charles Szasz csz...@mac.com ___ 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: [OT?] Legitimising a developer as a 'publisher' in Windows 7
Bob, I saw your posting on Rev listserv. I got my windows code signing certificate last Friday from Comodo. I tried using Ksoftware’s utility on the Windows XP partition on my Mac but it cannot access the certificates. Any suggestions? Charles Szasz csz...@mac.com ___ 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
Rev 5.5.5 question
Are Apps created for Windows using Rev 5.5.5 32 bit or 64 bit? If apps are 32 bit, what does the user do if he is running a 64 bit Windows operating system? And, what stable version of LiveCode do I need to use to create a 64 bit app? Charles Szasz csz...@mac.com ___ 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
LC 5.5.0 and Yosemite
Can I run LC 5.5.0 on Yosemite? Also, can I make desktop apps for Yosemite with LC 5.5.0? 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: Any way to do this?
Kay, I tried your suggestion. This works if your are pasting within LC but it does not paste into a document. By the way, I am using groups and not images. So I modified your script as follows: on mouseUp copy group id 20412 and group id 20413 end mouseUp Any other suggestions? Charles Szasz csz...@mac.com ___ 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: Any way to do this?
Terry, Thanks! I will try your suggestion later this evening after I get home from work. Thanks again! 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: Any way to do this?
Terry, Thanks for responding to my posting! I want the images to be stored as separate images so they be pasted into a document as separated images. 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
Any way to do this?
I have an app that allows the user to click on four buttons for adding eight images on four different cards to a clipboard. Any there anyway to program it so that the user would only have to press one button for the eight images to be put on 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 subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Apps on Flash Drive Advice
Thanks everybody for your advice on apps running on a flash drive! 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: Apps on Flash Drive Advice
Al I have not tried or even thought of that. Is there a script that you can use for windows that would automatically do that for the user when he double-clicks on the exe file on the flash drive? Any scripts you can suggest would be greatly appreciated! 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
Apps on Flash Drive Advice
I have an app that was designed to run on the desktop on school computers, which are mostly windows based. However, the app may have to run on flash drive because of administrator's issues. I know I will have to disable preferences that I had for the desktop version. I have already tried my app on a flash drive with a school computer. It runs but seems a bit slow. Any advice on how to maximize the performance of an app running on a flash drive? 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: Open App/file
Colin, Thanks! I will check it out. I have a PDF manual in the same folder as my app and I want to include the manual as a menu item that could open by either Acrobat Reader on Windows oryx Preview on OS X. 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: Open App/file
Colin, What is the path when a PDF document is with your app? 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
Text disappearing in edit field
I discovered last week after posting my problem with disappearing text that was preference script was causing the problem. Thanks for your email! 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
Text in an edit field disappears after opening a substack
I am using LC 5.5.5. I have a substack (“Grade”) that is launched when the user goes from one edit field to the next field. The substack has a grade option button that inserts a grade in the second field. After the user enters text in the first field and goes to the next field, the text in the first field is cleared as the substack appears. This is my script for the second edit field that launches the substack: on openField if field "grade2" is empty then go stack "Grade" end if end openField This is the script for the substack: on preOpenCard set the label of button "grade" to "Select Grade" set the backgroundColor of this card to 202,202,202 end preOpenCard There is no script in the first field. Has anyone encounter this problem? Charles Szasz csz...@mac.com ___ 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
Convert a scrolling field to PDF
I have a scrolling that I use for printing in my app. How do you save a scrolling field as a PDF? Or is this possible? 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: Using an internal file for PDF for manual
Francis, Thanks so much for your suggestions! I will take a look at SKIM. 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: Using an internal file for PDF for manual
Larry, I tried that script earlier (without the script for Ok button) before I posted a message for help. It did not work. In the standalone settings, I added the PDF Manual as a file to my settings. I will go back and see why it did not work. 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: Using an internal file for PDF for manual
Larry, How did you script this for windows? 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
Using an internal file for PDF for manual
I have added a PDF file to my app. I want to show the PDF manual using the user's PDF application Preview on the Mac and Acrobat Reader on Windows. So far I have unable to use the Launch Document because of not knowing the path for a PDF added to the app. Does anybody know how to script to show a PDF manual from a menu? 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
Problem solved!
Please disregard my previous posting. The disappearing text was due to preferences being loaded for the main stack, which was easily fixed. 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
Text in edit field disappears after opening substack.
I am using LC 5.5.5. I have a substack ("Grade") that is launched when the user goes from an edit field to the next edit field. The substack has a grade option button that is programmed to insert a grade in the second field. I have no script in the first field. When the substack is launched the text in the first field disappears. This is my script in the second field: On openfield If field "grade2" is empty then go stack "grade" end if End openField Has anybody run into this problem? Does anybody has a solution to this problem? Sent from my iPhone 4S! ___ 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: [ANN] Looking for Proof Reader
Mark I would be happy to help with proofreading your book. 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: Numbering of lines in a field
Andrew, Thanks for your script suggestion! I have a few lines that have tabs. When I included your suggestion in my script, I get the following below: CHC Accommodations: 1. Stress the following factors, when designing instructional activities: (a) Use vocabulary that the student understands. (b) Use clear, concise language. (c) Allow time for the student to process information, by providing pauses between key information or concepts. (d) Keep sentences relatively short, and refrain from using complex sentence structure. (e) Check often for understanding. 1. Encourage the student to ask questions, or request clarification, when understanding is lacking. 2. Allow the student to consult with a peer helper, to assist with retention of information. Which presents another problem. What change would I need so that the numbering of lines continues sequentially after lines that only have tabs (see below)? CHC Accommodations: 1. Stress the following factors, when designing instructional activities: (a) Use vocabulary that the student understands. (b) Use clear, concise language. (c) Allow time for the student to process information, by providing pauses between key information or concepts. (d) Keep sentences relatively short, and refrain from using complex sentence structure. (e) Check often for understanding. 2. Encourage the student to ask questions, or request clarification, when understanding is lacking. 3. Allow the student to consult with a peer helper, to assist with retention of information. Charles Szasz csz...@mac.com ___ 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: Numbering of lines in a field
Mark, I added your function to my project and it works great! I have some lines that have tabs in them. How can I modify your function so that it does not count lines if there is a tab in a line in addition to lines having “CHC”? Charles Szasz csz...@mac.com ___ 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: Numbering of lines in a field
Hi Mike! I am sorry to be vague. When I sent the email I was just leaving for work and made my email very short. Your script does work now. I did not set up the function correctly which caused my problem. Thanks so much! Charles Szasz csz...@mac.com ___ 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