Code Monkey home page Code Monkey logo

cetoolbox-kivy's People

Contributors

astyan-42 avatar pansanel avatar

Watchers

 avatar  avatar

cetoolbox-kivy's Issues

android : The application crash when reorienting the screen

When the orientation at the compilation are define at all. For every screen, even the simpler, when changing the orientation of the screen the application start the changing then crash.

Also it don't respect the rotation parameter of the device.

Probably a problem from kivy ?Or specific on my device ?

android : keyboard floating point not show on samsung phone

When the input_type is set at 'number'. On the samsung keyboard the floating point is not shown.
-maybe because it's set in french so the point is a coma
-maybe because of a bug in samsung keyboard
-maybe specific of the samsung model phone

No problem for this setting with anysoftkeyboard, android stock keyboard, swipe.

warning while getting non ascii letter from the store

The json store doesn't allow to save unicode string.
If no conversion is used it's work but there is a warning on the reset:

:355: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
/usr/local/lib/python2.7/dist-packages/kivy/core/text/init.py:656: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if text != self._text:

and a warning when going back to the screen

main.py:175: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
self.ids.IdiameterUnit.text = unicode(store.get('Idiameter')["unit"])

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.