PDA

View Full Version : Character wizard - charsheet opened



Xarxus
April 12th, 2024, 21:08
For my ruleset I have prepared a wizard for character creation. When a client creates a character using the wizard, a structure is prepared which, upon completion of the wizard itself, is copied into the charsheet tag.
I notice that after copying the structure, on the client the charsheet is automatically opened, but even searching on CoreRPG I can't find the code that does this.

Can you help me?

Moon Wizard
April 12th, 2024, 23:49
It's part of the User.requestIdentity API default behavior.

Regards,
JPG

Xarxus
April 13th, 2024, 08:09
Oh, that's why I couldn't find it!
Ty

Xarxus
April 14th, 2024, 09:02
Is there a way to avoid this opening or to get control of the corresponding window?

Moon Wizard
April 15th, 2024, 05:49
No. If you don't want this standard behavior; you would have to override and implement your own solution using OOB messaging.

Regards,
JPG