IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: dchikh
About
User Name: dchikh
Forum Rank: Member
Real Name: CHIKH Djamel
Location FR
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Wednesday, December 7, 2005
Last Visit: Monday, December 16, 2013 5:41:27 PM
Number of Posts: 25
[0.14% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Firefox custom buttons always disabled
Posted: Monday, December 16, 2013 5:21:49 PM
Hi

On firefox (plugin Authentic Browser Plugin 16.0.0) , all my custom buttons are disabled
There are not disabled on IE.

Any help greatly appreciated

Djamel

Topic: Authentic.CurrentSelection does not work in Authentic 2013
Posted: Thursday, November 7, 2013 9:53:32 AM
Hi

Using Altova Authentic Browser 2013:
This code works:
var objStart = objPlugIn.AuthenticView.Selection.FirstXMLData;

But this code does not work (IE crash)
var objStart = objPlugIn.CurrentSelection.Start;
(it works fine with Authentic 2009)

I don't know why!

Any idea?

Regards

Topic: Plugin failed to load: Is there an export in this forum?
Posted: Monday, October 21, 2013 5:19:13 PM
Hi


This happens in one case : when you add custom button and call OnDocEditCommand

function OnInitBeforeStartEditing() {
....
var nBtns = oPlugin.ToolbarRows.Item(1).Buttons.Count;
oPlugin.ToolbarRows.Item(1).Buttons.NewCustomButton(nBtns + 1, "fonction_1", "My function", "http://localhost/images/img.bmp");

oPlugin.ReloadToolbars();
}

function OnDocEditCommand() {

....
if (oPlugin.event.type == 'update') // button state is retrieved
{
if (oPlugin.event.srcElement.Name == "fonction_mixed") {

oPlugin.event.returnValue = 1;

oPlugin.event.cancelBubble = true;
}


Topic: Plugin failed to load: Is there an export in this forum?
Posted: Monday, October 21, 2013 3:38:09 PM
Hi

I'm working with Altova Plugin Browser 2013 and Altova.Authentic.WebControls.dll inside ASP.NET .NET 4 VS2010 project.

On the first page load, the plugin is initialized correctly.

When I click on an ASP button (<asp:Button..), the page is submited and reloaded.
But an javascript error is blocking the IE browser in OnDocEditCommand method:

function ctl00$ContentPlaceHolder1$AuthenticDocumentViewFR_OnDocEditCommand(){
var plugin =document.getElementById('ctl00$ContentPlaceHolder1$AuthenticDocumentViewFR_objPlugIn');
if(plugin.event.srcElement.ShortDescription=='Save'){
plugin.event.cancelBubble=true
if (plugin.form.onsubmit())
plugin.form.submit();
plugin.event.cancelBubble=true
}
OnDocEditCommand()
}
srcElement reference is null or undefined because plugin.event is null !!
I don't know why.
How can I avoid this javascript exception?

Any helps please.

Regards



Topic: Error HTTP 405 while saving
Posted: Monday, September 30, 2013 9:34:58 AM
Hi

No solution found (even in windows server 2008-IIS7).
Implementing a Webdav server does not solve this problème.

I have bypass this by using a tomcat server!



Topic: Error HTTP 405 while saving
Posted: Sunday, December 9, 2012 11:24:04 PM
Hi

On IIS 7,ASP.NET 4.0: I have this error message while saving:

Error submitting HTTP request for http://my_server/xml/file1.xml : 405

The directory "xml "that contains the xml file has all permissions set to 'Write'

The code in aspx page:
var oPlugin = document.getElementById("<%=GetAuthenticDocumentView()%>");
oPlugin.XMLDataSaveUrl = "<%=GetXmlSaveURL()%>";
oPlugin.Save();

Any help greatly appreciated

Best Regards

Topic: XML elements in a Selection
Posted: Friday, January 25, 2008 4:32:04 PM
Hi,

When I use oPlugin.AuthenticView.Selection to get the user selection, is it possible to know the XML elements selected inside this selection?

Because I want to prevent user to select some elements ( such as <b>...</b>).

Best regards


Topic: Drag and drop
Posted: Friday, August 31, 2007 10:15:30 AM
Hi,

I would like to cancel drag and drop element.
In the Client_OnDrop() event, the code oPlugin.event.cancelBubble=true; does not work. The drop text is always done. Why? Is it a bug?

Is it possible to prevent to drag element to an other element?

Thank you for your help.




Topic: Unstrusted Authentic Browser
Posted: Friday, May 4, 2007 9:18:46 AM
Hi,

On a aspx web page, I have 2 Authentic webcontrols with differents schema, sps and xml files .
Loading the page is very slow.
To accelerate the loading, I want to use the unstrusted Autentic version (UnstrustedVersion = true) in order to avoid http transfert of schema and sps.
I don't know how the unstrusted version is working : what are the parameters to init: sps or schema on client side?

Thank you in advance

Best regards


Topic: Installing SentrySpellChecker_ALL
Posted: Monday, December 18, 2006 3:35:37 PM
Hi,

I am in IIS6 Win 2003 server.
In localhost or not,when I try to use the spelling checker and click OK to install SSCE332.dll and others files, I have the following error:
http://...../SentrySpellChecker_ALL.pck
Unable to get package file from server.
The package file retrieved from the server has a wrong ID: doesn't match SentrySpellChecker_ALL

It's work fine in IIS5.
Any idea about this problem?


Regards



Use of the Altova User Forum(s) is governed by the Altova Terms of Use.