Re: Managing the hilite color of selected text

2011-09-27 Thread Terry Judd
On 28/09/2011, at 10:49 AM, Pete wrote: > Never mind - I forgot to pass tabKey! Sorry! > Pete > Molly's Revenge Actually, if you use a selectionChanged handler instead of a mouseLeave handler you won't need a separate tabKey handler. local pSelection on selecti

Datagrid Error

2011-09-27 Thread Marty Knapp
I have an application with a Datagrid that's been working fine but I'm now getting an error in the standalone (but it seems to work fine in the IDE): Software Version: 2.1.0r1 System: MacOS 10.6.8 Executing at 6:01:45 PM on Tuesday, September 27, 2011 -- Type: Chunk: can't find object O

Re: Managing the hilite color of selected text

2011-09-27 Thread Pete
Never mind - I forgot to pass tabKey! Sorry! Pete Molly's Revenge On Tue, Sep 27, 2011 at 5:07 PM, Pete wrote: > Thanks Craig and Dave - I used Dave's suggestion (mainly because I'm not > very familiar with using graphics in LC) and all seems to be working fine

Re: Managing the hilite color of selected text

2011-09-27 Thread Pete
Thanks Terry, I pretty much have that logic in there now. My remaining problem is dealing with the tab key which I documented in another post on this thread. Is it just me or does seem like a lot of work to implement a pretty standard user interface issue? LC appears to remember the insertion po

Re: Managing the hilite color of selected text

2011-09-27 Thread Pete
Thanks Craig and Dave - I used Dave's suggestion (mainly because I'm not very familiar with using graphics in LC) and all seems to be working fine now. The only remaining issue I have now is how to figure out if I entered the field via a mouse click or a tab key. Right now I have a tabKey handler

Re: Managing the hilite color of selected text

2011-09-27 Thread Terry Judd
Pete - try something like this in your field script local pSelection on mouseLeave if word 2 of the selectedField = the number of me then put the selectedChunk into pSelection end if end mouseLeave on openField if pSelection is not empty then set the backgroundColor of pSele

Re: Managing the hilite color of selected text

2011-09-27 Thread Dave Cragg
On 27 Sep 2011, at 21:19, Pete wrote: > So far I have tried to use an openField handler to achieve this. Right now, > I'm just trying to deal with the situation where the user clicks back into > the field, by setting the background color of the field to either empty or > white, but neither metho

Re: PRINTING PROBLEM

2011-09-27 Thread Joe Lewis Wilkins
Bob, print size and the fact that I usually print "something" every day or two, make my Epsons a good choice for me. Thanks for sharing your observations and 2ยข though. I'll watch this more closely in the future. (smile) Joe Lewis Wilkins Architect and On Sep 27, 2011, at 3:42 PM, Bob Sneidar w

Re: PRINTING PROBLEM

2011-09-27 Thread Bob Sneidar
Also, though inkjets may be very economical up front, over the life of the printer the ink is considerably more expensive, especially since most people can go weeks without printing anything, and then discover their carts are no good anymore. Nowadays personal color laserwriters would be better

Re: PRINTING PROBLEM

2011-09-27 Thread Joe Lewis Wilkins
Interesting Stephen, I AM printing with less frequency than I did when I was really busy, so that may well be a concern. Hmn! Thanks, Joe Lewis Wilkins Architect On Sep 27, 2011, at 3:09 PM, stephen barncard wrote: > If the ink is of a certain age, it hardens and becomes useless. Some carts >

Re: Managing the hilite color of selected text

2011-09-27 Thread dunbarx
Pete: Why not place a colored graphic over the selectedText? I have done this, and though it seems like a kluge, well, it is a kluge, it is noneTheLess simple and effective. Craig Newman -Original Message- From: Pete To: How to use LiveCode Sent: Tue, Sep 27, 2011 12:21 pm Subj

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Keith (Gulf Breeze Ortho Lab)
Thanks Andy. -Original Message- From: AndyP Sent: Tuesday, September 27, 2011 10:10 AM To: use-revolut...@lists.runrev.com Subject: Re: Is there a way to send keyboard keys to other windows? Ok I've been looking at AutoIt and the AutoIt script below will : 1. Check to see if Firefox i

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Keith (Gulf Breeze Ortho Lab)
Hi Bob, I hear ya. However, so many other cross-platform features are already in place, it just would be nice to have the ability to send keys, too. After all, keyboards are still the norm for desktop computing... ;-) Thanks, - Boo -Original Message- From: Bob Sneidar Sent: Tuesda

