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 - tacticz03@gmail.co

Pages: [1]
1
Okay I'll do some research and later on, if I succeed, I will jsut share it. Thanks BTW.

2
Hi Arren! I've tried your code and it seems okay but I have some problem, when I unplug/plug my device it doesn't update the popuplist.
Need some help. Thanks

3
NGUI 3 Support / Adding available comm port to popuplist programatically
« on: January 01, 2015, 07:42:52 AM »
Hi! I have a popuplist and I want to add available comm port to the list.

All I have is this,
  1. string[] ports = SerialPort.GetPortNames();
  2.                 foreach(string port in ports)
  3.                 {
  4.                         print(port);
  5.                 }
  6.  

Thanks

4
NGUI 3 Support / Re: [HELP]Camera needs to refresh to update the scene
« on: December 09, 2014, 08:57:54 AM »
Problem is already solved.
The problem is that, the camera's clear flag is set to "Don't Clear".
Just change this  and it will be okay.

5
NGUI 3 Support / [HELP]Camera needs to refresh to update the scene
« on: December 07, 2014, 07:53:15 AM »
Hi! I'm new with NGUI and I'm facing this problem.

I have this 2 panels, 1 for main menu and 1 for options/settings.
I can show the panels by using NGUITools.SetActive() functions and it works.
But it doesn't hide the panels. I just check and uncheck the camera in the camera tool to see and refresh the scene.
Also, I've put some animation for buttons and checkbox.

Please see the attached picture.

I need your help. Thanks

Pages: [1]