Azadi,

I was able to get the one cfwindow calling another.  But I can't set height
or width of the child window.  The child window is ignoring all my attempts
to set size.  Oddly it also seems to be maintaining the same aspect ratio as
the window underneath it.

In othe words in the first window the width is greater than the height and
with the child window I want the reverse.  Any ideas?


Rick

On Wed, Mar 18, 2009 at 4:33 PM, Azadi Saryev <[email protected]> wrote:

>
> what do you mean by "call another"?
> if you just want to change the source of cfwindow, use
> ColdFusion.navigate() or ajaxlink() functions.
> if you need to close the opened cfwindow and open another, you have
> ColdFusion.window.hide(), ColdFusion.window.create() and
> ColdFusion.window.show() functions to use.
> just write a js function (in the main page the opens your cfwindows)
> that calls the necessary above cf functions when some link/button is
> clicked in the opened cfwindow.
>
> Azadi Saryev
> Sabai-dee.com
> http://www.sabai-dee.com/
>
>
>
> Rick Mason wrote:
> > Azadi,
> >
> > Appreciate the reply.  Something else is going on as I can call the same
> > window from another page with no problems.
> >
> > Another quick question for you.  Is it possible to have one cfwindow call
> > another?  So far this afternoon I haven't been able to make that work and
> > wondered if that was because it couldn't be done ;<).
> >
> >
> > Rick
> >
> > On Wed, Mar 18, 2009 at 4:13 PM, Azadi Saryev <[email protected]>
> wrote:
> >
> >
> >> using just the cfwindow code you posted created me a 3000px wide window
> >> just fine both in FF and IE...
> >> must be something in your css...
> >>
> >> Azadi Saryev
> >> Sabai-dee.com
> >> http://www.sabai-dee.com/
> >>
> >>
> >>
> >> Rick Mason wrote:
> >>
> >>> I have the need for a nearly full screen CFWindow.  No matter what I do
> I
> >>> can't get it to be more than 60% of the screen in width.  Whether I set
> >>>
> >> the
> >>
> >>> width to 1200 or 12000 in the tag the width is the same even with all
> my
> >>> code commented out in the window itself.
> >>>
> >>> I've tried both a div and a table with set width as well as a hbox with
> >>>
> >> no
> >>
> >>> change to the width of the displayed.  I'd appreciate anyone's help as
> >>>
> >> this
> >>
> >>> one has me stumped.
> >>>
> >>> Rick Mason
> >>>
> >>>
> >>> <cfwindow
> >>>
> >>> name="MyWindow"
> >>>
> >>> center="false"
> >>>
> >>> initShow="false"
> >>>
> >>> title="Hello World"
> >>>
> >>> refreshOnShow="true"
> >>>
> >>> width="3000"
> >>>
> >>> height="690"
> >>>
> >>> modal="true"
> >>>
> >>> closable="false"
> >>>
> >>> source="xyz.cfm">
> >>>
> >>> </cfwindow>
> >>>
> >>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320701
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to