Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Cannot write text in EditBox

More
IP: 192.168.0.71 8 years 11 months ago #12975 by umberto.marini
It should be all ok, I am actually using "official" PDFView methods to change the value of the annotartions
Code:
- (void)setCommboItem :(int)item - (void)setEditBoxWithText:(NSString *)text
As you say, they sequentially set the value, call vRenderSync, save the document and end the annotation.
When I call those methods, the instance of m_annot is good and m_status in sta_annot
More
IP: 192.168.0.71 8 years 11 months ago #12978 by umberto.marini
I found the problem.
It seems that setting a font for the annotation is mandatory when setting up the library.
I added this line of code
Code:
Global_setAnnotFont( "Cousine" );
after configuring the font and all is magically working.
Time to create page: 0.348 seconds
Powered by Kunena Forum