HTML Viewer [SOLVED]

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

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. ;)

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. :joy:

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;  
}

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.

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