Thanks! I just did a 'git pull' to refresh my copy of nox. Once I comment out the "self.setFlag(QtGui.QGraphicsItem.ItemSendsGeometryChanges)" things seem to work fine for me (including moving the little balls around).

                    /Chris

On 11/16/2010 09:14 PM, Kyriakos Zarifis wrote:
FYI, you should now be able to see the whole dpid, as well as change the size if you want (View->ID Size->small/normal)

thanks for the feedback

On Fri, Nov 12, 2010 at 2:08 AM, Kyriakos Zarifis <kyr.zari...@gmail.com <mailto:kyr.zari...@gmail.com>> wrote:

    Hi Christopher,

    I'm glad you got it running. You're right, the last character
    there is getting cropped out because it doesn't fit in the drawing
    rectangle of the node. I've seen this when running the gui on a
    mac, and reduced the size of the fonts to fix it, but obviously it
    can still happen on some platforms. At some point I'll just make
    the size of the displayed string adjustable.
    However the dpid can be viewed in several ways: I don't remember
    if I've actually pushed the code for this yet, but if you hover
    the mouse over a node you might get a popup displaying information
    about the node. If not, right-clicking on the node will bring up a
    menu with, among other things, information about the switch,
    including the ID
    (If you really need to see it drawn, for now could do it manually:
    topology.py, line 168)

        PS Also note in the left window in the attached .png that all
        of the field values appear to be decimal.  How difficult would
        it be to make some of them more easily parse-able by mere
        mortals, such as myself?  :-)

    Right, decimal IPs are admittedly not too helpful:> Shouldn't be
    too hard to edit this - thanks for the feedback


_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to