Tabbing out of a text field

2010-10-21 Thread RevList
I am having a bit of a brain fart. How do I set a text field so that when I press the TAB key, it tabs to the next field rather than adding a Tab character to the text field? Thanks in advance Stewart ___ use-revolution mailing list

Re: Tabbing out of a text field

2010-10-21 Thread RevList
Craig Newman on October 21, 2010 at 1:45 PM -0700 wrote: You could trap the tabKey message. There has to be something else. I am looking at an earlier project that I developed and I have a field that when I press TAB, I am moved on to the next field, just as if I had pressed Return. I see no

Re: Datagrid Basics

2010-08-19 Thread RevList
Trevor may have developed the Data Grid (and I am really glad he did), but Zyrip the Slug is going to make it ultimately more usable when he releases his Data Grid Helper. It is a phenomenal piece of work that will make creating and managing your data grids a snap. He has it out for beta testing

Re: Reading the Supercard manual #1

2010-05-18 Thread RevList
Richmond Mathewson richmondmathew...@gmail.com on May-18-10 at 10:26 AM -0700 wrote: The SuperScript utility allows you to almost instantaneously export all or some of the scripts of your project to text or RTF formatted files. ? Not that I am aware of, but have you checked out this?

Re: [ANN]The Data Grid Helper is on the road

2010-05-16 Thread RevList
zryip theSlug zryip.thes...@gmail.com on May 16, 2010 at 6:49 AM -0700 wrote: I invite you especially to watch the video of the Data Grid Helper palette in action. It could give you a preview how it performs. This is excellent. I can't wait until you finish and release this. Please keep us up to

Re: [OT] What's an iPad?

2010-04-11 Thread RevList
Jerry Daniels jerry.dani...@me.com on April 11, 2010 at 10:01 AM -0700 wrote: I think he meant the plural, in which case it's all y'all... When I was in Texas a couple of years ago, I was told that y'all is singular, Both y'all if you are referring to two people and all y'all is plurall :)

Embedded Images in Fields

2010-02-26 Thread RevList
How does one go about embedding images in a text field. I want to create a help file in one of my solutions with some screen snaps in it. I want to do like the Resource Center text field does. Is there a sample or tutorial somewhere? Thanks in advance. Stewart

Trapping Cancel on Ask Dialogue

2010-02-22 Thread RevList
This will sound like a NewBee question, but I can't find the answer. I want to trap when someone click on the Cancel button on a Ask Dialogue For example Ask How old are you? How do I know if someone click on the Cancel button. It is what they respond. Stewart

Re: Datagrid and Custom Controls

2010-02-20 Thread RevList
Never mind. I figured it out. Stewart This message and any attachments are intended only for the use of the individual to whom they are addressed and it may contain information

Datagrid and Custom Controls

2010-02-19 Thread RevList
I have a custom control that is a series of buttons in the group. The mouseup script on each button will return a different numerical value. I have this custom control on a Data Grid. What I would like to do is to set the value of another field on the data Grid based on the button in that is

Ticket SQLite Solution from RunRev 9

2010-02-08 Thread RevList
Does anyone know where I can find a copy of the SQLite Ticket solution that Jan Schenkel walked through in his session at RunRev 09? I have the DVD set from the conference but cannot find the solution in any of the resources provided. ** Stewart Lynch

Re: 2009 conference DVD - audio/visual quality

2010-02-08 Thread RevList
Bernard Devlin bdrun...@gmail.com on February 8, 2010 at 10:56 AM -0800 wrote: I recommended the DVDs to a new user on this list. However, I don't really know about the AV quality of the recorded conference. I remember that one of the previous conferences had imperfect AV quality (I think it was

Checkbox on DataGrid

2010-01-31 Thread RevList
I have a datagrid that retrieves data from a MySQL database. I want to add a checkbox column to the grid so I have edited the template and added the checkbox to the group and it displays just fine on the grid. I can check or uncheck the checkbox and the appropriate hilite is set. However, when

