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 - JonnyDoeInWisco

Pages: [1]
1
NGUI 3 Support / Label for printing and copying.
« on: February 15, 2015, 04:20:42 PM »
I have a program that I made with NGUI that prints a result string to a text area. By default when you click on that text area it removes the result text. I want to make the text stay in the text area so it can be copied, I haven't been seeing any way to do this so I was hoping you could help me.

2
NGUI 3 Support / Re: UI Elements Invisible in Scene view.
« on: September 06, 2014, 07:24:01 AM »
Ok, it said they were all visible but when I clicked 'Nothing' and then 'Everything' it showed up. Thank you

3
NGUI 3 Support / UI Elements Invisible in Scene view.
« on: September 05, 2014, 08:27:50 PM »
Im using NGUI 3.7 and none of the UI elements show up in the scene view, though they do show up in the game view. I tried it on a new project without making any adjustments, in 2D, and its the same thing, nothing. What Im doing is taking the background image from the prefab panel, dragging it into the scene and trying to drag the elements onto that, is this wrong? Ive been watching tutorials and it looks like that is what they are doing so Idk.

4
NGUI 3 Support / Re: List of items with values that change at runtime.
« on: August 31, 2014, 05:52:39 PM »
Figured it out, I made it instantiate the list and destroy parent OnClick. Is there a guide to get people started that gives a general overview?

5
NGUI 3 Support / Re: List of items with values that change at runtime.
« on: August 31, 2014, 04:55:52 PM »
Ok, this is close but not quite there. Im starting out with two options Buy or Sell. When you say press Buy I want it to destroy the Buy Sell options and instantiate the list with randomly generated prices. But I also want to give the option to go back to the Buy Sell options. 

6
NGUI 3 Support / List of items with values that change at runtime.
« on: August 31, 2014, 03:10:56 PM »
Im making my own version of Dope Wars and Im using NGUI to handle many of the actions such as buy/sell, banking, police chases, health, etc. I would like to have a list of items to buy or sell and the prices for each, which would change at runtime at random. If I can figure out how to do that I can do everything else. Im not sure the best way to go about this though and Im looking for suggestions since Im not familiar with all the capabilities of NGUI.

Pages: [1]