Set Filename

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

On 31/08/2004 at 08:52, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.503 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi,

does anybody know how to set the string of the Filename Customgui (or the Filename of the Customgui..I assume the string is then displayed automatically)?

Thanks in advance

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

On 02/09/2004 at 01:43, xxxxxxxx wrote:

FilenameCustomGui is a custom gui for the Filename data type. So just do gui->SetData(GeData(filename)).

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

On 02/09/2004 at 05:33, xxxxxxxx wrote:

Oh, I was sure I tried that. :\
Thanks, works like a charm.