Hi to all :)
I need to add some simple HTML designer to the program (text and some pictures). Any suggestions?
Regards, NB
Can you elaborate? Do you want your program to create HTML pages?
And where are you going to place those pages? (hosted, local...)
Dan
--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/026c01d9e5ce%24e49f2940%24addd7bc0%24%40wings.rs.
I want to allow users to create simple html pages. I would store them locally in memo fields.
Although this is just a basic idea, I can modify it if someone has a better suggestion :)
regards, NB
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/a5cb9cdb-f393-19fd-a850-3e6ff575f2a6%40tiscalinet.it.
I am open to all solutions :)
Probably the best solution is Harbor code or a library, but calling an external program is also acceptable. As far as I've seen, a web solution can be made more easily, so then I would call a web service that opens an editor on the web server.
Regards, NB
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/2b1cb580-d5e5-48e6-98b8-a9b22a1734d0n%40googlegroups.com.
I am open to all solutions :)
Probably the best solution is Harbor code or a library, but calling an external program is also acceptable. As far as I've seen, a web solution can be made more easily, so then I would call a web service that opens an editor on the web server.
Regards, NB
If you want to call an external HTML editor, you can try
Brackets, available for Win and Linux and free. I think there are
many others, anyway. The problem is, you should know HTML to a
certain degree to compose your pages. Another program I still use
is AceHTMLEdit. It has a nice help, a glossary of all HTML tags, a
real-time preview (WYSIWYG). HTML pages in my (old) version are
not HTML5 but with small changes you can make them
HTML5-compliant.
If you want to programmatically create HTML pages, that's a completely different matter. I have some functions that can help you to do that.
Dan
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/00f401d9e657%24f02fada0%24d08f08e0%24%40wings.rs.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/37addaae-4e9e-4de9-83e0-249e48d8367en%40googlegroups.com.
Idea is that users write their "work procedures" as a series of pages in a simple editor. Those pages include text, sometimes JPG image and bold/italic text. So basic HTML is enough to write it. The editor must be WYSIWYG and _very_ simple.
An ideal solution would be some sort of HTML_MemoEdit() :)
Thank you all for your help :)
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/3de570d0-1f99-4589-e3c8-920ed0aca523%40tiscalinet.it.
Very interesting!
Unfortunately, I don't use Xailer...
Can this HTML editor be created as a stand-alone app? What is the size of app.exe and are any libraries required?
Regards, NB
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/f5ec6bc4-774d-46d5-99b8-485028029c53n%40googlegroups.com.