Search found 4 matches

by Yakumo500
17 Oct 2009 13:59
Forum: Off Topic
Topic: MouseWheel Bug
Replies: 1
Views: 16250

MouseWheel Bug

Hi,

I want to code an editor where you can press CTRL and rotate the MouseWheel to zoom in or out.
But the Synedit OnMouseWheelUp / OnMouseWheelDown procedures doesn't work.

Can someone help me?
by Yakumo500
14 Sep 2009 21:56
Forum: Off Topic
Topic: SynGen Access Violation Error
Replies: 5
Views: 22348

Re: SynGen Access Violation Error

What?

i downloaded it on this site: http://mh-nexus.de/en/unisynedit.php

Is this a wrong component?
by Yakumo500
13 Sep 2009 12:01
Forum: Off Topic
Topic: SynGen Access Violation Error
Replies: 5
Views: 22348

Re: SynGen Access Violation Error

I found the error.

File: SynGenUnit.pas
Line: 563

Replace "Lex.Origin := Stream.Memory;" with "Lex.Origin := PWideChar(String(PAnsiChar(Stream.Memory)));"
and compile.

Now it should work.
by Yakumo500
12 Sep 2009 20:43
Forum: Off Topic
Topic: SynGen Access Violation Error
Replies: 5
Views: 22348

SynGen Access Violation Error

Hi,

I have a problem with the SynGen.
I compiled it with Delphi 2009 but if i try to generate the highlighter in the demo directory Delphi shows an access violation error.

Can somebody send me a SynGen.exe that works?