How to rotate or animate a 3d object in Unity [closed] - macos

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to create windows & an android app to rotate a house using mouse or mobile device touch screen.
I have added 3d object of a house in Unity as per screenshot.
When i select Window->Animation, animation pane says no animatable object selected.
Should i create a Gameobject, this project is a normal project.
Please help, how do I proceed to animate it.

You need to select the gameobject in the Hierarchy itself not from Project view

Related

Sort item with Drag and Drop UWP MasterDetailsView [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I'm implementing sorting items with Drag and Drop for a UWP MasterDetailsView, but it doesn't work. How could I achieve it?
Always thanks in advance!
Sort item with Drag and Drop UWP MasterDetailsView
I'm afraid you can't sort MasterDetailsView master items with drag and drop. Because MasterDetailsView does not support ReorderItems like ListView. If you do want this feature please feel free post your requirement in Windows Community Toolkit github. And you could also custom MasterDetailsView with SplitView control and insert ListView as master into SplitView's panel.

Xamarin Forms - iOS style picker [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I need to create an iOS style picker in Xamarin Forms that will be displayed on Android and iOS devices.
Here is a screenshot of the picker I need:
iOS style picker
How can it be achieved?
Forms has a built in Picker control. It will render as an iOS style Picker on iOS, and as a native Android picker on Android.

Which control in win 8 phone development is good to be used for showing news list like RSS? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am developing win 8 phone apps. some pages of the app are news as list and each news has title, picture and leadin. In the iOs version i created a html string using java script and css and show the html in webview. Now in window version i realized using the same trick with webbrowser is not good since webbrowser scroll and it is difficult to use the Panorama control. which control is the best? should i use listbox instead? Do u have any examples?
(I should mention that i want to show the data in list as soon as i get data from url without realoding the page , thats why i used java script in iOS to load the data in web view without any refresh)
For displaying data in a list you generally use ListBox or LongListSelector control.
To display data without reloading, use data binding. The source for the list control should be ObservableCollection<> which can be filled asynchronously. Whenever the collection is changed, your UI will be refreshed.

Xcode doesn't show titles for all windows in the mission control view (4 fingers swipe down) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Mac Mission Control (4 fingers swipe down) is a handy feature which allows us to navigate different windows of one application.
Most applications would show the window titles underneath each window thumbnail, so it's easy to find the window you want to bring to the front.
However if I open a few projects in Xcode 4.2.1 and do 4-finger-swipe-down, I can't see any "titles" or "project names" underneath the window thumbnails. This is annoying as sometimes the window preview thumbnails are not always big enough to recognize whats inside.
Is there any setting I need to change to make it displayed? Or it is not possible yet?
Edited on 28/Jan/2012: I got the reply from Apple Bug Report:
18-Jan-2012 08:07 AM Apple Developer Bug Reporting Team :
This bug has been closed as Duplicate. We are aware of this issue and are tracking it under the Bug ID 10044627
Edited on 27/Feb/2012:
This is confirmed solved in Xcode 4.3
Upgrade to Xcode 4.6.2 and this issue should be resolved

How to start color picker on Mac OS? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am a complete newbie at Mac. It so happened that now I'm working on it. I have an weird issue - I can't find how to start default Color Picker?
You can turn the color picker into an application by following the guide here:
http://hints.macworld.com/article.php?story=20060408050920158
From the guide:
Simply fire up AppleScript
(Applications -> AppleScript Editor)
and enter this text:
choose color
Now, save it as an application (File
-> Save As, and set the File Format pop-up to Application), and you're
done
You can call up the color picker from any Cocoa application (TextEdit, Mail, Keynote, Pages, etc.) by hitting Shift-Command-C
The following article explains more about using Mac OS's Color Picker.
http://www.macworld.com/article/46746/2005/09/colorpickersecrets.html
Take a look into NSColorWell class reference.

Resources