few problems with pinEdit properties
pinEdit
few problems with pinEdit properties
simha
07-08-2010, 3:09
Hi,
I am using a pinEdit and I have 3 questions:
1 I am getting the following error message when i try to run the projedt:
An error occured in the script on this page line 1 char 1 error: object expected code 0 url:file...pinEdit.html
why I am getting this error message?
2 how to change the MODE to be HTML and not EDIT when ModeToolbar=External?
I can't change it in the property windows!
3 how to assign text to my pinedit?
I wrote edit.Text="Hello"
but the text is not asssigned to the pinEdit
Thanks for your help
simha
Re: few problems with pinEdit properties
Pintexx Support
07-09-2010, 8:17
Hello,
is the "editor" folder at the same location where the DLL is ?
This can not be changed during design time. Please try with code.
Using .Text property is the correct choice. Please have a look at evaluation sample.
Regards,
Hans-Peter
Re: few problems with pinEdit properties
simha
07-11-2010, 11:05
yes, the editor folder is at the same location where the dll is.
thanks
Re: few problems with pinEdit properties
Pintexx Support
07-14-2010, 11:28
Hello,
please make sure that you have copied the entire "editor" folder.
Regards,
Hans-Peter