Manipulating PDF's

2024-02-16 Thread Ray Horsley via use-livecode
Greetings - after using launch document to launch a PDF file (using the default PDF viewer) is there any way to get a reference to the window it opened in, and then get and set the vScroll of that window? ___ use-livecode mailing list

Re: Get and Set the Scroll of a Datagrid

2016-06-07 Thread Ray Horsley
Mike, Klaus, that's it! Thank you very much. On 6/7/2016 4:19 PM, Klaus major-k wrote: Hi Ray, Am 08.06.2016 um 00:09 schrieb Ray Horsley <r...@linkit.com>: Does anybody know how to get and set the scroll of a datagrid? None of the dgProp handlers works, nor does plain ol

Get and Set the Scroll of a Datagrid

2016-06-07 Thread Ray Horsley
Does anybody know how to get and set the scroll of a datagrid? None of the dgProp handlers works, nor does plain old "get the vScroll of group MyGrid", which always returns 0 for some reason. Thanks a bunch for any help! ___ use-livecode mailing

Re: Nice to Meet You!

2015-08-17 Thread Ray Horsley
I know - but we sure enjoyed the weekend. On Aug 17, 2015 9:54 PM, Mark Wieder mwie...@ahsoftware.net wrote: On 08/17/2015 05:44 AM, Ray wrote: My wife and I are in Edinburgh over the weekend just to see Scotland's beautiful capital city. OMG! You're in Edinburgh during festival month and

Re: Invalid iOS SDK Bundle

2015-06-13 Thread Ray Horsley
I'm pretty sure there's an incompatability between the latest versions of MacOS, Xcode and Livecode 7.0.2. so I went ahead and filed a bug report. Thanks for your insight. Ray LinkIt! Software On Jun 14, 2015 12:33 AM, EED-wp Email proth...@earthednet.org wrote: You need to get xcode set up

Re: Passive Shell Commands

2013-10-09 Thread Ray Horsley
, Monte Goulding wrote: Use open process for neither Cheers Monte On 09/10/2013, at 8:19 AM, Ray Horsley wrote: I'm sending a shell command which is taking a long time. I'd like to send it in a way so scripts continue to run while the shell command runs in the background. I believe

Passive Shell Commands

2013-10-08 Thread Ray Horsley
I'm sending a shell command which is taking a long time. I'd like to send it in a way so scripts continue to run while the shell command runs in the background. I believe this is called 'passive mode', not sure. Anyway, any ideas? ___

Re: PDF to Image Conversion

2013-10-08 Thread Ray Horsley
a png or jpg can now? On Mon, Oct 7, 2013 at 3:05 PM, Ray Horsley r...@linkit.com wrote: This seems like such an old topic but I've yet to find a good solution. Quicktime works in a limited way and it's also a Mac only solution. Regarding cross platform solutions I believe Imagick requires

Re: Passive Shell Commands

2013-10-08 Thread Ray Horsley
Monte On 09/10/2013, at 8:19 AM, Ray Horsley wrote: I'm sending a shell command which is taking a long time. I'd like to send it in a way so scripts continue to run while the shell command runs in the background. I believe this is called 'passive mode', not sure. Anyway, any ideas? -- M E R

Re: Passive Shell Commands

2013-10-08 Thread Ray Horsley
Ahh! Now it's really working well. Monte, thanks. Very helpful. Ray On 10/8/2013 10:57 PM, Monte Goulding wrote: On 09/10/2013, at 1:45 PM, Ray Horsley wrote: First time using open process for me. Fascinating! Thanks Monte. Not quite sure on the write and read syntax. My original

PDF to Image Conversion

2013-10-07 Thread Ray Horsley
This seems like such an old topic but I've yet to find a good solution. Quicktime works in a limited way and it's also a Mac only solution. Regarding cross platform solutions I believe Imagick requires GhostScript which could present both licensing issues as well as a complicated installer

Inaccurate Android Setup Steps in Livecode's Tutorial

2013-09-24 Thread Ray Horsley
I'm attempting to follow these steps to set up my system for some Android dev work: http://lessons.runrev.com/s/lessons/m/2571/l/27385-how-do-i-become-an-android-developer-on-a-pc#!prettyPhoto The first is this link to install the Java SDK:

Re: Inaccurate Android Setup Steps in Livecode's Tutorial

