Search found 8 matches

by themirrortruth
21 Jul 2015, 05:31
Forum: General Discussion
Replies: 7
Views: 2520

Re: Manipulation and RenderTransform

I solved the problem. Code public class ViewControl : UserControl { private Rectangle rectangle; private Rectangle manipulationRectangle; private TextBlock rotate; private TextBlock scale; private TextBlock translate; private TextBlock source; private TextBlock container; private float translateX = ...
by themirrortruth
21 Jul 2015, 04:36
Forum: General Discussion
Replies: 7
Views: 2520

Re: Manipulation and RenderTransform

Noesis 1.2.3, Unity 5.0.1f1 (64-bit). It feels like I'm doing something wrong. Because if i execute this code, the values of the rotation, scale and translation for some reason very little, as if they are always somewhere to zero. private Rectangle rectangle; private Rectangle manipulationRectangle;...
by themirrortruth
21 Jul 2015, 02:15
Forum: General Discussion
Replies: 7
Views: 2520

Re: Manipulation and RenderTransform

Yes, of course I know that. I'm running it on android.
by themirrortruth
20 Jul 2015, 16:47
Forum: General Discussion
Replies: 7
Views: 2520

Manipulation and RenderTransform

Hello. I'm trying to made an app that use manipulation to change RenderTransform of some objects. I'm doing it using your tutorial http://www.noesisengine.com/docs/Gui.Core.TouchTutorial.html but it's not working. When i'm starting manipulation the object does not react. Also I looked this topic htt...
by themirrortruth
28 May 2015, 07:28
Forum: General Discussion
Replies: 4
Views: 1581

Re: Restore files from apk

Nnoooooooooooooo.
But thank you for the quick response.
by themirrortruth
27 May 2015, 14:47
Forum: General Discussion
Replies: 4
Views: 1581

Re: Restore files from apk

Xaml files.
by themirrortruth
26 May 2015, 12:41
Forum: General Discussion
Replies: 4
Views: 1581

Restore files from apk

Hi, I had a project that I've lost. There was only APK file. There were very necessary to me the .xaml files. Noezis packs files in files with the extension .nsb and .nsf. Is it possible to restore them? Please help, it's very important to me.