Search found 77 matches

by Stef
Sun Sep 25, 2005 9:06 am
Forum: Support
Topic: problem with images printed like filled black square
Replies: 11
Views: 39197

You could be right,
but why not try it,
because if it shows up in both printer and pdf,
it's likely that there is a common cause.

To indicate how rare it is,
the pdf docuement I'm talking about has about 300 .. 400 pictures,
and only 2 of them (sometimes) comes up as black squares.

cheers,
by Stef
Sat Sep 24, 2005 1:44 pm
Forum: Support
Topic: problem with images printed like filled black square
Replies: 11
Views: 39197

I just discovered that the black images sometimes also appeared in pdf creation. Unfortunatly I cann't reproduce the problem anymore, because I don't have the exact sources. I do have a pdf document, printed from RVE, with black rectangles in it, but I doubt if that is of any use. My suggestion is t...
by Stef
Thu Sep 22, 2005 8:42 pm
Forum: Support
Topic: It´s posible use SynEdit with TrichView?
Replies: 7
Views: 30986

search for "synedit" + "code folding"
by Stef
Thu Sep 22, 2005 10:22 am
Forum: Support
Topic: problem with images printed like filled black square
Replies: 11
Views: 39197

I've tried all those tricks and they didn't help.
Most annoying is that the results are not reproducable.
Most problems we've found were with HP printers,
tried both latest MS and latest HP drivers,
but problem randomly occures.
by Stef
Wed Sep 21, 2005 7:17 pm
Forum: Support
Topic: It´s posible use SynEdit with TrichView?
Replies: 7
Views: 30986

RichView, although it's a beatifull editor, is not well suited for code editing. If you want to make a code editor, you'll need Synedit or Scintilla, because they have good and flexible lexer/parser, code completion, smart tabs, auto-indent, proposals, bookmarks, breakpoints etc, etc. Codefolding is...
by Stef
Tue Sep 20, 2005 8:20 pm
Forum: Support
Topic: It´s posible use SynEdit with TrichView?
Replies: 7
Views: 30986

hello "Guest", Do you have a special application in mind ? I'm interested in your experience, because I had the same question a few years ago. Since then I integated both RichView and SynEdit into my application. But still I'm not satisfied and have plans to build a combined viewer. The ap...
by Stef
Tue Sep 20, 2005 8:13 pm
Forum: Examples, Demos
Topic: [Demo] Indirect drag&drop
Replies: 4
Views: 46553

Yes, it indeed works great, THANKS AGAIN !!

I've send you a demo (hope the attached file will be accepted),
showing the multidrop target I wanted to build.

cheers,
by Stef
Mon Sep 19, 2005 2:24 pm
Forum: Examples, Demos
Topic: [Demo] Indirect drag&drop
Replies: 4
Views: 46553

many many thanks,

I'll hope I find some time late this evening to test it.

cheers,
by Stef
Sun Sep 18, 2005 9:30 pm
Forum: Support
Topic: How to know when a drop has finished ?
Replies: 7
Views: 29765

Sorry I'm too unfamiliar with events in components, and I really would like to have the DragOver event in TRichViewTarget. You've already a comment line in code to "implement onDragOver", but I couldn't find the solution how to implement this by trial and error :-( I just need the X-coordi...
by Stef
Sun Sep 18, 2005 6:33 pm
Forum: Support
Topic: How to know when a drop has finished ?
Replies: 7
Views: 29765

AMAZING !!
by Stef
Sun Sep 18, 2005 9:24 am
Forum: Support
Topic: How to know when a drop has finished ?
Replies: 7
Views: 29765

Yes Sergey, it's indeed for that drag&drop part, if you're interested, take a look at the description of the drag&drop part here http://oase.uci.kun.nl/~mientki/pic/jalcc/help/punthoofd_minimized_drop.html Question: do you it's usefull, that I create a small application, based on this issue ...
by Stef
Sat Sep 17, 2005 8:36 pm
Forum: Support
Topic: How to know when a drop has finished ?
Replies: 7
Views: 29765

How to know when a drop has finished ?

After a drop I want to move the dropped content to the definite RVE and clear the temporary RVE, which I use as drop container.
by Stef
Sat Sep 17, 2005 8:34 pm
Forum: Support
Topic: how to drop on another object ?
Replies: 4
Views: 22119

Thanks very much Sergey.
by Stef
Sat Sep 17, 2005 11:45 am
Forum: Support
Topic: how to drop on another object ?
Replies: 4
Views: 22119

thanks Sergey, your suggestion, using the background image of RVE seems to be VERY GOOD one. In the onOleDragOver, I test the coordinates of the mouse and switch the background image according. This gives a very nice "hot" image replacement. Now I've got one small problem, when I implement...
by Stef
Fri Sep 16, 2005 6:00 pm
Forum: Support
Topic: how to drop on another object ?
Replies: 4
Views: 22119

how to drop on another object ?

Is it possible to drop contents on some other wincontrol, after which some call to an RVE procedure will insert the contents in the RVE. I'm not an expert, but I think this implies a OLE drop ?? The idea behind this function is as follows: - I minimize the program, which contains the RVE - I create ...