Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mmb900126

Pages: [1]
1
NGUI 3 Support / Save NGUI to PlayerPres On Quit
« on: March 02, 2014, 11:10:11 PM »
Hello,

I have to generate some new content(banners) to the GUI object during runtime.
I'd love to keep the new GUI obj even if the player close the app.
and user can see the changed gui the next time they open the app.

I know I can save the date to the PlayerPres and regenerate the panel each time the app got launched.
but, I was wondering if there is anyway I can automatically save/update GUI object

thank you,

~marvin

2
NGUI 3 Support / UIPanel cross UIGrid conflict
« on: March 02, 2014, 10:58:03 PM »
Hello,

I am making a Panel which contains banners that user can drag to browse vertically.
I am using UIScroll View and UIDrag Scoll View for the overall panel.
and I am trying to let the user delete a single banner when slide on a individual banner.
I managed to slide and show the delete button for a single banner using UIGrid and UICenter On Click

However, it stops the whole panel to move vertically.
I was wondering if there is any workaround to achieve the behavior.

Would you please give me some advises on this regard.

thank you,


~Marvin

Pages: [1]