RE: auto searching technique

2006-01-20 Thread FlexibleLearning
Hi Devin, To automatically display the closest spelt item and hilite the auto-inserted characters, put this in the script of your comboBox button... on keyup k put num of chars of the label of me into temp get line lineoffset(CRlast word of the label me, CRme) of me if it then set the

[OT] exchanging data with browsers in Windows

2006-01-20 Thread Ben Rubinstein
I've recently been working on an app which wants to interact with the user's browser. On my 'native' platform, Mac, I've done two things which work well; now I'm trying to work out how to achieve corresponding effects on Windows. Firstly, I've defined a custom protocol type, eg ben: instead

Re: How to remove a carriage return from a field? - Thanks!

2006-01-20 Thread Claire Bradin Siskin
I truly appreciate all your suggestions on how to make sure that users don't enter a carriage return in a field. List members, your creativity is matched only by your generosity! Best, Claire Claire Bradin Siskin http://www.edvista.com/claire --

Desperate for a solution ( £20 for anyone who can sort out this problem)

2006-01-20 Thread Mathewson
WELL . . . I have a solution at the RRGraphix Yahoo Group: http://groups.yahoo.com/group/RRgraphix/files/ PRINTY 2.rev (and please don't ask me why it has such a silly name) IF this works, I should be most grateful if the 20 pounds could be sent to Children in Need. sincerely, Richmond

Re: stopping an on-screen timer

2006-01-20 Thread Eric Chatonet
Hi Alex, Le 20 janv. 06 à 04:12, Alex Tweedly a écrit : Are there any implications of deleting all pendingMessages when working in the IDE ? Yes! You will stop all messages currently used by the IDE. To stop only *external* messages: function NonIDEPendingMessages local

Re: stopping an on-screen timer

2006-01-20 Thread Eric Chatonet
Hi Peter, As for me I use a simple custom property and not a global: on StartTimer set the uStopTimer of this cd to false UpdateTimer # end StartTimer --- on StopTimer set the uStopTimer of this cd to true end StopTimer --- on UpdateTimer

Re: Standalone Quit Menu

2006-01-20 Thread Thierry Arbellot
Hi Steve, 2 suggestions: - put the shutdownrequest handler in the script of the main stack - if you have more than one stack file, trap the shutdownrequest message in each stack file Hope it helps Thierry On 2006, Jan 20, , at 04:35, Steve Wagenseller wrote: I'm trapping the Quit message

Desperate for a solution ( £20 for anyone who can sort out this problem)

2006-01-20 Thread Jason (Polydiam)
Hi Richard, Thank you for trying to help me out. How do I become a member? Thanks Jason WELL . . . I have a solution at the RRGraphix Yahoo Group: http://groups.yahoo.com/group/RRgraphix/files/ PRINTY 2.rev (and please don't ask me why it has such a silly name) IF this works, I should

RE: Desperate for a solution ( £20 for anyo ne who can sort out this problem)

2006-01-20 Thread Jason (Polydiam)
Hi Sorry I joined. Stupid me. Hi Richard, Thank you for trying to help me out. How do I become a member? Thanks Jason WELL . . . I have a solution at the RRGraphix Yahoo Group: http://groups.yahoo.com/group/RRgraphix/files/ PRINTY 2.rev (and please don't ask me why it has such a silly

Desperate for a solution ( £20 for anyone who can sort out this problem)

2006-01-20 Thread Mathewson
Overconfident as usual! The print button on PRINTY 2.rev mucks up my print queue (EPSON STYLUS PHOTO R200) - AND DOES NOT PRINT Now, don't know whether that is Jason's printIt script or something I've done silly . . . back to the chalkface! Love, Richmond

RE: How to remove a carriage return from a field?

2006-01-20 Thread Lynch, Jonathan
Hi Ales, Good point about the period... I guess it would depend on how the program creates the filename. If the user types in the extension, then it needs a period. On the other hand, if the user types in the name, and the program adds in the period and the extension, then a period should be

Notation

2006-01-20 Thread Peter T. Evensen
Ok, I'm sure I have your presention somewhere on notation, but what is fw? At 08:31 PM 1/19/2006, Richard Gaskin wrote: Good idea -- here's a handler Peter might find handy: -- -- fwKillPendingMessage -- -- Cancels the message named in pMessage. -- If pMessage contains the word all then -- all

Re: Notation

2006-01-20 Thread Klaus Major
Hi Peter, Ok, I'm sure I have your presention somewhere on notation, but what is fw? fw ist Richards code/shortcut for Fourth World :-) At 08:31 PM 1/19/2006, Richard Gaskin wrote: Good idea -- here's a handler Peter might find handy: -- -- fwKillPendingMessage ... Peter T. Evensen

Re: Notation

2006-01-20 Thread Peter T. Evensen
Oh, I thought it was hungarian notation for function something... But it wasn't a function, and I couldn't figure out what w would. Hungarian notation (for those not familiar) came out of Microsoft. It prepends a series of letters to a variable name to indicate it's scope, type, etc. Like p

Oracle search path Instant Client vs. full client

2006-01-20 Thread Bill Vlahos
We have an application which queries an Oracle data base. On Windows we have the Oracle Instant Client files local to the .exe file and it works fine. However, if a user also has the full Oracle client installed, the connection string fails. It looks to me like the local files are not

Re: Notation

2006-01-20 Thread Richard Gaskin
Peter T. Evensen wrote: At 08:31 PM 1/19/2006, Richard Gaskin wrote: Good idea -- here's a handler Peter might find handy: -- -- fwKillPendingMessage -- -- Cancels the message named in pMessage. -- If pMessage contains the word all then -- all pending messages are cancelled. -- on

Re: moving from hypercard to revolution

