Object speed buttons (Drag & Drop objects)

 

 

 

Applies to:
Main window overview


BrowserBob provides these basic object types for creating your application.

Adding an object to your project works via clicking on these buttons and dragging and dropping the object to their intended places: Adding objects to your project

After an object has been added to your project, it is selected and its properties are displayed on the properties window. Click the entries below in order to learn more about these objects.
 

Button object: or push-button is a graphical item, which can invoke a certain action when clicked. It's used for triggering functionality (back, forward, etc.), as link button, image button etc.. You can place unlimited numbers of buttons anywhere on your application - each with different design and functionality.
Button object properties
(p
roperties window)
Button object
(full object reference)
 

 

Edit object: editable text field. Used as addressbar for web objects, as well as for standard text input and processing (in combination with actions).
Edit object properties
(properties window)
Edit object
(full object reference)
 

Label object: text field which can display webpage titles, the main web's loading status, content titles, or a custom text.
Label object properties
(properties window)
Label object
(full object reference)
 

Panel object: graphical window, which serves as aggregational fundament for other objects like buttons, additional web objects and so on. Panels can be defined as "free" (independent) or having a relative position towards the main dialog. Panels can also be used as drop down menus and setup interface.
Panel object properties
(properties window)
Panel object
(full object reference)
 

Web object
A web object is a box where web content can be displayed. The number of web objects you can use on your browser is not limited. Web objects are able to show anything that's "understood" by a normal browser: html-pages, flash, documents, video-clips, ...
Web object properties
(properties window)
Web object
(full object reference)
 

Note object
The project note is not a real BrowserBob object, it is used to add comments to your workspace only. These comments will be saved with your project and added to project export files.
Note object properties
(properties window)
Note object (project note)
(full object reference)
 

Important note:
Please don't forget that there are 2 other important objects, which are no Drag & Drop objects, as they are integral part of any project and can't be deleted nor duplicated:

Main Diaolog object:
Main Dialog properties
(properties window)
Main Dialog object
(full object reference)

Main Web object:
Main Web properties
(properties window)
Main Web object
(full object reference)

Related topics:
User interface overview

Adding objects to your project

Function speed buttons