Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » RichText,QTF,RTF... » QtfRichObject problem
QtfRichObject problem [message #9128] Wed, 18 April 2007 12:26 Go to previous message
DuncanShortland is currently offline  DuncanShortland
Messages: 45
Registered: January 2006
Member
Using U++ 207.1rc2

Modified the code QtfDrawing to try to create several drawings to be pasted into a single qtf file.

Created an array of :

RichObject ft[MAXVAL];
DrawingDraw tw[MAXVAL];

and Created them to size:

tw[i].Create(width, height);

Drawing into the space all works OK.

Then saved the RichObject after drawing with:

ft[i]=CreateDrawingObject(tw[i].GetResult(), ...)

Now I try to create a QtfRichObject with

QtfRichObject pict(ft[i]);

and convert it to string by
tree << "[i2000 " << pict << "]&";

Going round the loop several times creates the necessary number of objects but they are all the last one.

I am sure it is the fact that I have only one QtfRichObject pict
created and it uses that one several times in the physical draw.

I cannot make an array of QtfRichObjects to save away and I am reluctant to use new / pointers

Any suggestions please.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: EncodeQTF Where is it?
Next Topic: UWord Speller and 'Whats This?'
Goto Forum:
  


Current Time: Thu Mar 28 23:33:08 CET 2024

Total time taken to generate the page: 0.00930 seconds