Re: iPadding around?

2010-01-30 Thread RevList
Bob Sneidar b...@twft.com on January 28, 2010 at 11:50 AM -0800 wrote: Honestly, does anyone seriously watch video, like movies and tv shows on their iTouch? Really?? I don when I am travelling all the time. If the airline does not have in-seat video displays, watching a video on my iPhone is far

Re: DataGrid DragDrop vs DragMove

2010-01-28 Thread RevList
Trevor DeVore li...@mangomultimedia.com on January 28, 2010 at 6:21 AM -0800 wrote: Does that work? Like a charm. As usual. Many thanks. Also, your sessions at RunRev 09 that I am watchin on DVD right now are outstanding. I finally think I understand how Data Grids function.

DataGrid DragDrop vs DragMove

2010-01-27 Thread RevList
I have been looking at Trevors stack from the RunRev 09 session that supports dragreorder and dragging and dropping data from a DataGroup to another. I want to drag and drop data from a data group to a text field, not another data group. The following works For the script of the DataGrid, I have

Re: RevLive09 DVD Set Session resources

2010-01-26 Thread RevList
jac...@hyperactivesw.com on January 26, 2010 at 11:33 AM -0800 wrote: Stewart -- I've lost track of what the url should be and which files were on the server. I don't have a copy of the DVD to check, so could you contact me off list and we can figure it out? I know...I was an idiot. Go ahead

RevLive09 DVD Set Session resources

2010-01-25 Thread RevList
First of all, I want to say that the RevLive09 DVD set is leaps and bounds better than the 08 set. No comparison. Very well done. Now my question. Some of the sessions (like the first one) reference downloaded resources for the session. Where can we get those resources? Stewart

Re: RevLive09 DVD Set Session resources

2010-01-25 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on January 25, 2010 at 6:56 PM -0800 wrote: hohoho could you actually understand me in there or you didn't see any of my sessions? What I am saying is that I got the DVDs today and have been watching some of the sessions. Many of them use

Re: Compact SQLite database

2010-01-01 Thread RevList
Christian Langers ch...@whitelotus.on-rev.com on December 30, 2009 at 10:09 AM -0800 wrote: try somthing like this (if needed) : global gConID put VACUUM into tSQL get revdb_execute(gConID,tSQL) Worked like a charm. Thank you. Happy New Year to all. **

Compact SQLite database

2009-12-30 Thread RevList
Is there a way to compact a SQLite database from within a Rev application? I have an application that uses a SQLIte database and it grows in size as records are added. The nature of the application is that the database is often purged but the db size does not reduce. I can use a SQLite Manager

DataGrid Sorting

2009-11-22 Thread RevList
In my datagrid, I load in a column from a SQLite database that is the number of seconds that a person has been logged in to a particular server. I have a function that converts the data into days, hrs, mins, seconds and populates another column in the datagrid at fill time. This works perfectly.

Data Grid Question

2009-11-20 Thread RevList
I have to admit that I do not use the Data Grid often enough to be comfortable with it, and I have problems finding how to do things. I have a simple 3 column table style datagrid and I populate the first two columns though a SQLite database. No problem. I would like to run a calculation on the

Re: Telnet Shell Help

2009-10-05 Thread RevList
Tariel Gogoberidze tar...@mac.com on October 5, 2009 at 1:24 PM -0700 wrote: Stewart, I'm attaching Telnet stack written many years ago by Scot Roney (the person from whom Rev bought the engine). It may or may not work for you, but it would give you some ideas Thanks. The stack works great so

Re: Telnet Shell Help

2009-10-04 Thread RevList
Phil Davis rev...@pdslabs.net on October 3, 2009 at 8:47 PM -0700 wrote: Maybe it wouldn't be as hard if you opened telnet with open process for update and interacted with it that way. Then the socket-handling business would be done by the OS. Recently Josh Mellicker showed me how to do that

