|
From: Joey M. <jo...@sw...> - 2006-10-12 17:50:53
|
Oops, I guess I spoke too soon. On Unix, in my case, Solaris, it
looks out of place. The tile stuff seems to match my gnome desktop
where the tk_messageBox looks like a CDE message box. Not horrible,
just a little inconsistent. I guess this is one of the platforms
which is where it is not native?
I haven't tried running in a CDE environment to see if tile looks right.
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.
|