Hi everyone:
I'm trying to create a simple aplication which can show HTML code stored in a 'string' variable; but it seems not show properly.
I had reviewed the examples in '$Laz_Dir$/components/turbopower_ipro/examples' a million times, but I can't find what's bad in my app. Also, I did a trace debugging of 'htmlfileexp1' Project.
This 'htmlfileexp1' ipro's examples in my computer works fine, as show in the following pic:
http://s3.postimage.org/x68r4h9y3/Example_1_for_turbopower_HTM_File_Explorer.pngThe screen capture of my app is:
http://s3.postimage.org/iztig5sh6/Proyecto_Euler.pngCan you help me with this trouble? Your assistance will be greatly appreciated.
-------------------------------
EDIT 1: (07/11/2011; 07/12/2011)
Include the following codes:
1) I created a 'respuestaseuler_form' unit, containing form with HTML Panel:
Code removed by user
2) Then, I created 'ProyEuler_form' unit (the main form) where I select the "Project Euler" problem and call the form describe above, showing the answer:
Code removed by user
I hope this help to clarify my problem.
-------------------------------
EDIT 2: (07/12/2011)
Thanks for all answers!!!!. No problem, I fixed it!!!