Re: PRINTING PROBLEM

2011-09-27 Thread stephen barncard
If the ink is of a certain age, it hardens and becomes useless. Some carts will actually have sensors to tell you if the ink is outdated. On 27 September 2011 14:51, Joe Lewis Wilkins wrote: > Hi Everyone > > For those of you who may have followed this thread earlier, Richmond was > right on th

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Bob Sneidar
It's my opinion that it is outside the scope of what Livecode is. And as mentioned in other posts there are ways to hook into existing OS features to do this anyway. Livecode is not QuicKeys anymore that QuicKeys is Microsoft Office or Visual Basic or anything else. One Program to rule them all,

PRINTING PROBLEM

2011-09-27 Thread Joe Lewis Wilkins
Hi Everyone For those of you who may have followed this thread earlier, Richmond was right on the mark. Seeing as how the color cartridge was half full, I had trouble considering that to be the problem. I have used hundreds of cartridges on similar projects and never found this to be a problem.

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Keith (Gulf Breeze Ortho Lab)
Hi Guys, Thanks for all of the feedback. Actually, I have played around with AutoIt in the past, although I have never actually used it. Instead, I usually opt to use Visual DialogScript (see: http://www.dialogscript.com)... VDS is a somewhat defunct language/IDE these days, but still quite usefu

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Roger Eller
On Tue, Sep 27, 2011 at 4:30 PM, Jonathan Lynch wrote: > Replying to my own question: > > I found this on the autoIT website: > > > "Also supplied is a combined COM and DLL version of AutoIt called AutoItX > that allows you to add the unique features of AutoIt to your own favourite > scripting or

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Jonathan Lynch
Replying to my own question: I found this on the autoIT website: "Also supplied is a combined COM and DLL version of AutoIt called AutoItX that allows you to add the unique features of AutoIt to your own favourite scripting or programming languages!" So... this could be added as an external for

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Jonathan Lynch
With VBscript you can automate some things, but not everything. It is free, but is seriously annoying to work with. Especially if, like me, you are used to easy coding with RevTalk (or whatever it is called now), you might find VBscript to be torturous. For me, though, I cannot add in extra execut

Managing the hilite color of selected text

2011-09-27 Thread Pete
LC does not retain the hilite of any selected text in a field once you click on another control and does not restore it when you click back into the field again. I'm hoping to find a generalised solution to this. In other applications, it seems that the standard way of working is: - change the h

Re: Interapplication Communication

2011-09-27 Thread Andre Garzia
> Richmond, >> >> You can message other apps using VBScript and AppleScript (or AppleEvents) >> I >> think... >> >> cheers >> andre >> > > True; BUT . . . how about a truly cross-platform solution, ideally from > within Livecode? > > There can't be a cross-platform solution for interapplication com

Tuviah's External Collection

2011-09-27 Thread Richmond Mathewson
Sounds marvellous; but all I got was "an attack page" . . . Tuviah, if you're there; can we still get the goodies please? and, if so, where? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: Interapplication Communication

2011-09-27 Thread Richmond Mathewson
On 09/27/2011 10:04 PM, Andre Garzia wrote: Richmond, You can message other apps using VBScript and AppleScript (or AppleEvents) I think... cheers andre True; BUT . . . how about a truly cross-platform solution, ideally from within Livecode? On Tue, Sep 27, 2011 at 3:58 PM, Richmond Math

Re: Interapplication Communication

2011-09-27 Thread Andre Garzia
Richmond, You can message other apps using VBScript and AppleScript (or AppleEvents) I think... cheers andre On Tue, Sep 27, 2011 at 3:58 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > Voices from the past: > > http://lists.runrev.com/**pipermail/use-livecode/2002-** > December/

Interapplication Communication

2011-09-27 Thread Richmond Mathewson
Voices from the past: http://lists.runrev.com/pipermail/use-livecode/2002-December/010295.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: libJSON

2011-09-27 Thread Martin Koob
If you click on the paypal donate button on his webpage http://marksmith.on-rev.com/revstuff/ there is an e-mail address there you could try. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/libJSON-tp3845854p3848470.html Sent from the Revolution - User m

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Roger Eller
On Tue, Sep 27, 2011 at 5:55 AM, Keith (Gulf Breeze Ortho Lab) wrote: > Thanks for your response--and good information to know. However, I do need > a solution for Windows... Hm. > > On Windows, you can automate anything and everything (except thinking) with AutoIT. System windows, buttons, f

Re: Critical Printing Problem Help

2011-09-27 Thread Joe Lewis Wilkins
Keith, Done that many times over. So off to the store. Joe Wilkins On Sep 27, 2011, at 10:35 AM, Keith Clarke wrote: > ...or just print a test page to rule-out a cartridge or blocked jet problem? > > On 27 Sep 2011, at 18:23, Joe Lewis Wilkins wrote: > >> Hi Jerry, >> >> Yeah, it is only whe

Re: Critical Printing Problem Help

2011-09-27 Thread Keith Clarke
...or just print a test page to rule-out a cartridge or blocked jet problem? On 27 Sep 2011, at 18:23, Joe Lewis Wilkins wrote: > Hi Jerry, > > Yeah, it is only when printed. Shows up on the screen correctly. > Unfortunately, the Epson Driver has never fixed the Color status access for > OSX a

Re: Critical Printing Problem Help

2011-09-27 Thread Joe Lewis Wilkins
Hi Jerry, Yeah, it is only when printed. Shows up on the screen correctly. Unfortunately, the Epson Driver has never fixed the Color status access for OSX and I have to switch back to another Mac using an older driver, but it does appear I've got plenty of all the colors right now. But it shows

Re: Critical Printing Problem Help

2011-09-27 Thread Jerry Jensen
Is this only when printed? Richmond may have nailed it: How is the magenta cartridge in your printer doing? On Sep 27, 2011, at 10:05 AM, Joe Lewis Wilkins wrote: > Mark, > > Your comments expanded my thinking. Yesterday, I received a PDF from a > client. I performed a screen grab of the drawi

Re: Critical Printing Problem Help

2011-09-27 Thread Joe Lewis Wilkins
Richmond, Thanks, I did consider that as a possibility, but the cartridge is over half full. See my posting to Mark. Joe Wilkins On Sep 27, 2011, at 10:04 AM, Richmond Mathewson wrote: > On 09/27/2011 07:10 PM, Joe Lewis Wilkins wrote: >> Hi everyone, >> >> Though this doesn't appear to be re

Re: Critical Printing Problem Help

2011-09-27 Thread Joe Lewis Wilkins
Mark, Your comments expanded my thinking. Yesterday, I received a PDF from a client. I performed a screen grab of the drawing, pasted it into a MacDraft document and altered its image size. A portion of the drawing had a gray fill. On printing this revised drawing that gray fill printed in the

Re: Critical Printing Problem Help

2011-09-27 Thread Richmond Mathewson
On 09/27/2011 07:10 PM, Joe Lewis Wilkins wrote: Hi everyone, Though this doesn't appear to be related in any way to LC, you people are my most reliable resource for some trouble shooting that has me totally baffled. I have some drawings that I have been using reliably for ages. Suddenly, with

Re: Critical Printing Problem Help

2011-09-27 Thread Joe Lewis Wilkins
Mark, thanks for your input. I haven't done any of those things, though I am always "adjusting" colors of one sort or another while using MacDraft. And that's never caused me any problem before. I'm a beta tester for MacDraft, so I do have a query into them, but I'll only get the opinion of one

Re: Critical Printing Problem Help

2011-09-27 Thread Mark Schonewille
Joe, Yes, a virus can do anything, so it could be the cause of your problem theorecitally, but it is very unlikely to happen. Have you updated LiveCode recently? Have you updated any colour profiles (think of Adobe, ColorSync, calibration tools)? Perhaps it is a gamma issue (look up the scree

Critical Printing Problem Help

2011-09-27 Thread Joe Lewis Wilkins
Hi everyone, Though this doesn't appear to be related in any way to LC, you people are my most reliable resource for some trouble shooting that has me totally baffled. I have some drawings that I have been using reliably for ages. Suddenly, with no apparent changes to any of them, or the appli

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread AndyP
Ok I've been looking at AutoIt and the AutoIt script below will : 1. Check to see if Firefox is running, if not open a new instance. 2. Open a new tab and load a url. ;~ Check if Firefox open If Not ProcessExists("Firefox.exe") Then R

Re: libJSON

2011-09-27 Thread Bernard Devlin
I seem to remember that Mark Smith sent an announcement to the list when he moved domains. It might be worth checking the archives to see if he is contactable at the new domain/website. Bernard On Tue, Sep 27, 2011 at 10:28 AM, Matthias Rebbe wrote: > And according to the ip-Adress of that doma

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Bill Vlahos
On the Mac you do that via AppleScript. On Windows via VBScript. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Sep 27, 2011, at 2:14 AM, Keith (Gulf Breeze Ortho Lab) wrote: > Hello, >

Re: Can't Get libURLftpUploadFile to Work

2011-09-27 Thread Gregory Lypny
Excellent, Roger! I missed that bit. This fits the bill perfectly. Thank you, Gregory On Tue, Sep 27, 2011, at 7:18 AM, Roger Eller wrote: > Whatever you put into tFileName will be the name on the server. It does not > have to be the same as the source name. ___

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread AndyP
You could use an intermediary program to simulate the key strokes. How about using shell start http://ss64.com/nt/start.html http://ss64.com/nt/start.html combined with Autoit? http://www.autoitscript.com/site/autoit/ http://www.autoitscript.com/site/autoit/ - Andy Piddock My softwar

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread JonathanDLynch
In windows, you can run a vb script and use the sendkeys method Sent from my iPhone On Sep 27, 2011, at 5:55 AM, "Keith \(Gulf Breeze Ortho Lab\)" wrote: > Thanks for your response--and good information to know. However, I do need a > solution for Windows... Hm. > > -Original Messa

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Keith (Gulf Breeze Ortho Lab)
Thanks for your response--and good information to know. However, I do need a solution for Windows... Hm. -Original Message- From: Richmond Mathewson Sent: Tuesday, September 27, 2011 4:27 AM To: How to use LiveCode Subject: Re: Is there a way to send keyboard keys to other windows?

Re: How are folks handling iOS resolution differences?

2011-09-27 Thread Maarten Koopmans
On Tue, Sep 27, 2011 at 3:41 AM, Chipp Walters wrote: > I can think of a couple ways to manage developing for iPhone 3 vs 4, but am > wondering how others are handling it? > > I suppose on startup one could auto-size and set the properties of all > labels, fonts, images, grcs based upon the screen

Re: [MAC OS GRIPE] editing filenames in MacOS finder

2011-09-27 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, So you are up to your eighth Mac, and began back in the heroic times when the screen was so small, that you wouldn't even consider it today. And you think that you kow everything about the Mac, and don't even bother to read the "What's New" section when the new System

Re: libJSON

2011-09-27 Thread Matthias Rebbe
Hi, there is still his On-Rev Site online at http://marksmith.on-rev.com Information about his libraries can be found here http://marksmith.on-rev.com/revstuff/ but the D/L links seem not to be correct. But the libaries can be downloaded from here http://marksmith.on-rev.com/revstuff/files/

Re: Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Richmond Mathewson
On 09/27/2011 12:14 PM, Keith (Gulf Breeze Ortho Lab) wrote: Hello, This might be a dumb question, but is there a way in LiveCode to simulate sending keyboard keys to non-LiveCode applications/windows? For example, if I am running Firefox and want to send a CTRL-T in order to open a new tab, i

Is there a way to send keyboard keys to other windows?

2011-09-27 Thread Keith (Gulf Breeze Ortho Lab)
Hello, This might be a dumb question, but is there a way in LiveCode to simulate sending keyboard keys to non-LiveCode applications/windows? For example, if I am running Firefox and want to send a CTRL-T in order to open a new tab, is there a way that I can simulate the CTRL and T being pressed