Re: [sqlite] Read only text widget

2005-01-24 Thread Lawrence Chitty
Hi Anirba your best place to ask questions on Tcl is the 'comp.lang.tcl' usenet newsgroup (or Google groups), unless the question refers directly to the Sqlite Tcl bindings. Another great source of info is the Tcler's Wiki which has answers and example code to this and hundreds of other

[sqlite] Read only text widget

2005-01-23 Thread Anirban Sarkar
Hi all, I have a text widget which successfully fetches data from a backend sqlite database and displays it in the text widget. My requirement is that I want to make the text widget readonly so that no one can edit the fetched data. I use '-state disabled' but that hides the data that is