Re: Need a lightbox type app

2008-05-30 Thread brammeleman
On May 29, 6:42 pm, Kyle Decot [EMAIL PROTECTED] wrote: I'm making an app where I need to be able to have a link that when clicked, dims the windows(like lightbox) and then brings up an ajax calendar. I know that lightbox is for photos, so does anyone have any suggestions on apps that could

cakephp 1.2 form

2008-02-23 Thread brammeleman
I'm trying to create a simple Ajax based form. These are the steps I've taken along with the questions that came up: I've managed to get the forms' content into a div element. Done by creating an 'ajax' instead of an 'html' link. When I submit the form, I get redirected back to the index view

Re: $form-file() renders: Array to string conversion [COREcakelibs/view/helper.php, line 296]

2007-08-16 Thread brammeleman
I'm getting the same error with cake 1.2 5427. I'm not doing any validation / upload behaviors or what so ever. This is my code: controller action: function add_picture() { if (!empty($this-data)) { $this-Post-create(); if

Re: class.paths.php

2007-08-14 Thread brammeleman
On Aug 13, 3:39 pm, Grant Cox [EMAIL PROTECTED] wrote: I'm really not sure what could be causing the issue. However, when you run your site in production mode (DEBUG 0) then this file will not be written to - only read from. So as long as it's not corrupted when you first switch to DEBUG 0

class.paths.php

2007-08-13 Thread brammeleman
I just made an ajax app that has a couple of refreshing divs in it, using $ajax-remoteTimer. The elements usually update with the right content, but once and a while, this error message is served instead: Warning: Unexpected character in input: ' in

Ideas on [EMAIL PROTECTED]

2007-05-23 Thread brammeleman
Don't know if this is the right thing to discuss here: I do really like the idea to be able to post and download code snippets from http://cakeforge.org/snippet. But every time I want to try some of the code, I have to solve the same kind of problems: - How should the files be named after