Hello,
the dialog pgDialogBox() don't return the pghandle as describe in the
documentation. Attached is the patch for this.
Good day.
Olivier
--
Olivier Bornet SMARTDATA SA
[EMAIL PROTECTED] Centre du Parc
http://www.smartdata.ch av. des Pr�s-Beudin 20
Phone +41-27-723'55'03 1920 Martigny
Fax +41-27-723'55'19 Phone +41-27-723'55'18
Index: src/stddialog.c
===================================================================
RCS file: /cvsroot/pgui/cli_c/src/stddialog.c,v
retrieving revision 1.5
diff -r1.5 stddialog.c
35c35,37
< pgNewPopup(0,0);
---
> pghandle popupHandle;
>
> popupHandle = pgNewPopup(0,0);
41a44,47
>
> /* return the newly created handle */
> return popupHandle;
>