THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/01/2005 at 01:26, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C.O.F.F.E.E ; C++ ;
---------
I have three EditNumber elements in a modal dialog. Two represent a frame range (i.e.: 0(min)-90(max)), and the other represents a step value (every nth frame).
Initially, it is easy to set the limits. The step value is limited from 1 to max. But if the min or max is changed, I need to reset the step limit accordingly (so that it is not greater than max-min. I understand that I should use GeModalDialog::Message(), but how? As numbers are typed, the limit does not follow. What I really need to know is how to determine when entry is complete or follow it properly. I want these limits set while the dialog is opened, not after close.
Thanks,
Robert