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 lis

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

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" wrote: > You need to get xcode set up before messing with pro

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" 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 you're only

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 use-livecode@list

RE: Datagrid Column Resizing Message

2011-05-12 Thread Ray Horsley
nuals/datagrid Pete Molly's Revenge <http://www.mollysrevenge.com> On Wed, May 11, 2011 at 7:12 PM, Ray Horsley 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 > colu

RE: Datagrid Column Resizing Message

2011-05-12 Thread Ray Horsley
--Original 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 wro

RE: Datagrid Column Resizing Message

2011-05-12 Thread Ray Horsley
column got resized! Pete Molly's Revenge <http://www.mollysrevenge.com> On Thu, May 12, 2011 at 4:14 AM, Ray Horsley wrote: > Pete, > > Thanks for your response but I'm not having any luck with this. I've > tried the following short script: > > on layout

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 Bank/06%2

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
. On Thu, May 19, 2011 at 11:28 AM, Ray Horsley wrote: > 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

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
Crashes with Image Source Set to a URL Ray Horsley wrote: > OK. I've never tried including attachments on the list before but > here it is. Your attachment was stripped from the message before delivery to the subscribers, because this list doesn't allow attachments. You'll have t

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
or 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 wrote: > Ray Horsley wrote: > >> OK. I've never tried including att

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
eCode 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? > > Thanks, &g

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
re also not unlocking messages, which (techincally) is a "good thing to do" unless there is a good reason not to do so. Hugh Senior FLCo Ray Horsley 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

RE: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Ray Horsley
s.runrev.com] On Behalf Of Bob > Sneidar > Sent: Thursday, May 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 Ho

RE: Livecode Crashes with Image Source Set to a URL

2011-05-20 Thread Ray Horsley
he quality 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, a

RE: Livecode Crashes with Image Source Set to a URL

2011-05-20 Thread Ray Horsley
x27;? this is usually only used for controlling radio buttons. Just tested after deselecting 'radiobehavior'. No crash. On 19 May 2011 16:10, Ray Horsley wrote: > Chris, > > Definitely a cool thing - DropBox. Here's the link: > > http://dl.dropbox.com/u/29743466/Tes

RE: Livecode Crashes with Image Source Set to a URL

2011-05-20 Thread Ray Horsley
-boun...@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

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 the

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

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
out pieces like "You’ve" and uniDecode them? Many thanks, Ray Horsley LinkIt! Software On Sep 11, 2011, at 4:14 PM, Mark Schonewille wrote: > Hi Ray, > > Yes. To display UTF8, you need to convert it to UTF16 before setting the > unicodeText of a field. You can also conv

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

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,

Re: Script Editor Keyboard Shortcuts

2011-09-18 Thread Ray Horsley
keyboard is the Play button you're 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

Re: Script Editor Keyboard Shortcuts

2011-09-18 Thread Ray Horsley
top 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 LinkI

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 Pleas

Re: Go cd 500

2011-12-20 Thread Ray Horsley
/qery.us/1bq Start selling Color Converter > today. 20% commission! > > On 21 dec 2011, at 03:24, Ray Horsley wrote: > >> 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

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: http://lists.runrev.com/mailman/lis

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

2011-12-21 Thread Ray Horsley
> > Mark Schonewille > > 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 >

Help with API Methods

2012-01-20 Thread Ray Horsley
ut 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.runre

Settings Scripts from a Script in a Standalone

2012-02-03 Thread Ray Horsley
4)&"" into line 2 of tmpScript put "end myHandler into line 3 of tmpScript set the script of stack "Panels" to tmpScript Any ideas? Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runr

Re: Settings Scripts from a Script in a Standalone

2012-02-03 Thread Ray Horsley
Ray 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 not

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 wr

Re: Settings Scripts from a Script in a Standalone

2012-02-04 Thread Ray Horsley
gt; Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Software 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 &

Idle Messages to Hidden Stacks

2012-02-04 Thread Ray Horsley
in X seconds 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 yo

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

