Code Monkey home page Code Monkey logo

lpkit's People

Contributors

aljungberg avatar blairduncan avatar klaaspieter avatar luddep avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

lpkit's Issues

LPSlideView fast switching

If LPSlideView is still in the animation phase and you select a different tab, the tab gets selected but the view doesn't slide to the selected content. Instead you have to select the tab again to get to the content. I experienced this at your LPKit Demo page.

return 0; in chart:valueForIndex:set: breaks Firefox

steps to reproduce:

In LPKit-Examples add return 0; to the first line of the chart:valueForIndex:set: data source method.

Load in Safari- works fine
Load in Firefox - graphics load but clicking to switch to slide view and other features break.

This does not seem to occur if one of the values is 0! Very strange... (and took me 3 days to figure out ;))

LPMultiLineTextField consumes all key events

Once a LPMultiLineTextField is activated, it continues to consume all key events even when not active.

From what I understand, the method "performKeyEquivalent" should by default return NO and only YES if the key was acted on.

Actually I'm not even sure if it needs to be there at all, I don't notice any difference with it completely removed.

LPLocationController sends notification twice on init

Calling [[LPLocationController sharedLocationController] addObserver:selector:] as the first call to LPLocationController will result in the locationDidChange notification being sent twice. This is due to the fact that the initial value of the hash is not cached before the first timer fires, even though -addObserver:selector: will immediately fire with the hash value. The solution would be to simply cache the current hash value in -init.

Multilinetextfield doesn't delete text

If you select all the text in the multiline textfield, hit delete, then click on another textfield (maybe anywhere?) the text you deleted returns to the textfield.

LPChartView drawing positioning customization

You should be able to specify the position of the min & max values in the draw view.
I'd like to see something percent based, such as, - (void)setMaxValuePosition:0.9 minValue:0.1

Suggestions are welcome!

Resizing LPMultiLineTextField according to content

The ability to resize the height of a multiline text field according to the content would be very useful and hopefully not too difficult to implement. I believe NSTextView uses sizeToFit for this purpose, but I could be wrong.

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.