Author Topic: (!!!) Improving NGUI: Voice your opinion  (Read 145544 times)

hrlarsen

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 3
  • Posts: 35
    • View Profile
Re: (!!!) Improving NGUI: Voice your opinion
« Reply #270 on: March 20, 2014, 11:40:57 AM »
I would love to see a smooth Reposition for UITable, like UIGrid already have.

cjke.7777

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: (!!!) Improving NGUI: Voice your opinion
« Reply #271 on: April 13, 2014, 07:40:27 AM »
Great work on NGUI. I purchased it probably more than a yeah ago and never really got stuck in to it, but having picked it up again, I'm loving it.

I know you've mentioned improvements to UIGrid is coming, but I just want to voice my opinion - improvements on UIGrid would be great. Especially adding an anchor to it would be good.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile

jingato

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 15
    • View Profile
Re: (!!!) Improving NGUI: Voice your opinion
« Reply #273 on: May 09, 2014, 04:08:15 PM »
It would be great if we could skew sprites so we could make a UI that looks as if it's in a perspective camera without the headache of actually using a perspective 3D UI.

tvhnet

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 7
    • View Profile
Re: (!!!) Improving NGUI: Voice your opinion
« Reply #274 on: July 07, 2015, 10:56:28 PM »
Please consider feature "anchor size":

width of UIWidget A = ratio * (width of UIWidget B)

height of UIWidget A = ratio * (height of UIWidget B)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: (!!!) Improving NGUI: Voice your opinion
« Reply #275 on: July 08, 2015, 06:44:38 PM »
You can already do this using UIStretch.

Redd

  • Newbie
  • *
  • Thank You
  • -Given: 5
  • -Receive: 1
  • Posts: 10
    • View Profile
Re: (!!!) Improving NGUI: Voice your opinion
« Reply #276 on: December 17, 2015, 06:38:36 PM »
I would like to see UIToggle be able to support more than one or multiple State Transition. i.e. tween a label color as well as tween a highlight scale at the same time. Thank you for considering my request.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: (!!!) Improving NGUI: Voice your opinion
« Reply #277 on: December 17, 2015, 10:50:49 PM »
It actually already works like that if the tween you specified is in a group. At least that's how it is in the current Pro version (3.9.6).

If the chosen tween is in a group, it will get all sub-tweens with the same group and play them as well.