Search found 19 matches

  • 1
  • 2
by zyzyx
07 Nov 2014, 12:32
Forum: General Discussion
Replies: 2
Views: 1993

Re: [Unity] TextBlock vs Label Binding

Thanks! I will try using TextBlock wherever possible for the time beeing.
by zyzyx
06 Nov 2014, 14:46
Forum: General Discussion
Replies: 2
Views: 1993

[Unity] TextBlock vs Label Binding

Hi, I have a quick question: Why does this work: <TextBlock Text="{Binding ActualWidth, RelativeSource={RelativeSource AncestorType={x:Type Grid}}}" /> and this does not? (no error but nothing is displayed) <Label Content="{Binding ActualWidth, RelativeSource={RelativeSource AncestorT...
by zyzyx
23 Oct 2014, 13:41
Forum: General Discussion
Replies: 10
Views: 6672

Re: [Unity] NoesisGUI and Vuforia Issue

Could you please try to move .dll files from Plugins to Plugins/x86 ?
This actually solved it. Thank you very much!
by zyzyx
23 Oct 2014, 13:15
Forum: General Discussion
Replies: 10
Views: 6672

Re: [Unity] NoesisGUI and Vuforia Issue

Hmm.. Where is vuforia copying its dll? Plugins or Plugins/x86? In Plugins. I uploaded an image of the vuforia file structure: http://i.imgur.com/LMthMG4.png Here is something strange I found out a second ago: Before importing noesis: http://i.imgur.com/CS07dOK.png And after importing noesisGUI and...
by zyzyx
23 Oct 2014, 12:50
Forum: General Discussion
Replies: 10
Views: 6672

Re: [Unity] NoesisGUI and Vuforia Issue

Ok that seems very strange, I will have to investigate further.
Thanks!
by zyzyx
23 Oct 2014, 10:06
Forum: General Discussion
Replies: 10
Views: 6672

Re: [Unity] NoesisGUI and Vuforia Issue

Thanks for your quick responses! Yes vuforia is a free augmented reality plugin for unity. I don't know exactly how they render the webcam. I think it has something to do with renderTextures (in Editor/Play mode). Am I alowed to send a project with noesis in it to the vuforia support? EDIT: I tested...
by zyzyx
22 Oct 2014, 19:00
Forum: General Discussion
Replies: 10
Views: 6672

[Unity] NoesisGUI and Vuforia Issue

Hi, I work mostly on AR mobile apps using the vuforia plugin and for the next project I wanted to use NoesisGUI for the gui parts. Now when I import both plugins and create a new scene with only a camera in it (ARCamera from vuforia) the vuforia webcam feed is white as if the camera is not recognize...
by zyzyx
18 Sep 2014, 16:25
Forum: General Discussion
Replies: 2
Views: 2482

Re: [Unity] Setting GridLength in Storyboard

Great, thanks!
by zyzyx
18 Sep 2014, 10:57
Forum: General Discussion
Replies: 2
Views: 2482

[Unity] Setting GridLength in Storyboard

Hi, I'm trying to set the Width/Height of Row/ColumnDefinition of a Grid in a VisualState: <VisualState x:Name="Landscape"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="col1" Storyboard.TargetProperty="Width"> <DiscreteObjectKeyFrame KeyTime="...
by zyzyx
18 Sep 2014, 09:26
Forum: General Discussion
Replies: 7
Views: 4575

Re: [Unity] Dependency Injection?

Great answer, @Scherub!

I work mostly on GUI heavy apps and somethimes one ViewModel depends on another ViewModel or service. Can you perhaps elaborate on your workflow a little bit?
  • 1
  • 2