Table Hiding

General TRichView support forum. Please post your questions here
Post Reply
mpower
Posts: 4
Joined: Sun Aug 17, 2008 9:57 pm

Table Hiding

Post by mpower »

Is there any way to hide and reshow Tables in TRichViewEdit or TRichView.

Maybe I can just set table height to zero but I did not find any method for that.
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, there is no way to hide table.
As for your quiz task, I think that the best method is to recreate document from scratch every time you need to display a new question.
mpower
Posts: 4
Joined: Sun Aug 17, 2008 9:57 pm

Post by mpower »

Sergey Tkachenko wrote:Sorry, there is no way to hide table.
As for your quiz task, I think that the best method is to recreate document from scratch every time you need to display a new question.
Only the one way is recreate each table from scratch, it is ok.
I can inspect from
http://www.trichview.com/forums/viewtopic.php?t=62

also I will inspect "1-TRichView\Demos\Delphi\Assorted\PlanetQuiz" project for multi select or single select question solution.

I've just one thing to do. How can do that.
If I recreate from scratch I've some checkboxes following named;
Question1Choice1
Question1Choice2
Question1Choice3
How can I syncronize selected checkbox on recreated document with my scratch. Is there any demo or code snippet for this situation.

Thanks.
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I can create an example and publish it on this forum.
But I need to know how the result should look like (a picture would be nice) and how data for the questions are stored.
You can send these details by e-mail.
Post Reply