Search found 5 matches

by Yanhoch
08 April 2021, 04:24
Forum: Developers
Topic: Cannot read property 'logaction' of null
Replies: 2
Views: 626

Re: Cannot read property 'logaction' of null

Hello Victoria_La,

You are absolutly right : I was passing null in a 'notifyAllPlayers' and didn't test that when I did it a while ago !

I'm not sure I would have found this one without your help!

Thank you very much ! / Merci infiniement (J'ai le l'impression que tu parles français...) !
by Yanhoch
07 April 2021, 05:06
Forum: Developers
Topic: Cannot read property 'logaction' of null
Replies: 2
Views: 626

Cannot read property 'logaction' of null

Hello, When transiting from one state to another, I'm getting this error on the client side: Uncaught TypeError: Cannot read property 'logaction' of null I'm logging ALL my JS functions and here's what I see : Entering function A Exiting function A Leaving state: X onUpdateActionButtons: Y Entering ...
by Yanhoch
12 February 2021, 04:16
Forum: Developers
Topic: Remove close icon on multipleChoiceDialog
Replies: 5
Views: 771

Re: Remove close icon on multipleChoiceDialog

Thanks... I guess I'll go for something similar...
by Yanhoch
11 February 2021, 05:00
Forum: Developers
Topic: Remove close icon on multipleChoiceDialog
Replies: 5
Views: 771

Re: Remove close icon on multipleChoiceDialog

Hi, Thank you for the answers... Actually, all my players need to give one of their cards to another player, so I really (I think) need to use the multi-player state. Since the game can have 3 to 8 players, I don't think putting the list if users in the state prompt is a good move here: it will surl...
by Yanhoch
09 February 2021, 03:57
Forum: Developers
Topic: Remove close icon on multipleChoiceDialog
Replies: 5
Views: 771

Remove close icon on multipleChoiceDialog

Hello, I'm currently using this.multipleChoiceDialog() to create a dialog window to selected a target player for a game action. This selection is mandatory and I would like to remove the "X" at the upper-right corner of this dialog. I don't see how to use the hideCloseIcon() method on this...

Go to advanced search