For some reason it does not show parameters in the statusbar for certain procedures. For example here for Test() when clicking inside the () it shows the parameters and when i click inside MyResize() it shows nothing in the statusbar and so on.
Code: Select all
Declare.i MyResize(Image.i, Width.i)
Declare.i Test(Image.i, Width.i)
Declare.i Resize2(Image.i, Width.i)
Declare.i Refresh(Image.i, Width.i)
MyResize() ; not working
Test() ; working
Resize2() ; not working
Refresh() ; working
PB 6.03 LTS x64 Final