Questions tagged [walkthrough]

55 questions
1
vote
1 answer

How can I access WCF server using xamarin android

I just followed "Walkthrough - Working with WCF". But I can't get any data from server. I did make Proxy and add it to Android project here Here is my Activity using Android.App; using Android.Widget; using Android.OS; using System; using…
Jungeun
  • 9
  • 3
1
vote
2 answers

How to incorporate Walkthrough screens as app launches

I would like to add a three screens walkthrough into my existing app code. At the moment after the splash screen, the next screen appears to be as which is a three tabbed main view of the app. What I am trying to achieve is after the splash…
Taimoor Khan
  • 183
  • 1
  • 3
  • 17
1
vote
1 answer

this._helloDialog in OpenUI5 walkthrough

I am new to JavaScript and OpenUI5. I was going through the walkthrough demo on the openUi5 website OpenUI5 walkthrough demo I came through the below code: sap.ui.define([ "sap/ui/core/UIComponent", "sap/ui/model/json/JSONModel", …
John
  • 11
  • 1
1
vote
1 answer

To create a walkthrough page that appears only when the application is installed

I'm developing an mobile where the walkthrough page about the application should appear only once the application is installed. Can anyone help me resolving this issue with a clear example.
Parthiban M
  • 1,104
  • 1
  • 10
  • 30
1
vote
1 answer

COUNTIF with table filtering, or how does the SUMPRODUCT/SUBTOTAL/OFFSET combination actually work?

Given the following Excel table: +---+--------+----+----+ | | A | B | C | +---+--------+----+----+ | 1 | Filter | V1 | V2 | <-- header row of the table, with filtering option +---+--------+----+----+ | 2 | F1 | x | x | | 3 | F2 |…
sp00m
  • 47,968
  • 31
  • 142
  • 252
1
vote
1 answer

Jquery PageWalkthrough Multiple Walk-through's on Same Page

I'm working on an interactive training course and due to the number of subjects covered in the training course, I'm trying to break up the monotony and insert some "walk-through's" to help explain concepts. My question is how to insert multiple…
Michael
  • 2,016
  • 5
  • 35
  • 51
1
vote
1 answer

Walking through a relatively basic C++ Template

Our instructor has asked us to walk through a Template and explain what the various pieces of it are doing: Template set set:: setDifference(const Set &that) const Here is what I've got so far: Template: declares the…
Ben Thomas
  • 13
  • 4
1
vote
1 answer

Play iOS In-App Tutorial Again From In-App Settings When the User Selects "Play Tutorial Again"

I have created a simple iPhone application that has a tutorial (a series of 5 images) when the user downloads the app for the very first time where they can click Next and cycle through the images. Currently there's no way to play the tutorial again…
amitsbajaj
  • 1,304
  • 1
  • 24
  • 59
1
vote
1 answer

poll system for Symfony2

I want to make a poll system into my website like http://dilemmaplugin.com/, this is what I want but is just for Wordpress... I don't know if there is some plugin for Symfony2, I've searched but nothing... So I would like to ask you a walkthrough…
Robert W. Hunter
  • 2,895
  • 7
  • 35
  • 73
1
vote
2 answers

Can't get CodeFirst working (EF 4.3) (used EF 4.2 Code First Walkthrough): InvalidOperationException: Entity not mapped

I'm experimenting with EntityFramework 4.3 using CodeFirst. I have worked with EF 4.0 ModelFirst and DatabaseFirst for about two years now and want to integrate CodeFirst into an exiting CRM Database project. (...but tried it without an existing…
0
votes
1 answer

Flutter create walkthrough in each screen

I want to create user guide for each screen using flutter i have tried to use flutter_intro but its not really effective I want something like this shown in image below with little more effective design. and it can highlight widgets in screen . or…
Junaid Ali
  • 25
  • 1
  • 6
0
votes
1 answer

how to scroll to active element in "rn-tourguide" in react Native

I want to scrollTo the active element I am using below package for walkthrough, but this is not working in my case, and not scrolling to the actual position to the my element, https://www.npmjs.com/package/rn-tourguide Any Idea, how can I scroll to…
0
votes
1 answer

How can I create a walkthrough guidance in Unity?

I am creating a new game in Unity. And I like to create walkthrough guidance for my game that will show after the first signup, like, click here to grab the coins. After collecting coins it should show click here to buy things. These are the things…
Savad
  • 1,240
  • 3
  • 21
  • 50
0
votes
1 answer

transalte the strings of the onboarding page of android application

my app has two languages. i translated all the strings of the string file but I have four small texts on the onboarding/walkthrough activity java as a string array. the question is how can I store them in the string file and call them from java…
0
votes
1 answer

How to change the app route path if a page (walkthrough) has been view once

I have app walkthrough / intro built using ion-slides which is loaded as the default page in app.routing.module.ts . { path: '', redirectTo: 'walkthrough', pathMatch: 'full' },{ path: 'walkthrough', loadChildren: () =>…
dancingbush
  • 2,131
  • 5
  • 30
  • 66