Re: How to select a cell instead of a line in a table

2008-06-15 Thread viktoras didziulis
an alternative for a small number of fields (7 in your case) might be using 7 grouped text fields (naming them f1, f2,..., f7, and naming the group myTable) with horizontal gridlines to represent each field in table. Selection, hiliting and editing of a cell in this kind of table is a trivial

Mac OS Terminal Commands ?

2008-06-15 Thread Richmond Mathewson
I would be extremely grateful if somebody could tell me how to get a RR stack to issue Terminal commands in Mac OS 10. sincerely, Richmond Mathewson A Thorn in the flesh is better than a failed Systems Development Life Cycle.

Re: Mac OS Terminal Commands ?

2008-06-15 Thread Stephen Barncard
check out shell() and shellcommand in the docs I would be extremely grateful if somebody could tell me how to get a RR stack to issue Terminal commands in Mac OS 10. sincerely, Richmond Mathewson -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - -

Mac OS Terminal Commands ?

2008-06-15 Thread Richmond Mathewson
Stephen Barncard wrote: check out shell() and shellcommand in the docs which I did, Thanks, but obviously I'm having a thick patch and don't quite understand why the following didn't work: on mouseUp set the shellCommand to /Applications/Utilities/Terminal.app shell (KillAll Finder) end

Re: Mac OS Terminal Commands ?

2008-06-15 Thread Phil Davis
Hi Richmond, If you want to see what commands are available, you can start by opening a terminal window and entering help or for the motherlode enter info bash (without quotes of course). Also to get info on a specific shell command on any platform from within the Rev environment, use my

Re: Mac OS Terminal Commands ?

2008-06-15 Thread Stephen Barncard
read the docs again for shellcommand: Summary: Specifies the name and location of the command used for the shell function. Examples: set the shellCommand to /bin/sh/ksh it's the kind of shell, not the location of terminal.app also since shell is a function, use 'put' or 'get' with it

Re: Mac OS Terminal Commands ?

2008-06-15 Thread Sarah Reichelt
On Mon, Jun 16, 2008 at 6:32 AM, Richmond Mathewson [EMAIL PROTECTED] wrote: Stephen Barncard wrote: check out shell() and shellcommand in the docs which I did, Thanks, but obviously I'm having a thick patch and don't quite understand why the following didn't work: on mouseUp set the

Re: Error

2008-06-15 Thread Hershel Fisch
On 6/13/08 2:51 PM, Mark Schonewille [EMAIL PROTECTED] wrote: Hi Hershel, I just did a test with exactly the configuration as you are using. Everything worked fine. What is the activity the stack is doing? Doing some SQL stuff. Hershel -- Best regards, Mark Schonewille

Re: Table fields

2008-06-15 Thread Hershel Fisch
On 6/13/08 2:27 PM, Éric Miclo [EMAIL PROTECTED] wrote: Hello, I'm afraid there is no answer to that question (or perhaps later). You can vote for bug #670 opened on 2003-09-18. Yes I did, but I hope it will not take to long as it took already. As matter of fact I see that the RR

Re: Mac OS Terminal Commands ?

2008-06-15 Thread Sarah Reichelt
Also to get info on a specific shell command on any platform from within the Rev environment, use my Shell Command Help Rev plugin, available at: http://pdslabs.net/stacks/Shell_Command_Help.rev.zip What a very useful tool. Many thanks for this Phil. Regards, Sarah

Re: Mac OS Terminal Commands ?

2008-06-15 Thread Joe Lewis Wilkins
I placed this in the Plug-ins folder and was able to open it directly from the Finder, but it does not show up in the Plug-in Menu of my stacks. What has to be done in order for new Plug-ins to show up in our stacks? Or is it just that the stack was created prior to this Plug-in's

How to select a cell instead of a line in a table

2008-06-15 Thread Kresten Bjerg
Thanks for the advice about the clickChunk, but after long experimenting I find no way to get hold of the selectedtext, which chunkinfo in fact points to, and documentation doesnt seem to give any help.One would expect that the precise localisation of the relevant characters logically should

Re: How to select a cell instead of a line in a table

2008-06-15 Thread -= JB =-
I am assuming you copied the code from Dynamic Table Field into your field and you are saying it does not work? Does it do anything after you click on a cell in the field or just does not work at all? -=JB=- On Jun 15, 2008, at 5:14 PM, Kresten Bjerg wrote: Thanks for the advice about

Problem Running a Standalone

2008-06-15 Thread Tom Cole
A person who has bought a license for a standalone of mine is having a problem running it. Here is the note he sent. Does anyone know the answer to his problem, so I can help him? I made the program with Rev 2.1. Thanks, Tom Cole He writes: * iMac * OS 10.4.10 * Managed user account,

Re: Problem Running a Standalone

2008-06-15 Thread Joe Lewis Wilkins
Tom, Here's something from the 2.9 User's Guide re this topic: ODBC on Mac OS X systems OS X version 10.2 and later includes iODBC software as part of the standard system installation. To configure ODBC on OS X systems, use the ODBC Administrator application in the Utilities folder. I

Re: Mac OS Terminal Commands ?

2008-06-15 Thread Jim Ault
check out Ken Ray's site for many examples and syntax Jim Ault Las Vegas On 6/15/08 12:55 PM, Richmond Mathewson [EMAIL PROTECTED] wrote: I would be extremely grateful if somebody could tell me how to get a RR stack to issue Terminal commands in Mac OS 10. sincerely, Richmond Mathewson

Re: Problem Running a Standalone

2008-06-15 Thread J. Landman Gay
Tom Cole wrote: A person who has bought a license for a standalone of mine is having a problem running it. Here is the note he sent. Does anyone know the answer to his problem, so I can help him? I made the program with Rev 2.1. Thanks, Tom Cole He writes: * iMac * OS 10.4.10 * Managed

Mac OS Terminal Commands ?

2008-06-15 Thread Richmond Mathewson
Sarah Reichelt wrote: ormally, you don't have to set the shellCommand as it is set automatically to the default for your system. So you can just have something like: get shell(killall Finder) Thank you very much indeed; after an awful lot of fiddling in the wrong direction your advice worked

Re: Mac OS Terminal Commands ?

2008-06-15 Thread J. Landman Gay
Joe Lewis Wilkins wrote: I placed this in the Plug-ins folder and was able to open it directly from the Finder, but it does not show up in the Plug-in Menu of my stacks. What has to be done in order for new Plug-ins to show up in our stacks? Or is it just that the stack was created prior to