New pages and multi-threading question

2007-12-30 Thread yakobom
various pages? (using nsIWindowWatcher's openWindow perhaps?) And the real question - what about multi-threading? I've went though various posts, but still fail to understand what can be multi- threaded, and how to achieve that... Many thanks, and happy new year. yakobom

Mouse events on flash animation

2008-01-02 Thread yakobom
Hi, I've seen some people ran into this problem, but I was not able to get a clear solution. I'm developing on C++, and in web sites that use flash animation there is simply no response for the mouse events (when going over the flash). Any ideas? Thanks, yakobom

Re: New pages and multi-threading question

2008-01-02 Thread yakobom
On Dec 31 2007, 3:56 pm, Benjamin Smedberg [EMAIL PROTECTED] wrote: yakobom wrote: Hi, I'm writing in VC++, and my application is embedding gecko. I need to browse to various pages at the same time, without any Mozilla GUI (i get the bitmap). Currently, each new page is opened in as new

Re: New pages and multi-threading question

2008-01-02 Thread yakobom
On Jan 2, 4:34 pm, Benjamin Smedberg [EMAIL PROTECTED] wrote: yakobom wrote: So you mean to say that I cannot run different instances of nsIWebBrowser objects, each in a seperate threads? That is correct. --BDS First of all - thanks for your king assistance :) Second - this is really sad

Xul.dll - must for embedding using c++?

2008-01-08 Thread yakobom
Hi, Can someone here tell what is the minimal requirement for embedding gecko using c++? Is it a must to use xul.dll? I know xul is required, but isn't there an easier way than using this huge library as is? Thanks in advance, yakobom ___ dev-embedding

Re: Xul.dll - must for embedding using c++?

2008-01-09 Thread yakobom
, at 1:30 PM, yakobom wrote: Hi, Can someone here tell what is the minimal requirement for embedding gecko using c++? Is it a must to use xul.dll? I know xul is required, but isn't there an easier way than using this huge library as is? Thanks in advance, yakobom

Render a bitmap in a specific size

2008-01-16 Thread yakobom
Hi, Is there a way to determine the size of the bitmap I get using RenderOffScreen? I do not want to get a smaller bitmap with a only part of the screen, but to get the full picture, only smaller. I know I can do this on my own using bitmaps manipulation functions, but it's not what I'm looking

OnShowContextMenu is not called

2008-02-24 Thread yakobom
*, this)); nsCOMPtrnsIWeakReference menuListener(do_GetWeakReference(listener1)); m_webBrowser-AddWebBrowserListener(menuListener, NS_GET_IID(nsIContextMenuListener)); Can someone tell me what am I doing wrong? Thanks, yakobom ___ dev-embedding mailing

Problems with PSM

2008-03-10 Thread yakobom
this? Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Getting nsIDOMNode under the mouse

2008-05-21 Thread yakobom
translation?). Anyway - if some can post the code (preferably++) or proper tips, I'll be grateful. Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Prioritizing load requests

2008-06-16 Thread yakobom
Hi, I want to be able to load two heavy web pages in parallel - but I want to be able to control which will get the priority (based on my own criteria). Does anyone know what's the best way of doing that? Thanks, yakobom ___ dev-embedding mailing list

Change color of find results

2008-08-12 Thread yakobom
Hi, Can someone point me to the fastest way to change the color of the 'find' results? I'm using nsIWebBrowserFind, and I want to be able to control the color of the results, without affecting anything else (such as selection color). 10x, yakobom

Detecting RightToLeft

2008-08-17 Thread yakobom
Hi, How can I detect from my embedding code that the current language is RTL? I tried using bidiKBrd-IsLangRTL, but it keeps returning false no matter what... Thanks, Yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https

URGENT! RenderOffScreen replacement in Gecko 1.9

2008-09-02 Thread yakobom
RenderDocument on PresShell, but bumped into a lot of link errors. We need quick assistance, and not only code lines. Please - any assistance will be very appreciated. Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https

Java applets issues in c++ embedding application

2008-11-25 Thread yakobom
in the stack in most cases, and where I do, it seems that some bridge functions that get strings and are getting a defected string. Any idea or suggestion will be highly appreciated. yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org

XML display problem

2008-12-15 Thread yakobom
Hi, When I load an XML document in my embedded browser, I get the content of the XML parsed as plain text. How can I make it work like in FireFox? I want to display the XML as a 'normal' XML file... Any ideas? thanks, yakobom ___ dev-embedding mailing

Re: XML display problem

2008-12-16 Thread yakobom
On Dec 15, 11:48 pm, Boris Zbarsky bzbar...@mit.edu wrote: yakobom wrote: Hi, When I load an XML document in my embedded browser, I get the content of the XML parsed as plain text. How can I make it work like in FireFox? I want to display the XML as a 'normal' XML file... Is it really

Calculating position within a frame

2008-12-22 Thread yakobom
the real offset? Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Detect mouse move on scrollbar

2009-05-25 Thread yakobom
Hi ppl, In my c++ embedding app, when I'm moving the mouse - I need to know when the mouse is currently on a scrollbar of the page. Does anyone know how I can identify this? Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org

URGENT - imgIContainer problem with PNG

2011-03-06 Thread yakobom
, this is quite urgent. Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Password prompt

2011-03-11 Thread yakobom
, read about it quite a bit - but still couldn't find a solution. Can someone please give me an idea? Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: Getting max scroll range (Gecko 2.0)

2011-04-28 Thread yakobom
On Apr 28, 4:13 pm, Boris Zbarsky bzbar...@mit.edu wrote: On 4/28/11 8:48 AM, yakobom wrote: Can anyone please tell me how can I know the maximum scroll range for a given DOM Window? I search all its scrolling APIs, but found no one suitable for this purpose... It depends on what you

Re: Getting max scroll range (Gecko 2.0)

2011-05-11 Thread yakobom
: nsIScrollableView::GetContainerSize, GetPageScrollDistances,GetLineHeight(LHeight) etc. yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Implementing services in Gecko 2.0

2011-05-12 Thread yakobom
for specific sites. Thanks, yakobom ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding