What are modalless windows?
Answer / randhir jaiswal
More than one modeless 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,
modeless windows can also be layered to appear either in
front of or behind other windows.
Modeless windows can remain displayed until they are
dismissed by the operator or hidden programmatically. You
can set the Remove on Exit property for a modeless window
to specify whether it should remain displayed when the
operator navigates to another window.
You can set the properties of a modeless window to specify
its border and title, and whether operators should be
allowed to scroll, resize, move, close, iconify, and zoom
the window.
| Is This Answer Correct ? | 0 Yes | 0 No |
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is the User-Named Editor?
What is 4-way match?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
What are the ways to monitor the performance of the report?
Can you have more than one content canvas view attached with a window?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
HOW TO MAKE A MATRIX REPORT MANUALLY WITH SINGLE GROUPT QUERY OR MULTIPLE GROUP QUERY ?
i created a parameter list in reports. how to restrict that parameter list with parameters
how can create the lexical parameter after the select class?
what is the use of between page trigers in REPORTS... (please give answer in a explanatory way...if possible give screen shots also...)