Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by sajeesh at 09-26-2008 6:49 . Topic has 11 replies.

Print Search
Sort Posts:    
   09-26-2008, 6:49
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hai,
I am using pin edit 6.0 in my desktop application, when i try to insert a table in to the editor a script error is coming, its states: "null" is null or not an object.
how can i avoid it?
Regards,
Sajeesh
   Report 
   09-26-2008, 8:12
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hello Sajeesh,

how do you insert the table:
By using toolbar or by code ?

Regards,
Hans-Peter
   Report 
   10-02-2008, 2:22
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hai
I used this code for inserting table in to the editor,
Editor.EditInsertTable();
At the first time when i am inserting a table in to the editor its not showing any script error, but when i try to insert another table inside the first table it showing the script error stating:"null" is null or not an object
whenever i try to insert a table inside another table same error is coming...
Regards,
Sajeesh


   Report 
   10-02-2008, 3:12
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hello,

we tried with version 6 and 7 but we can not reproduce the issue.

Is it dependant of the number of rows/columns ?
Did you already install the latest fix ?

Regards,
Hans-Peter
   Report 
   10-03-2008, 6:32
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hai,
This is my error when inserting a table inside another table:
" An error has occurred in the script on this page
LIne : 5
Char :65426
Error :"null" is null or not an object
Code 0
URL file:\\d:\...\bin\debug\editor\pinEdit.html

In my code there is no exception is coming..

REgards,
Sajeesh
   Report 
   10-03-2008, 10:13
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hello,

did you install the latest fix from www.pintexx.com --> Support --> Fix ?

How are the row/column parameters ?

Regards,
Hans-Peter
   Report 
   10-03-2008, 11:37
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hai,
Currently I am using pin edit version 6.1.1029, and I copy the new dll (6.1.1.416) that is available from the site to my application debug folder, and i changed the reference also..but when i check the version it still showing the old version,
What are the things i have to do to use your latest fix?
I used this method for inserting table:
Editor.EditInsertTable(row no, column no);
Regards,
Sajeesh


   Report 
   10-06-2008, 7:05
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote

Hai,
Currently I am using pin edit version 6.1.1029, and I copy the new dll (6.1.1.416) that is available from the site to my application debug folder, and i changed the reference also..but when i check the version it still showing the old version,
What are the things i have to do to use your latest fix?
I used this method for inserting table:
Editor.EditInsertTable(row no, column no);
The script error is still coming after changing the dll..
Regards,
Sajeesh
   Report 
   10-06-2008, 8:15
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hello,

the core and DLL versions are different.
There seems to be a difference what you do and what we do.

Could you please povide a simple sample project that we can debug ?

Regards,
Hans-Peter
   Report 
   10-06-2008, 11:12
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hai,
Please send me the email ID for sending the sample project.
Regards,
sajeesh
   Report 
   10-06-2008, 11:44
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hello,

please send to

support@pintexx.com

Regards,
Hans-Peter
   Report 
   10-06-2008, 2:06
sajeesh is not online. Last active: 12.11.2008 10:30:33 sajeesh

Top 10 Posts
Joined on 06-18-2008
Posts 42
Re: SCRIPT ERROR WHEN INSERTING TABLE
Reply Quote
Hai,
I copied ta.js file in to my application, now its working
Thanks..
Regards,
sajeesh
   Report 
Pintexx Forum » Developer Produ... » pinEdit » Re: SCRIPT ERROR WHEN INSERTING TABLE