Unusual Way

2012-02-22 Thread Ray Horsley
of broccoli sprouting out 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.runr

Re: Unusual Way

2012-02-22 Thread Ray Horsley
>> 2. There is a problem with the realtime C library used to build an external >> or even LiveCode. Perhaps there is a mismatch of some sort. >> >> After some consideration, I think it is more likely the second. >> >> Dar >> >> >> On

Distributing an iOS App for Testing

2013-08-07 Thread Ray Horsley
one by "archiving" my app 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 grea

Re: Distributing an iOS App for Testing

2013-08-07 Thread Ray Horsley
#x27;m unable to find it searching 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. T

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 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 can't remember) and

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

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 prefe

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

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: http://www.oracle.com/technetwork/java/javase/downloa

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

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? ___ use-livecode

Re: PDF to Image Conversion

2013-10-08 Thread Ray Horsley
ike a png or jpg can now? On Mon, Oct 7, 2013 at 3:05 PM, Ray Horsley 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 Gh

Re: Passive Shell Commands

2013-10-08 Thread Ray Horsley
a command to start the conversion? On 10/8/2013 6:00 PM, 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

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 ori

Re: Passive Shell Commands

2013-10-09 Thread Ray Horsley
/8/2013 6:00 PM, 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 backg

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

Passkey in 5.5.0

2012-03-19 Thread Ray Horsley
27;t be created 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 > Date: March 19, 2012 11:52:06 AM CDT > To: How to

Revlet Basics

2012-03-21 Thread Ray Horsley
he standalone revlet show up. 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

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

Re: LiveCode Player for 5.5

2012-03-22 Thread Ray Horsley
the year when the plug-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

Re: LiveCode Player for 5.5

2012-03-22 Thread Ray Horsley
m > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > 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 standal

Re: LiveCode Player for 5.5

2012-03-22 Thread Ray Horsley
owsers today. Does this mean 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

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

Re: LiveCode Player for 5.5

2012-03-23 Thread Ray Horsley
that shoe salesman in New York who made 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 preferabl

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 L

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

Dragging Lines in a Field

2010-11-22 Thread Ray Horsley
Greetings, Seems pretty simple, just want to drag line 5 up and drop it where line 3 is so lines 3 and 4 become lines 4 and 5. There's got to be a way to do this without a whole lot of building coordinates, etc. anybody? Thanks, Ray Horsley LinkIt! Sof

RE: Dragging Lines in a Field

2010-11-22 Thread Ray Horsley
Dunbar, Thanks for this encouragement. I was hoping for a simple setting which I believe we should have, but I can give this a try. Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On

LiveCode for Windows has stopped working

2010-12-15 Thread Ray Horsley
happens on both Mac and Windows. If I remove any one of the cards it no longer crashes. I test this by holding down the control (command on Mac) and 3 keys to move as quickly as possible through the cards, although clicking a 'Next Cd' type of button also crashes LiveCode. Ideas or suggesti

Printing and RevBrowser

2011-01-14 Thread Ray Horsley
Greetings, Anybody know how to work this with 'open printing' or even better, with with 'open printing to PDF'? My main goal is to suppress the print dialog window for each call in a repeat loop to revBrowserPrint. Thanks, Ra Horsley LinkIt! Software __

PDF to JPEG

2011-01-18 Thread Ray Horsley
Anybody know of a way to convert a single PDF file (with multiple pages) to multiple JPEG files? Thanks, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

RE: PDF to JPEG

2011-01-19 Thread Ray Horsley
Sorry, I should have mentioned that I need to do this from within LiveCode. Any other suggestions? Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Richmond Sent: Wednesday

RE: PDF to JPEG

2011-01-19 Thread Ray Horsley
I've looked briefly at Roger Eller's suggestion: http://www.freedownloadscenter.com/Business/Document_Management_Tools/e_PDF_ PDF_To_Thumbnail_Converter.html I'll try hooking into this via the shell function. Hopefully that'll split these up for me. Thanks, Ray Hors