2013-09-24 Thread Ray Horsley
Vaughn, Thanks for your response, although I'm sorry to hear you too are having trouble with this. Since my post I did find a different link to the Java SDK. Instead of using this link from Livecode's tutorial: http://www.oracle.com/technetwork/java/javase/downloads/index.html I tried this

Re: [OT] About the new movie on Steve Jobs

2013-09-24 Thread Ray Horsley
I saw this movie when it first came out. It struck me as incomplete since it concentrated so much on certain periods of Steve Jobs' life and skipped over others. On 9/24/2013 1:20 PM, Alejandro Tejada wrote: Hi all, How many of you have seen the more recent movie about Steve Jobs? The name

PDF's to PNG's on Windows 8

2013-09-18 Thread Ray Horsley
Sorry to bring this topic back up again but it seems there's no solution for this. Installing QuickTime on Windows does not display PDF's in a player object. This is odd since this works wonderfully on a Mac. Yrying to display PDF's in a browser object opens Adobe's Reader which, in Windows'

Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Ray Horsley
Many thanks for these suggestions! With PDF's being used so broadly does anybody else feel that this would be a worthwhile addition to Livecode? Imagine simply being able to read a PDF file into an array, or being able to write an array out to a file to create a PDF. On Sep 18, 2013, at 4:52

Import Snapshot from Player

2013-09-13 Thread Ray Horsley
I'm having problems doing this with 6.5 (dp 1) although there are no problems with the same script in 6.1.1. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Distributing an iOS App for Testing

2013-08-08 Thread Ray Horsley
Jackie, Do you have a trial version of AirLaunch? I've tried wrestling with MergExt which works in conjunction with TestFlight (which is the troublesome part) and I'm having no luck. I'd like to try AirLaunch and it sounds like the right tool since it doesn't depend on TestFlight. Thanks,

Distributing an iOS App for Testing

2013-08-07 Thread Ray Horsley
in Xcode 4.6.3. iTunes Connect seems to be interested only in gathering all the information for me to submit my app for approval in the store but I'm not there yet. Just need to get it onto somebody else's iPad for testing. Any help is greatly appreciated, Thanks, Ray Horsley LinkIt! Software

Re: Distributing an iOS App for Testing

2013-08-07 Thread Ray Horsley
through his site at: http://goulding.ws/ Ray Horsley LinkIt! Software On Aug 7, 2013, at 4:54 PM, Chris Sheffield wrote: Ray, Creating an ipa file is actually quite easy. It's just a zip archive (more or less) of your app bundle. There is a slight trick. Follow these steps

Re: Distributing an iOS App for Testing

2013-08-07 Thread Ray Horsley
Just bought it. Thanks for the link! On Aug 7, 2013, at 5:33 PM, Monte Goulding wrote: On 08/08/2013, at 7:20 AM, Chris Sheffield cmsheffi...@icloud.com wrote: Yes, if you're using TestFlight. Head to mergext.com, hit the Download link (you may have to create a free account first; I

Re: Adjusting Data Grid Column Width on an iPad

2013-06-28 Thread Ray Horsley
environment. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 6/27/13 10:54 AM, Ray Horsley r...@linkit.com wrote: Here's a good one - does anybody have any suggestions as to how make it easier, especially for users with fat fingers, to adjust column width

Adjusting Data Grid Column Width on an iPad

2013-06-27 Thread Ray Horsley
Here's a good one - does anybody have any suggestions as to how make it easier, especially for users with fat fingers, to adjust column width in a data grid on an iPad? I can do it but it usually takes me four or five tries and can it be a little frustrating. Increasing the size of the text,

Re: Is Snapshot Possible with Two Monitors?

2013-06-04 Thread Ray Horsley
: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour spaces. http://www.color-converter.com We have time for new software development projects. Contact me for a quote. On 3 jun 2013, at 23:03, Ray Horsley

Re: Is Snapshot Possible with Two Monitors?

2013-06-04 Thread Ray Horsley
I'm using Livecode 5.5.4 on a Mac running 10.7.5 and I get pretty weird results. If I create a new main stack, put a single button on the one and only card which issues import snapshot on mouseUp I can click it and get the crosshair cursor. But no matter where I drag open a rectangle nothing

Re: How Long is a Sound [Without Using Quicktime]?

2013-06-03 Thread Ray Horsley
Thanks Phil but I usually need everything to run at least on both Windows and Mac. On May 31, 2013, at 12:14 PM, Phil Davis wrote: On 5/31/13 2:16 AM, Ray Horsley wrote: You might be right Jackie. I'm not sure how to guess how many desktop systems there are without Quicktime installed so

