Try clearing your cache. There was a bug that I discovered and fixed not
too long ago. ;)
-- Rebecca Bettencourt
On Wed, Jul 22, 2015 at 11:20 AM, dannygelder@[redacted].com[HyperCard] <
HyperCard-Mailing-List> wrote:
>
>
> Rebecca,
>
> Good news & bad: I updated my page to use much more of your library, but I
> think it's revealed some bugs in it (or I'm just misusing your API). My
> page links directly to the .js on your site, so if you feel like hobbying
> around this weekend... :) and if not, we'll understand. I have these
> buttons on my page:
>
> <button>char 1 to 2 of word 2 of "ABC DEF"</button>
> <button>the number of words in line 2 of text</button>
> <button>first to any word in text</button>
> <button>delete any word in line 3 of text</button>
> <button>put "!!!" after the first sentence of text</button>
> <button>put "The Danman" into word "Aslan" of text</button>
>
> Dan
>
>
http://hypervariety.com/kk_chunks> [image: image] <
http://hypervariety.com/kk_chunks>
>
http://hypervariety.com/kk_chunks> Hypervariety Start What is it? Welcome Walkthrough Tags Markup used Links
> Web boot camp Paint Make pictures Stack Remember Hypercard? Parsers...
> View on
hypervariety.com <
http://hypervariety.com/kk_chunks>
> Preview by Yahoo
>
>
>
>
> ---In HyperCard-Mailing-List, <beckiergb@...> wrote :
>
> Awesome. You can specify the entire chunk expression hierarchy in a single
> command, though. Instead of:
>
>
> jsChunkEx.getChunk(jsChunkEx.getChunk(Events.Get('#text','value'),jsChunkEx.LINE,3),jsChunkEx.WORD,3)
>
> you can do:
>
>
> jsChunkEx.getChunk(Events.Get('#text','value'),jsChunkEx.LINE,3,jsChunkEx..WORD,3)
>
> which is faster and makes it much easier to do things like deleting and
> replacing.
>
> Of course, I have to add in my thanks to Dan as well. :)
>
> -- Rebecca Bettencourt
>
>
> On Tue, Jul 21, 2015 at 1:04 PM, dannygelder@... [HyperCard] <
> HyperCard-Mailing-List> wrote:
>
>
>
> I loved jsChunkEx! I put up a page that translates xTalk chunk syntax into
> your JS library style. It took less than an hour (really).
>
>
http://hypervariety.com/kk_chunks>
> Dan
>
>
>
>