Print Page | Close Window

InsertText - Forgotten to implement?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Syntax Edit
Forum Description: Topics Related to Codejock Syntax Edit
URL: http://forum.codejock.com/forum_posts.asp?TID=7956
Printed Date: 19 May 2024 at 5:55am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: InsertText - Forgotten to implement?
Posted By: decembler
Subject: InsertText - Forgotten to implement?
Date Posted: 07 September 2007 at 10:17am
In the documentation I found the following method to insert
text in CXTPSyntaxEditCtrl:
 
BOOL InsertText(
    LPCTSTR szText, 
    int iAbsPos = -1
);
If I try to use this function I get an LNK1120 error.
I take a look in source code XTPSyntaxEdit.cpp and there is no such function.

Is it possible that anyone has forgotten to implement this feature?
Tom



Replies:
Posted By: AndreiM
Date Posted: 20 September 2007 at 11:48am
I think some one has forgotten to delete this declaration from header file.
Use InsertString, InsertTextBlock instead.
 


-------------
Regards,
Andrei Melnik



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net