Header Ads Widget

Responsive Advertisement

Module 11: Creating Windows and Content Canvases

Creating Windows and Content Canvases


01. You are editing the INVENTORY tab canvas. You set the Tab Attachment Edge property to RIGHT. You also change the ordering of INVENTORY tab pages in the Object Navigator. The Direction property has not been customized. 

What influence will this have on the display of tab pages at run time? 

A. The highest tab page in the Object Navigator will appear at the far left of the tab stack. 

B. The highest tab page in the Object Navigator will appear at the top of the tab stack.

C. The highest tab page in the Object Navigator will appear at the far right of the tab stack. 

D. The highest tab page in the Object Navigator will appear at the bottom of the tab stack. 

E. The lowest tab page in the Object Navigator will appear at the start of the tab stack.

Answer: B

02. In the Product.fmb module, data block items are displayed on two content canvases. You define a set of icon buttons that users must have access to at all times. 

Which canvases type is appropriate to display the buttons?

A. Overlay stacked canvas. 

B. Overlay Tab canvas that is associated with a separate window. 

C. Content canvas that is associated with the same window as the two content canvases. 

D. Horizontal Toolbar canvas that is associated with a separate window. 

E. Horizontal Toolbar canvas that is associated with the same window as the two content canvases.

Answer: E

03. The Products.fmb module has one content canvas, which displays information about products sold by your company. You increase the canvas display area by creating an overlay canvas to enable product images to be displayed on request. At run time, however, the overlay canvas is never displayed; users complain that there is only a brief flash on their screen. 

How do you correct this?

A. Ensure that the current item is not hidden by the overlay canvas. 

B. Call the built-in GET_VIEW_PROPERTY to set the canvas VISIBLE property to True. 

C. In the Layout Editor, choose View Stacked Views. 

Then select the overlay canvas in the Stacked Canvases dialog box. 

D. Change the stacking order of canvases under the Canvases node in the Object Navigator. 

Ensure that the overlay canvas is the first canvas listed under this node. 

E. Change the stacking order of canvases under the Canvases node in the Object Navigator. 

Ensure that the overlay canvas is the last canvas listed under this node.

Answer: A

04. You are building the Customer.fmb module, and you define a multirecord data block based on the CUSTOMERS table. The data block is called CUST. You specify a Tabular layout style for the CUST items. When the window is at its maximum size, only some of the items can be viewed in the window. To view all items together, you should enable users to scroll horizontally through the CUST items;  however, the Cust_ID and Cust_Name items should always be visible. 

Which combination of canvas types is most appropriate to display the CUST items together?

A. Content canvas and an overlay Tab canvas. 

B. Tab canvas and an overlay stacked canvas. 

C. Vertical Toolbar canvas and a Tab canvas. 

D. Content canvas and an overlay stacked canvas. 

E. Horizontal Toolbar canvas and a content canvas. 

Answer: D

05. You need to resize the INVENTORY tab canvas. The Viewport Width and Height properties are 200 and 300. You change the values to 150 and 120, respectively. 

What implication may this have on your design? 

A. Some tab pages may be obscured at run time. 

B. By decreasing the Viewport Width property, some tab pages may be deleted. 

C. Objects previously within the borders of a tab page may fall outside the tab page border, and you will get compilation errors. 

D. Objects previously within the borders of a tab page may fall outside the tab page border and will be visible at run time only by navigating to them programmatically. 

E. Objects previously within the borders of a tab page may fall outside the tab page border and will be assigned to the null canvas.

Answer: C

06. The Products.fmb module has one content canvas, which displays information about products sold by your company. You increase the canvas display area by creating an overlay canvas to enable product images to be displayed on request. At run time, however, the overlay canvas is never displayed; users complain that there is only a brief flash on their screen 

How do you correct this problem?

A. Ensure that the current item is not hidden by the overlay canvas 

B. Call the built-in GET _VIEW_PROPERTY to set the canvas VISIBLE property to True 

C. In the Layout Editor, choose View Stacked Views Then select the overlay canvas in the Stacked Canvases dialog box 

D. Change the stacking order of canvases under the Canvases node in the Object Navigator Ensure that the overlay canvas is the first canvas listed under this node. 

E. Change the stacking order of canvases under the Canvases node in the Object Navigator. Ensure that the overlay canvas is the last canvas listed under this node 

Answer: A

07. Which canvas-view type would you create to provide users an alternative to menu driven applications?

A. Content

B. Stacked

C. Tab

D. Toolbar

Answer: D

08. Which two properties specify coordinates of the Stacked Canvas Viewport relative to upper left corner of the Stacked Canvas? (Choose two)

A. Viewport X Position

B. Viewport Y Position

C. Viewport X Position on Canvas

D. Viewport Y Position on Canvas

Answer: A, B

09. You created a data block that contains more items than the window can display. When you scroll the window to display items outside the window frame, important items are out of view.

What type of canvas can you use to create a scrolling region in the window?

A. Tab

B. Content

C. Stacked

D. Vertical Toolbar

E. Horizontal Toolbar

Answer: C

10.You need to display a very large Single Record data block. Since it will be so large, a convenient means of navigation is needed between items.

Which type of canvas would you use to display the data block? 

A. Tab canvas. 

B. Pop up canvas. 

C. Spread table canvas. 

D. Vertical toolbar canvas.

Answer:A

Post a Comment

0 Comments