octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #37645] "set" function not properly working wi


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #37645] "set" function not properly working with prop/val structure input.
Date: Sun, 28 Oct 2012 18:46:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0

Follow-up Comment #1, bug #37645 (project octave):

I tried to figure out the way prop/val structures where handled in
graphics.cc, adding:
octave_stdout << name << std::endl; //line 2048

 It looks like  the prop/val structure is stored in an octave_map after
sorting the keys alphabetically. Am I right?

This would be the reason why "position" is always treated last, and forces
"activepositionproperty" to become "position" (through a listener function??).
I now have to see where the listener function is called and how It could be
somehow disabled. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37645>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]