RE: PDF to JPEG

2011-01-19 Thread Ray Horsley
Andy, Thanks for these steps. Unfortunately they don't work so well on Windows 7 (all I have installed is Microsoft XPS Document Writer) but in any event I really need something I can use in scripts. Thanks, Ray -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:

RE: PDF to JPEG

2011-01-20 Thread Ray Horsley
Andy, Thanks for this suggestion. Several other guys on the list also think this is the best route. I'm looking into ImageMagick now. Ray -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of AndyP Sent: Thursday, Jan

RE: PDF to JPEG

2011-01-21 Thread Ray Horsley
ne supports Password Protected PDF files; 3. PDF to Thumbnail Command Line can specify any resolution from 10 to 1200 dpi in the generated image files; ... and more... ~Roger > Sorry, I should have mentioned that I need to do this from within LiveCode. > Any other suggestions? > > Thanks, &g

Adding Columns to a Datagrid via Script

2011-01-21 Thread Ray Horsley
Anybody know how to add columns to a datagrid via a script? 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

RE: Adding Columns to a Datagrid via Script

2011-01-21 Thread Ray Horsley
Really? So there's no way other than this to add columns to a datagrid and, even more disappointing, there's no way at all to set column names from a script? Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-liv

RE: Adding Columns to a Datagrid via Script

2011-01-21 Thread Ray Horsley
Peter, you were right. There is a little bit more elegant solution. André, Zryip, thanks! This works beautifully. Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Peter Haworth Sent

RevBrowserPrint Problems

2011-01-25 Thread Ray Horsley
seems to work but then even this gets ahead of the revBrowserPrint as the answer dialog window starts coming up on top of a previously displayed print dialog produced by revBrowserPrint which the user hasn't dismissed yet (and need to dismiss first or printing gets out of order). Anybody w

RE: RevBrowserPrint Problems

2011-01-26 Thread Ray Horsley
The only solution I can imagine (which I haven't tried yet) would be to toy with printing snapshots, but I'm sure this would produce pretty poor quality of text on the print out. I'll more than likely just have to design an interface which work around this somehow. Thanks, Ra

Build for Server Basics

2011-01-27 Thread Ray Horsley
g a normal standalone under Fire Daemon (which simply assures the app stays open on the server when you log out). Any insight appreciated, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

RE: Build for Server Basics

2011-01-27 Thread Ray Horsley
erver interprets. On 27 Jan 2011, at 14:44, Ray Horsley wrote: > Greetings, > > Could anybody point me to some documentation on building standalones > for servers. I recently purchased the license for it but I don't see > it in the Standalone Application Settings

RE: Build for Server Basics

2011-01-27 Thread Ray Horsley
Actually, yes. It is IIS, however, I understand there's no server package for Windows at this time. No problem, though, since Fire Daemon is working well for us. Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-liv

RE: Build for Server Basics

2011-01-27 Thread Ray Horsley
em to create a backlog-download capability while you're at it). On 27 Jan 2011, at 19:17, Ray Horsley wrote: > Actually, yes. It is IIS, however, I understand there's no server > package for Windows at this time. No problem, though, since Fire > Daemon is working well for u

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

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

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
Chris, Very useful web page. Thanks, however, I was hoping to discover a simple key stroke which would produce a bullet (available in most fonts) on demand instead of having to copy and paste. Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
n you 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...@ao

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
ou wouldn't have any 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: Ho

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
Got it! It's shift-clear. Now I can type my bullets in the script editor window. With no numlock light on this darn keyboard you just have to experiment a little. Thanks to all, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailt

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
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 wrote: > Craig, > > It works fine on my Mac, too. I'm only having problems on the Window

RE: Bullets in Script Editor Window

2011-02-09 Thread Ray Horsley
o use 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)

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

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

Answer and Ask Dialogs

2011-03-01 Thread Ray Horsley
ce and other things like where 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 s

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 wher

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

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

  1   2   >