parent.frames[1].location.href = url1;
parent.frames[2].location.href = url2;
}
-->
Class Instance
| Method Summary |
| |
__init__(self,
processes)
|
| |
beginWait(self)
This function changes the mouse pointer to an hour glass. |
| |
endWait(self)
This function changes the mouse pointer back to the normal state. |
| |
run(self,
instance)
This function creates the user interface and starts the main loop |
| |
runForm(self,
step,
parameters)
This function runs a GNStep with a GNUe Form definition. |
| |
runFormFromTrigger(self,
form,
parameters)
This function runs a form from trigger code. |
| |
setStatus(self,
message)
This function removes the last message from the status bar and adds a
new one if specified. |
__init__(self,
processes)
(Constructor)
-
- Parameters:
processes -
GNObjects tree describing the current loaded gpd
|
beginWait(self)
This function changes the mouse pointer to an hour glass.
-
|
endWait(self)
This function changes the mouse pointer back to the normal
state.
-
|
run(self,
instance)
This function creates the user interface and starts the main
loop
-
|
runForm(self,
step,
parameters={})
This function runs a GNStep with a GNUe Form definition.
-
- Parameters:
step -
the GNStep instance describing the form
|
runFormFromTrigger(self,
form,
parameters={})
This function runs a form from trigger code.
-
- Parameters:
form -
URL of the form
parameters -
dictionary with user parameters for the form
|
setStatus(self,
message='')
This function removes the last message from the status bar and adds
a new one if specified.
-
- Parameters:
message -
message to put into the status bar or None
|