Telnet Shell Help

2009-10-03 Thread RevList
I need to write a very small utility that uses Telnet so that I can connect to a server on port 333 and login with credentials and issue a specified command recognized by the server. I can do this manually as follows from the command line on Windows or Terminal on OS X Telnet 192.168.168.19 333

Revolution on 65 Bit Windows

2009-09-30 Thread RevList
I don't know if this has been answered before, but I need to know if you can run a compiled Revolution application on a 64 bit Windows machine running either Windows Vista or Windows Server 2008? I am out of town and do not have access to my test machines with these OSs installed.

Data Grid Comment

2009-05-18 Thread RevList
The Data Grid is fantastic. I just used two data grid tables in my recent project and it worked like a charm. I created Stand Alone versions for Mac and Win and have made them available one of my web sites four our customer access. If you are interested, see

Re: Gender [was: Re: Cancel a repeat with a button]

2009-05-15 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on May 15, 2009 at 8:54 AM -0700 wrote: As if the bank looks at signatures any more! Several years ago (at a previous employer), 92 payroll checks were sent out WITHOUT any signature at all. (I know, different than an endorsement, but still)

DataGrid question simple?

2009-05-07 Thread RevList
I have just started a project that is going to use data grids. I am using a Table and not a Form This should be a simple answer, but I am struggling. I have a Data Grid table and I can load the data in just fine. The table has three columns name as follows Field Name, Field Type and Field ID The

Data Grid Sorts

2009-05-07 Thread RevList
I would like to call a subroutine each time someone clicks on a column on one of my data grid tables. Where do I find the sorting routines? Stewart This message and any

Script Reporter 1.1

2009-02-09 Thread RevList
Script reporter, the Script trolling tool for Revolution just got better thanks to Sarah Reichelt. Sarah has updated the solution by adding in script colorization routines to make your scripts more readable. I have updated my web site with a new video and the new 1.1 version. This is exactly

Script Reporter 1.1 Website

2009-02-09 Thread RevList
Oops. Forgot to give the web site on my last email Get Script reporter from http://www.createchsol.com/ScriptReporter Script reporter, the Script trolling tool for Revolution just got better thanks to Sarah Reichelt. Sarah has updated the solution by adding in script colorization routines to

Script Reporter

2009-02-06 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on February 4, 2009 at 9:16 AM -0800 wrote: Hello Friends, For those that missed the last newsletter (you should not!), I've just released a handy tool to auto generate HTML documentation from stack comments. It is called RevDoc and it's

Re: HTML SMTP Library

2008-09-02 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on September 2, 2008 at 8:35 AM -0700 wrote: Stewart, Have you tried changing the content-type header yet? I emailed you a week ago but haven't heard back. I've been fiddling all morning with the html email generation in one of the other

Re: HTML SMTP Library

2008-09-02 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on September 2, 2008 at 5:45 PM -0700 wrote: I've got other things that I have to do tonight, so I can't give you the complete cookbook, but here is the outline. 1) Download one of the following stacks: a)

Re: HTML SMTP Library

2008-08-24 Thread RevList
Shao Sean [EMAIL PROTECTED] on August 23, 2008 at 10:43 PM -0700 wrote: Due to the nature of SMTP it only sends plain text messages. I do have a MIME Encode library that allows for the encoding of HTML into the message. Sorry about the lack of documentation.

Re: HTML SMTP Library

2008-08-24 Thread RevList
Mikey [EMAIL PROTECTED] on August 24, 2008 at 8:38 AM -0700 wrote: I haven't done it in rev yet. (probably this afternoon) I do it in several other development tools, including writing the raw SMTP code in one. Just to make sure I was right, I opened up an HTML email that one of my other tools

HTML SMTP Library

2008-08-23 Thread RevList
I am interested in building a solution that can send html mail using an SMTP mail server. I have found SMTPLibrary that uses Sara Reichelt's library and I have found altEmailHarness from Altui that uses Shao's libSmtp253 Both only send Plain text however and I would like to send html mail. On

