Search found 15 matches
- Mon Feb 18, 2008 8:49 pm
- Forum: Support
- Topic: Insert Radiobutton on line with text
- Replies: 1
- Views: 9318
Insert Radiobutton on line with text
I'm trying to insert radiobuttons on the same line as a question. Can this be done? What is the code to insert a radio button the text "Question 1 " on the same line? I tried AddControl. This puts it on a different line. Insert control doesn't always puts the control on the first line of the ...
- Thu Nov 16, 2006 6:35 pm
- Forum: Support
- Topic: Edit Line of a Cell
- Replies: 5
- Views: 19646
Actually that will suffice
Yes that would help. Basically each cell is loaded with a question. Because we randomly present the questions I don't know the question number before hand. So after my cells are populated , I reloop thru then and update the current contents. So for instance , if I have a cell that says 'What is 2 ...
- Wed Nov 15, 2006 2:06 pm
- Forum: Support
- Topic: Edit Line of a Cell
- Replies: 5
- Views: 19646
Edit Line of a Cell
I loop thru and load x number of cells in my richview.
I want to run another loop afterwards and update a line in each cell.
So if I wanted to say add some text to the beginning of the first line how would I do this? Would like an example. Thanks
I want to run another loop afterwards and update a line in each cell.
So if I wanted to say add some text to the beginning of the first line how would I do this? Would like an example. Thanks
- Sat Oct 21, 2006 1:34 am
- Forum: Support
- Topic: number of cells on a page
- Replies: 1
- Views: 8942
number of cells on a page
We are inserting cells of dynamic size into a richview component. I want to know if there is a way to determine the height( number of lines) of a cell on the fly and how many lines fit into a page. Does this make sense? Some of the cells will have various sized images so how do I determine how big ...
- Fri Sep 15, 2006 2:41 am
- Forum: Support
- Topic: Exponent wordwrap issue
- Replies: 1
- Views: 9420
Exponent wordwrap issue
We add a line of text using AddNL( text, tstyle1, pstyle1). Then we add a number that is an exponent using AddNL( exponenttext, exponentstyle, -1). Wordwrap causes the line to break at the exponent, but we need the exponent to stay with the last value from the first line of text, or it does not make ...
- Fri Apr 14, 2006 1:28 am
- Forum: Support
- Topic: Scrolling in cells with up down arrows
- Replies: 6
- Views: 21472
- Thu Apr 13, 2006 11:20 am
- Forum: Support
- Topic: Scrolling in cells with up down arrows
- Replies: 6
- Views: 21472
- Wed Apr 12, 2006 2:00 am
- Forum: Support
- Topic: Scrolling in cells with up down arrows
- Replies: 6
- Views: 21472
1) Correct. You have any example code or a demo that might demonstrate how to do this? 2) Doesnt matter. I just want to insert text at the beginning of each cell. Currently I stream in cell. I see I can call cell[].AddNL and then my stream. But that puts the stream text below my NL. I want to call a ...
- Tue Apr 11, 2006 2:43 am
- Forum: Support
- Topic: Scrolling in cells with up down arrows
- Replies: 6
- Views: 21472
Scrolling in cells with up down arrows
Actually 2 questions. 1) I have a Richview of cells. If the cursor is in a cell and I use the down key to begin scrolling down , when it reaches the bottom of the cell instead of continuing to the next cell and moves focus all the way to the bottom cell and loses the cursor. Is there to smoothly ...
- Mon Mar 13, 2006 6:44 pm
- Forum: Support
- Topic: Steaming with Table Cells
- Replies: 7
- Views: 26417
- Mon Mar 13, 2006 12:30 pm
- Forum: Support
- Topic: Steaming with Table Cells
- Replies: 7
- Views: 26417
Thanks for the response. Let me make sure I'm clear. Because this is what I'm trying to do. I'm going to load a series of saved richviews to a database. Then load these back into a table with cells assigned to another richview. I want the user to be able to make changes for whatever: bold, Italic ...
- Sun Mar 12, 2006 2:04 pm
- Forum: Support
- Topic: TRvHtmlImporter
- Replies: 2
- Views: 13302
I guess to elaborate on this, does RTF support superscripts or subscripts that HTML appears to support. I want to use this component for a math application which will use these. Even when I paste in the stuff into Word it appears to make an image. Any advice on how I can use this component for super ...
- Sun Mar 12, 2006 1:25 pm
- Forum: Support
- Topic: Steaming with Table Cells
- Replies: 7
- Views: 26417
Not RTF
Thanks for the reponse. I've already read this post. It's on streaming with RVF not RTF which has quite a few more arguments that wasn't sure how to fill in. Also I tried streaming from a cell back to a TRichView which appears to work. Then I stream from that TRichView back to my database which does ...
- Sun Mar 12, 2006 1:40 am
- Forum: Support
- Topic: TRvHtmlImporter
- Replies: 2
- Views: 13302
TRvHtmlImporter
The following html looks very different in a browser then when imported into a RichView component using the Importer. Is there a way to fix this or create the same thing straight up in a Richview component? <html><head><meta content="text/html; charset=ISO-8859-1"http-equiv="content-type"><title ...
- Sat Mar 11, 2006 6:58 pm
- Forum: Support
- Topic: Steaming with Table Cells
- Replies: 7
- Views: 26417
Steaming with Table Cells
Could I get an example of SaveRTFToStream() from a table cell
Ex
Cells[iRow,0].SaveRTFToStream(....)
Also, is there a demo or some example code makeing use of streaming with the table ?
John
Ex
Cells[iRow,0].SaveRTFToStream(....)
Also, is there a demo or some example code makeing use of streaming with the table ?
John