|
From: Joey M. <joe...@sw...> - 2006-10-12 17:32:41
|
Wow, how did we miss that? Ok, that looks like a great solution.
I'm not sure why we were doing tk_dialog in the first place... I'm
just going through our old code and see if I can't tile'ize
everything and looked for all places not having a ttk.
BTW, there will never be a ttk::listbox, right? The preferred
solution is to make a ttk::treeview with one column?
Thanks!
On Oct 12, 2006, at 11:50 AM, Donal K. Fellows wrote:
> 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.
|