[Gtk-sharp-list] Re: [Mono-dev] resolution change problem (nasty one)

Ben Maurer bmaurer at ximian.com
Sat Jan 7 20:59:35 EST 2006


> I don't really know how to put this into words but here it goes...
>
>  I'm working on an application that has to work on every resolution (
> especially 800x600 and  1024x768).  In this application,  I have  an
> custom made widget, something like a container that has other widgets
> inside. This custom widget (the container) has an method named
> Refresh() that removes all the widgets inside it and add them again
> (updates from a database table).
>      I have a button that calls the Refresh() method for that widget...
> In 800x600, if a make a normal mouse click on it, the widgets
> inside refuse to appear.  If i just press the button and don't
> release it inside the button, they appear... In 1024x768 all it's
> working perfectly.
>
>  P.S.  I'm using GTK and mono 1.1.12.1
>  P.S.2 This bug is only in Windows. On my ubuntu linux it works
> perfectly on both resolutions.

1) This really belogs on the gtk-sharp list. -devel is mostly for people
*patching* mono, not bugs they are having. Other non-development questions
should be sent to mono-list or gtk-sharp-list. (I've taken the liberty of
doing this for you).

2) The chances of anyone being able to reproduce your issue or help you
fix it are very small without any source code.

-- Ben




More information about the Gtk-sharp-list mailing list