On 11/04/2013 at 07:55, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13.061
Platform: Windows ;
Language(s) : C++ ;
---------
Hello,
i have a some trouble with a LINK in a GeDialog.
In my res file, it looks like this:
...
LINK IDC_CUSTOM1
{
ALIGN_TOP; SCALE_H;
}
..
and I get the link in the message function of in the command function of GeDialog.
..
case IDC_CUSTOM1:
BaseList2D* m_blink = msg.GetLink( BFM_ACTION_VALUE, GetActiveDocument() );
...
Now my problem, how can I set a link into this field? a SetLink() function for gadgets doesn't exist.
regards
Marky