Re: inserting accented characters

2002-12-10 Thread revolution
technical difficulty I am having. But if not, I will start to look at ways of putting the list of 'international' character on the card itself. Regards Bernard I just downloaded Revolution on my Windows 2000, made a >standalone and tested the accented letters. Here on my (Norwegian)

documentation - full text search useful?

2003-06-01 Thread revolution
three. Admittedly, some of my hits will be cross-references, but still I think this would provide quite an exhaustive way for people to be able to trawl through the documentation. Regards, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] htt

Re: documentation - full text search useful?

2003-06-03 Thread revolution
t find it. I am sure it will be useful to many people. Regards, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: standalone has plainly readable transcript

2003-06-12 Thread revolution
ngine behind Revolution is quite phenomenal, and the documentation is really quite exhaustive. I've been programming for 20 years, and learnt many different languages and environments. I have not found anything that comes close to Rev, and I wish Runrev and Metacard tremendous success.

Re: standalone has plainly readable transcript

2003-06-13 Thread revolution
er cross-platform tools such as Rebol have various different encryption mechanisms built in, and I think that this should be seen as a priority for Rev too. (I know this is the 'use-revolution' list, but it does no harm for us all to be aware of the feature-set, costs and difficulties o

Re: standalone has plainly readable transcript

2003-06-14 Thread revolution
e reasons that I'm checking the documentation first to see if this is the way to proceed. If I ever get a version that allows me to test longer than 10 line scripts then I will make the Blowfish stack for RR that encrypts, saves files as encrypted binaries, and decrypts them. <<

Rev and XML

2003-06-15 Thread revolution
s there some overview explanation of the purpose of XML in relation to Rev? I've searched the docs and all I found was references to each specific 'revXML...' command. A Google search of this list for "xmltree-view" did not provide anything useful either. Regards, Berna

re Rev and XML

2003-06-16 Thread revolution
It also had the ability to create a stack from XML. It's been a looong time since I wrote it. It hasn't been tested with 2.0, but feel free to be the first! (work on a copy) Here's the download page: http://www.inspiredlogic.com/downloads.html << _

Re: RUNREV ACQUIRES METACARD!!!

2003-07-08 Thread revolution
I think this is great news. The only major qualm I had about the future of Revolution was precisely what the relationship was between Metacard and Runrev (I wasn't sure what the disaster plans were...) But if Runrev now own the engine (and the source code) and Scott is going to be wo

free, lightweight sql engine

2003-07-09 Thread revolution
I thought this might be of interest to Revolution developers. SQLite is an cross-platform embedded SQL engine (basically DLL and an ODBC driver). It appears to be completely free (as in beer and speech). In this sense it is more free than MySQL (my understanding is that the latter is not

How do you reduce Revolution's compiled program sizes?

2003-07-09 Thread revolution
Revolution executables are 'so large' because they include the engine. It as if you are distributing a Java application and including the JRE along with your class files. Or, since you mention Rebol - it is as if you are distributing the Rebol engine along with your application.

Re: Can Rev be used as server database?

2003-07-11 Thread revolution
genealogy of xTalk and Metacard, and they have really obscure[=costly?] licensing). IMHO this is where Runrev need to focus. They really, REALLY need to see Revolution as a replacement for Java applets, Flash, REBOL, even replacing browsers as the UI for web apps. This has barely been scratched by

Re: Can Rev be used as server database?

2003-07-12 Thread revolution
to employ a designer for that ;-)] They should be very responsive. They should be dynamically reconfigurable - if I make a central change, the applications would all be capable of re-writing that part of themself when they re-connect. I think Revolution is already capable of 95% of this. And I

Re: Style question: returning error values from functions

2003-07-12 Thread revolution
value of functions is that you can use them in expressions. If > you have to check after each use, then you lose the benefit. That > makes #2 (throw) with perhaps #4 (data checking beforehand) more > interesting. _______ use-revolution m

