TCheckBoxse not showing

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

TCheckBoxse not showing

Post by jimmaguire »

We insert TCheckBox controls into our templates. We just notice they do not showup in TSRichViewEdit. They are very important to us and we will have to revert back to TRichViewEdit.

I'll send you an example.

I tried it with you Actions Test and it has same problem.

Note that you have to RegisterClasses([TCheckBox]) in initialization. I did that in actions test and it still did not show the check boxes.
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Inserted controls are not supported yet in ScaleRichView.
Sorry for not mentioning this in the forum announce.

Ilya is working on this problem. We hope that we will make at least simple controls (like checkboxes) working
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

Estimated date?

Post by jimmaguire »

This is very important to us. Do you have an estimated date?
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Re: Estimated date?

Post by proxy3d »

This is very important to us. Do you have an estimated date?
The problem with Controls is solved. I the next couple of days we'll upload the update v1.2.8.
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Re: Estimated date?

Post by proxy3d »

See update v1.2.8.
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

TCheckBox still not showing in latest ScaleRichView

Post by jimmaguire »

I recently upgraded since it seemed issues we has were fixed in srv but I just discovered my existing rvf files don't show TCheckBox. I tried the actionTest demos, added RegisterClasses(TCheckbox). Regular richview works great but srv does not show the cb fields..
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

Problem solved!

Post by jimmaguire »

I was registering both TSRVCheckbox and TSRVCheckbox. I removed TSRVCheckbox and it now shows checkboxes on existing docs.
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I cannot reproduce this problem in ScaleRichView 4.1 (released 2011-Aug-10):

Image

In this version, the control drawing code was completely rewritten, so if you use older version, please download v4.1
Post Reply