From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.182.131 with SMTP id ee3mr1667993pac.4.1414491442412; Tue, 28 Oct 2014 03:17:22 -0700 (PDT) X-Received: by 10.140.92.140 with SMTP id b12mr897qge.14.1414491442320; Tue, 28 Oct 2014 03:17:22 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!r10no891030igi.0!news-out.google.com!u5ni13qab.1!nntp.google.com!u7no676716qaz.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Oct 2014 03:17:22 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.160.221.29; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 86.160.221.29 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Gnoga button on click procedures From: tonyg Injection-Date: Tue, 28 Oct 2014 10:17:22 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:190150 Date: 2014-10-28T03:17:22-07:00 List-Id: I have a list of data implemented using gnoga list, and shown through jquer= yui. If I want to reselect the data, the only way I can think of is though = a button press, and I get a despatch error if I try to reselect and reshow = the list through a procedure attached_on_click through a button.=20 Is it possible to do this through an attached procedure or is there another= possibly better way I can do this!