Is Snapshot Possible with Two Monitors?

2013-06-03 Thread Ray Horsley
, Ray Horsley LinkIt! Software ___ 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: Is Snapshot Possible with Two Monitors?

2013-06-03 Thread Ray Horsley
://www.color-converter.com We have time for new software development projects. Contact me for a quote. On 3 jun 2013, at 23:03, Ray Horsley wrote: I'm running into a variety of issues designing a standalone which will import PDF's. If quicktime isn't installed it seems impossible

Re: How Long is a Sound [Without Using Quicktime]?

2013-05-31 Thread Ray Horsley
, 2013, at 5:37 PM, J. Landman Gay wrote: On 5/30/13 2:36 PM, Ray Horsley wrote: I know this is available with QuickTime using the CurrentTime and TimeScale properties but if the user doesn't have QuickTime installed I'd hate to be stuck. Are there any other ways to get the duration of an audio

Re: Point in Poly

2013-05-30 Thread Ray Horsley
Just a quick thanks to all those who took the time to contribute to this thread! Let of great ideas. On May 29, 2013, at 2:22 PM, J. Landman Gay wrote: On 5/29/13 11:33 AM, Roger Guay wrote: What a cool idea! I also wonder if blending will work? It does. In fact, when I need an opaque

Re: How Many Pages are in a PDF?

2013-05-30 Thread Ray Horsley
David - works like a charm. Richard, I imagine your method might work just as well. I'm just not that familiar with unix commands. Thanks! On May 29, 2013, at 1:26 PM, dfepst...@comcast.net wrote: 1 + (the duration of player myPlayerName)/ 75 David Epstein

How Long is a Sound [Without Using Quicktime]?

2013-05-30 Thread Ray Horsley
I know this is available with QuickTime using the CurrentTime and TimeScale properties but if the user doesn't have QuickTime installed I'd hate to be stuck. Are there any other ways to get the duration of an audio file? ___ use-livecode mailing list

How Many Pages are in a PDF?

2013-05-29 Thread Ray Horsley
Anybody know how to get this? I've tried loading the PDF into a player but this only gives me access to things in terms of time such as the TimeScale and the CurrentTime of the player. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Point in Poly

2013-05-29 Thread Ray Horsley
Is there a way to determine if a point is inside of a polygon graphic, and not necessarily inside the graphic's containing rectangle? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Drag and Drop

