Skip to content
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

[kivy_.py] Refactor example, make it work cross-platform and move it to examples/ #285

Open
cztomczak opened this issue Dec 16, 2016 · 1 comment

Comments

@cztomczak
Copy link
Owner

cztomczak commented Dec 16, 2016

The code needs a major cleanup before it can be moved to examples/.

Additional changes to be done in the example:

@cztomczak cztomczak changed the title Refactory kivy_.py example and move it to examples/ Refactor kivy_.py example and move it to examples/ Dec 17, 2016
cztomczak added a commit that referenced this issue Dec 20, 2016
…AK!).

Fix focus issue in qt.py and gtk2.py examples during app initial
loading (#284). The solution is to call SetFocus in OnLoadStart once.

Pass keyword arguments to Handlers' callbacks (#291). This will break
many of existing code for Handlers' callbacks. Similar changes were also
applied to: CookieVisitor, StringVisitor, WebRequestClient.

In JavascriptDialogCallback.Continue "userInput" argument was renamed
to "user_input".

Fix PyCharm warnings in kivy_.py example (#285).

Rename JavascriptContextHandler to V8ContextHandler (API docs only
changes).

Update tools/apidocs.py. Sort top-level headings by name.
@cztomczak
Copy link
Owner Author

A bit of code cleanup done in commit 0a7d8d6. PyCharm analysis of the file shows a green tick - no warnings anymore.

@cztomczak cztomczak added this to the v55 milestone Feb 24, 2017
@cztomczak cztomczak changed the title Refactor kivy_.py example and move it to examples/ Refactor kivy_.py example, make it work cross-platform and move it to examples/ Mar 4, 2017
@cztomczak cztomczak changed the title Refactor kivy_.py example, make it work cross-platform and move it to examples/ [kivy_.py] Refactor example, make it work cross-platform and move it to examples/ Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant