AuthorMessage
Meka][Meka
Unstopable
Posts: 700

ok, thought i'd give you a shot of one of my projects im working on, its far from finished so dont get excited.
Meka][Meka
Unstopable
Posts: 700

tbh, since ive been working on this, i duno if i like the syntax ive done, i prefere the original masm syntax, maybe will remove the new syntax.
and the borland alike interface is quite clumsy...
Meka][Meka
Unstopable
Posts: 700

ok changed both
Mickey
Ametuar
Posts: 115

Nice thingy
You may have a look at RadASM. You might get some ideas from that project. ;-)
Meka][Meka
Unstopable
Posts: 700

actually ive tried radasm, i didnt like it, i prefer WinASM
Mickey
Ametuar
Posts: 115

Hey how did you resolve in Delphi's RichEdit that "yellow" line? I remember we talked about it before regarding breakpoints but I haven't got a good idea to resolve.
Meka][Meka
Unstopable
Posts: 700

onpaint method, tmemo.
Mickey
Ametuar
Posts: 115

Quoted from Meka][Meka
onpaint method, tmemo.

Would you be so nice to show an example sometime please?
Meka][Meka
Unstopable
Posts: 700

yep will make a small example when i get a bit time
Meka][Meka
Unstopable
Posts: 700

my target is to write the component in masm, then use it within delphi over com
Mickey
Ametuar
Posts: 115

Quoted from Meka][Meka
yep will make a small example when i get a bit time

Muchas gracias
Meka][Meka
Unstopable
Posts: 700

come to think of it, i may add multi syntax.. so can code directly in masm or basm syntax.
Meka][Meka
Unstopable
Posts: 700

Quoted from Mickey
Hey how did you resolve in Delphi's RichEdit that "yellow" line? I remember we talked about it before regarding breakpoints but I haven't got a good idea to resolve.

oh btw its not richedit box, its actually a memo
Mickey
Ametuar
Posts: 115

Quoted from Meka][Meka
Quoted from Mickey
Hey how did you resolve in Delphi's RichEdit that "yellow" line? I remember we talked about it before regarding breakpoints but I haven't got a good idea to resolve.

oh btw its not richedit box, its actually a memo

:roll:
But in a TMemo you cannot format characters. A TMemo is only one colour.
Meka][Meka
Unstopable
Posts: 700

Quoted from Mickey
Quoted from Meka][Meka
Quoted from Mickey
Hey how did you resolve in Delphi's RichEdit that "yellow" line? I remember we talked about it before regarding breakpoints but I haven't got a good idea to resolve.

oh btw its not richedit box, its actually a memo

:roll:
But in a TMemo you cannot format characters. A TMemo is only one colour.

not when its a modified tmemo, like i was saying before, everything is done onpaint method.