2013-05-10 Thread Ray Horsley
. Landman Gay wrote: On 5/9/13 7:03 PM, Ray Horsley wrote: At the end of the day I'm wondering if this should be reported as a bug. It seems like something is getting hooked in memory. It's weird that I can drag a file onto my Livecode stack (which is one large image control with the drag

Re: Drag and Drop

2013-05-10 Thread Ray Horsley
if it changes to the circle with a line through it even though you've got this in your card's script: on dragEnter set the dragAction to copy end dragEnter On May 10, 2013, at 11:55 AM, Alejandro Tejada wrote: Hi Ray, Ray Horsley-2 wrote [snip] The new thing I've discovered is I can

Drag and Drop

2013-05-09 Thread Ray Horsley
when I didn't change a thing. What am I missing to get drag/drop working consistently? Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Drag and Drop

2013-05-09 Thread Ray Horsley
Media, UX/UI Design On 5/9/13 12:42 PM, Richmond richmondmathew...@gmail.com wrote: On 05/09/2013 09:01 PM, Mark Wieder wrote: Ray Horsley ray@... writes: What am I missing to get drag/drop working consistently? You might also want to look at http://lessons.runrev.com/s

Page 2 of a PDF

2013-04-04 Thread Ray Horsley
I believe this has come up before but don't I see any way to convert page 2, page 3, etc. of a PDF to a PNG or JPEG via snapshot using either revBrowser or a player object. A browser object doesn't seem to display a specified page at all, and while I can manually scroll through a PDF using a

Re: LiveCode Player for 5.5

2012-03-23 Thread Ray Horsley
After giving this idea some further thought I wouldn't bet on it either. How would something like import snapshot be exported to HTML5? On Mar 22, 2012, at 3:44 PM, Richard Gaskin wrote: Ray Horsley wrote: I like the idea of HTML5 export, too. Me too, but although translating layout

Re: LiveCode Player for 5.5

2012-03-23 Thread Ray Horsley
the famous comment Give the lady what she wants? We've got to make sales and if the client wants software that runs in a browser we can either argue with her or make the sale and move on. Obviously the latter of these is by far preferable. Ray Horsley LinkIt! Software On Mar 22, 2012, at 3

Reverting to 5.0.2

2012-03-23 Thread Ray Horsley
I've saved a stack in 5.5 but now I'd like to open it in 5.0.2 which doesn't recognize it as a stack. I can open it in 5.5 and save it in legacy but that takes me all the way back to 2.7 with an unknown number of feature losses. Any suggestions? Thanks, Ray Horsley LinkIt! Software

Re: Reverting to 5.0.2

2012-03-23 Thread Ray Horsley
Many thanks guys! On Mar 23, 2012, at 3:01 PM, Mark Schonewille wrote: Hi, You're right. 2.7 is the format used since 2.7 (which was finally released as 3.0 IIRC) and now the new format is 5.5. Before 2.7 it was 2.4. I don't remember being unable to open a 2.4 stack with any version

LiveCode Player for 5.5

2012-03-22 Thread Ray Horsley
I've always downloaded the plugin at: http://revweb.runrev.com/ This gives me version (R9) which does not run standalones built for Web in Livecode 5.5. Is there another site to get the LiveCode player which will run standalones built in 5.5? Thanks, Ray Horsley LinkIt! Software

Re: LiveCode Player for 5.5

2012-03-22 Thread Ray Horsley
-in was updated the last time! Well... Am 22.03.2012 um 16:27 schrieb Mark Schonewille: Ray, no. -- Best regards, Mark Schonewille On 22 mrt 2012, at 17:18, Ray Horsley wrote: I've always downloaded the plugin at: http://revweb.runrev.com/ This gives me version (R9) which does not run

Re: LiveCode Player for 5.5

2012-03-22 Thread Ray Horsley
Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za On 22 mrt 2012, at 17:44, Ray Horsley wrote: So building standalones for Web has been discontinued for quite some time now in LiveCode? ___ use-livecode mailing

Re: LiveCode Player for 5.5

2012-03-22 Thread Ray Horsley
the majority of us Livecoders are doing nothing more than writing mobile apps? Ray Horsley LinkIt! Software On Mar 22, 2012, at 12:05 PM, Bob Sneidar wrote: There was some discussion about this in the past, and a lot of people seemed to think that making people install a plugin to run a web

Revlet Basics

2012-03-21 Thread Ray Horsley
. As I recall there was some editing of the html necessary to link files up. Is that what's missing? Thanks, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Passkey in 5.5.0

2012-03-19 Thread Ray Horsley
Create a new stack in 5.5.0 and the passKey property comes back as true. I'm not sure what that means since I thought passKeys were empty until set. Setting the passkey to the also no longer seems to unlock the stack. Anything new going on here? Thanks, Ray Horsley LinkIt! Software

Passkey in 5.5.0

2012-03-19 Thread Ray Horsley
deleted or modified. The Inspector and Code buttons in the Rev toolbar are also disabled opening the 5.0.2 created stack in 5.5. Thanks, Ray Horsley LinkIt! Software Begin forwarded message: From: Ray Horsley r...@linkit.com Date: March 19, 2012 11:52:06 AM CDT To: How to use LiveCode use

Unusual Way

2012-02-22 Thread Ray Horsley
of the monitor that would definitely constitute an unusual way to close a program. But seriously, anybody have any ideas on this? Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Unusual Way

2012-02-22 Thread Ray Horsley
likely the second. Dar On Feb 22, 2012, at 12:28 PM, Ray Horsley wrote: From time to time I get an error report from users using my Windows standalone which displays this: Runtime Error! [path to the .exe] This application has requested the Runtime to terminate it in an unusual

Re: Settings Scripts from a Script in a Standalone

2012-02-04 Thread Ray Horsley
Jackie, Thanks once again for your time on this. Very clear now. By the way, it seems like a minor things but what do those other numbers after the commas mean? Thanks, Ray Horsley LinkIt! Software On Feb 3, 2012, at 9:42 PM, J. Landman Gay wrote: On 2/3/12 9:23 PM, Ray Horsley wrote

Re: Settings Scripts from a Script in a Standalone

2012-02-04 Thread Ray Horsley
Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za On 4 feb 2012, at 16:24, Ray Horsley wrote: Jackie, Thanks once again for your time on this. Very clear

Idle Messages to Hidden Stacks

2012-02-04 Thread Ray Horsley
is not working because other handlers in stacks I have no control over are flushing events. Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Idle Messages to Hidden Stacks

2012-02-04 Thread Ray Horsley
Phil, Thanks for these two ideas. I hadn't thought of the 'wait... with messages' command. I think I'll experiment with that since it seems a little less sticky. Ray Horsley LinkIt! Software On Feb 4, 2012, at 2:25 PM, Phil Davis wrote: Hi Ray, It seems your only choices are (1) put

Settings Scripts from a Script in a Standalone

2012-02-03 Thread Ray Horsley
ideas? Ray Horsley LinkIt! Software ___ 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: Settings Scripts from a Script in a Standalone

2012-02-03 Thread Ray Horsley
Horsley LinkIt! Software On Feb 3, 2012, at 4:45 PM, J. Landman Gay wrote: On 2/3/12 5:32 PM, Ray Horsley wrote: I've just noticed that in 5.0.2 a line in an idle handler script which sets the script of another stack is now failing. There's nothing in the result when it fails, although I do

Help with API Methods

2012-01-20 Thread Ray Horsley
an hour a day for at least a month at which time our work could go in any number of different directions. Anybody interested/available? Ray Horsley LinkIt! Software 1-877-546-5484 ext. 1226 ___ use-livecode mailing list use-livecode@lists.runrev.com

could not find a valid Identity to use for the selected profile

2011-12-21 Thread Ray Horsley
Anybody know how to jump through this hoop when saving an iOS app? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: could not find a valid Identity to use for the selected profile

2011-12-21 Thread Ray Horsley
and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sales http://qery.us/1bq Start selling Color Converter today. 20% commission! On 22 dec 2011, at 00:22, Ray Horsley wrote: Anybody know how

Go cd 500

2011-12-20 Thread Ray Horsley
Here's a relatively basic one but still perplexing. If card 2 in a stack of 2 cards is named a number, 500 for example, how can you go to it in a script if you only have the card's name? ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Go cd 500

2011-12-20 Thread Ray Horsley
Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sales http://qery.us/1bq Start selling Color Converter today. 20% commission! On 21 dec 2011, at 03:24, Ray Horsley wrote

Script Editor Keyboard Shortcuts

2011-09-18 Thread Ray Horsley
Anybody know how to change these? For example, Run, F5 on Windows, is command-shift-period on the Mac. That's kind of inconvenient for a frequently used choice, but it seems nearly impossible to change it. Thanks, Ray Horsley LinkIt! Software

Re: Script Editor Keyboard Shortcuts

2011-09-18 Thread Ray Horsley
No, not the Finder in Mac. I mean the script editor window when you flag a script to pause on a specified line and then you begin stepping through it to debug it. Thanks, Ray Horsley LinkIt! Software On Sep 18, 2011, at 9:47 AM, Richmond Mathewson wrote: On 09/18/2011 06:38 PM, Ray Horsley

Re: Script Editor Keyboard Shortcuts

2011-09-18 Thread Ray Horsley
referring to? Thanks, Ray Horsley LinkIT! Software On Sep 18, 2011, at 10:34 AM, Colin Holgate wrote: I wonder if you'll get further with the question now than you did then: http://lists.runrev.com/pipermail/use-livecode/2009-October/129024.html Historically speaking, command-shift-period makes

Re: Script Editor Keyboard Shortcuts

2011-09-18 Thread Ray Horsley
of the script editor window (which I never use and could possibly begin to like). Honestly though, wouldn't it be nice if there were a section in the Script Editor Preferences area of the IDE which allowed for the personalization of keyboard shortcuts? What do you think? Ray Horsley LinkIt! Software

UTF-8

2011-09-11 Thread Ray Horsley
Hi all. Does Livecode have a way to handle UTF-8 encoding and decoding? Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: UTF-8

2011-09-11 Thread Ray Horsley
a mighty river just by dropping in a stone.What does the Latin root turbare mean as used in the word disturbed? Can I operate on this entire chunk of html text or do I need to dig out pieces like You#x2019;ve and uniDecode them? Many thanks, Ray Horsley LinkIt! Software On Sep 11, 2011, at 4

Launching Applications on a Remote Server

2011-07-10 Thread Ray Horsley
Does anybody have any experience with the Launch command to launch an app on a remote server? I imagine this could be done, possible via a php script. Thanks, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com

RE: Livecode Crashes with Image Source Set to a URL

2011-05-20 Thread Ray Horsley
center. Not that i did that, because interrupting a set of a imagesource does sometimes crash, unfortunately i haven't been able to reproduce it, so i didn't report it. try to download your images into files, then showing those files in your image object. On 20 May 2011, at 01:10, Ray Horsley

RE: Livecode Crashes with Image Source Set to a URL

2011-05-20 Thread Ray Horsley
for controlling radio buttons. Just tested after deselecting 'radiobehavior'. No crash. On 19 May 2011 16:10, Ray Horsley r...@linkit.com wrote: Chris, Definitely a cool thing - DropBox. Here's the link: http://dl.dropbox.com/u/29743466/Test.LiveCode I'll also put the same stack on my own

RE: Livecode Crashes with Image Source Set to a URL

2011-05-20 Thread Ray Horsley
...@lists.runrev.com] On Behalf Of J. Landman Gay Sent: Thursday, May 19, 2011 9:54 PM To: How to use LiveCode Subject: Re: Livecode Crashes with Image Source Set to a URL On 5/19/11 5:50 PM, Ray Horsley wrote: Hugh, Thanks for your ideas but this unfortunately doesn't work. I meant to mention that I've tried

