[fw-general] Anonymous SVN checkout?

2008-11-13 Thread Christian Sanchez
Is it unavailable atm? I've been trying to access anonymously and it doesn't work -- Christian Sánchez A.

Re: [fw-general] Dojo Form example not working (ex 12.29)

2008-08-15 Thread Christian Sanchez
#x27;s wrong but in ff it's right! > why? > > > Christian Sanchez wrote: > > > > The example works on Mozilla, but on IE shows some kind of warning... > > > > line: 21 > > Error: 'undefined' is null or not an object > > > >

Re: [fw-general] Dojo Form example not working (ex 12.29)

2008-07-29 Thread Christian Sanchez
e from Dojo seems to work on IE btw... 2008/7/28 Christian Sanchez <[EMAIL PROTECTED]> > Thanks Matthew!! It worked!! Now I'm going to create my own forms :D. > Thanks! > I will give another read to the docs, to let you know if there's anything > to fix as well :P > &g

Re: [fw-general] Dojo Form example not working (ex 12.29)

2008-07-28 Thread Christian Sanchez
Thanks Matthew!! It worked!! Now I'm going to create my own forms :D. Thanks! I will give another read to the docs, to let you know if there's anything to fix as well :P 2008/7/28 Matthew Weier O'Phinney <[EMAIL PROTECTED]> > -- Christian Sanchez <[EMAIL PROTECTED]&g

Re: [fw-general] Dojo Form example not working (ex 12.29)

2008-07-27 Thread Christian Sanchez
took the code from the example and that error pops up... 2008/7/27 till <[EMAIL PROTECTED]> > On Sun, Jul 27, 2008 at 10:41 PM, Christian Sanchez > <[EMAIL PROTECTED]> wrote: > > Ok, let's see, I have the following in my bootstrap: > > > > $view = new Zend_Vi

Re: [fw-general] Dojo Form example not working (ex 12.29)

2008-07-27 Thread Christian Sanchez
orm::form() in * W:\usr\local\php\includes\Zend\Dojo\View\Helper\Form.php* on line *62 *Am I doing anything wrong here?* * 2008/7/26 Matthew Weier O'Phinney <[EMAIL PROTECTED]> > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Friday, 25 July 2008, 10:32 PM -0500): >

[fw-general] Dojo Form example not working (ex 12.29)

2008-07-25 Thread Christian Sanchez
Hey, now I'm reading the docs and implementing the example 12.29 from the docs (pretty much a copy and paste to see how it works) but I get the following error: *Fatal error*: Call to a member function accordionContainer() on a non-object in *W:\www\dev\prueba\application\default\layouts\main.phtm

Re: [fw-general] Zend Framework 1.6 Release Candidate 1 now available!

2008-07-25 Thread Christian Sanchez
from dojo with your libraries, maybe if you recreate that with the ZF 1.6 RC1 package download, you'll see the error. I will confirm though, a firend has another instance using Dojo with ZF too. 2008/7/25 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[

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]>

Re: [fw-general] Zend Framework 1.6 Release Candidate 1 now available!

2008-07-24 Thread Christian Sanchez
Hey I just re-downloaded (if that's a word :P) the package from the page you sent but I had some issues with the dojo (externals) version packaged, I suggest you should make a new package because Dojo wasn't working with the tests I was making. Had to download a fresh copy from the dojotoolkit home

Re: [fw-general] Trying Dojo Hello World

2008-07-24 Thread Christian Sanchez
stian Sanchez <[EMAIL PROTECTED]>: > 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 &

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,

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 P

Re: [fw-general] Trying Dojo Hello World

2008-07-23 Thread Christian Sanchez
->addStyleSheetModule('dijit.themes.tundra'); echo $this->dojo(); endif; ?> headScript(); ?> placeholder('title') ?> layout()->content ?> 2008/7/23 Ma

Re: [fw-general] Trying Dojo Hello World

2008-07-23 Thread Christian Sanchez
?> Hello World! alert('You pressed the button'); 2008/7/23 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Wednesday, 23 July 2008, 12:37 PM -0500): > > Hi guys! >

[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

Re: [fw-general] Dojo library Layout

2008-07-18 Thread Christian Sanchez
2008/7/18 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Friday, 18 July 2008, 10:12 AM -0500): > > I was wondering if there is a best practice for the layout considering > the > > usage of the recent Ze

[fw-general] Dojo library Layout

