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 ('Preferences' on OS X and 'Application Data' on Win). ...
... Some folks will have global prefs for things such as database connection settings so shared prefs can be useful on occasion. It is true that you would have...
... No - the GLX Application Framework doesn't include any libraries besides those necessary for the framework to do it's thing. stdLib would be a library that...
This is a copy of the same post sent to the Rev list - I thought it would be of interest to this group - besides which it has been held for moderation as it...
Thanks for posting this, David... it's a good topic for this group. ... Can you clarify what you mean by this? When you say "the visual code in the controls",...
Chipp wrote a nifty and very complete handler for determining if a stack is visible to the user, named "isStackCurrentlyVisibleOnAnyMonitor". The handler was...
Richard, After you asked that, I got to thinking why would I want this function in stdLib? And in all the years of using Rev, I have never had the need to use...
... May be we should consider having two libs, stdLib for commonly used stuff and utilLib for stuff needed sporadically or in special circumstances only....
... Me neither. Though I can imagine—vaguely—a circumstance where I might want to. But then I'd probably also want to tweak it so that I would know which...
... I have a similar function I use called "isOnScreen" but I've only used it for one project so far, so IMHO it's not something I'd use often enough for ...
Richard- ... I don't really have an opinion about whether or not this should go into the stdLib - I think it's a clever hack and I'd like to have it stashed...
Hi, all. Looking at this thread together with the prior thread, it seems developers ought to choose what they want from the library, and register for updates....
There is a broad category of tools which could benefit from having some definition of a "project", a list of all UI stacks, libraries, externals, etc. that...
Hi Richard Gaskin and RevInterop crowd, :) ... Indeed! I wholeheartedly agree. There is strength in unity! :-) ... This may or may not be useful to y'all,...
A simplistic answer might be "the components required to deliver the outcome". Required hardware (such as external servers and their software, data routing...