Search found 24 matches

by Shorinji
13 Sep 2013, 10:27
Forum: General Discussion
Replies: 30
Views: 14272

Re: Noob questions about wether some things are possible or

Hi,

As you asked for the blog link, here it is. It's only the beginning so there is not much on it yet. I mentioned NoesisGUI on it so I hope you agree with what said.

http://projectminingvessel.blogspot.com/
by Shorinji
12 Sep 2013, 10:20
Forum: General Discussion
Replies: 5
Views: 2943

Re: Making a ColorPicker.

oh lol i had not seen that, gonna check it too to see if it's like what i would have done
by Shorinji
11 Sep 2013, 20:48
Forum: General Discussion
Replies: 5
Views: 2943

Re: Making a ColorPicker.

Hi, I'm still a noob in WPF but here is what i would do. Firstly i would create a panel with the following code: <DockPanel> <Grid x:Name="huePanel" DockPanel.Dock="Right" MinWidth="20"> <Border> <Border.Background> <LinearGradientBrush EndPoint="0.5,1" StartP...
by Shorinji
09 Sep 2013, 20:20
Forum: General Discussion
Replies: 30
Views: 14272

Re: Noob questions about wether some things are possible or

Hi, Thanks for the answers. Actually i was editing the post on purpose in order not to spam you because otherwise you are going to start hating me :) Anyway, i think i will have to create that account on the bug tracker because i guess it's adding load on you if i just post the bugs here. I would ha...
by Shorinji
06 Sep 2013, 16:19
Forum: General Discussion
Replies: 5
Views: 3138

Re: DependencyProperty with string value

ok thanks :)
by Shorinji
06 Sep 2013, 16:18
Forum: General Discussion
Replies: 30
Views: 14272

Re: Noob questions about wether some things are possible or

Jesus (i think it's your name), I'm not sure i understand what you are saying here. Eliminating the Background does not result in the desired behavior. I need to get the MouseEvents on the full screen, on the root. A control doesn't send MouseEvent if there is no background nor "foreground"...
by Shorinji
06 Sep 2013, 02:39
Forum: General Discussion
Replies: 5
Views: 3138

Re: DependencyProperty with string value

Hi,
I have a question which could be related this.
I also have some UserControl contaning some strings.
Right now i am using string not NsString, and it's working. Is it correct to use string for dependcy properties in Unity?
Thanks in advance.
by Shorinji
05 Sep 2013, 17:26
Forum: General Discussion
Replies: 30
Views: 14272

Re: Noob questions about wether some things are possible or

HI, I have another problem now. The following code causes the screen to be black when it's the root of the GUI : <Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.c...
by Shorinji
04 Sep 2013, 13:02
Forum: General Discussion
Replies: 4
Views: 3095

Re: Unity3d -Javascript Examples?

Hi, This function takes a generic type. When i modify your code into the following : var button01 : Noesis.Button; var button02 : Noesis.Button; var mainGUI : NoesisGUIPanel; var grid : Noesis.Grid; function Start () { mainGUI = this.gameObject.GetComponent(NoesisGUIPanel); grid = mainGUI.GetRoot.<N...
by Shorinji
04 Sep 2013, 03:52
Forum: General Discussion
Replies: 30
Views: 14272

Re: Noob questions about wether some things are possible or

Hi,
That was it, the parse error is gone.
Now i feel stupid, i thought the code would work out of the box but i should have read it...
Anyway thanks for your support.