Hi,
This is dzHTMLView Library.
It is very simple now to browse internet sites or display local html code or pages from your b4ppc app. It can be used even to implement a completely new User Interface which also can be changed at runtime by providing new html fles.
Has also the ability to encode unicode to UTF8 (built-in function).
It can also be used to URLEncode and URLDecode strings (built-in functions).
It can be used only for PPC apps. For desktop is provided a dummy interface for design help.
Libraries and samples attached.
Based on the code found here
URLEncode and URLDecode has be taken from the Mono project (.NET port to Linux)
Image 1. Web Browser (test2)
Image 2. User Interface (test4)
Image 3. User Interface with Input Fields. It's values are visible to B4PPC code (test5)
This is dzHTMLView Library.
It is very simple now to browse internet sites or display local html code or pages from your b4ppc app. It can be used even to implement a completely new User Interface which also can be changed at runtime by providing new html fles.
Has also the ability to encode unicode to UTF8 (built-in function).
It can also be used to URLEncode and URLDecode strings (built-in functions).
It can be used only for PPC apps. For desktop is provided a dummy interface for design help.
Libraries and samples attached.
Based on the code found here
URLEncode and URLDecode has be taken from the Mono project (.NET port to Linux)
Image 1. Web Browser (test2)
Image 2. User Interface (test4)
Image 3. User Interface with Input Fields. It's values are visible to B4PPC code (test5)
Attachments
Last edited: