Kevin Schlosser

Results 464 comments of Kevin Schlosser

I would have to look at the current code and see how the drawing of the bar is handled. In order to properly write multiple bars to the screen the...

as a suggestion instead of using locks which is actually going to stall the progress of whatever is running start a dedicated thread and use a Queue to handle the...

Oh and another good thing about using a single thread to handle the writing to the screen is bars can be added and removed as wanted. and you can set...

I know this is an older issue but I thought I would share https://github.com/kdschlosser/ati_radeon

Question on this concerning the stub files. Why can't you change the library root to a directory specific to a type of board and that directory would contain the stub...

I can understand the duplicate code thing. I know it would not be ideal but it is a solution. Another question.. Does the order in which the library directories being...

Stub files are there only for the purposes of having an IDE work properly. I do not think they are there for any other purpose. I am the administrator of...

having a simple setting where a user could enter characters that would force the quoting of cells. so as a default a cell would always get quoted if the cell...

That is true. table view or raw view it would definitely reduce the single color boredom that a users eyes can have.

Oh I have no doubt. you do not want to keep on having the files saved and then reloaded. this would cause a bunch of undesirable effects not to mention...