Page 1 of 1
SpriteWidth(), SpriteHeight() in quick help not displayed
Posted: Thu Dec 10, 2009 2:03 pm
by Psychophanta
...and probably others, in PB4.40 windows x86.
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
Posted: Thu Dec 10, 2009 2:22 pm
by gnozal
Psychophanta wrote:...and probably others, in PB4.40 windows x86.
No problem here with SpriteWidth() nor SpriteHeight() (4.40 windows x86).
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
Posted: Thu Dec 10, 2009 2:59 pm
by Psychophanta
I see , neither here, but...
try with this line
Code: Select all
Protected Dim Spr.l(SpriteWidth(*Sprite\No),SpriteHeight(*Sprite\No))
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
Posted: Thu Dec 10, 2009 3:44 pm
by gnozal
Psychophanta wrote:
I see , neither here, but...
try with this line
Code: Select all
Protected Dim Spr.l(SpriteWidth(*Sprite\No),SpriteHeight(*Sprite\No))
If I paste this code in the PB IDE, I see the quick help line "SpriteWidth(
#Sprite) - Return the width in pixel of the specified sprite" for SpriteWidth() in the statusbar.
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
Posted: Thu Dec 10, 2009 9:45 pm
by Psychophanta
gnozal wrote:If I paste this code in the PB IDE, I see the quick help line "SpriteWidth(#Sprite) - Return the width in pixel of the specified sprite" for SpriteWidth() in the statusbar.
Damn, i just paste it in the editor but nothing appears in the status bar, quickhelp doesn't work here with that line.
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
Posted: Thu Dec 10, 2009 10:06 pm
by Vera
Hi
if I place the cursor within SpriteWidth or SpriteHeight I get no quickhelp
BUT: if I place the cursor within (*Sprite\No) or (*Sprite\No) I get these hints
BUT: removing one of the outer brackets of your example I get the hints (independent of the cursor-position) and also when using e.g. SpriteWidth(*Sprite\No) on its own or behind other commands.
greetings ~ Vera
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
Posted: Thu Dec 10, 2009 10:44 pm
by Psychophanta
The same here, so looks like a bug in the editor.