6.30 Beta 5 - ScreenEventType() undefined value

Post bugreports for the Windows version here
User avatar
falsam
Enthusiast
Enthusiast
Posts: 639
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

6.30 Beta 5 - ScreenEventType() undefined value

Post by falsam »

#PB_ScreenEventType_Focus , #PB_ScreenEventType_LostFocus and #PB_ScreenEventType_Change undefined 😉

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
User avatar
pf shadoko
Enthusiast
Enthusiast
Posts: 435
Joined: Thu Jul 09, 2015 9:07 am

Re: 6.30 Beta 5 - ScreenEventType() undefined value

Post by pf shadoko »

Event management is very basic at the moment.
This will be added in version 6.31.
User avatar
falsam
Enthusiast
Enthusiast
Posts: 639
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: 6.30 Beta 5 - ScreenEventType() undefined value

Post by falsam »

The information was in the Beta 5 documentation. That's why I pointed out this omission 😉
Help PB 6.30 Beta 5 wrote: ScreenEventType()

Syntax

Result = ScreenEventType()
Description

After a ScreenWindowEvent() function, use this function to determine of which type the event is.

Parameters

None.

Return value

The following values are possible, if an event of the type #PB_Event_Gadget (library ScreenGadget) occurs:
#PB_ScreenEventType_Focus : Get the focus.
#PB_ScreenEventType_LostFocus: Lose the focus.
#PB_ScreenEventType_Change : Content change.

The following gadgets support ScreenEventType():

- StringScreenGadget()

(See the gadget definition to see which events are supported).

See Also

ScreenWindowEvent()

Supported OS

All
We'll wait for version 6.31 😉

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
Post Reply