6.30 Beta 5 - ScreenEventType() undefined value
6.30 Beta 5 - ScreenEventType() undefined value
#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
- pf shadoko
- Enthusiast

- Posts: 435
- Joined: Thu Jul 09, 2015 9:07 am
Re: 6.30 Beta 5 - ScreenEventType() undefined value
Event management is very basic at the moment.
This will be added in version 6.31.
This will be added in version 6.31.
Re: 6.30 Beta 5 - ScreenEventType() undefined value
The information was in the Beta 5 documentation. That's why I pointed out this omission 

We'll wait for version 6.31Help 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
➽ 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