Hi folks,
I'm new here.
Some years ago I have used Delphi/Kylix but now I'm coming back to 'object pascal' and I enjoy the idea of lazarus project being a cross platform one.
I am 'updating my mind' about lazarus components, LCL and so on...
and I have a plan to make an equation editor inspired in this one:
http://www.codeproject.com/KB/miscctrl/formulactrl.aspxwhich is in MFC/C++ (it is possible to download a demo and also its source code.)
I would like to know how can I create that fields around an integral symbol, in order to enter an integral (or sum, div or whatever ) symbol, for example, write the limits, the integrand part and get all this synchronized with the fortran code (or other one) showed below in the window program. And also it could be possible to put a sign/code/number in the code area and get its symbol at the right place in the equation area.
So, how can I perform this taks? (I would like to use/compile it also in linux and mac)
Best regards

[]'s