07-04-2012 08:46 AM
Hi there,
I want to draw speech bubble like SMS native app to show message in my instant message application. I tried example in AdvancedUI but it is not a good solution because all messages are loaded into memory. I just want to load about 10-15 messages to the screen, when user scroll up/down, the old bubbles will be reused.
Any one have experience with speech bubble please help!
Thanks
11-14-2012 11:33 PM
11-15-2012 03:38 AM
11-16-2012 07:45 AM
11-16-2012 08:23 AM
Moving up to remove the empty space would seem like the right thing for a VerticalFieldManager to do. If this then causes the scroll to change, then that is possibly just a fact of life.
Can you describe in detail the scenario that causes you this problem. Where is the Field you are removing in relation t the screen for example?
You can find out the current scroll position, and then reset it once you have deleted the Field if you want. But I think the user would see a 'wobble'.
11-16-2012 08:32 AM