Sunday, February 24 - Qcodo 0.3.43 Released

thread: 10 messages  |  last: about 3 years ago  |  started: sunday, february 24, 2008, 7:08 pm pst


#1  |  Mike Ho (Sunnyvale, CA) United States of America Qcodo Administrator
Sunday, February 24, 2008, 7:08 PM PST

Hey everyone,

Sorry it's been a while since new dev releases of Qcodo has been put out.  This is an incremental build with a small set of bug fixes -- more bug fixes (as reported by the community) is forthcoming over the next couple of weeks.

Feel free to checkout the changelog for more information.

And as always, please post with questions / comments.  Thanks!

#2  |  Joeri Boudewijns (Antwerp Belgium) Belgium
Monday, February 25, 2008, 8:53 AM PST

Hi Mike Ho,

I recently started with the Qcodo Framework and really like it to fast create smaler web-applications for our firm. I just wondered; the manual just covers the latest stable version, the developers edition doesnt have de form_drafts and Base classes!!  is there allready a small manual or topic explaining the changes??  If Not i would really like to participate in creating the manual, i started translating the entire Examples Site to Dutch / Nederlands and posted that on the forum but no reply yet, i also found a bug in the examples running it localy also that i've posted under topics on Examples and Manual.

Feel free to contact me if you would like the assistence it would be an honor to participate on this nice framework with, i think, has a great future.

Best Regards.

#3  |  w. Patrick Gale (Chapel Hill, NC) United States of America
Monday, February 25, 2008, 3:15 PM PST

Hey Mike,
There seems to be an issue with the latest 0.3.43 version of the code but I can't figure it out.  I ran the  'mysql_innodb.sql' under the examples and then ran the codegen just fine.  But when I tried to look at the Projects List I received this error:

Object of class QDateTime to string conversion
Error Type:   E_NOTICE
Source File:   ...\qcodo-0.3.43\includes\qcodo\_core\qform\QDataGridBase.class.php     Line:   378 

...
$intPosition = $intStartPosition + strlen($strEvaledToken);
...

It seemed to be dying on this line because the '$strEvaledToken' variable is coming in as an object for some reason.  It dies as soon as it hits the first $_ITEM->StartDate.

Any ideas?

#4  |  jucope (RS, Brazil) Brazil
Tuesday, February 26, 2008, 3:13 AM PST

Hi Patrick,

I have the same problem running the framework in PHP 5.1.6.

This is a bug in __toString() magic method, that has fixed in version 5.2.0

I update my server and the problem has solved.

Sorry for my bad english.

#5  |  Matt Shellenberger (Boston, MA)
Saturday, March 15, 2008, 1:36 PM PDT

Not sure if this is a bug or what ever.

I have a qcodo appliation written in 0.3.32 and migrated it to 0.3.43.

Created a new database
imported the new database structure and data
created a new folder
copied 0.3.43 to the new folder
generated the database classes and stuff through codegen.php
I copied over my php files, template files, and database files.

I ran into an issue where QQN.class.php was not generated.  I copied it from my 0.3.32 database classes folder.  Does 0.3.43 use QQN or did I do something wrong?

Matt

#6  |  kanwarpreet (Ludhiana, IN) India
Monday, May 12, 2008, 1:20 AM PDT

Hi Mike
i am new in Qcodo ...you can say just a beginner..
while creating a codes from a help file i face an issue.... mention below:-

   $this->txtValue1 = new QIntegerTextBox($this);
   $this->txtValue1->Required = true;

here “Required” property is not working. if i kept the field blank it just byepass the Required property and shows the Answer. As i am having Qcodo 3.43
i want to know is it is a bug in this or i am doing it in a work way

#7  |  comet7 (Georgia) United States of America
Monday, May 12, 2008, 9:26 AM PDT

kanwarpreet,

This would be better for the General Discussion forum, rather than the Official Blog.

Nevertheless, I think I know what the issue is.  It is not a bug.  You also need to use CausesValidation.  For example,you also need:

$this->txtValue1->CausesValidation = true;

Hope this helps.

#8  |  kanwarpreet (Ludhiana, IN) India
Monday, May 12, 2008, 11:48 PM PDT

thanx brother
and sorry for wrongly posted in this Blog
anyways it works by putting it after the button action script...

#9  |  Andreas Franke Germany
Monday, July 7, 2008, 3:25 AM PDT

First of all, I love Qcodo. But is it still alive? Nothing happend since February 2008, is that right? Just wanted to take use of it in my upcomming projects, but if it's dead I have to take something else, I think.

#10  |  Mike Hostetler (Denver, CO) United States of America Qcodo Administrator
Monday, July 7, 2008, 8:21 AM PDT

Andreas Franke-

Much has been posted already on the state of Qcodo.  The Zcodo community has tried picking up where Qcodo left off.  You can join us over at <http://zcodo.com>.

Mike



Copyright © 2005 - 2012, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.