Oracle Interview Questions And Answers


Computer Tutorials
Earn Money From Internet
Cheap Freelancers
Ask An Expert

Register Cheap Domain
Data Recovery
Best Mutual Funds
Trading Forex Online
Cheap Web Hosting
Ajax Tutorials
Cheap Cell Phone Plans
Free Mobile Learning
Job Portal
Photoshop Tutorials
Cheap Jewelry
Cheapest Air Travel

Oracle Interview Questions And Answers


Page 54 of 95 Most Canvas views are content canvas views a content canvas view is
the "base" view that occupies the entire content pane of the window in
which it is displayed.

05. Explain about stacked canvas views?

Stacked canvas view is displayed in a window on top of, or "stacked" on
the content canvas view assigned to that same window. Stacked
canvas views obscure some part of the underlying content canvas
view, and or often shown and hidden programmatically.

06. Explain about horizontal, Vertical tool bar canvas views?

Tool bar canvas views are used to create tool bars for individual
windows Horizontal tool bars are display at the top of a
window, just under its menu bar.
Vertical Tool bars are displayed along the left side of a window

07. Name of the functions used to get/set canvas properties?

Get_view_property, Set_view_property

Windows

07. What is relation between the window and canvas views?

Canvas views are the back ground objects on which you place the
interface items (Text items), check boxes, radio groups etc.,)
and boilerplate
objects (boxes, lines, images etc.,) that operators interact with us
they run your form . Each canvas views displayed in a window.

08. What are the different modals of windows?

Modalless windows
Modal windows

09. What are modalless windows?

More than one modelless window can be displayed at the same time,
and operators can navigate among them if your application allows them
to do so . On most GUI platforms, modelless windows can also be
layered to appear either in front of or behind other windows.

10. What are modal windows?

Modal windows are usually used as dialogs, and have
restricted functionality compared to modelless windows. On some
platforms for example operators cannot resize, scroll or iconify a
modal window.

11. How do you display console on a window ?

The console includes the status line and message line, and is
displayed at the bottom of the window to which it is assigned.