In my popup I need to put some rich content including images and
buttons. I think app.execDialog() gives most control to build such
dialogs.
Acrodialogs are basically doing the same underneath as I now
understand.
Hand-coding is definitely time consuming, but for some very specific
(one -time) implementation execDialog is good enough.
I had a question on the dialog that opens up. In the title/popup,
there is the message - "Warning Javascript Window" displayed. This is
shown on all the alerts/dialogs.
Is there anyway to remove this text? I was not able to see any
override options in the any of the API.
Thanks.
On Jul 19, 4:21 pm, Duane Nickull <
dnick...@adobe.com> wrote:
> Why not use xfa.host.messageBox(<param1>, <param2>, <param3>, <param4>);
>
> This displays a dialog box on the screen. It is available only for client applications.
>
> int messageBox(string param1 [, string param2] [, int param3] [, int param4])
>
> param1: The message to display. This is a string and can be user defined.
> param2 (optional) : The title to appear in the dialog's window title. This is a string and can be user defined.
> param3 (optional) : The icon to display: '0' (Error (default)), '1' (Warning), '2' (Question), and '3' (Status). For non-error situations I would use '3'.
> param4 (optional) : The buttons to display: '0' (OK (default)), '1' (OK, Cancel), '2' (Yes, No), and '3' (Yes, No, Cancel).
> returns: Returns the type of the button that was pressed by the user: '1' (OK), '2' (Cancel), '3' (No), and '4' (Yes).
>
> Duane
>
> On 7/19/10 8:39 AM, "Jono Moore" <
jono.mo...@gmail.com> wrote:
>
> I have to say that AcroDialogs from Windjack is pretty nice to use.
>
> Programming your own dialogs is pretty ugly.
>
> On Jul 18, 9:54 pm, Nithyanandam Dharmadass <
nith....@gmail.com>
> wrote:
>
> > *Option #4*: You can write script by your own to create custom dialogs using
> > app.execDialog() method.
>
> > Refer to the AcroJS documentation onhttp://
partners.adobe.com/public/developer/en/acrobat/sdk/AcroJS.pdf
>
> > This is same as plugins <the benefit is that you won't pay :-) >
>
> --
> You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
> To post to this group, send email to
live...@googlegroups.com.
> To unsubscribe from this group, send email to
livecycle+...@googlegroups.com.
> For more options, visit this group athttp://
groups.google.com/group/livecycle?hl=en.
> My Blog -
http://technoracle.blogspot.com/
> My Band -
http://22ndcenturyofficial.com/
> Twitter -
http://twitter.com/duanechaos/
>
> [cid:
3362394119_33374801]
>
> image.jpg
> 16KViewDownload