User Activity

I can open other projects and simulate fine but I do not see what I could be doing in this project that could make the simulator not work but my target board functions fine.
// Here is my code for when the enter button is clicked: void MainScreenView::EnterButtonClickedFunction() {   Unicode::UnicodeChar STRING = keyboard.getBuffer();   updateWildcard(STRING); targetVacValvePercent.resizeToCurrentText(); targetVacVal...
void MainScreenView::setVacuumPositionPercentBoxClickHandler(const BoxWithBorder& b, const ClickEvent& evt) { // When target vacuum position box is clicked, display modal keypad with numericals targetPercentModalWindow.setVisible(true); targetPerc...
Kudos from