On Tuesday, August 20, 2013 6:18:24 PM UTC-5, Demoy Blake wrote:
>
> Hi I am performing transaction from  within a wizard and wish to use a 
> readonly text field to display progress.
> how can I change the text in the field 'state' below from within the 
> 'transition_' method.
>
> ## below is my First unsuccessful attempt
> def transition_open_(self):
>         self.start.state='processing'
>         # more stuff here
>

Hi, 'state' field (poor name choice) was intend display errors in a 
'friendly' way.- I am accepting user input and access content across a 
network. any alternative recommendations? can I force the client refresh 
view?

Reply via email to