Author Topic: Refresh Issues on android phone  (Read 2236 times)

simon.anderson6

  • Guest
Refresh Issues on android phone
« on: July 02, 2013, 01:40:19 AM »
Hi there,

I'm new to NGUI and am having refresh issues.  Every now and then the screen redraw seems to go haywire and the entire panel along with all it's child widgets get repeated/overlapped  vertically down the screen.  It seems to be a refresh issue since whenver I hit a button the screen seems to refresh properly again.  A similar thing happens sometimes when I hit certain buttons.  (see attached picture).

This only seems to be happening on one device: 

model: samsung gt-I8150T
android version: 2.3.6
build num.:  GINGERBREAD.DUKK3

Any help would be appreciated. 

Cheers,
Simon.
« Last Edit: July 02, 2013, 01:55:47 AM by simon.anderson6 »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Refresh Issues on android phone
« Reply #1 on: July 02, 2013, 11:16:27 AM »
Looks like you're just not clearing the screen. This has nothing to do with NGUI. Make sure your camera that's drawn first is set to clear the color, and that the alpha is 255.