RE: Livecode Crashes with Image Source Set to a URL

2011-05-20 Thread Ray Horsley
Hugh, Very interesting! Are you sure you gave it a good try? I have to work it a bit to get it to crash. Usually trying different speeds of click-click-click-click without regard as to what I see on screen. Nonetheless, I think downloading/importing the images and setting the imageSource to

Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
Greetings, I've created a simple stack of 3 cards with Prev and Next buttons to navigate through them. Each card has a single field with a single character whose imageSource is set to a URL, for example: http://linkit.com/Schools/ETS%20Items/ETS%20Item%20Bank/ETS10Q1/01%20Full%20

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
for it from the DropBox menu. (PC and Mac) If you don't want to install it on your computer, you can just use the web interface. ~ Chris Innanen ~ Nonsanity On Thu, May 19, 2011 at 1:31 PM, Richard Gaskin ambassa...@fourthworld.comwrote: Ray Horsley wrote: OK. I've never tried including

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
(techincally) is a good thing to do unless there is a good reason not to do so. Hugh Senior FLCo Ray Horsley r...@linkit.com wrote: I've created a simple stack of 3 cards with Prev and Next buttons to navigate through them. Each card has a single field with a single character whose

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
19, 2011 2:40 PM To: How to use LiveCode Subject: Re: Livecode Crashes with Image Source Set to a URL He would need the link to it right? Bob On May 19, 2011, at 11:31 AM, Ray Horsley wrote: Chris, Cool download - Dropbox. I believe I've set it up right. Do you see my stack

RE: Datagrid Column Resizing Message

2011-05-12 Thread Ray Horsley
Molly's Revenge http://www.mollysrevenge.com On Wed, May 11, 2011 at 7:12 PM, Ray Horsley r...@linkit.com wrote: Does anybody know what message is sent, and where I can trap for it, when a user manually resizes a column by dragging the border between column headings with the double arrow cursor

RE: Datagrid Column Resizing Message

2011-05-12 Thread Ray Horsley
Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of zryip theSlug Sent: Thursday, May 12, 2011 7:41 AM To: How to use LiveCode Subject: Re: Datagrid Column Resizing Message On Thu, May 12, 2011 at 1:14 PM, Ray Horsley r...@linkit.com

RE: Datagrid Column Resizing Message

2011-05-12 Thread Ray Horsley
Molly's Revenge http://www.mollysrevenge.com On Thu, May 12, 2011 at 4:14 AM, Ray Horsley r...@linkit.com wrote: Pete, Thanks for your response but I'm not having any luck with this. I've tried the following short script: on layoutControl param1 put 1 into tmp end layoutControl

Datagrid Column Resizing Message

2011-05-11 Thread Ray Horsley
Does anybody know what message is sent, and where I can trap for it, when a user manually resizes a column by dragging the border between column headings with the double arrow cursor? Thanks, Ray ___ use-livecode mailing list

RE: TextShift

