Search found 24 matches

by Memnarch
Fri Feb 07, 2014 10:06 am
Forum: Support
Topic: Windows7, run as admin: Drag&Drop of Pictures does not w
Replies: 1
Views: 8329

Windows7, run as admin: Drag&Drop of Pictures does not w

Hi, Currently, i am facing a problem with Drag&Drop when dragging i.e. pictures from Explorer to my Application. This works, until i start my application as admin. I know, that this problem is caused by specific messagefilters which prevent communication on windows 7 between admin and non admin ...
by Memnarch
Wed Dec 11, 2013 4:28 pm
Forum: Support
Topic: Problem with invalid HTMLLinks in Tables(HtmlViewerimporter)
Replies: 4
Views: 14191

Thank you :)
by Memnarch
Wed Dec 11, 2013 8:28 am
Forum: Support
Topic: Problem with invalid HTMLLinks in Tables(HtmlViewerimporter)
Replies: 4
Views: 14191

thank you very much, this did the trick.

YOu might consider declaring GetJumpPointItemNo as deprecated with a given message which hints to GetJumpPointLocation? :)

Greetings
Memnarch
by Memnarch
Tue Dec 10, 2013 4:37 pm
Forum: Support
Topic: URLScan produces invalid JumpIDs
Replies: 5
Views: 16071

I found the source of the problem and continuing here:
http://www.trichview.com/forums/viewtop ... 5975#25975
as i don't think it is related to URLSCan.pas directly.

Greetings
Memnarch
by Memnarch
Tue Dec 10, 2013 4:36 pm
Forum: Support
Topic: Problem with invalid HTMLLinks in Tables(HtmlViewerimporter)
Replies: 4
Views: 14191

Problem with invalid HTMLLinks in Tables(HtmlViewerimporter)

Okay, this thread continues a problem i encountered and started here: http://www.trichview.com/forums/viewtopic.php?t=6226 The real problem is within the HTML. If a link is within a table, it will not work with OnJump. The given JumpID will return an invalid ItemNo. example html: <html> <head ...
by Memnarch
Tue Dec 10, 2013 12:48 pm
Forum: Support
Topic: URLScan produces invalid JumpIDs
Replies: 5
Views: 16071

But this doesn't make sense to me. Why is OnJump called, if there is no jump when i click on a link?
by Memnarch
Tue Dec 10, 2013 11:23 am
Forum: Support
Topic: URLScan produces invalid JumpIDs
Replies: 5
Views: 16071

PS: I ask for the ItemNo with the JumpID given by OnJump
by Memnarch
Tue Dec 10, 2013 11:22 am
Forum: Support
Topic: URLScan produces invalid JumpIDs
Replies: 5
Views: 16071

URLScan produces invalid JumpIDs

Hi, Currently using URLScan.pas for detecting URLs. However, sometimes i load documents and the generated links have invalid jumpids(The returned itemno for the id is -1). I am sorry that i can not share the document it occurs in, or source atm. However, after each of the url function(except for the ...
by Memnarch
Mon Dec 09, 2013 11:40 am
Forum: Support
Topic: How do i properly set a defaultfont within constructor?
Replies: 7
Views: 19573

Thank you very much for this update!
by Memnarch
Fri Nov 29, 2013 11:17 am
Forum: Support
Topic: How do i properly set a defaultfont within constructor?
Replies: 7
Views: 19573

Thank you very much, i'll apply the fix.

Is this going to be in a future update?
by Memnarch
Mon Nov 25, 2013 9:19 am
Forum: Support
Topic: How do i properly set a defaultfont within constructor?
Replies: 7
Views: 19573

if you create a RichView like i described above on a form, add a TButton to it, and in it's eventhandler do this: MyEdit.VScrollVisible := not MyEdit.VScrollVisible; this will do nothing until you add some text to the richviewedit. Expected behaviour is, that the vertical scrollbar is switched on ...
by Memnarch
Fri Nov 22, 2013 11:50 am
Forum: Support
Topic: How do i properly set a defaultfont within constructor?
Replies: 7
Views: 19573

How do i properly set a defaultfont within constructor?

Hi, I derived from TRichViewEdit, and I'd like to set another defaultsize for the defaultfont and margins. So what i did is: //inside the constructor of my class inherited Style := TRVSTyle.Create(Self) Style.TextSTyles[0].Size := 8; LeftMargin := X; RightMargin := X; BottomMargin := X; TopMargin ...
by Memnarch
Mon Nov 18, 2013 8:54 am
Forum: Support
Topic: (Saving as HTML) how to save the font for Listnumbering(no M
Replies: 8
Views: 20222

But it seems this is not the case when i do not use InlineCSS and define NoDefCSSStyle. Each TextStyleDeclaration contains all values.
by Memnarch
Mon Nov 18, 2013 8:49 am
Forum: Support
Topic: (Saving as HTML) Force CSSClassnames even for tags like Body
Replies: 6
Views: 16352

Another Tag i noticed is the HR tag. Needs a classname too.(As this one occurs in the Body but is always redeclared in the CSS)
by Memnarch
Sun Nov 17, 2013 8:24 pm
Forum: Support
Topic: (Saving as HTML) how to save the font for Listnumbering(no M
Replies: 8
Views: 20222

AH ok. thanks for the info.