Praneeth Shetty

Results 78 comments of Praneeth Shetty

Hey @bee-san ! I would like to work on this issue.

I am unable to reproduce this issue. While importing test_ui it is throwing ModuleNotFound Error. Please Specify how to reproduce this error. Thank You.

I have updated the code and now we are able to translate the shapes at borders without overlapping on each. ![python_br29AV7Bcx](https://user-images.githubusercontent.com/64432063/187058183-840df649-163e-44dd-8104-27d6c2db87a9.gif)

Currently, I am working on the tests for this PR. The tests are behaving weirdly, sometimes it works fine some times it doesn't. Till then you can play around with...

I tried various ways to find the issue and found out Disk2D's rotation was causing this failure so I removed that part and rerecorded the test but still as we...

Hi @skoudoro @antrikshmisri !! Please review whether the logic for this UI seems correct or not.

Thank You @antrikshmisri for the review!! > Can you mention some use cases where this might be helpful. Below examples are my understanding about the process, I don't have a...

Hi @antrikshmisri !! Added an on_complete hook which is called when the progressbar completes all the process. PTAL. Thanks!

Hi @antrikshmisri , I have updated the code as per the comments and also added the `resize` method and the `on_complete` hook tutorial. Thanks!

Hi @antrikshmisri , All the comments are been addressed and to make `UI` `draggable` and for more flexibility, I changed the background to `Panel2D`. PTAL. Thanks!