‎2009 Mar 25 12:21 PM
Hi,
I need to print text and a bitmap in the same line in the footer of MAIN window, something like:
text1 (bitmap) text2 ________
Does anyone know how to do it?
Thanks in advance!
francesco
‎2009 Mar 25 12:25 PM
Create 3 boxes adjacent to each other without any border
Make sure that the coordinates should be in the same line.
Now, use the box to display text or bitmap or whatever
Hope this is useful
‎2009 Mar 25 12:27 PM
Thanks for your reply.
I can't make more windows, I need to print everything in the same window
‎2009 Mar 25 12:38 PM
In text editor:
/: &text1& Include <Image>
= &text2&" = to continue on same line
Regards,
Gurpreet
‎2009 Mar 25 1:08 PM
Thanks, I already tried that, but it makes a new line with the text
‎2009 Mar 25 1:13 PM
Hello,
I have asked you to create boxes not the windows.
Try creating invisible boxes and play on accordingly.
Hope it is helpful
‎2009 Mar 25 3:00 PM
I'm sorry I can't understand how should I do it. Could you please write an example?
Thanks.