2006-01-20 Thread J. Landman Gay
[EMAIL PROTECTED] wrote: I have a couple of questions regarding moving from Hypercard to Dreamcard Revolution. First, I am encountering script errors trying to use a find button within the card when imported to Dreamcard and I would like to know how to comment out the handlers before I import

Desperate for a solution ( £20 for anyone who can sort out this problem)

2006-01-20 Thread Mathewson
My first attempt at this played havoc with my printer. Have just uploaded a new version to the RRGraphix Group - uses a simpler load of code to achieve what is needed: http://groups.yahoo.com/group/RRgraphix/files/ Years ago (1975) I sat in a class at King's College, Taunton with a Maths

Copyright, Apple and Hypercard

2006-01-20 Thread Mathewson
Apple have officially stopped producing and selling Hypercard: Does this mean that it is 'abandonware' and as such may be freely distributed? I suspect the answer is NO (knowing Apple) - but wonder what commercial loss Apple would sustain through its release as Freeware? Just a thought!

RunRev web site down?

2006-01-20 Thread Devin Asay
Is runrev.com offline at the moment? I am unable to reach any part of their web site, including bugzilla. I've also been unable to get anything from Rev Online for several days. Is anyone else seeing this? Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: RunRev web site down?

2006-01-20 Thread Bob Hartley
Devin Asay [EMAIL PROTECTED] wrote: Is runrev.com offline at the moment? I am unable to reach any part of their web site, including bugzilla. I've also been unable to get anything from Rev Online for several days. Is anyone else seeing this? No the site is working OK . Does it come up on

Re: RunRev web site down?

2006-01-20 Thread Jeff Hudson
I was just on the home page and several other pages. On Jan 20, 2006, at 1:22 PM, Devin Asay wrote: Is runrev.com offline at the moment? I am unable to reach any part of their web site, including bugzilla. I've also been unable to get anything from Rev Online for several days. Is anyone

Re: RunRev web site down?

2006-01-20 Thread Thomas McGrath III
I've been getting that from several of the normal sites I visit lately. I checked back later and it was up. Weird Tom On Jan 20, 2006, at 2:22 PM, Devin Asay wrote: Is runrev.com offline at the moment? I am unable to reach any part of their web site, including bugzilla. I've also been

Re: RunRev web site down?

2006-01-20 Thread Sivakatirswami
High winds in the North east US are playing havoc with some connections. Level3 tier... Fasten your socket belts. Where are Rev servers located? Our distribution server in in Trunbull Connecticut and we had some intermittent outages the other day.. .the data center team was up all night

Re: Can Dreamcard do a search program?

2006-01-20 Thread Dan Shafer
John. Yes, you could build such an app in Dreamcard. I'm not sure the app would be very efficient or effective and there are significant technical and performance issues to be addressed along the way. Just as one example, you say it needs to be able to find docs. Are these docs all in one

Re: chat client might block in some organization with strong fireball ?? + some Ajax examples in rev

2006-01-20 Thread Dan Shafer
Presumably one could write a chat client that uses a generally open port (such as 80) for communication. But clearly both ends (and all users) would have to open whatever port is chosen. On 1/18/06, MITTAL Pradeep Kumar [EMAIL PROTECTED] wrote: Hello, I saw an simple example of client server

reading button names

2006-01-20 Thread Jeff Hudson
Is is possible to read the name or label of a standard button. I see things about radiobuttons in families. I would like to put the label information of a button into a variable. Jeff Hudson Junior high math teacher. ___ use-revolution mailing list

yet another repeat

2006-01-20 Thread liamlambert
I would like to put the costumer detales into the fields userID,name,Phone.ect with a repeat command but am stuck here get fld showID put it into tshowID put SELECT userID,name,phone,address,address1,address,email,showID FROM costumer WHERE SHOWID = ' tshowID ' into tSQLCostm

Re: use-revolution Digest, Vol 28, Issue 45

2006-01-20 Thread Mark Greenberg
Christian, there is an easy RegEx way to do it: Put ReplaceText (OrigText,[,.;:!?],) into NoPunct Whatever you consider punctuation goes inside the []. Quotation marks are tricky, as are dashes and carets. To include quotation marks, use... Put ReplaceText (OrigText,[,.;:!? Quote ],)

Re: chat client might block in some organization with strong fireball ?? + some Ajax examples in rev

2006-01-20 Thread Alex Tweedly
Dan Shafer wrote: Presumably one could write a chat client that uses a generally open port (such as 80) for communication. But clearly both ends (and all users) would have to open whatever port is chosen. Even that will fall foul of many firewalls. It's common to close off port 80 to

Re: reading button names

2006-01-20 Thread Mark Smith
Certainly, put the label of btn myButton into myVariable Mark On 21 Jan 2006, at 00:07, Jeff Hudson wrote: Is is possible to read the name or label of a standard button. I see things about radiobuttons in families. I would like to put the label information of a button into a variable.

Use RR Connect and Open MS Access DataBase with Password Protection.

2006-01-20 Thread alex wu
Hello, Are there any example stacks teaching how to use RR to connect and open a MS Access Database? The MS Access Database is password protected. Thanks and best regards Alex __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

RE: Use RR Connect and Open MS Access DataBase with Password Protection.

2006-01-20 Thread Scott Kane
Are there any example stacks teaching how to use RR to connect and open a MS Access Database? The MS Access Database is password protected. It should work like any other database in Rev, except that you'd have to use ODBC. As far as passwords go if you know the password then you can use it

RE: Amazing, strange, and mystifying

2006-01-20 Thread MisterX
hey, I just did this 5 times in a row and then understood why! when you paste a script and hit the enterkey or choose Apply script menu, the script may not save... To fix it, make it a habit to press enter after you paste something in the script editor... - bugzilla 1920 actually... Bugzilla