Skybound Software is looking to hire experienced C# developers to work on Stylizer and other forthcoming Skybound products. Click here for details.
GeckoFX is an open-source component which makes it easy to embed Mozilla Gecko (Firefox) into any .NET Windows Forms application. Written in clean, fully commented C#, GeckoFX is the perfect replacement for the default Internet Explorer-based WebBrowser control. Download GeckoFX @ Google Code >
GeckoFX is made by Skybound Software, authors of Stylizer—the professional CSS editor with a strong focus on visual control, error-free workflow, and productivity. Learn About Stylizer >
Discuss GeckoFX, the Open-Source Gecko Control for .NET
You are not logged in.
Pages: 1
Changes in 1.9.1.0
- Support for XULRunner 1.9.1.2 (same engine as Firefox 3.5)
- Crash in Dispose() when finalizing/shutting down
- Prevent a file which no longer exists from being reloaded (a COM exception was thrown)
- StyleRuleCollection.Insert() now returns the index where the rule was inserted, or -1 if the rule contained a syntax error
- Support for opening unicode domain names / nsURI
- UTF8 page titles are supported
Offline
ScrollIntoView() doesn't appear to work with this version, simple test code:
GeckoElement body = geckoWebBrowser1.Document.Body;
GeckoElement element = geckoWebBrowser1.Document.CreateElement("p");
element.TextContent = "some text here";
body.AppendChild(element);
body.ScrollIntoView(false);No scrolling at all happens, with previous versions it would scroll to the bottom of the document which is what should happen as the new element as at the bottom of the document.
Offline
Yes it seems ScrollIntoView(false) does not work for me also.
Offline
Is there any plans to implement the login manager directly in GeckoFX ?
softwerx seems to have found the solution, with the latest post on http://geckofx.org/viewtopic.php?id=360
That'd be awesome !
Offline
Error Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Source: Skybound.Gecko
Target: Int32 NS_InitXPCOM2(IntPtr ByRef, System.Object, Skybound.Gecko.nsIDirectoryServiceProvider)
The latest version have more serious issues, it just fails without any reasons.
Offline
priyank_bolia wrote:
Error Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Target: Int32 NS_InitXPCOM2(IntPtr ByRef, System.Object, Skybound.Gecko.nsIDirectoryServiceProvider)
The latest version have more serious issues, it just fails without any reasons.
That is not GeckoFX issue, that is XpCom bug.
https://bugzilla.mozilla.org/show_bug.cgi?id=526586
Will be fixed in future XpCom/Firefox releases (works with Firefox 3.5.6/Gecko 1.9.1.6).
Last edited by brainsucker (December 26, 2009 2:48 PM)
Offline
brainsucker wrote:
Will be fixed in future XpCom/Firefox releases (works with Firefox 3.5.6/Gecko 1.9.1.6).
You mean its fixed in Gecko 1.9.1.6
Also does any one has fix for the ScrollIntoView, if required I can pay a reasonable amount, for fixing this and adding to Gecko, which works with the latest xulrunner.
Offline
priyank_bolia wrote:
You mean its fixed in Gecko 1.9.1.6
I'm using GeckoFx with Firefox, not XulRunner, and it works fine with Firefox 3.5.6, which reports usage of Gecko 1.9.1.6. It looks like the latest XulRunner release to date is only 1.9.1.4, I'm not sure if it is broken or not (Firefox 3.5.4 was ok).
Last edited by brainsucker (December 27, 2009 4:20 AM)
Offline
Using it with Firefox is even bigger problem, I tried with the latest beta and it crashed, when tried to set the Document.Body.InnerHtml property. Also you can't rely that the user is not using the latest Firefox beta which is 3.6b5 right now and using 3.5.6
But anyway I got your point, its the xulrunner problem, I'll wait for a new version of GeckoFx and XULRunner with fix for ScrollIntoView and the XP Crash issue.
Offline
priyank_bolia wrote:
Using it with Firefox is even bigger problem
Actually I'm using customized version of GeckoFx Multi: http://geckofx.org/viewtopic.php?id=729
Body.InnerHtml and ScrollIntoView work for me with xul 2.0.4, Firefox 3.0.15, 3.5.6, 3.6b5.
Offline
Wholesale five fingers, This shop offers a wide variety of stylish design and excellent five shoes.Mens Vibram Five Fingers KSO Feet and heart is the farthest distance., with ours health is very important, must therefore choose the best shoes, looks after them. 。We recommend for your shoes is five fingers shoes. vibram five fingers www.vibramfivefingers5.com.Shoes design according to the shape of the foot. Separate your footfingers, let footfingers free breathing due to material and comfortable at the same time cloth.Feeling. therefore, you can reach out and comfort without pressure. Mens Vibram Five Fingers Sprint idea is the base of the design people to focus on health. Scientific research has shown that often go barefoot, and may adjust the many roles, such as increasing cerebral hemisphere epidermal tone, a man was pleasant, may still prevent cold, neurological and cardiovascular disease. In addition, barefoot ran up to a foot massage. It mimics the Barefoot walk, move your body in a more natural and healthier.2010 new vibram shoes womens. Vibram five fingers stimulation in your foot and lower leg muscles to build strength and improved action with 5 fringers except when you walk in the street, you feel like you are enjoying a massage can strengthen and shoes in the feet and legs, of course, this will help your healthy muscles! Vibram five fingers for Barefoot is best. Therefore, if you ' re sports lovers, if you are pursuing a healthy lifestyle, if you ' re curious about these strange Vibram five fingers, don ' t hesitate to try these healthy shoes. You ll get big surprise '. Vibram five fingers in the sale in our shop.Vibram Five Fingers Classic
Offline
Pages: 1