Re: Can Rev be used as server database?

2003-07-12 Thread revolution
y this would be very fast. But what do you do about writing the changes to disk? Is the whole stack written out? What happens in a database that is bigger than available RAM? Assuming enough RAM (say 1 or 2gb), what happens when such a db is being written to disk. I'm very pleased to learn

Re: Can Rev be used as server database?

2003-07-12 Thread revolution
proved to be a very pleasant and thoughtful afternoon :-) Regards Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: About MC/RR applications servers

2003-07-12 Thread revolution
expected to be able to serve 1000 client requests? What is the specification of your server in terms of RAM and CPU? How large is the database that the clients query? What is the proportion of reads to writes? I'm sure you have only fuelled the interest in ru

Re: XML integration

2003-07-12 Thread revolution
egards, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: DB examples corrupted? and other questions

2003-07-12 Thread revolution
k with stacks :-) Bernard. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Rev 2.02/New pricing

2003-07-17 Thread revolution
quits. But it is unacceptable that someone who has paid for a license to use a development platform, should also be forced to include advertising for that platform. I personally have introduced people to Revolution and they have subsequently bought the SBE. These were people who were really

Re: Rev 2.02/New pricing

2003-07-18 Thread revolution
one upgrade per year). I think I didn't express myself very clearly (I was already embarrassed by the length of my email!) Regards Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: me - the potential buyer

2003-07-18 Thread revolution
ng and knowledgable people on it. It is really quite a cosy place Hope that helps, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: New user

2003-08-11 Thread revolution
lk 2.2 - the Book". Until some of the forthcoming Revolution books appear, it is a good source of information on the language. I have seen copies on Amazon.com Bernard _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Database management

