Menu

Webaccess solo frame bugs

2013-11-16
2013-11-16
  • Stefan Riemens

    Stefan Riemens - 2013-11-16

    Hi all,

    Webaccess currently handles buttons in a solo frame wrongly. It is possible to select multiple buttons simultaneously.

    In webaccess.cpp, line 186, it says:
    switch(widget->type())
    {
    case VCWidget::ButtonWidget:
    {
    VCButton *button = qobject_cast<vcbutton*>(widget);
    button->pressFunction();
    }
    break;
    etc.</vcbutton*>

    I suppose (not at my development machine currently) that it should be button->click(), rather than button->pressFunction();

    Thanks,
    Stefan

     
  • Massimo Callegari

    Hi Stefan, yes, webaccess has numerous areas to be improved.
    That's why I declared it as "experimental" on version 4.5.0.

    Once I'm done with some other coding I will continue the webaccess development.

    Did you see my last comment on your pull request on GitHub ?

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.