|
From: Donal K. F. <don...@ma...> - 2006-10-12 16:50:22
|
Joey Mukherjee wrote:
> if {[tk_dialog .d "Warning" "Are you sure you wish to delete these
> files?" warning 0 Yes No]==1} {
> return
> }
Any reason for not using tk_messageBox instead? On at least two
platforms that's fully native, and it is modal already.
Donal.
|