Is there any information available as to the capabilities and limitations of the server and video parts?
Maximum video connections, maximum users, etc.
I'm guessing something for FireMonkey is probably never going to happen correct?
Search found 7 matches
- Tue Mar 04, 2014 11:38 am
- Forum: RVMedia
- Topic: Limitations and capabilities
- Replies: 1
- Views: 15551
- Thu Mar 22, 2007 5:55 pm
- Forum: Support
- Topic: Programatically Delete a table
- Replies: 7
- Views: 21866
- Thu Mar 22, 2007 4:56 pm
- Forum: Support
- Topic: Programatically Delete a table
- Replies: 7
- Views: 21866
- Wed Mar 21, 2007 12:48 pm
- Forum: Support
- Topic: Programatically Delete a table
- Replies: 7
- Views: 21866
- Mon Mar 19, 2007 9:29 pm
- Forum: Support
- Topic: TRichview and auto set focus
- Replies: 2
- Views: 11679
Well, while you're at it, check and see if it makes it automatically scroll to the end. I removed rvoScrollToEnd from the RichEdit Options, and when I import the table, it still scrolls to the end. I'm "basically" doing this: FRichView.ReadOnly := false; FRVHtmlImporter.LoadHtml(Content.BodyExtended ...
- Mon Mar 19, 2007 8:17 pm
- Forum: Support
- Topic: Programatically Delete a table
- Replies: 7
- Views: 21866
Programatically Delete a table
I'm using TRichViewEdit as a chat history display. I'm inserting each entry in as an HTML Table that simply has one row, two cells. Picture in the left cell, text in the right.
I need to programatically delete the first table in the document. I can't figure out how to do it.
I need to programatically delete the first table in the document. I can't figure out how to do it.
- Mon Mar 19, 2007 1:42 pm
- Forum: Support
- Topic: TRichview and auto set focus
- Replies: 2
- Views: 11679
TRichview and auto set focus
I'm using a TRichViewEdit as a chat text control. The problem I am having is that certain operations, such as scanning for URLs makes the control set focus to itself, which is really annoying when you're trying to type in another control. I'm using HTML and the HTML Importer, as well as a scan url ...