Revolution Script Reporter

2008-07-08 Thread RevList
I have created a stack called Revolution Script Reporter and have uploaded it to My Space (slynch) on Rev Online. It is a simple solution that asks you to select a Revolution file and then will summarize all scripts as well as list all Stacks, substacks, cards and controls in a scrolling field so

Re: Rev Icons

2008-07-06 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on July 6, 2008 at 10:44 AM -0700 wrote: The ID number is too high for it to be a native Rev icon, so it must be somewhere in the stack. Or if the stack is a substack, it may be in the mainstack. One typical place to store icon images is in

Add field content to a script

2008-07-06 Thread RevList
I have a field called ItemPath on a card that displays the path to a particular card or control in another stack For example in one instance, the field is displaying. button id 1016 of card id 1002 of stack /Users/slynch/Desktop/Sample Stack.rev Now I want to be able to display the script of

Script Inspector

2008-07-05 Thread RevList
I have started to build a little utility that will allow me to inspect scripts from other Rev stacks by clicking on a stack , card or control name to display the script in a separate pane. I want to do this in a hierarchical view that allows me to drill down from the stack down to a particular

Rev Icons

2008-07-05 Thread RevList
When I was browsing through some stacks made by others, I am discovering some ICON ids that are used and as far as I can see, are not images that are within the stack itself, but must be standard REV icons. For example, ID 2800082 is an icon image of a couple of cards stacked on top of each

Re: OT: Collanos -- Project Management that Makes Sense

2008-06-05 Thread RevList
If you really want to see a true collaborative product where Workspaces is just one of many different applications look at FirstClass (www.firstclass.com) You can get a free, fully functional 10 user introductory server just by asking. You can do everything the big name collaborative products do

Timer Application

2008-05-28 Thread RevList
Does anyone have a sample timer application where you can pick a start and end time and have some function or subroutine called if it is between those times? ... Stewart

Time Application

2008-05-28 Thread RevList
Does anyone have an example of a Time application that will check a start and end time and run a function or subroutine between those times and pause for a specified interval before checking the time again? Stewart

Shell Command Help

2008-05-27 Thread RevList
I am trying to write a GUI interface for an application that I run in Terminal. In Terminal, if I run /Users/slynch/Desktop/FCPUTIL_GUI/fcputil -S getstats I get the following returned 8.300 413.000 4.000 0.317 1.042 1366.000 100.000 129757.000 0.000 1497612288.000 When I create a button with

Re: Shell Command Help

2008-05-27 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on May 27, 2008 at 1:54 PM -0700 wrote: on MouseUp put /Users/slynch/Desktop/FCPUTIL_GUI/fcputil -S getstats into tShellCommand put Shell(tShellCommand) into tFilesList answer tFilesList end MouseUp Duh. What a dumb question. Of

TABLE CONTROL

2008-05-15 Thread RevList
Has anyone developed a Table Control that has adjustable columns? I find this a very limiting characteristic of the table field. Stewart. Notice of Confidentiality: The

How to determine Cell Position

2008-05-12 Thread RevList
I have a Scrolling Table Field that is populated with tab delimited rows of data Just above that table field, I have a second, 1 row table field that lists the column titles. The data and the column titles change as I import data into the fields. What I would like to do is sort the large table

Re: How to determine Cell Position

2008-05-12 Thread RevList
How to use Revolution use-revolution@lists.runrev.com on May 12, 2008 at 1:37 PM -0700 wrote: I have a Scrolling Table Field that is populated with tab delimited rows of data Just above that table field, I have a second, 1 row table field that lists the column titles. The data and the column

Stopping a Process

2008-05-06 Thread RevList
I have a routine that is looping through and opening a series of text files using a Repeat Loop. I know I can do a Command . to stop this, but what if I wanted to let the end user stop the process? How would I code this? Stewart