glitch

  1. M

    Android Question EditText disable "Next" button in keyboard

    Hi everyone, I've an UI setup that can cause problem if an user tap on the "Next" button on the keyboard when writing in an EditText. I wish to know if its possibile to disable it, or intercept its press and cancel the standard behavior (like _KeyPress). At the moment I worked around the...
  2. M

    iOS Question Transparent panel Glitches

    hi everyone, I'm designing an app. Some can explain me why sometimes, with panels that have a part of transparent, this happens? A black box around them (sometime even light green) Thanks! this is not the only item affected, other panels in my design sometimes shows this glitch too
  3. M

    Bug? SetLayoutAnimated doesn't work

    hi, i'm trying to animate a bit my UI but i noticed that the "SetLayoutAnimated" feature doensn't work, nothing is animated at all, the only behavior is: invisible, and then after the specified time visible in the position i wanted to be. Without any animation. pnlHomeContent.Left =...
  4. M

    iOS Question CustomListView Remove item with animation

    hi everyone, i'm trying to achieve an cool effect when removing an item from a clv. i had a clv with some custom panels in it. each custom panel had a delete button. When the delte button is pressed I want the panel to exit from the screen animated, and all the item above scroll up to fill in...
Top