Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [VID] Strange problem

From: apwing:zonnet:nl at: 23-May-2004 13:41

Hi all, currently I am developing a small application that displays flags from all over the world off a website. There is also a search option, in order to search for (a part of) a countryname. The REBOL/View version I use is 1.2.46.3.1. I have built in some print statements for debugging purposes and to show the problem exactly. Example session: 1. start the app 2. fill out the search field named "country-find" with the text "ur" 3. click the "Find (next)" button 4. change the contents of the search field named "country-find" to the text "ne" When you look at the displayed lines, you see (among others): Right after push Find (next) button: global/findstr=(ne) country-find/text=(ne) Apparently global/findstr has changed somewhere between the last hit and the press of the "Find (next)" button. However, there is only one place where global/findstr is being changed AFAIK! It was my intention that global/findstr would contain the PREVIOUS searchstring. Please see the attached app Any ideas? TIA With kind regards, Arie van Wingerden -- Binary/unsupported file stripped by Ecartis -- -- Type: text/x-rebol -- File: flags.r