Hi,
I'm working on my first XPCOM component. Unfortunately, I can't register it successfully.
Building is ok. Here's the makefile
CXX = g++
CPPFLAGS += -fno-rtti \
-fexceptions \
-shared \
-fshort-wchar
# Change this to point at your Gecko SDK directory.
GECKO_SDK_PATH = /path/to/gecko/sdk
# GCC onl...
Hey guys,
I've been trying to cross-compile Spidermonkey and I am stuck with the problem wherein prtypes.h(NSPR) is unrecognizable. I alread triedy modifying Makefile.ref/config.mk/jsconfig.mk to point to a desired NSPR/DIS directory. I must have missed some basic steps because it still won't make things work.
Do you have any ideas on h...
I have a link button on the page and set it as default button, It works fine in IE but not working in Mozila Firefox. Does anybody have any clue how to resolve this issue?
...
Report viewer width/height is not display properly in Mozila Firefox, but perfectly displayed in IE. Dispaly size in Mozila is 450 width and 175 height and perfectly in IE shown in full page. I have set width in px instead of %age but getting same.
Does anyone have solution of this issue?
here is my .aspx page source
<form id="form1" r...
I am using ajax to populate the multilevel checkboxes dynamically depending on the users selections. Like choosing one or more options from first checkbox group will update new checkbox list and so on. I am adding the checkboxes to div. All the checkboxes are arranged using the table structure inside the form element.
Now to access chec...
I am using Firefox to do this but it works in IE6 ... go figure.
Basically I have code written to traverse a grid of input elements using arrow keys. All of that is working just fine. I can move freely to any field using the arrow keys. When I use up or down arrows the select function seems to work correctly by selecting all text in the...
I have been using border-radius and box-shadow effects of moz and webkit.
//For rounded corners
-moz-border-radius:4px;
-webkit-border-radius:4px;
//For shadow effect
-moz-box-shadow:2px 2px 5px #000;
-webkit-box-shadow:2px 2px 5px #000;
Anyother unknown css effects of moz and webkit.
EDIT:
I have got some more css properti...
The web site was built on asp.net platform. Ajax enabled. It works very well on
ie or chrome, but it does not work on mozilla...?
You see arrows work great but the numbers does not appear?
how can i fix..
http://dexiab-2.hosting.parking.ru//Default.aspx#world the link to see the detail..
...
I`ve to make some examples for javascript, they are not really usable. This one is interesting - it works on Chrome (and other using webkit), Safari. So can someone sujest me any reason why it is not working?!?! One possible explanation is that the other browsers does not read the meta tags after the page is loaded, or does not read new ...