2008-07-18 Thread Christian Sanchez
I was wondering if there is a best practice for the layout considering the usage of the recent Zend_Dojo... I know it must be under the html folder, but how do you recommend it should be implemented? >application >html >images >scripts >js >dojo >styles >library Or maybe? >application >html >ima

[fw-general] Zend_Filter CamelCasetoSeparator

2008-07-13 Thread Christian Sanchez
I'm wondering how does this filter is used, and how it works... I've searched the manual and the only thing i've found is two links to Zend_Db... This filter is can be used with forms? Like this: $some_text_field = new Zend_Form_Element_Text(); $some_text_field->setLabel('formLabels_NombresUserS

Re: [fw-general] Login Form

2008-07-10 Thread Christian Sanchez
stead of using it in the view? 2008/7/10 Rob Allen <[EMAIL PROTECTED]>: > > On 11 Jul 2008, at 02:15, Christian Sanchez wrote: > > I have created a Login form based on various tutorials including > Matthew's... But I get this bug I can't quite get how to get aroun

Re: [fw-general] Login Form

2008-07-10 Thread Christian Sanchez
didn't work either :( 2008/7/10 Christoph Dorn <[EMAIL PROTECTED]>: > Try using: > > http://localhost/project/html/"; /> > > in your HTML page and this: > > $this->setAction('index/login/'); > > for your action. > > Christoph >

[fw-general] Re: Creating some crappy view helper

2008-07-10 Thread Christian Sanchez
Sorry guys, find the fix on the net... class Zend_View_Helper_LoadMap { public $view; public function setView(Zend_View_Interface $view) { $this->view = $view; } function loadMap() { echo $this->view->render('map.phtml'); } }

[fw-general] Creating some crappy view helper

2008-07-10 Thread Christian Sanchez
I'm trying to create a view helper to load a GMap in a view when needed only, hence the helper... I know it's just a crappy view helper but I don't get the hang of this... How can I render a .phtml when I call the helper? render('map.phtml'); } } ?> -- Christian Sánchez A.

Re: [fw-general] Login Form

2008-07-10 Thread Christian Sanchez
gt; You need the extra "/" at the beginning of the relative URL to make it > relative to your domain and not the current page. > > Christoph > > > > Christian Sanchez wrote: > > I have created a Login form based on various tutorials including > > Matthew&#

[fw-general] Login Form

2008-07-10 Thread Christian Sanchez
I have created a Login form based on various tutorials including Matthew's... But I get this bug I can't quite get how to get around... I have set the action in the form like this: $this->setAction('index/login/'); But when I'm testing the actual login and after 3 times of getting the errors I'm t

[fw-general] Re: [framework-svn][9999] standard: [EMAIL PROTECTED]: matthew | 2008-07-08 16: 06:29 -0400

2008-07-08 Thread Christian Sanchez
Looking forward to use this :) Can you send a little glimpse on how to use this elements? Is it like any other zend_form_element? I know you're in active development of this elements, but it's just too good to wait for it :P 2008/7/8 matthew <[EMAIL PROTECTED]>: > Revision Author matthew D

Re: [fw-general] Fwd: [framework-svn][9961] standard: [EMAIL PROTECTED]: matthew | 2008-07-05 22: 19:48 -0400

2008-07-06 Thread Christian Sanchez
ending you the feedback for all your great work on the ZF! It's kinda hard to learn the ZF, but its totally worth it. 2008/7/6 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Christian Sanchez <[EMAIL PROTECTED]> wrote > (on Saturday, 05 July 2008, 11:35 PM -0500): &g

[fw-general] Fwd: [framework-svn][9961] standard: [EMAIL PROTECTED]: matthew | 2008-07-05 22: 19:48 -0400

2008-07-05 Thread Christian Sanchez
05 22:19:48 -0400 * Updated _getLocalRelativePath() (per report from Christian Sanchez on fw-general) Modified Paths - standard/incubator/library/Zend/Dojo/View/Helper/Dojo/Container.php<#11af62b888b16d1c_standardincubatorlibraryZendDojoViewHelperDojoContainerphp> Property Changed

[fw-general] Dojo View Helper Bug report

2008-07-05 Thread Christian Sanchez
The following line in the Zend/Dojo/Helper/Dojo/Container.php should be replaced from this: 493: $localPath = preg_replace('|dojo[/]dojo.js[^/]*$|i', '', $localPath); to this: 493: $localPath = preg_replace('|[/]dojo[/]dojo.js[^/]*$|i', '', $localPath); When checking for the