Re: XForms on mozilla can't get it to work
Martyn Swanick <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hi All,
Fixed my problem after downloading the .xpi directly from the xforms
site instead of Save As...Don't know whether my download of the xpi
corrupted or something but that has fixed it.
Thanks for all the help. Now to testing...
Martyn
Aaron Reed wrote:
> Hi Martyn,
>
> Hmmm. I installed the 02/05 nightly from
> http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2005-02-05-17-trunk/
> and the xforms.xpi from
> http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2005-02-05-17-trunk/windows-xpi/
> and it worked fine for me. I did get the normal saying, "To protect
> your computer, Firefox prevented this site from installing software on
> your computer." and then had to click the button to "allow" the install
> to proceed. Then I closed all the mozilla/firefox windows on my machine
> and started up the 02/05 nightly and XForms worked fine.
>
> Please check for the file 'xforms.dll' under the extensions directory
> where your profile is stored. On my machine, it was in: C:\Documents
> and Settings\aaron\Application
> Data\Mozilla\Firefox\Profiles\197j4nhp.default\extensions\{cf...}\components\xforms.dll.
> There should also be a schemval.dll in the same directory. That is how
> you could be sure that xforms.xpi installed successfully. If you didn't
> install a nightly but rather built your own, you should see xforms.dll
> and schemval.dll under your dist/bin/components directory.
>
> --Aaron
>
> Martyn Swanick wrote:
>
>> I am having the same issue. The samples just render as if the Xform
>> extension isn't installed, but it's listed withing the extension
>> window of my install. Is there anything else that must be done to
>> activate the Xform part, other than install it like any other xpi?
>>
>> Martyn
>>
>> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050205
>>
>> Aaron Reed wrote:
>>
>>> [email protected] wrote:
>>>
>>>> I'm using windows build of moz and can't get this working either.
>>>> Really anticlimatic honest. Any help would be greatly appreciated.
>>>>
>>>> Kris
>>>
>>>
>>>
>>>
>>> Did you do the bulid yourself? If you are building the build
>>> yourself, then you need to enable the extensions as pointed out on
>>> the project page (adding ac_add_options
>>> --enable-extensions="default,xforms,schema-validation") to your
>>> .mozconfig. If you are using a downloaded build, which nightly was
>>> it? To have the best luck, please use one of those listed as we know
>>> that they've been tested and work. Or at least please ensure that it
>>> is a 1.8 build that was done after 2005/01/28.
>>>
>>> Please let me know which level of build you are using and if you are
>>> doing the build yourself.
>>>
>>> Thanks,
>>> --Aaron