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,...
437
trick question, right ?
crrrrrrris
Apr 27, 2007 11:07 pm
OOOOH ... I like where this is going !!...
438
Ken Ray
kennanray
May 1, 2007 12:06 am
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...
439
h@...
h_flco
May 1, 2007 6:07 pm
Seems a good idea to me, Ken. /H...
440
trick question, right ?
crrrrrrris
May 1, 2007 9:44 pm
it's good work so don't be discouraged by a wave of 'what about adding this?' type emails....
441
burrtonwoodruff
May 27, 2007 9:20 pm
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...
442
Ken Ray
kennanray
May 28, 2007 7:20 pm
... 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... ...
443
Mark Wieder
ahsoftware
May 28, 2007 10:50 pm
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...
444
burrtonwoodruff
May 29, 2007 12:24 pm
... 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...
445
Ken Ray
kennanray
May 29, 2007 7:32 pm
... Burt, I didn't see a licensed() function described or a function call... did this get omitted? Ken Ray Sons of Thunder Software, Inc. Email:...
446
Chipp Walters
chippwalters
May 29, 2007 8:49 pm
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...
447
burrtonwoodruff
May 29, 2007 9:12 pm
... 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...
448
jb_428
May 29, 2007 11:55 pm
How do I download the stack stdLib 1.0b1 thanks, -=>JB<=-...
449
jb_428
May 30, 2007 12:01 am
... I figured it out. The FILES section. Thanks!...
450
kennanray
Jun 13, 2007 3:53 am
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...
451
terezasnyder
Jun 13, 2007 1:21 pm
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...
452
Hugh Senior
h_flco
Jun 13, 2007 5:04 pm
... 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...
453
Richard Gaskin
fourth_world
Jun 13, 2007 6:11 pm
... 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...
454
futileuniverse
Nov 20, 2007 3:27 am
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...
455
Scott Morrow
frodo555sc
Nov 20, 2007 6:24 am
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...
456
Richard Gaskin
fourth_world
Nov 20, 2007 4:34 pm
... 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,...
457
Richard Gaskin
fourth_world
Nov 20, 2007 8:30 pm
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...
458
Richard Gaskin
fourth_world
Apr 24, 2008 9:00 pm
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: ...
459
Ken Ray
kennanray
Apr 24, 2008 9:13 pm
... Sounds good to me! Ken Ray Sons of Thunder Software, Inc. Email: kray@... Web Site: http://www.sonsothunder.com/...
460
Mark Wieder
ahsoftware
Apr 26, 2008 5:50 am
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...
461
Richard Gaskin
fourth_world
May 6, 2008 6:44 am
... 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). ...
462
Trevor DeVore
trevor_devore
May 6, 2008 1:34 pm
... 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...
463
Richard Gaskin
fourth_world
May 6, 2008 9:21 pm
... Trevor, are you using stdLib in your framework? -- Richard Gaskin Fourth World Media Corporation ...
464
Trevor DeVore
trevor_devore
May 6, 2008 10:14 pm
... 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...
465
David Bovill
fortyfoxes
Aug 30, 2008 11:38 am
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...