This working group seems an ideal collection of interests to tackle this common problem: How can we bring field validation and input masking to Rev? Should it...
500
Trevor DeVore
trevor_devore
Feb 25, 2010 3:41 pm
... I'm inclined to say a behavior with a plug-in palette that allows you to drag/drop validations on a field. -- Trevor DeVore Blue Mango Learning Systems ...
501
David Bovill
fortyfoxes
Feb 26, 2010 9:13 am
Yes - a behavior! In my work I use a record "type" for each view - having a record type allows automatic creation of views, each with an appropriate form of...
502
Andre Garzia
caosabao
Feb 26, 2010 1:10 pm
I think Trevors idea of a behaviour plus a plugin so we could drop behaviours on fields would be a marvelous thing! I can't stress how much I'd like to see it...
503
richard g
fourth_world
Feb 26, 2010 1:25 pm
Looks like we have a consensus toward behaviors over libraries. My only interest in suggesting we consider a library is in light of the current limitation that...
504
Tereza Snyder
terezasnyder
Feb 26, 2010 2:12 pm
... me too, me too! -- Tereza Snyder Califex Software, Inc. <www.califexsoftware.com>...
505
Andre Garzia
caosabao
Feb 26, 2010 3:29 pm
If we implement all validations in a single behaviour then we can assign multiple validations to a given field by using a custom property holding which...
506
David Bovill
fortyfoxes
Feb 26, 2010 3:46 pm
... In practice this would no be an issue for me - virtually all the cases in which I would use this the field or control would be inside a group, and the ...
507
Tereza Snyder
terezasnyder
Feb 26, 2010 4:19 pm
... I would break it down this way: * Date * Time * Date & Time * Email * Text: * accept spaces * accept numbers * accept alphabetic * accept cr * accept...
508
Mark Wieder
ahsoftware
Feb 26, 2010 4:35 pm
Andre- ... Having been through this one before, let me say that what constitutes a valid email address is a bit of a gray area, so there may not be a ...
509
richard g
fourth_world
Mar 24, 2010 12:42 pm
Here's a link to the Rev forum thread which prompted this project: http://forums.runrev.com/phpBB2/viewtopic.php?f=6&t=4911 There are a couple links there to...
510
Tereza Snyder
terezasnyder
Mar 24, 2010 1:24 pm
... string containing nothing but hex digits string limited/transformed to upper/lower case "good" password string (>N chars, mixed case, at least 1 number, at...
511
Andre Garzia
caosabao
Mar 24, 2010 2:48 pm
... ip entry time geo location (latitude, longitude)...
512
Malte Pfaff-Brill
derbrill
Mar 24, 2010 3:06 pm
date is rather complex and has to be split up into multiple formats I guess: system date (and this one can bite terribly at least on the mac) english date...
513
Alain Farmer
alain_farmer
Mar 24, 2010 8:09 pm
Hello, You might want to support the same datatypes that FM, mySQL, PHP, XML, XML-Schema, and *others* are using, eg. the ones defined by the W3C. Here's an...
514
henk.vandervelden
henk.vanderv...
Jun 1, 2010 7:11 pm
I'm ready to help as well. Maybe I could start writing some functions?...
515
richard g
fourth_world
Jul 21, 2010 1:54 pm
... Please do. This has been a dormant topic for far longer than something this useful warrants. I've been wrapped up in client projects, and I imagine...
516
Andre Alves Garzia
caosabao
Oct 1, 2010 2:33 pm
Hello Folks, I am about to launch a new package manager for LiveCode, by package manager I mean something not unlike apt-get or yum that is able to install...
517
Monte Goulding
montagueg
Oct 2, 2010 11:26 pm
Standard buttons to execute a script using the do command. This would allow for more flexible inspector helpers to be substacks of the widget stackfile or in...
518
Monte Goulding
montagueg
Oct 10, 2010 8:51 pm
Is this list dead?...
519
Andre Garzia
caosabao
Oct 11, 2010 4:24 am
... I am here... ... [Non-text portions of this message have been removed]...
520
Monte Goulding
montagueg
Oct 11, 2010 7:19 am
... Cool, maybe I should have given a bit of background to my proposal. What I'm thinking about doing is using uRIP[props] to generate inspector panes. This...
521
Richard Gaskin
fourth_world
Oct 11, 2010 2:11 pm
... Me too. Unfortunately the RIP groups falls victim to the same malady that affects most FOSS projects from time to time: we get so busy paying the bills...
522
Ken Ray
kennanray
Oct 11, 2010 2:12 pm
... As am I... but Monte I just discovered that for some reason my spam filter was catching your revInterop posts - I didn't even know about your proposal ...
523
David Bovill
fortyfoxes
Oct 11, 2010 2:49 pm
I'm here too - and I use uRip as a foundation for all my tools. I use it slightly different to some people I'd guess, as posted here earlier. Mainly I use it...
524
Ken Ray
kennanray
Oct 11, 2010 3:01 pm
... Hmm... I can see the benefit of integrating some form of inter-property dependencies (like if *this* property is set to *that* value then *this other*...
525
Monte Goulding
montagueg
Oct 11, 2010 9:55 pm
... This is where I was going with it. Enough rope to hang ourselves ;-) The ideal situation in my mind would be to allow generic panes to be extended. How...
526
Monte Goulding
montagueg
Oct 11, 2010 10:20 pm
... I mean specifically the uRIP[props] property. ... How are you handling versioning. I was thinking of saving each version in it's own sub-directory and...
527
Monte Goulding
montagueg
Oct 12, 2010 2:45 am
... OK, I wonder if a uRIP["category"] might be handy. It might be set to: Widget,Chart,Pie or Library,Server,HTTP. Also I note that the recommendation: It is...
528
Ken Ray
kennanray
Oct 15, 2010 3:33 pm
... I see what you're getting at, but while a "parent" makes some kind of sense for root properties to point to the group/pane, it doesn't work too well IMHO...