SpriteWidth(), SpriteHeight() in quick help not displayed
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
SpriteWidth(), SpriteHeight() in quick help not displayed
...and probably others, in PB4.40 windows x86.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
No problem here with SpriteWidth() nor SpriteHeight() (4.40 windows x86).Psychophanta wrote:...and probably others, in PB4.40 windows x86.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: SpriteWidth(), SpriteHeight() in quick help not displayed

I see , neither here, but...
try with this line
Code: Select all
Protected Dim Spr.l(SpriteWidth(*Sprite\No),SpriteHeight(*Sprite\No))
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
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.Psychophanta wrote:![]()
I see , neither here, but...
try with this lineCode: Select all
Protected Dim Spr.l(SpriteWidth(*Sprite\No),SpriteHeight(*Sprite\No))
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
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
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
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
Two growing code-collections: WinApi-Lib by RSBasic ~ LinuxAPI-Lib by Omi
Missing a download-file on the forums? ~ check out this backup page.
Missing a download-file on the forums? ~ check out this backup page.
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: SpriteWidth(), SpriteHeight() in quick help not displayed
The same here, so looks like a bug in the editor.