Thank you for your reply.  It would be nice if have such a feature for a more
fine grained reaction to the event.  In my previously abandoned framework,
there was a condition I can place in the event like:

(e) => {
     if (e.programmatic)
          // do this

     // other codes
}

For now, I use the following which works for now:

       (e) => {
            this.classSel.setUserData("programmatic", true);

            // other codes

            this.classSel.setUserData("programmatic", false);
        }



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/SelectBox-changeSelection-is-Interactive-or-Programmatic-tp7587050p7587062.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to