The RIP tools in the files section need updating to incorporate the latest spec. I'm updating RIPEdit now, and at some point we could use a libRIP. The idea...
I just posted RIPedit 1.0 to the "Additional Tools" folder in the Files section of the Rev Interop group at: <http://groups.yahoo.com/group/revInterop/> The...
I am in the process of writing a parent conference program for Greens Farms Academy, K-12; CT; USA. (I am registrar at that school.) I am using Revmail to...
On Wed, 14 Feb 2007 16:39:50 -0000, edwarddenes wrote: First of all - welcome to RevInterop! ... Yes - RevMail is using the "mailto:" protocol to tell the OS...
Hello everyone! This message is to announce that I have posted a copy of a first pass at a "Standard Library" for Revolution to the Files area. This library,...
After having posted the first beta of the Rev Standard Library to the RevInterop list, I am tempted to notify users on the Use-Rev list to allow them to...
I've created a number of "tools" for calculating statistical values and plotting data. I'd like to find some way to encourage others to use them rather than...
... Please go ahead and make your suggestions! Just keep in mind that this is for general consumption so esoteric things probably deserve their own library... ...
Ken- ... Note that BZ #1712 would provide the use of an #include mechanism, which would make the maintenance of a standard library much easier, both in terms...
... Thanks. Here's my suggestion: To speed up entering and formatting static text in fields, here's three handlers I've found very useful. A command click...
Hi Burt, While these scripts are certainly valuable, I'm not sure they belong in stdLib as they will then be shipped with all products, and if I understand...
... Hello Chip, I find sdtfld terribly useful in development for writing and formatting the text of label flds, help flds, etc. Yes, the code remains in the...
Hey everyone - this is just to let you know that the documentation for the Revolution Standard Library (stdLib) that used to be hosted at my site in a wiki has...
Supports IP addresses? or not? isEmail Determines if the container passed to it in <what> contains a valid email address. Note that although it supports...
... formatted with the ... that should be in stdLib? Absolutely, but I think we can make it better. This is modified so the currency is an optioanlly included...
... I wonder if this is an opportunity to explore a more generic formatting function to handle currency, etc. Too much? -- Richard Gaskin Fourth World Media...
Might I suggest the following function? function isMacIntel if not isOSX() then return false -- can't be intel if it's OS9 return "x86" is in the processor end...
An exception, which may not matter to others, would be that in OSX running a Rev 2.6.1 engine the processor will still return "Motorola PowerPC" -Scott Morrow...
... I think the suggested function is useful, and I'm okay with stdLib being for v2.7 forward if the others here are. -- Richard Gaskin Managing Editor,...
I updated the sample library shell, lib4wSHELL.rev, to be conformant with the latest RIP spec. It's now at v1.0.2. While I was at it I found a minor bug in...
I have three handlers relating to preferences that I use in every app, and if the folks here would also find them useful I can donate them to stdLib.rev: ...
Richard- Sounds good to me, too, with one caveat: are you taking care of prefs that are intended for all users vs prefs stored individually? Seems like this...
... This is for data associated with a user's preferences, so they're stored in the user-local folders ('Preferences39; on OS X and 'Application Data' on Win). ...