Questions tagged [walkthrough]

55 questions
0
votes
1 answer

How to specify image path in cloud shell when writing GCP walkthrough tutorial?

I am Writing Walkthroughs in Cloud Shell and I want to include an image there with #title ## section some text ![myimage](./myimage.PNG) The image is in the same directory as my index.md: . ├── myfolder │ ├── index.md │ └── myimage.PNG …
0
votes
1 answer

SMTP, PHP.ini setup for simple outgoing mail walkthrough

i have been having this problem for weeks now, i cant seem to understand and do correctly configuring of my php.ini and an smtp server to send email from the website i am developing. I really need a walkthrough that also includes suggestions on what…
0
votes
0 answers

iOS swift | Coach Marks / Walk Through Instructions misbehaving

I am using a third party toolkit to generate a walkthrough for an app but when the frame for the walkthrough changes it only shows the last frame and skips the ones before it. i have tried to pause the flow of coach mark and even to add additional…
vgvishesh23113
  • 309
  • 3
  • 12
0
votes
3 answers

Expo SecureStore getItem

My code below won't run the if statement, only the else. SecureStore.getItemAsync('notFirstLaunch').then((value) => { LaunchApp(value); }); const LaunchApp = function (value) { console.log(value); if (value === "true") { …
Cho Cho
  • 159
  • 3
  • 12
0
votes
1 answer

Autodesk a360 viewer does not show walkthrough tool

When using Autodesk a360 viewer from a public link or from a360 account, there is no walkthrough tool even though the model is 3D. Is walkthrough tool only available using an embedded viewer? Here is the public…
R. Nelson
  • 3
  • 2
0
votes
1 answer

Java based SSL CLIENT walk-through, that covers pulling a JSON object from a Restful service

A 30 second search and I've hundreds of examples of how to do this via: Curl, Perl, Python, PhP, ... but nothing for Java. There's just a lot of noise from bodies having problems getting any of the numerous SSL implementations to work. So wondering…
arober11
  • 1,969
  • 18
  • 31
0
votes
2 answers

How to make walkthrough (introduction) screens of the app?

I want to add introduction screens to my app. it should slide from one page to another. I want to add 3 screens. like the screen as follows: There are 3 dots at the bottom. I want to implement those. Also as it slides to next page it's color changes…
user6265109
0
votes
0 answers

How to design walkthrough slides?

I had made few walkthroughs for my app in illustrator and put it in the drawable folder in the project. For experimenting I put one of the images(with 600px x 1100px ) in xhdpi folder in my drawable and tried on my oneplus x (xhdpi) and it looks…
0
votes
3 answers

javascript: insert large CSS string in one go, into every DOM element

This is a two part question - first I need to get every element that is a child (or subchild, etc) of a parent element, and then I need to reset it's style. As such, I'm looking to do something like the following: var everything =…
Mala
  • 14,178
  • 25
  • 88
  • 119
0
votes
1 answer

WCF Client Impersonation

Can someone point me to a [relatively] simple walk-through on how to properly configure an ASP.Net hosted WCF 4.0 service to impersonate the credentials of a caller for just certain methods of the service, but allow anonymous access to other…
camainc
  • 3,750
  • 7
  • 35
  • 46
0
votes
1 answer

Dealing with function call syntax outside of function

I apologize if this is exceptionally elementary, but I just started programming in school, I have looked all over for the solution and unfortunately nothing has helped me with this. I have this piece of code: #define…
Impugnor
  • 1
  • 2
0
votes
1 answer

Creating a walk-through using Virtools

I'm creating a virtual walk-through in a museum environment. I have constructed the 3D virtual environment in 3Ds Max and I need to create the walking part in Virtools. I have found some tutorials on YouTube that show how to do simple character…
Dasun UI
  • 21
  • 1
  • 1
  • 7
0
votes
1 answer

Is there any good angular js walk through libraries to walk through the whole application?

I'm building an online app with angular js. Is there any libraries that can do the walk through for my application. I know some javascript libraries such as intro.js, Bootstro.js. But they all depend on jquery. Is there any angular based walkthrough…
Gabriel
  • 601
  • 1
  • 10
  • 26
0
votes
1 answer

Android Library: Loading Autocad 3D files in android

I want to load AutoCAD 3d objects into my Android project, is there any library available for android ?
Arun
  • 273
  • 3
  • 13
0
votes
2 answers

Showing/dismissing a walkthrough - iOS Application structure

I need to present the classic walkthrough when the Application get launched the first time but, with the implementation that I have in mind, I end up with a structure that keeps the walkthrough as first controller of the hierarchy... and I don't…
MatterGoal
  • 16,038
  • 19
  • 109
  • 186