Questions tagged [walkthrough]
55 questions
0
votes
0 answers
Migration from mfc to Qt in Visual Studio 2010
I want to replace my MFC Code with Qt. I found this website http://doc.qt.digia.com/solutions/4/qtwinmigrate/winmigrate-walkthrough.html and they say that it works with VS6.
My question is now if I can use this site as a guideline for the…

wattele
- 61
- 1
- 10
0
votes
2 answers
Android How to make only part of the screen clickable?
I am going to code a walkthrough tutorial for my app.
I wish the user will follow the step of the tutorial. So I want to force the user to click on a specific button but not other parts of the app.
My app has many UI components and some of them are…

Raytheon
- 127
- 1
- 7
0
votes
1 answer
MonoGame xna to ios examples?
I've been trying to figure out how to do this port and I need a walk-through. A detailed soup to nuts example would be great. [Edit] I should add that I want to port a WP7 game...

Keith Myers
- 1,379
- 2
- 15
- 29
0
votes
2 answers
Putting Controls at ToolBar- Stuck
I have been staring at this documentation for 5 hours now. I simply cant connect the steps. If you guys can enlighten me of the stuff.
Here is the site:
http://msdn.microsoft.com/EN-US/library/bb983718(VS.110).aspx
So my problem are the…

Joey Arnold Andres
- 368
- 4
- 15
-1
votes
1 answer
How to Do a Complicated Git Repository Merger?
I would like to merge the following GitHub repositories:
aosm/objc4
Apple-FOSS-Mirror/objc4
bavarious/objc4
chenniaoc/objc4-551.1
j4n0/objc4-532
Jeswang/objc4-532
macmade/OBJC4-437.1-Runtime
opensource-apple/objc4
robertvojta/objc4
In so doing,…

RandomDSdevel
- 431
- 6
- 17
-2
votes
1 answer
How can I implement an Onboarding / Walkthrough page in Angular Material Design?
Can anyone tell me how to create an Onboarding/Walkthrough in Angular Material Design (Electron)?
I'm still new to the whole world of Angular. Basically I need to have a desktop app that looks like the image below. Displays a bunch of images, and…

MrProgrammer
- 589
- 1
- 7
- 17
-2
votes
2 answers
AppDelegate l WalkthroughView
i can add WalkthroughView on UIViewController pages but how i can add WalkthroughView on appDelegate?
override open func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
let defaults = UserDefaults.standard
let…

felon
- 183
- 1
- 4
- 10
-2
votes
2 answers
Search for values in all text files and multiply them by fixed value ? (in PYTHON ?)
-
Hi friends.
I have a lot of files, which contains text information, but I want to search only specific lines, and then in these lines search for on specific position values and multiply them with fixed value (or entered with input).
Example…

Peter Maly
- 41
- 1
- 7
-3
votes
1 answer
WinForms create application walkthrough
I would like to create a application walkthrough for users to reveal functionality and give a short introduction to the software like this: http://www.dtelepathy.com/blog/design/ux-flows-how-when-to-design-app-walkthrough
This is often used for…

Raman
- 548
- 1
- 7
- 17
-3
votes
2 answers
Walk-through of a simple c program
I have this question to walk through and show the output when this program is run. The one thing I don't understand is how f is found to be four or even found at all.I know the correct answer is
7 falcon 3
9 RK 4
_
I just dont know how they found…

user3441417
- 45
- 2
- 9