Ask a Question related to Ruby, Design and Development.
-
Ferenc Engard #1
tkdialog wrapper problem
Hi all,
As many of my messages are sent to the newgroup, and didn't reach the
mailing list, I repost them. Sorry if some of you have seen them
already.
The TkDialog's constructor do not accept a parent widget, as every other
TkWindow descendant do (through TkWindow's constructor).
This is a problem, as it seems that if I have multiple toplevels, and
show a dialog, the dialog's parent widget (currently, always '.') will
be raised. So, showing a dialog from a form will raise another form! :-(
Maybe, for backward compatibility (but not for sanity), the parent could
be TkDialog.initialize()'s 2nd, optional argument? Or should I complain
on the tcl list? :)
Bye,
Ferenc
Ferenc Engard Guest
-
Wrapper
Hi All, Does anybody know if it is possible to create a .aspx wrapper as opposed to a html page? All the best -
Problem creating wrapper
Hi I have been asked by our web host to build a wrapper for a third party component we wish to use on our web application. The reason behind this... -
tkdialog wrapper improvement
Hello, The TkDialog's constructor do not accept a parent widget, as every other TkWindow descendant do (through TkWindow's constructor). This... -
How do I create a wrapper
I work in an environment with a few system admins and we would like to create a "wrapper" so that when someone issues su -, they get a message... -
Anyone know of a ASP.NET wrapper for HTMLTidy?
I am looking for a asp.net wrapper for HTMLTidy. I found a com wrapper for it here: http://perso.wanadoo.fr/ablavier/TidyCOM/ But i'd like a .net... -
Hidetoshi NAGAI #2
Re: tkdialog wrapper problem
Hi,
From: Ferenc Engard <ferenc@engard.hu>
Subject: tkdialog wrapper problem
Date: Fri, 14 Nov 2003 08:35:50 +0900
Message-ID: <3FB41553.7176C587@engard.hu>(snip)> The TkDialog's constructor do not accept a parent widget, as every other
> TkWindow descendant do (through TkWindow's constructor).Thank you for your report.> Maybe, for backward compatibility (but not for sanity), the parent could
> be TkDialog.initialize()'s 2nd, optional argument? Or should I complain
> on the tcl list? :)
I edited tkdialog.rb and committed.
[url]http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/tk/lib/tkdialog.rb?cvsroot=src&r1=1.8&r2=1.9[/url]
Does it satisfy you? :-)
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
Hidetoshi NAGAI Guest
-
Ferenc Engard #3
Re: tkdialog wrapper problem
Hidetoshi NAGAI wrote:
By all means, thanks a lot! :-))) Anyway, it look like a bit>
> Hi,
>
> From: Ferenc Engard <ferenc@engard.hu>
> Subject: tkdialog wrapper problem
> Date: Fri, 14 Nov 2003 08:35:50 +0900
> Message-ID: <3FB41553.7176C587@engard.hu>> (snip)> > The TkDialog's constructor do not accept a parent widget, as every other
> > TkWindow descendant do (through TkWindow's constructor).>> > Maybe, for backward compatibility (but not for sanity), the parent could
> > be TkDialog.initialize()'s 2nd, optional argument? Or should I complain
> > on the tcl list? :)
> Thank you for your report.
> I edited tkdialog.rb and committed.
>
> [url]http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/tk/lib/tkdialog.rb?cvsroot=src&r1=1.8&r2=1.9[/url]
>
> Does it satisfy you? :-)
incompatible from the previous version. Isn't it dissatisfy some people?
Ferenc
Ferenc Engard Guest
-
Hidetoshi NAGAI #4
Re: tkdialog wrapper problem
Hi,
From: Ferenc Engard <ferenc@engard.hu>
Subject: Re: tkdialog wrapper problem
Date: Sun, 16 Nov 2003 09:08:19 +0900
Message-ID: <3FB6BFF4.D376B047@engard.hu>Please tell me the incompatible case.> By all means, thanks a lot! :-))) Anyway, it look like a bit
> incompatible from the previous version. Isn't it dissatisfy some people?
Because I want to keep upper compatibility as far as I can.
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
Hidetoshi NAGAI Guest



Reply With Quote

