Re: [fw-general] Trying Dojo Hello World

2008-07-27 Thread Matthew Weier O'Phinney
-- Christian Sanchez <[EMAIL PROTECTED]> wrote (on Thursday, 24 July 2008, 10:18 PM -0500): > It worked matthew the problem was with the Dojo version included in > the ZF 1.6 RC1... Thanks for answering, i know it was getting > frustrating and annoying :/ Thanks a lot Matt!! And again, I tried _wi

Re: [fw-general] Trying Dojo Hello World

2008-07-24 Thread Christian Sanchez
It worked matthew the problem was with the Dojo version included in the ZF 1.6 RC1... Thanks for answering, i know it was getting frustrating and annoying :/ Thanks a lot Matt!! 2008/7/24 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Thursday,

Re: [fw-general] Trying Dojo Hello World

2008-07-24 Thread Matthew Weier O'Phinney
-- Christian Sanchez <[EMAIL PROTECTED]> wrote (on Thursday, 24 July 2008, 04:50 PM -0500): > So, you're telling me that I _must_ have the vhosts file configured so that > any > given project is given a full URL i.e.: http://localhost/ (or any other vhosts > URL I configured?). No. You just need

Re: [fw-general] Trying Dojo Hello World

2008-07-24 Thread Christian Sanchez
Ok, figured it out... Firebug told me that I was calling an undefined object... The dojo version I was using It's the one from the 1.6RC1... I downloaded a fresh copy and it worked fine... The button is now the same from the dojo docs examples... Thanks for the help Matt 2008/7/24 Christian Sanche

Re: [fw-general] Trying Dojo Hello World

2008-07-24 Thread Christian Sanchez
Ok I configured the vhosts and still nothing... The button disappears... I attached the applicaion layout i'm using for your consideration. 2008/7/24 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Wednesday, 23 July 2008, 11:30 PM -0500): > > 2

Re: [fw-general] Trying Dojo Hello World

2008-07-24 Thread Christian Sanchez
So, you're telling me that I _must_ have the vhosts file configured so that any given project is given a full URL i.e.: http://localhost/ (or any other vhosts URL I configured?). 2008/7/24 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Wednesda

Re: [fw-general] Trying Dojo Hello World

2008-07-24 Thread Matthew Weier O'Phinney
-- Christian Sanchez <[EMAIL PROTECTED]> wrote (on Wednesday, 23 July 2008, 11:30 PM -0500): > 2008/7/23 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > > ?> > > > > > > > > > > > echo $this->head

Re: [fw-general] Trying Dojo Hello World

2008-07-23 Thread Matthew Weier O'Phinney
-- Christian Sanchez <[EMAIL PROTECTED]> wrote (on Wednesday, 23 July 2008, 03:18 PM -0500): > Well that is pretty clear in the docs, since you make the statement "it is > important to remember to pass the theme class". Here's my whole layout (I > don't > have the button on a form yet, is that nec

Re: [fw-general] Trying Dojo Hello World

2008-07-23 Thread Christian Sanchez
Well that is pretty clear in the docs, since you make the statement "it is important to remember to pass the theme class". Here's my whole layout (I don't have the button on a form yet, is that necessary now?, because it wasn't before though): '; echo $this->docType() ?> headTitle(

Re: [fw-general] Trying Dojo Hello World

2008-07-23 Thread Matthew Weier O'Phinney
-- Christian Sanchez <[EMAIL PROTECTED]> wrote (on Wednesday, 23 July 2008, 01:02 PM -0500): > Ok, changing that makes the button appear :-) but not in the tundra theme way > :-( Did you place a 'class="tundra"' on a container that has the dijits? Typically, I place it in my tag, just to be safe

Re: [fw-general] Trying Dojo Hello World

2008-07-23 Thread Christian Sanchez
Ok, changing that makes the button appear :-) but not in the tundra theme way :-( I have the following code for the button: dojo()->enable() ->setDjConfigOption('parseOnLoad', true) ->requireModule('dijit.form.Button'); ?> Hello World!

Re: [fw-general] Trying Dojo Hello World

2008-07-23 Thread Matthew Weier O'Phinney
-- Christian Sanchez <[EMAIL PROTECTED]> wrote (on Wednesday, 23 July 2008, 12:37 PM -0500): > Hi guys! > Well I'm trying to implement the Hello world example with the ZF_1.6_RC1, > after > an hour of frustration my guess is that, since I'm not using an exact address > to send the localpath > > $

[fw-general] Trying Dojo Hello World

2008-07-23 Thread Christian Sanchez
Hi guys! Well I'm trying to implement the Hello world example with the ZF_1.6_RC1, after an hour of frustration my guess is that, since I'm not using an exact address to send the localpath $this->dojo()->setLocalPath('../html/scripts/dojo_f/dojo/dojo.js') ->addStyleSheetModule('dijit