2003-08-14 Thread revolution
define a datasource on EVERY machine where your Rev app is running. An ODBC app looks for the locally-defined ODBC datasources to find how to connect to the remote DB. I hope that helps. Bernard ___ use-revolution mailing list [EMAIL PROTE

Re: Script Limits and solid IDE evolution!

2003-08-14 Thread revolution
Without the Starter Kit's features I would never have adopted and advocated Revolution. I had tried Metacard a few years ago, and just didn't 'get it'. It seemed like a toy (I know I was way off the mark). The Rev IDE is what made me look at it again. But to anyone who

Re: free, lightweight sql engine

2003-08-27 Thread revolution
a new >>database driver for RR. Regards Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

revolution 1.1.1 download availability

2003-08-28 Thread revolution
of "Maintained" downloads, but I think it should still be available for those of us who are licensed to use it and would like to keep a copies for re-installation purposes. Does anyone have a solution for this scenario? Regards Bernard _______ us

Re: MySQL license and revolution

2003-09-05 Thread revolution
fferent philosophical position would be massively richer than Stallman. Some Linux people object to calling it "GNU/Linux", but there is quite a strong case for him and his project being given that credit. This is the position followed by Debian, one of the most highly-respecte

Re: MySQL license and revolution

2003-09-05 Thread revolution
and is (pound for pound) as SQL-92 compliant as PostgreSQL. It is available for Win32, Linux, Mac OSX, Darwin, FreeBSD, HPUX, Solaris, AIX (and WinCE, but it looks like there was not much interest in that!) (Perfect for Revolution apps, indeed in it's former life Firebird was often distribut

Re: On the topic of XML-RPC, input needed...

2003-09-06 Thread revolution
we will all learn a lot (about XML-RPC and either sockets or cgi) Regards, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: On the topic of XML-RPC, input needed...

2003-09-07 Thread revolution
egards, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Strange script tags retrieved with PUT URL calls on PC

2003-09-08 Thread revolution
anguage ToolsAdvertise with Us - Business Solutions - Services & Tools - Jobs, Press, & Help©2003 Google - Searching 3,307,998,701 web pages >> "Rob Gould" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/09/2003 21:20 Please re

Re: error message anomalies, anyone?

2004-06-08 Thread revolution
experienced that something will be done about it! Regards, Bernard Devlin _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Need to highlight searching the list archives (was Documentation on expressions??)

2004-06-09 Thread revolution
sent to this group? We don't want people being put off Rev because they can't find the information they need and are too hesitant to ask on this list, but I also don't want Runrev to make a change that irritates existing members. Regards, Bernard Devlin ____

Re: Need to highlight searching the list archives

2004-06-09 Thread revolution
d documentation... Regards, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Displaying Foreign Web Pages

2004-06-10 Thread revolution
they are copied over from the clipboard. Regards, Bernard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: HOLY COW, BATMAN!!!

2004-06-11 Thread revolution
Sent by: [EMAIL PROTECTED] 2004-06-10 21:16 Please respond to How to use Revolution To: How to use Revolution <[EMAIL PROTECTED]> cc: Subject:Re: HOLY COW, BATMAN!!! On Jun 10, 2004, at 4:06 PM, Sannyasin Sivakatirswami wrote: > just fyi, most of us

Re: Displaying Foreign Web Pages

2004-06-11 Thread revolution
r to you. Regards, Bernard Devlin Troy Rollins <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 2004-06-11 02:31 Please respond to How to use Revolution To: How to use Revolution <[EMAIL PROTECTED]> cc: Subject:Re: Displaying Foreign Web Pages

Re: Need to highlight searching the list archives (wasDocumentation on expressions??)

2004-06-11 Thread revolution
o search the list archive (presumably they don't get the digest). Maybe the suggestion about putting a link on the website is the best solution. Regards, Bernard Devlin _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.co

Re: handler not waiting when calling shell() under Win98

2004-06-14 Thread revolution
g. Is there some way I can get around it? << _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Displaying Foreign Web Pages

2004-06-17 Thread revolution
f this mixed text, I need to find out how to manipulate chunks of it :-) Regards, Bernard Devlin ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Strange local behavior (plus a cool tip!)

2004-06-24 Thread revolution
ariable. It looks to me that in your mouseUp handler it will be creating a 'handler local' variable. Regards, Bernard "MisterX" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 24/06/2004 09:18 Please respond to x; Please respond to How to use Revolution To:

Re: altBrowser for Mac

2004-07-01 Thread revolution
ichard :-) I hope you get to demo this whilst at WWDC - what a coup for Rev. Bernard _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

search is a plug-in in Rev 2.0.1 (Re: Where is Search Documentation?)

2004-07-08 Thread revolution
In Rev 2.0.1 I follow this menu path: Development/Plugins/Search Revolution Documentation Bernard Marian Petrides <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/07/2004 13:40 Please respond to How to use Revolution To: How to use Revolution <[EMAIL PROTECTED]>

Re: Any revers in England

2004-07-13 Thread revolution
Hi Hugh, I'm in London. Regards, Bernard Devlin [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 13/07/2004 06:22 Please respond to How to use Revolution To: [EMAIL PROTECTED] cc: Subject:Re: Any revers in England (was Glasgow Area Scotland) And

Text to speech synched to video

2009-11-16 Thread revolution
tical. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

New Software Announcement

2009-11-03 Thread revolution
us through our web site to request a quote for this special pricing. Mention that you saw the special pricing on the Rev email list. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

OS 9 Finder window backgrounds

2005-08-12 Thread Revolution
end users machine. Other solutions that I have been offered have to do with desktop patterns and icon colors (folder>file>label) but these are not the problem nor the solution. Thanks for your help Doug ___ use-revolution mailing list use-revolution@

label : set a string as the label of a label

2005-08-26 Thread Revolution
Friday, August 26, 2005 1:08:22 PM (GMT +02:00) Hi, how do I set a string as a label of a label? 10x I'm a newbie, so, sorry. regards, Adrian C. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subs

database : insert/update/delete

2005-08-27 Thread Revolution
it doesn't add to the table. stucked here. 10x Adrian C. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Tuviah Snyder's Database Examples, working link please ?

2005-08-27 Thread Revolution
Saturday, August 27, 2005 8:57:36 PM (GMT +02:00) Hi all, if anyone has Tuviah Snyder's Database Examples, please upload to somewhere. http://www.runrev.com/revolution/downloads/developerdownloads/DB%20Examples.zip seems to be 404. ;) I need a working link to download them. Than

libdatabase : connection problem

2005-08-28 Thread Revolution
BDataBase", tDbA libDB_Connect "BBDataBase" if libDB_GetDBConnectionID("BBDataBase") is an integer then put "status : connected" into fld "statuslabel" else put "status : NOT connected" into fld "statuslabel"

external Windows program running?

2005-08-29 Thread Revolution
In general: I am using revolution to launch a nonrevolution program. I need to know when the user shuts down the nonrev program so that I can shut down rev. Is there a method of doing this? Details: The nonrev program does not properly hide the Windows taskbar. I need rev to be running to keep

Re: external Windows program running?

2005-08-29 Thread Revolution
Launching isn't the problem. I need to know when the nonrev program terminates. - Original Message - From: "Lynch, Jonathan" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Monday, August 29, 2005 12:17 PM Subject: RE: external Windows program

Re: external Windows program running?

2005-08-30 Thread Revolution
hidden. Thanks once again for your past help. Doug - Original Message - From: "Lynch, Jonathan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "How to use Revolution" Sent: Monday, August 29, 2005 2:15 PM Subject: RE: external Windows program running?

Hybrid CD

2005-09-14 Thread Revolution
e point me to a step by step article. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

sound problems with Linux

2004-01-16 Thread revolution
cked (the behaviour I see on Windows and OS X). _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: version control system (was mission critical apps)

2004-02-10 Thread revolution
or the last twelve months has not involved Rev, I've just left this issue on a back burner. But I'm glad to see it come up on the list again. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: version control system (was mission critical apps)

2004-02-10 Thread revolution
from XML as I am in saving stacks as XML. Bernard _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Is Transcript's English orientation a plus or minus?

2004-02-10 Thread revolution
Maybe the docs could also be sensitive to the complexity level and provide c-syntax. Just my 2pence Bernard. _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: version control system (was mission critical apps)

2004-02-10 Thread revolution
ty of being able to manipulate one's stacks outside of the IDE. Bernard _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: IAC (native port listening not possible): how aboutexternals/named pipes?

2004-04-23 Thread revolution
s so that messages could be passed from these languages to a specific Revolution stack / control. << There is also an article here (http://searchenterpriselinux.techtarget.com/tip/1,289483,sid39_gci955458,00.html) on using named pipes in Linux. If you want to go down that route, maybe

Detecting Adobe Reader

2006-04-05 Thread revolution
or absence. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Differentiating Classic from OS9

2006-05-03 Thread revolution
The systemversion returns 9.2.2 in both Classic (on OSX) and on a real OS9 box. I need to differentiate between them. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Detecting Shockwave

2006-05-18 Thread revolution
How can I check for shockwave (including version) from within Rev. I need a Windows/MacOS9/MacOSX solution. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

CD launch SLOWWWWwwwwww

2006-07-11 Thread revolution
nch faster? Stu ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

From Lingo to Transcript

2006-12-17 Thread revolution
I have an existing program created in Director that I am porting to Revolution. At a certain point in the program, data is posted to a CGI script which sends out 2 emails. One of the emails gets its addresses from the CGI script itself. They are hard coded into the script. The other email gets

License Issues

2003-08-22 Thread Revolution Support
If you are experiencing problems licensing Revolution 2.0.3/2.1RC1 and are on OS 9 try increasing the memory settings to at least 15MB. This will only affect users that have downloaded Revolution prior to 3pm BST. If you are on other platforms try to free up more memory by quiting other programs

Re: distribution window

2003-06-06 Thread use-revolution-admin
set the height of stack "revdistributionbuilder" to 400;save stack "revdistributionbuilder" I followed John's advice: my window is fixed. Thank you. Since the "Stack inspector" item is disabled, we have to use the msg box. Manuel ___

Re: Build Distribution & Speech problem

2003-06-06 Thread use-revolution-admin
X and Windows. Thank you Manuel ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Build Distribution & Speech problem

2003-06-06 Thread use-revolution-admin
http://EZPZapps.com [EMAIL PROTECTED] Software - Internet Development - Consulting ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Slide Controls ?

2003-06-06 Thread use-revolution-admin
--- ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

spreadsheet-type field

2003-06-06 Thread use-revolution-admin
kind of field with some enhancements (see Richard Gaskin's recent post). I'm sure someone will tell me if I am wrong. Regards James -- James J Richards [EMAIL PROTECTED] Tel. +44 (0)15394 43063 _______ use-revolution mailing list [EMAIL PROTECTE

Re: Slide Controls ?

2003-06-06 Thread use-revolution-admin
ge 2.2: Publish any database on any site ___ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Build Distribution & Speech problem

2003-06-06 Thread use-revolution-admin
hat the revspeech.bundle gets added. sims -- --- http://EZPZapps.com [EMAIL PROTECTED] Software - Internet Development - Consulting ___ use-revolution mailing list [EMAIL PROTECT

Re: Slide Controls ?

2003-06-06 Thread use-revolution-admin
r x to the_value end scrollbardrag That's all... One line.. works fine :-) Hope that helps... Have a nice weekend. Regards Klaus Major [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Slide Controls ?

2003-06-06 Thread use-revolution-admin
ttp://www.maclaunch.com/cgi-launch/store/agora.cgi --- _______ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Build Distribution & Speech problem

2003-06-06 Thread use-revolution-admin
e revspeech.bundle folder: alert prompting to "chose an application" but "Revolution" is dimmed in the browser. It does not get placed inside the OS X application but is sitting outside of the app bundle/folder. If you move the standalone away from the revspeech.bundle the spe

Re: Slide Controls ?

2003-06-06 Thread use-revolution-admin
-- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site ___ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Build Distribution & Speech problem

2003-06-06 Thread use-revolution-admin
mponents/global environment" an put it in the data folder, then ouside the data folder in the standalone folder. speech doesn't work in both cases. Tried to click on the revspeech.bundle folder: alert prompting to "chose an application" but "Revolution" is dimmed in th

Ego-Boosting no longer supported?

2003-06-06 Thread use-revolution-admin
Mathewson --- Great Macintosh Products The MacLaunch Store! http://www.maclaunch.com/cgi-launch/store/agora.cgi --- ___ use-revolution ma

Digest use-revolution.v001.n148

2001-11-29 Thread use-revolution-errors
I have trapped for locked cursor and locked screen as well. > > Anybody else experiencing this? If you are, how did you fix it? What OS, can you send me a stack and script off list? Regards, Kevin Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limi

Digest use-revolution.v001.n149

2001-11-30 Thread use-revolution-errors
arn easy with trainingsmaps and outliner INTERNETTRAINER Wolfgang M. Bereuter Edelhofg. 17/11, A-1180 Wien, Austria ... http://www.internettrainer.com [EMAIL PROTECTED] ... Tel: ++43/1/ 961 0418 Fax: ++43/1/ 479 2539 --- END use-revolution.v001.n149 --- ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Your message to use-revolution awaits moderator approval

2002-01-06 Thread use-revolution-admin
Your mail to 'use-revolution' with the subject Converting colour names: Hex & RGB colour values... Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get post

[Ticket#: 2006040510000641] Re: [OT] Articles to read

2006-04-06 Thread Runtime Revolution Support
ns/068priceOfNotListening.html > http://asktog.com/columns/037TestOrElse.html > > _ > Don�t just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > >