Can you have more than one content canvas view
attached with a window?

1 Answer

Answer :

Yes. Each window you create must have atleast one content canvas
view assigned to it. You can also create a window that has manipulated
content canvas view. At run time only one of the content canvas views
assign to a window is displayed at a time.

Related questions

Description : What is relation between the window and canvas views?

Last Answer : 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.

Description : What is a canvas-view?

Last Answer : A canvas-view is the background object on which you layout the interface items (text-items, check boxes, radio groups, and so on.) and boilerplate objects that operators see and interact with as they ... assigned to a specific canvas. Each canvas, in term, must be displayed in a specific window.

Description : What are the types of canvas-views?

Last Answer : Content View, Stacked View.

Description : List the built-in routines for the controlling canvas views during run-time?

Last Answer : Find_canvas Get-Canvas_property Get_view_property Hide_View Replace_content_view Scroll_view Set_canvas_property Set_view_property Show_view Alert

Description : Name of the functions used to get/set canvas properties?

Last Answer : Get_view_property, Set_view_property

Description : Explain about stacked canvas views?

Last Answer : 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.

Description : Explain about horizontal, Vertical tool bar canvas views?

Last Answer : 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

Description : What is the content view and stacked view?

Last Answer : A content view is the "Base" view that occupies the entire content pane of the window in which it is displayed. A stacked view differs from a content canvas view in that it is not the base view for the window to which it is assigned

Description : If you have property class attached to an item and you have same trigger written for the item . Which will fire first?

Last Answer : Item level trigger fires , If item level trigger fires, property level trigger won't fire. Triggers at the lowest level are always given the first preference. The item level trigger fires first and then the block and then the Form level trigger.

Description : How can a text file be attached to a report while creating in the report writer?

Last Answer : By using the link file property in the layout boiler plate property sheet.

Description : HTML to PDF using HTML Canvas, Can't get full content instead getting half of it (vertically)?

Last Answer : It is possible to align block elements (tables, images, objects, paragraphs, etc.) on the canvas with the align element. Although this attribute may be set for many HTML elements, its range of ... differs from element to element. Here we only discuss the meaning of the align attribute for text.

Description : What r the types of windows (Window style)?

Last Answer : Specifies whether the window is a Document window or a Dialog window.

Description : List the built-in routine for controlling window during run-time?

Last Answer : Find_canvas Get-Canvas_property Get_view_property Hide_View Replace_content_view Scroll_view Set_canvas_property Set_view_property Show_view Alert

Description : List the built-in routine for controlling window during run-time?

Last Answer : Find_window, get_window_property, hide_window, move_window, resize_window, set_window_property, show_View

Description : Can a root window be made modal?

Last Answer : No

Description : What built-in is used for changing the properties of the window dynamically?

Last Answer : Set_window_property Canvas-View

Description : What are the types of Pop-up window ?

Last Answer : the pop-up field editor pop-up list of values pop-up pages. Alert :

Description : How do you display console on a window ?

Last Answer : The console includes the status line and message line, and is displayed at the bottom of the window to which it is assigned.To specify that the console should be displayed, set the console window form ... the name of any window in the form. To include the console, set console window to Null.

Description : You have just compiled a PL/SQL package but got errors, how would you view the errors?

Last Answer : SHOW ERRORS

Description : What view would you use to determine free space in a tablespae?

Last Answer : DBA_FREE_SPACE

Description : What view would you use to look at the size of a data file?

Last Answer : DBA_DATA_FILES

Description : Can a view be updated/inserted/deleted? If Yes under what conditions ?

Last Answer : A View can be updated/deleted/inserted if it has only one base table if the view is based on columns from one or more tables then insert, update and delete is not possible.

Description : If a View on a single base table is manipulated will the changes be reflected on the base table ?

Last Answer : If changes are made to the tables which are base tables of a view will the changes be reference on the view.

Description : What are the advantages of VIEW ?

Last Answer : To protect some of the columns of a table from other users.To hide complexity of a query.To hide complexity of calculations.

Description : What is a view ?

Last Answer : A view is stored procedure based on one or more tables, it’s a virtual table.

Description : Do a view contain data?

Last Answer : Views do not contain or store data.

Description : How does one get the view definition of fixed views/tables?

Last Answer : Query v$fixed_view_definition. Example: SELECT * FROM v$fixed_view_definition WHERE view_name='V$SESSION';

Description : Can a view based on another view?

Last Answer : Yes.

Description : What is a View ?

Last Answer : A view is a virtual table. Every view has a Query attached to it. (The Query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)

Description : Do View contain Data ?

Last Answer : Views do not contain or store data.

Description : Can a View based on another View ?

Last Answer : Yes.

Description : What is an Oracle view?

Last Answer : A view is a virtual table. Every view has a query attached to it. (The query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)

Description : What is VDL (View Definition Language)?

Last Answer : It specifies user views and their mappings to the conceptual schema.

Description : What is a view? How it is related to data independence?

Last Answer : A view may be thought of as a virtual table, that is, a table that does not really exist in its own right but is instead derived from one or more underlying base table. In other ... users from the effects of restructuring and growth in the database. Hence accounts for logical data independence.

Description : What is the difference between a view and a materialized view?

Last Answer : A view is a select that is executed each time an user accesses to it. A materialized view stores the result of this query in memory for faster access purposes.

Description : How can you view all the current users connected in your database in this moment?

Last Answer : SELECT COUNT(*),USERNAME FROM V$SESSION GROUP BY USERNAME;

Description : How can you view all the users account in the database?

Last Answer : SELECT USERNAME FROM DBA_USERS

Description : In which view can you find information about every view and table of oracle dictionary

Last Answer : DICT or DICTIONARY

Description : Is the plastic window attached to the wall with some screws? We have a terrible wind and I'm afraid it won't fall out. It was done by a professional company with several years of tradition.

Last Answer : Mostly bolted with anchor bolts and then foamed. The risk of the window being pushed out by the wind is zero.

Description : Match the following columns and select the correct option. Column-I Column-II (A) Organ of Corti (i) Connects middle ear and pharynx (B) Cochlea (ii) Coiled part of the labyrinth (C) Eustachian tube (iii) Attached to the oval window (D) Stapes (iv) Located on the basilar membrane

Last Answer : (C) Eustachian tube (iii) Attached to the oval window

Description : What is outside your window right now? Describe your view.

Last Answer : A big empty parking lot, with a metal sphere that has bungee ropes tied to it. Houses and mountains in the distance.

Description : What kind of view would you like outside of your window?

Last Answer : Loch Ness I dream of living in a house that overlooks Loch Ness.

Description : What would be your idea of the perfect view to wake up to outside your window?

Last Answer : that clear blue of this morning’s light was perfect for me.

Description : When taking an inside photograph, how can I properly expose the inside of a room as well as the view outside of a window?

Last Answer : answer:Other than doing HDR (which is pretty easy if you do a tripod), you will need to light the inside of the room to the same level as the outside. This is not a trivial thing to do well, as ... .com/) is far less than the half-dozen or so strobes it will take to light the interior as well.

Description : Where to view current window drapery styles and trends?

Last Answer : I would really like to buy some new window drapery. Where can I view some of the current styles and trends for large windows?

Description : Which of the following is the first step in sizing a window? a) Point to the title bar b) Pull down the view menu to display the toolbar c) Point to any corner or border d) Pull down the view menu and change to large icons e) None of these

Last Answer : a) Point to the title bar

Description : What would you put on your canvas at this moment? (3)

Last Answer : A light house peeking through the fog of an angry ocean being viewed from the ocean towards the shoreline. The jagged rocks looking even more treacherous as the sea crashes into them. And looking at ... the light house, a slight shadow insinuating that there is a man, perhaps alone, perhaps not.

Description : As the digital age increases is old school paint to canvas or pen to paper artists going the way of the T-Rex?

Last Answer : That’s a different kind of talent than painting. I’m sure there are people who will still appreciate traditional painting throughout the years.

Description : Why can't anybody who wants become an artist by throwing paint at a canvas?

Last Answer : Limited market. One of the best “works of art” I did was in college when we laid a large canvas on the ground and splattered paint on it from the second floor balcony. It was a masterpiece but no one offered to buy it so after getting the grade I trashed it.,

Description : Is it possible to treat a stretchered canvas with polyurethane, epoxy resin or some such, to make it waterproof enough to hang over the bathroom shower?

Last Answer : answer:If you put on enough coats to be certain that there weren't any untreated areas, no matter how small, I don't see why not. Isn't this what they do with fiberglass coatings to make ... to boating people and ask them what they would recommend. Is this an Acrylic painting you're talking about?