Remove control sum characters from SN after entry
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/04/2010 at 07:34, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Mac ;
Language(s) : C++ ;---------
I've a Serial Handler derived from SNHookClass, which works fine so far.The only remaining issue is that I would like to strip out the "technical" part of the serial, very much in the same way Maxon does it when you paste your Cinema 4D Serial. Only the serial number should be in the dialog after the number has been accepted.
How to do that?
Cheers
Kabe
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/04/2010 at 03:40, xxxxxxxx wrote:
Any ideas on this one?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/04/2010 at 03:51, xxxxxxxx wrote:
Afaik this is not possible for plugins. Btw. why would you want to do this anyway, makes no sense to me, at least not for plugins?
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2010 at 00:53, xxxxxxxx wrote:
Originally posted by xxxxxxxx
why would you want to do this anyway, makes no sense to me, at least not for plugins?
For the very same reason that you do it in Cinema:
Show S/N in the S/N dialog that can't simply be copied out of the dialog,
but are still valid for support calls or for identifying a user.Kabe
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2010 at 02:58, xxxxxxxx wrote:
Ah ok, fair enough.
Unfortunatly it's not possible through the SNHookClass. You have to use an own dialog.
cheers,
Matthias