Questions tagged [geckosdk]

15 questions
12
votes
2 answers

How to use Gecko in C#

I need a Gecko WebBrowser Control I need a sample code or a link which explains how to use GECKO If anyone has used Gecko, I could do with some advice
DanMatlin
  • 1,212
  • 7
  • 19
  • 37
2
votes
0 answers

GeckoFx - sample for installing own content handlers?

I've been playing around with GeckoFx (v29 from Bitbucket) and have got it to do almost everything I need except one key thing, which is to provide my own content handlers that are responsible for all network requests for any resources. I.e., I'm…
Dylan Nicholson
  • 1,235
  • 14
  • 20
2
votes
5 answers

What lib in the gecko 1.9.3 SDK do I link against to use moz_xmalloc()?

I'm trying to link my XPCOM extension against the 1.9.3a3pre SDK and I get the following: error LNK2001: unresolved external symbol _moz_xmalloc So, what lib do I need to link to? The documentation doesn't say. This is on Windows right now, but…
i_am_jorf
  • 53,608
  • 15
  • 131
  • 222
2
votes
2 answers

Delphi Gecko SDK - did anyone succeeded with that + XULRunner 1.9?

I did a checkout of d-gecko SDK from sf.net ( http://sourceforge.net/projects/d-gecko/ ). I wanted to try it with Gecko (XULRunner) 1.9, however when running simple application each time I get error in stdcall function, pointing to WebBrowser.Paint…
migajek
  • 8,524
  • 15
  • 77
  • 116
1
vote
0 answers

EFM32 Gecko Starter Kit USART1 Receive not working (EFM32G890F128)

I have been trying to setup a uart on the EFM32 Starter kind and I am now able to send characters out of the EFM32 Starter kit board to a computer, but when I try to receive from the computer using the example, my interrupt gets called once, but the…
Godspped
  • 683
  • 4
  • 12
  • 31
1
vote
1 answer

How to avoid exceptions when using TGeckoBrowser in a Delphi app

Prompted by a q here yesterday, I'm trying to re-familiarise myself with TGeckoBrowser from here: http://sourceforge.net/p/d-gecko/wiki/Home. (Nb: requires the Mozilla XulRunner package to be installed) Things seem to have moved backwards a bit…
MartynA
  • 30,454
  • 4
  • 32
  • 73
1
vote
3 answers

FirefoxOS and Gecko SDK on Windows

I am trying to get my hands dirty of firefox OS apps. I tried to follow instructions on https://developer.mozilla.org/en/docs/Gecko_SDK to get the SDK. I downloaded Gecko 22.0 (Firefox 22.0) zip file for windows. Could anyone please tell me how to…
0
votes
1 answer

How do I AddRef() an nsCOMPtr for use as an out param?

I have a member for my class: class MyNativeXPCOMObject ... { ... private: nsCOMPtr someInterface_; ... }; I have methods that do this: NS_IMETHODIMP MyNativeXPCOMObject::GetSomeObject(nsISomeInterface**…
i_am_jorf
  • 53,608
  • 15
  • 131
  • 222
0
votes
0 answers

How can I send messages from my BLE microcontroller to an RF module via UART?

I have a BLE enabled microcontroller(Blue gecko bgm13p22). It takes in commands from a client(laptop). Now I have connected my microcontroller to an RF module via UART(rx,tx,vcc,gnd). How can I transfer my received messages which cam from bluetooth…
0
votes
1 answer

c# How possible geckowebbrowser tr tableto htmal data show in textbox?

4173 message I am want html data show in our textbox but I am fail so need help. Below code I am trying. GeckoElementCollection tagsCollection =…
0
votes
1 answer

Can I list Tabs of a "MozillaWindowClass" HWND via XPCOM?

IE provides easy access to a IWebBrowser2 and IHtmlDocument2 from a HWND of a IE Frame. So you EnumWindows and EnumChildWindows and then you test the class and once you find the right ones, you can easily interact with them. If there a way to list…
CodeAngry
  • 12,760
  • 3
  • 50
  • 57
0
votes
1 answer

Linking with XulRunner v.34 to create an XPCOM extension for Firefox

I am using the latest Gecko SDK (xulrunner-34.0.5.en-US.win32.sdk) with MSVS 2013 and I am facing serious issues with the linker (and apparently I am not the only one). After a lot of workarounds for various issues I get these linker errors: …
user2173353
  • 4,316
  • 4
  • 47
  • 79
0
votes
1 answer

Compile XPCOM idl file using 64bit Ubunty based system

I'm working on a XPCOM interface for Firefox. To compile my .idl file using 64-bit Ubuntu based system, I couldn't find the specific Gecko SDK version. I tired to download "Linux x86_64" version of Gecko SDK from link in which I couldn't find…
rharishan
  • 970
  • 7
  • 11
0
votes
1 answer

Error compiling sample firefox protocol hander gecko SDK 3.6

I get the following error while trying to compile a sample implementation of firefox protocol handler. I am using Gecko SDK 3.6, Visual Studio 2010 on Windows Vista. I think the sample is very old and was not build using version 3.6 of the…
reevh
  • 735
  • 2
  • 8
  • 20
0
votes
1 answer

NPAPI tutorial, Gecko SDK

Hi im following this simple tutorial on mozilla developers site. im getting some errors in BUILD phase and one thing that i couldn't follow in tutorial was under Version Issues If you are using Gecko SDK v1.9 and higher, you'll probably need to…
Mihkel L.
  • 1,543
  • 1
  • 27
  • 42