зеркало из https://github.com/mono/mail-archives.git
93 строки
4.2 KiB
HTML
93 строки
4.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Gtk-sharp-list] FW: Help needed on Window's TransientFor Property.
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20FW%3A%20Help%20needed%20on%20Window%27s%20TransientFor%0A%09Property.&In-Reply-To=AA75D37E9E3C46209500547564D63E47%40D134151">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="009459.html">
|
|
<LINK REL="Next" HREF="009461.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Gtk-sharp-list] FW: Help needed on Window's TransientFor Property.</H1>
|
|
<B>Chris Howie</B>
|
|
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20FW%3A%20Help%20needed%20on%20Window%27s%20TransientFor%0A%09Property.&In-Reply-To=AA75D37E9E3C46209500547564D63E47%40D134151"
|
|
TITLE="[Gtk-sharp-list] FW: Help needed on Window's TransientFor Property.">cdhowie at gmail.com
|
|
</A><BR>
|
|
<I>Tue Feb 24 01:10:26 EST 2009</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="009459.html">[Gtk-sharp-list] FW: Help needed on Window's TransientFor Property.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="009461.html">[Gtk-sharp-list] Get Parent Iter from Treeview
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#9460">[ date ]</a>
|
|
<a href="thread.html#9460">[ thread ]</a>
|
|
<a href="subject.html#9460">[ subject ]</a>
|
|
<a href="author.html#9460">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>On Tue, Feb 24, 2009 at 12:23 AM, libin <<A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">libin.mohanan at wipro.com</A>> wrote:
|
|
><i> Hi Chris,
|
|
</I>><i>
|
|
</I>><i> I tried to solve the problem using  window.SkipTaskbarHint = true, but the
|
|
</I>><i> problem in windows is, I cant get back the minimized window without making
|
|
</I>><i> another new window as I don't have the taskbar button.
|
|
</I>><i>
|
|
</I>><i> Also in linux the problem of having separate taskbar buttons remains even
|
|
</I>><i> after using this code. This taskbar Buttons are actually coming on the
|
|
</I>><i> desktop taskbar and not on the parent window.
|
|
</I>
|
|
I'm not sure what you mean by this. Did you expect the parent window
|
|
to have its own taskbar of children or something?
|
|
|
|
><i> Earlier In Windows It was working fine with only one taskbar buttonthat too
|
|
</I>><i> when minimized it gets minimized on the parent window.I am calling it
|
|
</I>><i> taskbar button but when it is minimized it is showing only on the parent
|
|
</I>><i> window and not on the windows taskbar.
|
|
</I>><i>
|
|
</I>><i> And In case of linux every window was having a separate taskbar button in
|
|
</I>><i> the taskbar itself.
|
|
</I>><i>
|
|
</I>><i> I think the problem in linux is the OS is considering every new window as a
|
|
</I>><i> separate process.
|
|
</I>
|
|
The GNOME panel is seeing every window as a window. Usually
|
|
SkipTaskbarHint is enough to make it not show up in the taskbar. You
|
|
might have to subclass Dialog instead of Window to get this behavior.
|
|
|
|
Perhaps you could back up a bit and explain the overall goal here?
|
|
Maybe there is another approach you have not thought of.
|
|
|
|
--
|
|
Chris Howie
|
|
<A HREF="http://www.chrishowie.com">http://www.chrishowie.com</A>
|
|
<A HREF="http://en.wikipedia.org/wiki/User:Crazycomputers">http://en.wikipedia.org/wiki/User:Crazycomputers</A>
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="009459.html">[Gtk-sharp-list] FW: Help needed on Window's TransientFor Property.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="009461.html">[Gtk-sharp-list] Get Parent Iter from Treeview
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#9460">[ date ]</a>
|
|
<a href="thread.html#9460">[ thread ]</a>
|
|
<a href="subject.html#9460">[ subject ]</a>
|
|
<a href="author.html#9460">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">More information about the Gtk-sharp-list
|
|
mailing list</a><br>
|
|
</body></html>
|