[Done] Parameters of procedures not showing in statusbar

Post bugs related to the IDE here
novablue
Enthusiast
Enthusiast
Posts: 177
Joined: Sun Nov 27, 2016 6:38 am

[Done] Parameters of procedures not showing in statusbar

Post by novablue »

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
Last edited by novablue on Fri Oct 27, 2023 7:13 pm, edited 2 times in total.
User avatar
blueb
Addict
Addict
Posts: 1116
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: Parameters of prodecures not showing in statusbar

Post by blueb »

I get the same results as you.
Win 11 Pro.. PB 6.03 LTS x64
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] Parameters of procedures not showing in statusbar

Post by Fred »

Already fixed in current release
Post Reply