Click here to Skip to main content
15,892,746 members

Comments by GaryDoo (Top 23 by date)

GaryDoo 8-Sep-13 13:01pm View    
f anyone can help I'd greatly appreciate it. I've changed the code a little to 'float yMin = (float)levelH.getTop()+90.0f; float yMax = (float)levelH.getBottom();' & 'if(yPos<=yMin) indicator.setY(yMin); if(yPos>=yMax) indicator.setY(yMax);' The problem is if either of these conditions are met, the bubble position is set but it's not at the top or bottom of the level line. The bubble is repositioned, I don't really understand this, my assumption is there's a crossover between ypos of the screen & ypos of the relative layout. if someone can help I'd appreciate it
GaryDoo 20-Aug-13 16:09pm View    
thank you for your reply ridoy. I'm just unsure as to what you mean? In my manifest my min SDK is 8 and target is 17.
Do you mind shedding some more light on this for me? I've followed the link but it doesn't seem to clarify things any further for me
GaryDoo 26-Jul-13 10:36am View    
I finally managed to crack it...thanks for all your help!
GaryDoo 26-Jul-13 9:25am View    
thank you
GaryDoo 26-Jul-13 8:46am View    
thanks ridoy, i've checked that out already..I can't seem to get it to work as I already have an autofocuscallback for the touch focus