playMaker

Author Topic: Call Method - Can't fill parameter of method  (Read 1998 times)

KirbyRawr

  • Playmaker Newbie
  • *
  • Posts: 16
    • Overflowing Team
Call Method - Can't fill parameter of method
« on: August 22, 2016, 07:23:14 PM »
Hi there, there is a bug in the Call Method editor.

Short Description:
-When you try to write a string parameter (for example) it will lost the focus and will go invisible.

Steps to reproduce:
1- Apply the patch provided by Alex Chouls
2- Make an empty component(object) variable that have a method with one string as a parameter.
3- Try to write the string parameter.
4- Profit, it will lose the focus and won't allow you to set it.

Additional hints:
It seems that it's a problem related to the Cache method of this action, commenting

if(GUI.changed) {UpdateCache();}

seems to fix it, however it's not the real fix.

Cheers!
« Last Edit: August 22, 2016, 07:31:02 PM by KirbyRawr »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Call Method - Can't fill parameter of method
« Reply #1 on: August 30, 2016, 02:12:09 AM »
Hi,

 Can you report this via the Bug report for PlayMaker ( PlayMaker/Tools/Submit Bug Report)? that will help tracking this issue and address it for the next release.

 Bye,

 Jean

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Call Method - Can't fill parameter of method
« Reply #2 on: August 30, 2016, 06:28:56 PM »
Please try the attached version.