Search the web
Sign In
New User? Sign Up
revInterop · Revolution Interoperability Project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 450 - 479 of 496   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
450
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...
kennanray
Online Now Send Email
Jun 13, 2007
3:53 am
451
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...
terezasnyder
Offline Send Email
Jun 13, 2007
1:21 pm
452
... 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...
Hugh Senior
h_flco
Offline Send Email
Jun 13, 2007
5:04 pm
453
... 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...
Richard Gaskin
fourth_world
Offline Send Email
Jun 13, 2007
6:11 pm
454
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...
futileuniverse
Offline Send Email
Nov 20, 2007
3:27 am
455
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...
Scott Morrow
frodo555sc
Offline Send Email
Nov 20, 2007
6:24 am
456
... 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,...
Richard Gaskin
fourth_world
Offline Send Email
Nov 20, 2007
4:34 pm
457
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...
Richard Gaskin
fourth_world
Offline Send Email
Nov 20, 2007
8:30 pm
458
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 Gaskin
fourth_world
Offline Send Email
Apr 24, 2008
9:00 pm
459
... Sounds good to me! Ken Ray Sons of Thunder Software, Inc. Email: kray@... Web Site: http://www.sonsothunder.com/...
Ken Ray
kennanray
Online Now Send Email
Apr 24, 2008
9:13 pm
460
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...
Mark Wieder
ahsoftware
Offline Send Email
Apr 26, 2008
5:50 am
461
... 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). ...
Richard Gaskin
fourth_world
Offline Send Email
May 6, 2008
6:44 am
462
... 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...
Trevor DeVore
trevor_devore
Offline Send Email
May 6, 2008
1:34 pm
463
... Trevor, are you using stdLib in your framework? -- Richard Gaskin Fourth World Media Corporation ...
Richard Gaskin
fourth_world
Offline Send Email
May 6, 2008
9:21 pm
464
... 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...
Trevor DeVore
trevor_devore
Offline Send Email
May 6, 2008
10:14 pm
465
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...
David Bovill
fortyfoxes
Offline Send Email
Aug 30, 2008
11:38 am
466
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",...
Ken Ray
kennanray
Online Now Send Email
Aug 31, 2008
4:40 pm
467
2008/8/31 Ken Ray <kray@...> ... Any code that relates to the visual appearance of the view displaying data or interacting with the user....
David Bovill
fortyfoxes
Offline Send Email
Aug 31, 2008
10:59 pm
468
Chipp wrote a nifty and very complete handler for determining if a stack is visible to the user, named "isStackCurrentlyVisibleOnAnyMonitor". The handler was...
Richard Gaskin
fourth_world
Offline Send Email
Sep 26, 2008
7:03 pm
469
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...
Chipp Walters
chippwalters
Offline Send Email
Sep 26, 2008
7:35 pm
470
... May be we should consider having two libs, stdLib for commonly used stuff and utilLib for stuff needed sporadically or in special circumstances only....
Robert Brenstein
robelko
Offline Send Email
Sep 26, 2008
9:12 pm
471
... 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...
Tereza Snyder
terezasnyder
Offline Send Email
Sep 26, 2008
10:09 pm
472
... 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 ...
Ken Ray
kennanray
Online Now Send Email
Sep 26, 2008
10:51 pm
473
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...
Mark Wieder
ahsoftware
Offline Send Email
Sep 27, 2008
3:33 pm
474
I'm all for two libraries. A Utility library might interest more than a few people if it provided enough utilities. Tom McGrath...
Thomas McGrath III
mcgrath3
Offline Send Email
Sep 28, 2008
9:13 pm
475
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....
Dick Kriesel
rkriesel
Offline Send Email
Sep 29, 2008
12:13 am
476
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...
Richard Gaskin
fourth_world
Offline Send Email
Apr 6, 2009
4:48 pm
477
2009/4/6 Richard Gaskin <Ambassador@...> 1. Should a "project" be defined as a property of the mainstack for an app, ... I'd say a property of the...
David Bovill
fortyfoxes
Offline Send Email
Apr 7, 2009
12:19 am
478
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,...
Alain Farmer
alain_farmer
Offline Send Email
Apr 10, 2009
7:56 pm
479
A simplistic answer might be "the components required to deliver the outcome". Required hardware (such as external servers and their software, data routing...
Hugh Senior
h_flco
Offline Send Email
Apr 11, 2009
12:44 pm
Messages 450 - 479 of 496   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help