I have obtained from a friend a past version where the feature works.

Here is a window capture from version 4.5.2 (2215) WORKS
http://antback.com/bugs/pspad/pspad_452_2215.png

Here from version 4.5.2 (2231) DONT WORKS
http://antback.com/bugs/pspad/pspad_452_2231.png

Here is the code. Nothing special in it.

<?php

require_once 'modules/BaseApp.php';
require_once 'lib/contrib/Writer.php'; // export to Excel datasheet

/**
 * This class is the dispatcher of the application.
 * It performs operations based on an operation code
 *
 */
 /* --- */


class Manager extends BaseApp {
    /**
     * @var Content $content
     */
    public $content;
    /**
     * User
     *
     * @var User
     */
    public $user;
    public $metauser;

    public function __construct() {
    }
    
    public function A() {}
    public function B() {}
    public function C() {}
    public function D() {}
    public function E() {}
    public function F() {}

?>



Regards.

-- 
<http://forum.pspad.com/read.php?4,31772,31812>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem