I want to display a hierarchical data like treeview which is in Windows 8 Mail box. do you have any suggestion on it?
I think, this post will answer for your query.
TreeView in windows 8 store app in XAML. Hope this will help.
There's a fairly thorough discussion in this question.
Essentially it looks like MS have decided to scrap the traditional treeview.
There is a TreeView control in WinRT XAML Toolkit that has been ported from the Silverlight Toolkit.
Related
I am trying to quickly learn a new code-base (android-based) and a great way of doing that in iOS is using xcode's view debugger.
I do not know where to place break-points right now as there are way too many classes. Thanks!
Not 100% identical but you can use Layout inspector
https://developer.android.com/studio/debug/layout-inspector
I want to create a desktop mockup on Elementary OS 0.2. By "mockup" I mean something that shows off the aesthetic of the mockup, mostly just showing what selecting/clicking/hovering over a button or widget does to that particular part of the UI. I'm thinking about creating the various parts on GIMP and coding animation and transition logic into the final result. I know that something like this can be done in HTML/JS, but I want to avoid using those. Is there anything optimized for a project like this? I'm open to most languages.
Try WireframeSketcher wireframing tool. Unlike Gimp or PowerPoint, WireframeSketcher is designed specifically to help you create mockups and wireframes. It comes pre-packaged for Debian systems and can also be found in Software Center and so it works on Elementary OS too. Note that it's a commercial tool, but you can try it freely for 14 days.
Most PMs at large companies mock these things up using a presentation package like PowerPoint. If you know the routine and where to click it can look fantastic with minimal effort.
MockupUI does both wireframe and Windows native looking mockups. It uses your desktop's visual style which makes screens and widgets look as a standard Windows application. MockupUI lets you export screens as individual images, docx, pdf or html.
Actions/interactions can be explained by highlighting widgets and adding text annotations.
I work in VS2012 and would like to organize the order of members in a class by drag-and-drop, like I can in Eclipse.
However, the members outline in a right-top of the screen and also in a class view or in solution explorer do not give such an option.
Is there a way to do it?
Code Maid is a free Visual Studio extension that adds a digging window tool.
This will answer to your needs, I believe.
This tool also allow you to reorder code elements with drag & drop directly within this window.
Having just started some work in Infopath after doing a lot of work with .Net Winforms I find manipulating the design of my form a very frustrating experience.
Is there a method, option or addon to have my controls 'snap' into alignment like they do with Visual Studio and some other products?
As a commenter said - not really. Infopath is a fancy front end for HTML/XML/XSLT so it is more free form than the dev tools you are used to working with. You can tweak layout at a pixel level but as far as alignment your best option is multiple selection and setting location/dimensions manually.
I want to create a window, for that I know I have to use gtk+ toolkit,
but how to use it ?
The easiest way to do this is to use an interface designer like Glade. There is a Glade tutorial here.
Have you checked the tutorial from:
http://resources.esri.com/help/9.3/arcgisengine/com_cpp/Cpp/scenarios_quickstarts/gtk_get_started.htm
Or the examples from GTK?