Platforms to show: All Mac Windows Linux Cross-Platform

Back to IKDeviceBrowserViewControlMBS control.

IKDeviceBrowserViewControlMBS.BoundsChanged

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
The event called when the bounds, but not the frame, changed.

IKDeviceBrowserViewControlMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No

The control is about to close.
In Xojo version 2021r3 and newer this event is named Closing.

IKDeviceBrowserViewControlMBS.Closing

Type Topic Version
event Image Capture 14.3

The control is about to close.
In older Xojo versions, this event is named Close.

IKDeviceBrowserViewControlMBS.ConstructContextualMenu(base as MenuItem, x as Integer, y as Integer) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 22.1 ✅ Yes ❌ No ❌ No ❌ No
This event is called when it is appropriate to display a contextual menu for the control.

IKDeviceBrowserViewControlMBS.ContextualMenuAction(hitItem as MenuItem) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
Called when a menuitem is choosen.

This allows the control to react on its relevant menu items. Please return true if you handled it or false to give others a chance.

IKDeviceBrowserViewControlMBS.didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)   New in 24.1

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 24.1 ✅ Yes ❌ No ❌ No ❌ No
Did close contextual menu.

Allows you to restart any animation you may have stopped in the willShowContextualMenu event.

IKDeviceBrowserViewControlMBS.DidEncounterError(error as NSErrorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No
This event is sent every time the device browser reports an error.

IKDeviceBrowserViewControlMBS.EnableMenuItems

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No

The event where you can enable menu items.
In Xojo version 2021r3 and newer this event is named MenuBarSelected.

IKDeviceBrowserViewControlMBS.FocusLost

Type Topic Version
event Image Capture 16.5

The control lost focus.
In older Xojo versions, this event is named LostFocus.

This only fires if the control itself lost focus and not a sub control.

IKDeviceBrowserViewControlMBS.FocusReceived

Type Topic Version
event Image Capture 16.5

The control itself got focus.
In older Xojo versions, this event is named GotFocus.

This only fires if the control itself got focus and not a sub control.

IKDeviceBrowserViewControlMBS.FrameChanged

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
The event called when the frame changed.

This event notifies you, that the control changed it's bounding frame, which is position and/or size.

IKDeviceBrowserViewControlMBS.GotFocus

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No

The control itself got focus.
In Xojo version 2021r3 and newer this event is named FocusReceived.

This only fires if the control itself got focus and not a sub control.

IKDeviceBrowserViewControlMBS.LostFocus

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No

The control lost focus.
In Xojo version 2021r3 and newer this event is named FocusLost.

This only fires if the control itself lost focus and not a sub control.

IKDeviceBrowserViewControlMBS.MenuBarSelected

Type Topic Version
event Image Capture 17.1

The event where you can enable menu items.
In older Xojo versions, this event is named EnableMenuItems.

IKDeviceBrowserViewControlMBS.MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
The mouse button was pressed inside the control’s region at the location passed in to x, y.

The coordinates x and y are local to the control, i.e. they represent the position of the mouse click relative to the upper-left corner or the Control.
Return True if you are going to handle the MouseDown. In such a case:

  • The Action event, if any, will not execute and the state of the object will not change.
  • You will receive the MouseDrag and MouseUp events.
If you return False, the system handles the MouseDown so the above event handlers do not get called.

IKDeviceBrowserViewControlMBS.MouseDrag(x as Integer, y as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
This event fires continuously after the mouse button was pressed inside the Control.

Mouse location is local to the control passed in to x, y.
As this event is fired continuously (hundreds of time per second), it is your responsibility to determine if the mouse has really moved.

IKDeviceBrowserViewControlMBS.MouseUp(x as Integer, y as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
The mouse button was released.

Use the x and y parameters to determine if the mouse button was released within the control's boundaries.

IKDeviceBrowserViewControlMBS.Open

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No

The control is about to was created and you can initialize it.
In Xojo version 2021r3 and newer this event is named Opening.

IKDeviceBrowserViewControlMBS.Opening

Type Topic Version
event Image Capture 14.3

The control is about to was created and you can initialize it.
In older Xojo versions, this event is named Open.

IKDeviceBrowserViewControlMBS.ScaleFactorChanged(NewFactor as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
The backing store scale factor has changed.

Please invalidate any cached bitmaps or other relevant state.

IKDeviceBrowserViewControlMBS.SelectionDidChange(device as ICDeviceMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No
This event is sent when the user selection did change.

The device may be a ICCameraDeviceMBS or a ICScannerDeviceMBS.

IKDeviceBrowserViewControlMBS.willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)   New in 24.1

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Image Capture MBS AVFoundation Plugin 24.1 ✅ Yes ❌ No ❌ No ❌ No
Will show contextual menu.

Your chance to modify the menu before it is shown, e.g. to add menu entries.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...