COFFEE: Redraw

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

On 19/10/2004 at 07:30, xxxxxxxx wrote:

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

---------
My uv toolkit which is a GUI for UV mapping doesn't redraw anymore, although I am calling Redraw() each time (which worked for R7, partly for R8, and no longer for R9).

I think it should redraw the COFFEE window - shouldn't it?

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

On 19/10/2004 at 09:30, xxxxxxxx wrote:

I am also getting a strange message:

(4) Too few parameters
File: c3d_uvviewarea.coh
Line: 67

This is strange since this error existed (without file reference) before I splittet up in multiple files, and the line is always the same - no matter, even if the first 100 lines are empty.
I can't figure out where it is called. Like in the async example (which is working), I can only trace this back to

d->open(TRUE,-1,-1);

Somewhere during this call this error is thrown, and I have no idea how to find out what is causing it.

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

On 19/10/2004 at 11:14, xxxxxxxx wrote:

I checked the redaw calls - and it returns 0, so it failed. How can it fail?

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

On 19/10/2004 at 11:37, xxxxxxxx wrote:

I fixed it by a strange modification: I changed the plugin ID to another value and now it works.

How can this happen?
Is there any configfile which stores information about the Plugin ID?

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

On 22/10/2004 at 02:07, xxxxxxxx wrote:

Strange. I guess it could be stored in the layout file if a dialog is docked.