well, I have been having a look at this files and it seems that they 
doesn´t contain any member var to achieve what I explained. Could 
anybody point to where the hardcoded values are built? and here is a 
idea I had: What about to fire another event when I get a "value change" 
event with amount "amount I want to move - amount I moved" to fix the 
position of the scroll?.

I mean something like this:

function ChangeValueHandler(e, doevent)
{
    //I suppose scroll has being moven by e.getValue(), so if I now do 
something like
    if(doevent)
    {
        Create new event with value=MyChange - e.getValue();
    }
    DispatchEvent(newEvent,"noexecute");
}

Does anybody know if this could work? could it be done another way?

Thanks in advance,

-- 
Juan José Durán Alfonso
qadram software
C/Juan Ramón Jiménez, 15 Entlo. 2
03203 Elche ALICANTE (SPAIN)
T: +34 965 45 48 48
F: +34 965 45 48 48
M: +34 618 28 13 69
http://www.qadram.com 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to