A change event of a dropdownlist in the first dialog blocks the change events in the second dialog


hi everyone,

 

i develop gui application has main dialog various dropdown lists in it. main dialog, have "change" event listener connected dropdown list, callback of opens second dialog when dropdown list value changed below:

 

     windowone.checkbox.addeventlistener("change", windowone.openwindow, false);

 

now, in second dialog, have dropdown list has, in turn, "change" event listener attached it, time callback of "change" event changes value of checkbox "false" true.

 

      

          windowtwo.simpledropdownlist.onchange = function()

         {

             windowtwo.checkbox.value = true;

         }

     

however, last event not fired. now, interesting part if launch "click" event button in first window, callback of opens second dialog, event of dropdown list in second dialog fired correctly.

 

does know strange behavior? need say, happens in mac os not in windows. main question if knows why change event of dropdownlist in first dialog seems block change events in second dialog?

 

thanks in advance!

 

alex



More discussions in Photoshop Scripting


adobe

Comments

Popular posts from this blog

after effects warning: unable to create drawing surface

Maximum number of authorizations reached!