You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've dropped the CEF folder into a new desktop project on macOS (10.13) using Xojo 2017 r3. Despite AcceptFocus being on, the EditField doesn't update at all with keypresses, selection, the arrow keys and the caret doesn't blink. If I resize the window, any changes I had typed in the EditField suddenly show up. I've been through the demo project and my CEF settings in the inspector match up. If I call self.Refresh() from within CEF.TextChanged() then the changes are reflected but things like selecting text don't work.
I'm sure there's something simple I'm missing here. The demo project works fine.
The text was updated successfully, but these errors were encountered:
Use my tool Arbed to compare your project with the demo project to see where the differences are. If you find the reason, post it here for others to see and close this ticket, please.
I've dropped the CEF folder into a new desktop project on macOS (10.13) using Xojo 2017 r3. Despite AcceptFocus being on, the EditField doesn't update at all with keypresses, selection, the arrow keys and the caret doesn't blink. If I resize the window, any changes I had typed in the EditField suddenly show up. I've been through the demo project and my CEF settings in the inspector match up. If I call
self.Refresh()
from withinCEF.TextChanged()
then the changes are reflected but things like selecting text don't work.I'm sure there's something simple I'm missing here. The demo project works fine.
The text was updated successfully, but these errors were encountered: