With my "vast" PWC experience (ie 30 minutes), I think you may be able to
accomplish most of what you want to do with html.  There seems to be the
ability to load a page from existing html code.  You could setup the form you
want, then have it loaded into a page using the url parameter when you create
the window.

If you can get the sample working from the PWC home page, then you're half way
there.  After that you would add the url pointing to your html form.  Once
that works you would then need to figure out how to save/recall the form info.

I haven't tried any of the above yet, so it's just a 'theory' at this point.



At 9:23 PM on Monday, 27 November 2006, .dog. wrote:
>Hi Jacques and Greg,
>
>I've been looking at this list now for a week or so and didn't think i was
>ever going to understand anything.  I just mentioned that to give you an
>idea of my level.
>
>But this jazz about a window with lots of inputs that need to be completed
>before the window can be closed is exactly what i'm looking to do myself.
>
>I want a window that pops up in front of one of the pages of the site i'm
>working on.  The window has a form which has to be filled out before it can
>be closed and the user can access the rest of the page.
>
>I know there are going to be cookies invovled because i don't want to make
>the user do this twice but I really have no idea where to start.
>
>Can anyone direct me to a good javascript tutorial or whatever they think is
>appropriate.  All I know so far is HTML and CSS.
>
>Cheers
>
>Dogbert
>
>On 27/11/06, Jacques <[EMAIL PROTECTED]> wrote:
>>
>> Hi Greg,
>>
>> That was my first question a long time ago. You need to specify "true"
>> when showing windows and they will show up modal (user need to close the
>> window before doing something else).
>>
>> Win.showCenter(true)
>>
>> or
>>
>> Win.show(true)
>>
>> Cheers,
>>
>> - Jacques
>>
>> 2006/11/27, Greg Miller < [EMAIL PROTECTED]>:
>> >
>> > Hi All,
>> >
>> > I just downloaded PWC and got my first window working.  This is a really
>> > really nice tool.
>> >
>> > One simple question:
>> > Can I "combine" a Window and Modal dialog?  In other words I'd like to
>> > open
>> > a Window that has a bunch of <input type="text"> fields, but I want this
>> > new
>> > window to be modal so that the user has to close/complete the new window
>> > before doing anything else.
>> >
>> > Any help/pointing in the right direction will be appreciated.
>> >
>> > Thanks!
>> > Greg
>> >
>> > _______________________________________________
>> > Javawin mailing list
>> > [email protected]
>> > http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>> >
>>
>>
>> _______________________________________________
>> Javawin mailing list
>> [email protected]
>> http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>>
>>
>>
>
>
>
>_______________________________________________
>Javawin mailing list
>[email protected]
>http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to