Learn Appcelerator Titanium Programming [closed] - appcelerator-mobile

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can anyone help me for getting all basic controls programming knowledge in development for appcelerator titanium for iphone? if u have any basic tutorial please send me.

In Titanium, any newly-created app automatically compiles into a "hello world" without any programming at all. After that, you can supposedly download what's called the "kitchen sink", but I gave up on Titanium before reaching that part :^)

Run sample 3-4 application which is provided with titanium studio like Kitchensink,RSSReader etc and learn how its coded.
For more info,goto
http://www.appcelerator.com
http://docs.appcelerator.com

Related

Integrating (any) map framework in Qt 5.5 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to implement any maps (OSM, Google maps...) in my Qt Widget application (only targeting Windows platforms).
All answers I got so far is really out-dated (answers from 2011-2013) and I am not able to google anything useful. So I wanted to ask which frameworks could you recommend me?
We are using the osgEarth SDK in our Qt applications. It supports OSM and basically every map type that is supported by GDAL.

Using EdgeHTML instead of MSHTML [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
We have developed a Windows Desktop HTML/XSL editing application, written in C++ using MFC/ATL/COM technologies, relying heavily on MSHTML's IHTML* COM interfaces, like IHTMLElementPtr, IHTMLDocumentPtr, IWebBrowser2, and so on, making it easy for an end user to build a website.
We are now looking at using EdgeHTML instead of MSHTML in our application. I have been searching for examples of how to create a simple editing application using EdgeHTML written in C++ to get started with finding out what's needed and how EdgeHTML works as an HTML editor. I have been unsuccessful in finding anything useful, ie, a full sample application.
We have to use C++ as our programming language.
Can anyone please help us in how to get started, ie, explain, provide or suggest where I can find a useable, functioning sample application as described above?
All we need is something to get started with.
Thanks in advance

Qt and C++ game development for assignment [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I've got the assignment to write a pacman game using qt creator and c++. I know that QT Quick is better suited for games but i've got no option. The only problem is i am a little bit lost because the documentation of qt is great but there is massive amount of it. Could you provide me some tutorials or links to the documentation where to start?
I would be grateful.
Try to give a look at the QGraphisView and the Animation framework examples, probably they are a good starting point.

Creating an Ctablctrl on a CFrameWnd [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to create a mfc window that has tabs on top.
I cannot find a good tutorial or example of this.
Can someone give me a link to a good tutorial of example?
please help me.
You mean like this?
MFC app in VS 2010 http://blogs.msdn.com/photos/vcblog/images/9927511/original.aspx
Here is a walkthrough that should take you where you need to be: http://blogs.msdn.com/b/vcblog/archive/2009/11/23/teched-europe-demo-session-face-lifting-mfc-applications-on-windows-7.aspx
Install the Visual C++ Feature Pack. It comes with newer libraries to do this.

Total beginner looking for tutorials programming outlook add ins in c++ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm an absolute beginner in Outlook programming and Windows GUI programming in general. But I have lots of years experience in C++ programming in general (not GUI)
I need to develop a Outlook plug-in and my question is where to start?
What do I need to know to let me start?
Can you please give me some useful links to learn ?
OutlookCode.com and it's forums are always my first point of call with Outlook related programming. Also see the Office Developer Centre.
For your specific scenario the COM Add-ins page links to the following ATL/C++ sample.
you can use Outlook ActiveX library or CDO COM library, the best choose is to use the first one if you are sure user has installed outlook