Hi Hugh,
I used your code in a game I'm working on porting over from an old
HyperCard stack I wrote. Thanks so much for posting it. I'd have
never come up with it on my own.
One thing that I've so far been unable to work around is when when
trying to look ahead to a two word answer... the look-ahead works
fine... UNLESS the user continues to type past the space... then
things get balled up. Have you ever run into this?
Thanks
Mark
On Sep 19, 2007, at 11:00 AM, [EMAIL PROTECTED] wrote:
I do so like being able to help without actually having to do
anything! I
also wrote a google-filter someplace (as in using + and - to force
includes and
excludes). Must try and track that one down. It should be in the
Scrapbook.
/H
Hugh Senior
FLCo
Home of The Scripter's Scrapbook
On 19 Sept, Ton Kuypers wrote:
Mark,
thats EXACTLY what I ment :-)
Thanks!
Warm regards,
Ton Kuypers
On 19-sep-07, at 06:05, Mark Swindell wrote:
Could this be what you saw?
Mark
_____
From FlexibleLearning at aol.com Wed Mar 1 10:46:13 2006
I use this to progressively auto-fill from a defined list...
Script for Field or Combo-button...
on keyup k
put word 2 of the selectedChunk into temp
put the num of words of char 1 to temp of me into w
put lineoffset(CR& word w of me, CR& fld "wordList") into n
get line n of fld "wordList"
if it <>"" then put it into word w of me
-- Select current word offset
put the num of chars of word 1 to w of me into w
select char (temp) to w of me
end keyup
________
On Sep 18, 2007, at 4:11 PM, Ton Kuypers wrote:
Hi gang,
A while ago I saw a RR stack wich allows me to filter a field with
values of another field, the more you typed in, the more exact the
filter worked...
This allows a user to start typing and get somekind of a "type-
ahead".
The big problem is, that I can't seem to find that stack
anymore :-(
Anyone any suggestions?
Warm regards,
Ton Kuypers
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
Middle age is when your broad mind and narrow waist begin to change
places.
- E. Joseph Crossman
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution