Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    HTML Viewer [SOLVED]

    ResEdit
    0
    5
    1.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 03/01/2011 at 09:45, xxxxxxxx wrote:

      User Information:
      ResEdit Version:   R8

      ---------
      Hi guys, just a tiny question:

      With ResEdit one can create "C4D Field" (Is it called so ?).
      One can choose a type called "HTML Viewer". But nowhere is described how to initialise the field.

      Does anyone know about it ?

      Thanks in advance, lg nux

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 04/01/2011 at 00:29, xxxxxxxx wrote:

        Hello nux,

        In the Cinema4DR12SDK  you will find HTMLViewerCustomGui, maybe that helps. 😉

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 04/01/2011 at 01:23, xxxxxxxx wrote:

          The Functions from the C++ SDK for the HTML Viewer don't work in COFFEE 😞
          Or do I use them wrong ?
          There is no ID variable in the Function SetUrl(), so i Just "added" it as it is in all other Functions for COFFEE for Dialogs. 😂

          This is my Init() Function of the Dialog:

            
          Dialog::Init() {  
            var file = GeGetRootFilename();  
            file->RemoveLast();  
            file->AddLast(PATH);  
            var url = FilenameToURL(file);  
            SetURL(USR_HTML,file,URL_ENCODING_UTF16);  
            return true;  
          }
          
          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 04/01/2011 at 08:33, xxxxxxxx wrote:

            COFFEE doesn´t support it.

            1 Reply Last reply Reply Quote 0
            • H
              Helper
              last edited by

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 05/01/2011 at 06:07, xxxxxxxx wrote:

              Oh man .. -.-'
              So it's going to be time to learn C++ ..

              Thanks Katachi,
              greets, nux

              1 Reply Last reply Reply Quote 0
              • First post
                Last post