Tutorial question

Login or register to post comments
5 replies [Last post]
Offline
Joined: 06/21/2010

In this tutorial
http://examples.qcu.be/assets/_core/php/examples/datagrid/links_images.php
Source :
http://examples.qcu.be/assets/_core/php/examples/view_source.php/6/2/lin...

Is this line correct ?
$objControl = new QButton($this, $objControlId);
In practice I see that i need to use the datagrid as a parent
$objControl = new QButton($this->dtgPersons, $objControlId);

In order for a refresh/filter to work.

Offline
Joined: 03/31/2008

You are correct, the parent really should be the datagrid in that situation. Do you mind creating a ticket for this? :)

Offline
Joined: 06/21/2010

I got to this page
http://trac.qcu.be/projects/qcubed/report/3

But I can't find a way to add a ticket.

Offline
Joined: 08/12/2009

I think you must be logged in to do this

Offline
Joined: 06/21/2010

It seems the login section has a web password. How can I get access?

Offline
Joined: 03/31/2008

Use the same login and password you use for these forums.