Ups, i forgot to attach the code how i call the whole thing:

 form = FrmInitForm(NotizForm);
 SetResizePolicy( NotizForm );
 FrmSetEventHandler(form, NotizFormHandleEvent);
 NotizFormInit(form);
 FrmDrawForm(form);
 FrmDoDialog(form);
 FrmDeleteForm(form);

Stefan

Stefan Stolz wrote:
> Hi!
> 
> I'm using the palmresize-lib, which is mentioned in a Palmsource
> Knowledge-Base-Article. It works very good. But now i have a problem if
> i display a form with FrmDoDialog.
> In normal case every form remembers his DIA-State, but not the Form that
> i display with FrmDoDialog. It works without any problem if i call it
> with FrmGotoForm or FrmPopupForm.
> Does anyone know this Problem and have a solution?
> 
> Best Regards
> 
> 
> Stefan Stolz
> 


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to