[Eric] StdErr from scrollbar

David Beck dbeck at ualberta.ca
Tue Dec 29 18:09:46 GMT 2015


I’m working on an iMac running OS 10.11, Qt/PyQt 5.5.1, Python 3.5, and Eric 6.6.0.

Just recently, I’ve started getting an error message in the Eric shell whenever my mouse enters or leaves a horizontal scrollbar on a QScrollArea. I haven’t changed the code behind this in a long time, and the error (which is extremely verbose—the output below is from one move of the mouse into and then out of the scrollbar) doesn’t affect the functioning of the window in any way I can detect, nor does it cause anything to hang or crash.

Could someone tell me where this is coming from, or what might be triggering it?

David

2015-12-29 10:53:36.100 eric[4827:1876642] outHitPart = -1
StdErr: 2015-12-29 10:53:36.100 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.100 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.100 eric[4827:1876642] outHitPart = 0
StdErr: 2015-12-29 10:53:36.158 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 255;
    kCUIThumbProportionKey = "0.8950159066808059";
    noindicator = 1;
    state = normal;
    value = "0.494949494949495";
    widget = scrollbar;
}
2015-12-29 10:53:36.158 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 255;
    kCUIThumbProportionKey = "0.8950159066808059";
    noindicator = 1;
    state = normal;
    value = "0.494949494949495";
    widget = scrollbar;
}
StdErr: 2015-12-29 10:53:36.158 eric[4827:1876642] outHitPart = -1
2015-12-29 10:53:36.158 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.158 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.158 eric[4827:1876642] outHitPart = 5
StdErr: 2015-12-29 10:53:36.179 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 255;
    kCUIThumbProportionKey = "0.8950159066808059";
    noindicator = 1;
    state = normal;
    value = "0.494949494949495";
    widget = scrollbar;
}
2015-12-29 10:53:36.179 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 255;
    kCUIThumbProportionKey = "0.8950159066808059";
    noindicator = 1;
    state = normal;
    value = "0.494949494949495";
    widget = scrollbar;
}
2015-12-29 10:53:36.180 eric[4827:1876642] outHitPart = -1
2015-12-29 10:53:36.180 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.180 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.180 eric[4827:1876642] outHitPart = 5
2015-12-29 10:53:36.196 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 255;
    kCUIThumbProportionKey = "0.8950159066808059";
    noindicator = 1;
    state = normal;
    value = "0.494949494949495";
    widget = scrollbar;
}
2015-12-29 10:53:36.196 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 255;
    kCUIThumbProportionKey = "0.8950159066808059";
    noindicator = 1;
    state = normal;
    value = "0.494949494949495";
    widget = scrollbar;
}
2015-12-29 10:53:36.196 eric[4827:1876642] outHitPart = -1
2015-12-29 10:53:36.196 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.196 eric[4827:1876642] inOptions: {
    "is.flipped" = 1;
    kCUIPartMaskKey = 768;
    kCUIThumbProportionKey = "0.4288617886178862";
    state = normal;
    value = 0;
    widget = scrollbar;
}
2015-12-29 10:53:36.197 eric[4827:1876642] outHitPart = -1


More information about the Eric mailing list