Search found 6 matches
- Tue Jan 29, 2013 8:01 pm
- Forum: Support
- Topic: export centered table to html
- Replies: 1
- Views: 8383
export centered table to html
Dear Sergey I have a problem with exporting a table to html. The table is centered and I want to use CSS. In html the table is shown on the left side. The code generated by richview is .rvps4 {text-align :center;} <div class=rvps4><table etcetera Unfortunately this does not work in HTML. A possible ...
- Wed Jul 20, 2011 9:00 am
- Forum: Support
- Topic: richview1.loadrvf and filename
- Replies: 1
- Views: 8421
richview1.loadrvf and filename
Hi
If I use richviewedit1.loadrvf('name file') to load a file then richviewedit1 does not remember the file name when I try to save the file.
How to change the name of the file by programming?
with regards
Piet
If I use richviewedit1.loadrvf('name file') to load a file then richviewedit1 does not remember the file name when I try to save the file.
How to change the name of the file by programming?
with regards
Piet
- Mon Nov 05, 2007 4:16 pm
- Forum: Support
- Topic: control focus within table
- Replies: 1
- Views: 8269
control focus within table
I have put edit controls in two different tables. The richviewfile is readonly. When I go from an edit control from one table towards an edit-control in an other table with a mouseclick. The edit control does not get the focus, but the focus is just next to the edit field. If you click again on the ...
- Sun Oct 21, 2007 9:49 pm
- Forum: Support
- Topic: select control with right click mouse
- Replies: 1
- Views: 8337
select control with right click mouse
I have inserted several controls in my richvieweditor
If left click the control is selected and the resizing handles appear.
How to select the control when right click with the mouse?
Can you help me?
Piet van Blokland
If left click the control is selected and the resizing handles appear.
How to select the control when right click with the mouse?
Can you help me?
Piet van Blokland
- Mon Jul 10, 2006 2:40 pm
- Forum: Support
- Topic: wav files in memory
- Replies: 1
- Views: 9265
wav files in memory
Hi I have several questions 1 Is it possible to put text before or after a table on the same line in a richviewcontrol 2 Is there a manual for the users of a richview editor (I know there is one for the programmers) 3. I wish to load and save WAV files associated with a bitbtn control into the ...
- Mon Jan 23, 2006 9:53 am
- Forum: Support
- Topic: clear a rvf-file with a tedit.
- Replies: 1
- Views: 10298
clear a rvf-file with a tedit.
Dear Serge I do have a problem deep inside richview. I have added a tedit to a richvieweditor. If I try to replace the rvffile with a tedit by another rvffile with an tedit. I do get an error. It looks like during the deletion of the items the assignment control.free in RVItem evokes a repaint. The ...