• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

Problems with app modding

LukGluk

New Member
Good day.


I am working on a school project for which I create an AC python app which sends telemetry to a µController via a serial port.

But I am having issues with the ac module in python. It's telling me that certain attributes are not defined or could not be found.

"... 'module' object has no attribute 'addInputText'" (same problem with ac.addListBox)

I checked the Python Chat app and it seems to work in that one.

I am using the attached .pdf file to get the functions I need.
 

Attachments

fughettaboutit

aka leBluem
You picked actually those two control types that are not implemented correctly by kunos, no app uses them. You must forget they exist. Workarounds exist, see BLM lights app, it has an edit textbox

oh actually one app uses it, but its called
"addTextInput"

what a mistake in a doc :) not sure about listbox


https://www.racedepartment.com/downloads/blm-lights.22463/
BLMLights.py, line 3072

edit: new Sol planner also uses it
snipped dump from acs.exe
upload_2021-12-16_21-23-30.png
 
Last edited:
Top