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 ___

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

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, 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 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-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

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

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

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
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

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

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: 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

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

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

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

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: 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

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-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
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
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-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

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: 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: 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
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 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
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
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-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

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: 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

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

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

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: A bug but is there a workaround?

2016-12-24 Thread Charles Szasz
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:

A bug but is there a workaround?

2016-12-23 Thread Charles Szasz
quot;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"

Problem with Saving file in App on Windows 7

2016-10-28 Thread Charles Szasz
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 ___

Special Paste

2016-10-24 Thread Charles Szasz
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

Re: Setting menuHistory of a group of option buttons

2016-06-21 Thread Charles Szasz
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

Setting menuHistory of a group of option buttons

2016-06-21 Thread Charles Szasz
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

Screen Resolution Dialog problem with Windows 10

2016-03-31 Thread Charles Szasz
olution. 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-l

Re: Licensing Problems

2016-02-14 Thread Charles Szasz
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

Licensing Problems

2016-02-14 Thread Charles Szasz
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

Re: Launching a PDF file stored within a desktop app

2016-02-04 Thread Charles Szasz
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:

Launching a PDF file stored within a desktop app

2016-02-03 Thread Charles Szasz
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

Re: Launching a PDF file stored within a desktop app

2016-02-03 Thread Charles Szasz
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:

Re: Special Paste

2015-11-17 Thread Charles Szasz
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:

Re: Special Paste

2015-11-17 Thread Charles Szasz
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

Special Paste

2015-11-16 Thread Charles Szasz
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

Re: Clipboard problem with Word and LC

2015-10-16 Thread Charles Szasz
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

Clipboard problem with Word and LC

2015-10-15 Thread Charles Szasz
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

Re: Text Flow

2015-09-16 Thread Charles Szasz
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:

Re: Text Flow

2015-09-16 Thread Charles Szasz
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

Text Flow

2015-09-15 Thread Charles Szasz
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

Re: Text Flow

2015-09-15 Thread Charles Szasz
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

iPad Submissions

2015-06-29 Thread Charles Szasz
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

Re: QT and LC 5.5.5; Which LC should I update to?

2015-02-27 Thread Charles Szasz
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?

2015-02-25 Thread Charles Szasz
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

Re: [OT?] Legitimising a developer as a 'publisher' in Windows 7

2015-02-15 Thread Charles Szasz
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

Code signing Windows apps on a Mac Dilemena

2015-02-15 Thread Charles Szasz
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

Re: Code signing Windows apps on a Mac Dilemena

2015-02-15 Thread Charles Szasz
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

Re: Code signing Windows apps on a Mac Dilemena

2015-02-15 Thread Charles Szasz
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

Re: Code signing Windows apps on a Mac Dilemena

2015-02-15 Thread Charles Szasz
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

Re: Code signing Windows apps on a Mac Dilemena

2015-02-15 Thread Charles Szasz
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

Re: Code signing Windows apps on a Mac Dilemena

2015-02-15 Thread Charles Szasz
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

Rev 5.5.5 question

2015-02-08 Thread Charles Szasz
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

LC 5.5.0 and Yosemite

2014-10-24 Thread Charles Szasz
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

Re: Any way to do this?

2014-10-09 Thread Charles Szasz
? 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?

2014-09-22 Thread Charles Szasz
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

Any way to do this?

2014-09-21 Thread Charles Szasz
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

Re: Any way to do this?

2014-09-21 Thread Charles Szasz
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

Re: Apps on Flash Drive Advice

2014-08-28 Thread Charles Szasz
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:

Apps on Flash Drive Advice

2014-08-27 Thread Charles Szasz
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

Re: Apps on Flash Drive Advice

2014-08-27 Thread Charles Szasz
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

Re: Open App/file

2014-08-26 Thread Charles Szasz
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:

Re: Open App/file

2014-08-26 Thread Charles Szasz
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

Text disappearing in edit field

2014-08-13 Thread Charles Szasz
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

Text in an edit field disappears after opening a substack

2014-08-12 Thread Charles Szasz
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

Re: Using an internal file for PDF for manual

2014-08-09 Thread Charles Szasz
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:

Convert a scrolling field to PDF

2014-08-09 Thread Charles Szasz
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

Using an internal file for PDF for manual

2014-08-08 Thread Charles Szasz
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

Re: Using an internal file for PDF for manual

2014-08-08 Thread Charles Szasz
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:

Re: Using an internal file for PDF for manual

2014-08-08 Thread Charles Szasz
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

Text in edit field disappears after opening substack.

2014-08-06 Thread Charles Szasz
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

Problem solved!

2014-08-06 Thread Charles Szasz
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

Re: Numbering of lines in a field

2014-05-03 Thread Charles Szasz
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

Re: Numbering of lines in a field

2014-05-03 Thread Charles Szasz
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

Re: [ANN] Looking for Proof Reader

2014-05-03 Thread Charles Szasz
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:

Re: Numbering of lines in a field

2014-04-28 Thread Charles Szasz
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

Numbering of lines in a field

2014-04-27 Thread Charles Szasz
the words of line i in field recommendations then put i . space before line i of field recommendations end if end repeat Any suggestions? Charles Szasz csz...@mac.com ___ use-livecode mailing list use-livecode

Printing a RTF file saved as a custom properties of a stack

2014-04-23 Thread Charles Szasz
to / put the uRtFile of stack “My stack into tRTFdata 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

Re: Printing a RTF file saved as a custom properties of a stack

2014-04-23 Thread Charles Szasz
“coding” and not the nicely formatted text document I wanted. 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

  1   2   3   >