Search found 87 matches

by Michel
Wed Nov 09, 2005 5:51 pm
Forum: Support
Topic: Extra Slashes in URL Hyperlinks
Replies: 6
Views: 29015

That link to topic 209 isn't working for me (and not because of double-slashes!). It's actually rather strange: your profiles says "8 posts" but search only finds 6. phpBB bug? Or was your thread lost/deleted?
Michel
by Michel
Wed Nov 09, 2005 1:08 pm
Forum: Support
Topic: Extra Slashes in URL Hyperlinks
Replies: 6
Views: 29015

So, Sergey, any thoughts on this? Before it scrolls off the first page of the forum... :wink:
Thanks,
Michel
by Michel
Mon Nov 07, 2005 12:38 pm
Forum: Support
Topic: copy current col to a new current col
Replies: 18
Views: 58820

Thanks, Sergey, for a very clear explanation! That was pretty much my understanding from reading the Help, and that's why I got a bit surprised when you seemed to have insisted on forcing the ignore mode.
Thanks again,
Michel
by Michel
Sun Nov 06, 2005 10:20 pm
Forum: Support
Topic: copy current col to a new current col
Replies: 18
Views: 58820

You never sleep, Sergey, do you? :) Just a little question for my own understanding: why is it necessary (especially in this example) to set RVF*StylesReadMode := rvf_sIgnore ? Here's why I'm asking: A) As we have discussed earlier in the "Cell Streaming does not save Styles" thread, SaveR...
by Michel
Sun Nov 06, 2005 8:48 pm
Forum: Support
Topic: copy current col to a new current col
Replies: 18
Views: 58820

Hey there! I haven't tried it, but I think that call should go something like this: var DummyColor: TColor; LoadRVFFromStream(MS, DummyColor, nil, nil); If that's not what you have tried, try this. If it still gives you trouble, let us know what the exact results/problems are (e.g., when you say &qu...
by Michel
Sun Nov 06, 2005 2:07 pm
Forum: Support
Topic: copy current col to a new current col
Replies: 18
Views: 58820

I can only fluently write in C++, and it may not be of much help, so I'll leave the challenge up to Sergey! :wink: The point you seem to be missing though is that the code snippets we have suggested are just that - the most crucial pieces that are supposed to be integrated into your original code fr...
by Michel
Sat Nov 05, 2005 6:53 pm
Forum: Support
Topic: copy current col to a new current col
Replies: 18
Views: 58820

Thank you, but I don't understand your hints because I'm a beginner. Oh, sorry. That was not apparent from the cell-iteration code you presented! :wink: (instead of a StringList I can take a delphi-richedit, so that content doesn't loose his attributes) That was more or less what I meant. Basically...
by Michel
Sat Nov 05, 2005 1:01 pm
Forum: Support
Topic: copy current col to a new current col
Replies: 18
Views: 58820

I think you may want to go along the lines of SourceCell.SaveRVFToStream() DestinationCell.LoadRVFFromStream() The thread "Cell Streaming does not save Styles" in this forum has slightly more stuff on this subject. E.g., WhateverCell in the pseudo-code-like example above may need to be a m...
by Michel
Fri Nov 04, 2005 1:07 pm
Forum: Support
Topic: Very basic questions
Replies: 3
Views: 17879

Hi Marek, 1. How can I check if the editor is empty (has no text)? In other words, what's the equivalent of TMemo.Lines.Count=0 ? I'm using the following condition: RV->ItemCount == 1 && RV->GetItemStyle(0) >= 0 && RV->GetItemText(0).IsEmpty() An "empty" RV still contains a...
by Michel
Wed Nov 02, 2005 1:05 pm
Forum: Support
Topic: How to create/modify RTF text inside a browser (web based)
Replies: 8
Views: 28306

I don't know if this is at all relevant to your situation, but: did you by any chance build with packages?
Michel
by Michel
Mon Oct 31, 2005 8:00 pm
Forum: Support
Topic: Saving BackgroundStyle
Replies: 10
Views: 31130

Not at all. However, if I were you, I'd investigate this much further: what's happening is not normal, so you don't know what else may be going wrong "in the background". Maybe you're missing a call to Format() or something as simple as that somewhere. Or try doing something completely dif...
by Michel
Mon Oct 31, 2005 7:56 pm
Forum: Support
Topic: Replace text in TppRichView
Replies: 5
Views: 21274

Hi Mauro, it's me again too :wink:
Yes, there's the "Mail Merge" demo towards the middle of http://www.trichview.com/download/demo.html
Should give you some initial ideas.
Michel
by Michel
Mon Oct 31, 2005 12:42 pm
Forum: Support
Topic: Borderless table
Replies: 1
Views: 10651

I think maybe perhaps this is what you are looking for:
Help topic "Colors and Layout of Tables", at the very bottom "Tip: How to make borders between cells one pixel width". Basically:
CellBorderWidth=1, CellHSpacing=CellVSpacing=-1
Michel
by Michel
Sun Oct 30, 2005 2:31 pm
Forum: Support
Topic: Is it possible to make a richview's background transparent?
Replies: 2
Views: 15575

Take a "snapshot" of whatever is behind RichView (the relevant portion of your panel) and use it as RichView's background image?
by Michel
Sat Oct 29, 2005 1:47 pm
Forum: Support
Topic: Saving BackgroundStyle
Replies: 10
Views: 31130

Strange indeed. Maybe there's something else that is supposed to be done that neither of us is aware of... The only remaining thought I have is: I believe RVActionTest has the functionality you have trouble with (backgrounds, etc.), albeit not in a DB-aware context. Perhaps reading the relevant port...