When you say it works under Windows, I take it you mean Windows with .NET, not Windows with Mono, right? You could check if the bug is still in Mono 2.4 RC2, and if it is, fill a bug report with a reduced test case.
ericcc wrote: > > Hello > > After corrected my stupid problem with path, my application now "almost" > work. > I just have some little annoying problem as this one: > I have a toolbar (or ToolStrip) which is build when the application start > with information given by an xml file. > During execution, it's possible to change the definition (the xml file) > and the toolbar is automatically rebuild. > But first, I "clear" its content with the following code > > >> For i = 1 To ToolStrip2.Items.Count >> ToolStrip2.Items.Item(0).Dispose() >> Next >> > > It works perfectly under windows but not under Linux. > I try with Debian/Mono 2.0 and Suse(VMWare)/Mono 2.2 . > > Is it a bug with mono ? > > I try to add " ToolStrip2.Refresh()" after the loop to force the redraw of > the toolbar, but without success > > Any idea ? > > ericc > > > -- View this message in context: http://www.nabble.com/Toolstrip-dynamically-build-tp22496688p22498643.html Sent from the Mono - VB mailing list archive at Nabble.com. _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
