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

text-list bug

 [1/7] from: philb::upnaway::com at: 18-Sep-2002 15:59


Hi All, After selecting multiple items from a text list it doesnt seem possible to unselect a particular item. They get unselected in the order that they were selected. for example type at the console view layout [text-list data [1 2 3 4 5 6 7 8 9]] Hold down the ctrl key ... select items 1 2 3 4 5 6 7 in that order, then try and unselect item 5 by ctrl clicking on it .... item 1 is unselected? Is this a known bug? Cheers Phil

 [2/7] from: arnaud:dutartre:europe:tgs at: 18-Sep-2002 10:54


On my version there is not this bug ... REBOL/View 1.2.1.3.1 21-Jun-2001 Arno:)

 [3/7] from: lmecir:mbox:vol:cz at: 18-Sep-2002 11:05


Hi Phil, no bug here
>> rebol/version
== 1.2.1.3.1 Windows 2000 Cheers -L ----- Original Message ----- Hi All, After selecting multiple items from a text list it doesnt seem possible to unselect a particular item. They get unselected in the order that they were selected. for example type at the console view layout [text-list data [1 2 3 4 5 6 7 8 9]] Hold down the ctrl key ... select items 1 2 3 4 5 6 7 in that order, then try and unselect item 5 by ctrl clicking on it .... item 1 is unselected? Is this a known bug? Cheers Phil

 [4/7] from: carl:cybercraft at: 18-Sep-2002 21:27


On 18-Sep-02, [philb--upnaway--com] wrote:
> Hi All, > After selecting multiple items from a text list it doesnt seem
<<quoted lines omitted: 6>>
> unselected? > Is this a known bug?
Hi Phil, I don't get that with Amiga View - item 5 is unselected as you would expect. Have you tested it from a fresh console? (It's just possible you'd corrupted the text-list style somehow.) If so, I'd report it to feedback, with a mention of which OS you're using. It certainly looks like a bug. -- Carl Read

 [5/7] from: philb:upnaway at: 18-Sep-2002 22:17


Hi, OK ... The error occurs in REBOL/View 1.2.8.3.1 3-Aug-2002 (View Beta) REBOL/Link 1.0.6.3.1 3-Aug-2002 (IOS) Doesnt occur in REBOL/View 1.2.1.3.1 21-Jun-2001 (Current View) I will report to feedback. Cheers Phil === Original Message === On 18-Sep-02, [philb--upnaway--com] wrote:
> Hi All, > After selecting multiple items from a text list it doesnt seem
<<quoted lines omitted: 6>>
> unselected? > Is this a known bug?
Hi Phil, I don't get that with Amiga View - item 5 is unselected as you would expect. Have you tested it from a fresh console? (It's just possible you'd corrupted the text-list style somehow.) If so, I'd report it to feedback, with a mention of which OS you're using. It certainly looks like a bug. -- Carl Read

 [6/7] from: jason:cunliffe:verizon at: 18-Sep-2002 4:21


> view layout [text-list data [1 2 3 4 5 6 7 8 9]] > > Hold down the ctrl key ... select items 1 2 3 4 5 6 7 in that order, then try > and unselect item 5 by ctrl clicking on it .... item 1 is unselected?
hmm.. good catch And it does not seem to matter much where you click either, as long as it is a selected item. With the mouse over any selected item it will undo, following the original order, or else add another selection. ./Jason

 [7/7] from: rotenca:telvia:it at: 18-Sep-2002 17:47


Hi Phil,
> REBOL/View 1.2.8.3.1 3-Aug-2002 (View Beta)
The error is in the alter function. It is the same bug found by Bolka in the beta 2.5 Core. A more fast alter function: alter: func [ {If a value is not found in a series, append it; otherwise, remove it. Patched for 1.2.8} series [series! port!] value ][ if not remove find series value [ insert tail series value ] series ] Ciao Romano

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted