-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't compile in Visual Studio 0.9.3 | ofxTextInputField | getCocoaWindow ERRORS #135
Comments
I've been having problems getting it to build with openAL32.dll, but two problems you mentioned I seemed to fix by
|
|
Reason why the TextInputField doesn't work is because it doesn't get keypressed events. You can set up the event listeners for TextInputField by calling setup() or setUseListeners(true) on it upon creation in ofxTLFlags.cpp 185-189. However this leads to problems in deleting flags as the TextInputField in the just deleted flag sometimes reacts to the delete key even if you disable the listeners again upon deletion. I ended up fixing it by simply passing the keypressed args of the flag to the TextInputField when editing. ofxTLFlags.cpp 168-184
|
Error 'getCocoaWindow': is not a member of 'ofAppBaseWindow' example-multiTimeline
Severity Code Description Project File Line Suppression State
Error 'ofxTextInputField::isEditing': cannot access protected member declared in class 'ofxTextInputField' example-multiTimeline C:\Users\manu\Documents\of_v0.9.3_vs_release\addons\ofxTimeline\src\ofxTLFlags.cpp 104
etc..
there's any way to solve this and use the addon on Windows?
The text was updated successfully, but these errors were encountered: