Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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

    Resource editor insanity

    SDK Help
    0
    2
    164
    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 28/07/2004 at 13:44, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.5 
      Platform:   Windows  ;   
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Help...
      I just spent 12 hours on this problem, and it just gets more weird!
      when I save a dialog using  the Resource editor, my plugin cannot access the files, UNLESS I mess about with the enums in c4d_symbols.h......
      I did everything according to the example (helloworld2) , but on startup, I got the message unable to open file.....
      The end of the filename should have been the enum-MY_DIALOG1 ,(to correspond with the res and str files), but cinema was looking for a filename that ended with BUTTON1 (which is the first enum in the list...)
       I altered the list so that MY_DIALOG1 was at the top, and hey presto, my dialog opened..
      BUT, only the FIRST member of the TAB-GROUP appeared, so things are wrong...I just don`t know what (or why)...
      any help would be great....

      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 28/07/2004 at 22:15, xxxxxxxx wrote:

        Ahh,    just realised that the tab group element id`s were causing confusion, so at least the whole dialog now  loads.....

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