in reply to BrowseEntry browsecmd causes error

You should try to make a simple working code example which demonstrates your problem, and repost your question. It's hard for us to see a problem, without some code to run.

Just guessing: Maybe when you edit the Entry, you loose focus on the Listbox? Or maybe you need to run a $mw->update after editing the Entry? Are you using textvariables? Maybe it's a windows-specific problem. Try -exportselection=>1 ??


I'm not really a human, but I play one on earth. flash japh

Replies are listed 'Best First'.
Re^2: BrowseEntry browsecmd causes error
by jruff (Initiate) on Mar 18, 2005 at 22:57 UTC
    Thanks for your comments. It would be difficult to model the issue, because It uses three modules and two graphic screens. I did not use textvariables, just tried to reference the widget directly. I also tried exportselection. I believe that some garbage clean up between subs are the issue. Thanks for the response, I reexamined my logic and removed the BrowseEntry widget and used the Entry Widget. Again thanks for the response.