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

Pages: [1]
1
Thank you very much that fixed my Error :)

2
Hello,

i hope someone could help. I bought an Asset which has no support anymore cause no one answers :(
Hope someone could help fixing the Error:

UIDimmer.cs(55,33): error CS0029: Cannot implicitly convert type `void' to `UnityEngine.Collider'


line 55 is : mCol = NGUITools.AddWidgetCollider(gameObject);

Added file as Attachment

3
NGUI 3 Support / Re: 2 Scrollviews in 1 Window
« on: January 01, 2015, 05:16:52 AM »
Hi,

i checked that they dont collide each other.
one scrollview is under the next one.
But still both are scrolling.

what do you mean with that?

i have on both containers the UIDragScrollview for each one.
but i cant get it work to hover with the mouse over the down one to only scroll the down one

4
NGUI 3 Support / 2 Scrollviews in 1 Window
« on: December 31, 2014, 03:40:14 AM »
Hello,

actually i have the Problem i would like to have 2 Scrollviews in one Window.
And only Scroll then 1 Scrollview when im Hoverd over it.
And the other one also when i hoverd over it.

It is a Quest Log Window.

First Scrollview above will be with Buttons where the Questnames should be in to scroll also if you have more Quests.

The second one will then display the The Quest Text and Objective.


Attached a Screenshot to the post.

All is working fine. But only both Scrollviews scroll at the same time when i do it via Mouse Wheel or by hand slider.

Need help there what im doing wrong?

Thx


5
Seems good also played with notify password and all to save both.

But can i also make an remember me checkbox to save both only when this is checked?

that would be awesome if you could show me that :)

6
1. Got it thanks now i understand that :)

2. What should i insert in Saved As or is there something else needed? This i dont understand right. I used Username but still nothing saved.

7
Can someone please help me :(

8
NGUI 3 Support / Re: Need help with an Bag for an MMORPG Game
« on: September 13, 2014, 04:10:04 AM »
Ok fixed it now :)

thanks for the help

9
Hi,

1. How can i make that when i have 2 Textinput fields one is Username and one is password. So when im in the password field i want to hit enter to also press the Login Button.
I attached an Keybinding to the Login Button. But it doesnt work when im in the input field. Always need to click somewhere else first that im able to press Enter for Login.


2. How can i save the username which is typed in. What i mean is that always the las text which was typed in the Username Textfield appears?
Would be nice to now cause im not really a programmer at all. Would be so nice if someone could help there :)

Thank you very much . And i love NGUI better then all other GUIs out there. Makes so much fun to work with it

10
NGUI 3 Support / Need help with an Bag for an MMORPG Game
« on: September 08, 2014, 12:47:38 PM »
Hello @ all :)

I got an problem with NGUI.

I need to have an bag for my game.

so the code is basicly i have a panel and an background for it.
also i have an Close button in the window.

Then i have an item inside which is the base item.
this item gets cloned via an code to generate the item count which my bag has.


My problem is that i cant get the bag slots with the background centerd :(

Also cant get it work that the Close Button and other stuff is always for an example in the top right corner when the window is getting resized.


I attach some Screenshots.
and hope someone could help.

Playing now since 3 hours around and cant get this worked :(

Pages: [1]