https://bugzilla.novell.com/show_bug.cgi?id=456326
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=456326#c1 --- Comment #1 from Oscar Brigman <[EMAIL PROTECTED]> 2008-12-06 02:09:39 MST --- Created an attachment (id=258431) --> (https://bugzilla.novell.com/attachment.cgi?id=258431) Stripped code to test the Gecko.WebControl This code works, but as you can see there is no Navigation except for clicking a link on the web page. You can still add gtk widget, like "Foward","Back", "Entry", and "Navigate" buttons using VBox and HBox containers for Window Layout! The problem comes when you add functions to your Controls to make the WebControl Navigate. Everything you declared earlier in your Dim statements some how get de-referenced and your procedure knows nothing of your previously created Controls. The C-Sharp version doesn't do this, it works just fine! Will check the C-Sharp and gtk-sharp code and see what's different. Maybe I can find the problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