2011-04-04 Thread Ray Horsley
. Landman Gay Sent: Tuesday, March 29, 2011 10:37 PM To: How to use LiveCode Subject: Re: TextShift On 3/29/11 6:37 PM, Ray Horsley wrote: Somehow on of our users ended up with a character in a field with a textShift value of mixed. I thought this value had to be a negative or positive integer

Convert Color JPEG to Black and White

2011-04-04 Thread Ray Horsley
Can this be done in LiveCode? If not, anybody have a utility to do so? Thanks, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

TextShift

2011-03-29 Thread Ray Horsley
Somehow on of our users ended up with a character in a field with a textShift value of mixed. I thought this value had to be a negative or positive integer (or zero). Anybody know how such a value got there? Thanks, Ray ___ use-livecode

RE: Datagrid Column Highlighting

2011-03-23 Thread Ray Horsley
colors like you can with rows. You should see if he will include a new script to hilite a single column (if that is even possible). Bob On Mar 22, 2011, at 10:38 AM, Ray Horsley wrote: I can't seem to figure out how to stop a datagrid's behavior from sorting the entire grid each time a user

Datagrid Column Highlighting

2011-03-22 Thread Ray Horsley
I can't seem to figure out how to stop a datagrid's behavior from sorting the entire grid each time a user clicks a column heading. I would much rather have the column highlighted after the user clicks it instead of sorting. Anybody know how to set this? Thanks, Ray

Editing a Cell in a Datagrid

2011-03-02 Thread Ray Horsley
Greetings, LiveCode's datagrid seems kind of sticky to me. I'm simply trying to open up any given cell for editing without obligating the user to double-click it. I'm not having any luck with the commands from the tutorials such as EditFieldText, EditValue, EditKey and EditKeyOfIndex.

Editing a Cell in a Datagrid

2011-03-02 Thread Ray Horsley
Please disregard. I got it! (One of those embarrassing little oversights) Thanks, Ray ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Answer and Ask Dialogs

2011-03-01 Thread Ray Horsley
they appear on screen when opened? Thanks, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

RE: Answer and Ask Dialogs

2011-03-01 Thread Ray Horsley
AM, Ray Horsley wrote: I know I should probably use a stack of my own for these but I've been using the 'answer' and 'ask' commands so long that it's become a daunting task to swap them all out for something else. Anyway, anybody know where these stacks reside so I can alter

Keystrokes Running in Background

2011-02-21 Thread Ray Horsley
Anybody know of a way to trap for keystrokes when a standalone is running as a service. I'm using Fire Daemon on Windows 7. I'm trying to write a simple app which launches programs on pre-defined keystrokes. Thanks, Ray Horsley LinkIt! Software

RE: Keystrokes Running in Background

2011-02-21 Thread Ray Horsley
I agree. This will be for my own personal use only. But does this actually work even when the stand alone is not the active applications? Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com

RE: Keystrokes Running in Background

2011-02-21 Thread Ray Horsley
Chris, Many thanks! Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity Sent: Monday, February 21, 2011 3:12 PM To: How to use LiveCode Subject: Re: Keystrokes Running

Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
Typing bullets on a Mac is a simple option-8 (I believe) while on Windows it's option-0149. However, type this in Livecode's script editor window and you end up with the blinking insertion point jumping all over the place, which can be quite aggravating. Anybody have any ideas? Thanks, Ray

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
release the option key after typing the 9. I actually get the bullet but at some random location, not where I started. Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of dunb...@aol.com

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
ideas what the key combo is would you? Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mike Bonner Sent: Wednesday, February 09, 2011 11:22 AM To: How to use LiveCode Subject

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
9, 2011 11:21 am Subject: Re: Bullets in Script Editor Window Just tried it here, is working for me so I have a stupid question. If you're using the keypad, is your numlock on? On Wed, Feb 9, 2011 at 9:03 AM, Ray Horsley r...@linkit.com wrote: Craig, It works fine on my Mac, too. I'm only

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
LiveCode Subject: Re: Bullets in Script Editor Window I wonder if you can trap for alt-8 just for windows, issue a command to type numtochar(149) and pass everything else? Bob On Feb 9, 2011, at 7:19 AM, Ray Horsley wrote: Typing bullets on a Mac is a simple option-8 (I believe) while

Sharing an iPad Standalone

2011-02-07 Thread Ray Horsley
I understand the only way of posting an app for others to download is through Apple's app store. Anybody know where I can get the procedure to do this. Thanks, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode

  1   2   >