Questions tagged [manual]

a technical communication document intended to give assistance to people using a particular system

A user guide or user's guide, also commonly known as a manual, is a technical communication document intended to give assistance to people using a particular system.

Wikipedia article

400 questions
0
votes
2 answers

resize() on a textarea doesn't detect manual resizing only programmatical

a textarea needs to do something when it is resized either manually (is has style resize:both) and when it is resized programmatically. It works fine programmatically, but not when user manually resizes. textarea.resize( function(tn,newh,scroll){ …
Jenita
  • 291
  • 1
  • 3
  • 15
0
votes
1 answer

Oracle manually add an FK constraint

Alright, since a client wants to automate a certain process, which includes creating a new key structure in a LIVE database, I need to create relations between tables.columns. Now I've found the tables ALL_CONS_COLS en USER_CONSTRAINTS to hold…
Oxymoron
  • 1,382
  • 4
  • 20
  • 40
0
votes
0 answers

send total sum to cross tab stimulsoft report

I have a Cross-Tab report in Stimul-Soft Reports. In Data Grouping process, if I have more than one Grouping parameter (raw), there's error in the total sum of columns. So I want to send the total sum of each columns to the report. Please help me…
Emad Armoun
  • 1,625
  • 2
  • 19
  • 32
0
votes
1 answer

Invoke onExit() manually in SAPUI5

Is there is a way to invoke onExit() Life cycle hook manually?
M_Follower
  • 111
  • 3
  • 16
0
votes
1 answer

Getting numeric suffix of string manually and finding row and column numbers

I'm creating the Fifteen Puzzle and having trouble with Getting the numeric suffix of the tiles. I know there is a built-in function for this, but I have to do this manually. Creating functions that find the column and row where a tile is…
0
votes
1 answer

Visual Studio 2013 Manual Testing using .testsettings

I see that only 3 test projects exist. Coded UI Test Project Unit Test Project Web Performance and Load Test Project I have setup a .testsettings file for my solution that enables Network Emulation (link) In order to start up network emulation I…
0
votes
2 answers

What is the "bash man page" or "bash manual page" and where can I find it?

What is the "bash man page" or "bash manual page" and where can I find it? Does this just mean the stuff that comes up when you do: command --help Will that always work?
0
votes
1 answer

Control rotating with bounding box Flash AC3

I'm a beginner in flash actionscript3, I was looking for hours for an action script could let me rotate movieclip on it's center from corners like any image classic rotation, with bounding box appearing, and without values, only manual rotating, can…
Sam
  • 3
  • 3
0
votes
1 answer

Install Stylus manually from .zip file

i have a problem installing stylus through npm install because of the proxy settings of my network. I want to know how to install stylus manually with the .zip file that i just downloaded from their github.
0
votes
2 answers

Creating swipeable intro in android

I'm looking for a a tutorial or a start for creating swipeable intros like this image for introducing and helping users in using the app, I know it is based on android swipeable views but all the links I found had tabs, and since these kinds of…
m0j1
  • 4,067
  • 8
  • 31
  • 54
0
votes
1 answer

Get Direct Youtube Downlaod Link

How can I manually extract the Youtube Download Link? e.g: I have this link: htps://www.youtube.com/watch?v=fLexgOxsZu0 I want to get this:…
TTF
  • 48
  • 1
  • 11
0
votes
1 answer

How can I manually trigger the success callback function that is part of a config object?

Y.jsonp( url, { on: { success: function(res) { displaySuccess(); }, failure: function(res) { } }, context: this …
Gautham
  • 152
  • 1
  • 9
0
votes
1 answer

Executing manual (Webjobs) from ASP.net MVC

I have a project in ASP.net MVC 4 and work with Webjobs and it works wonderfully. But now I want implement a process that starts the webjob directly (manual), because I have them working every 5 minutes. That is ok, but now I want have this function…
CrlsPerez
  • 117
  • 1
  • 10
0
votes
1 answer

How to modify a single test case in manual recording using MTM

I have created Testcase and record it also. Now i need to modify the test case. If I do modification even of a single step, then next time if I want execute it, MTM is asking to again record the complete test case. Is it possible to modify single…
0
votes
1 answer

I want to slightly tweak my PACE automatic page load progress bar

I found a great plugin for a page loader, only the jquery is so overwhelming I don't know where to begin to execute a small change. Basically it's a bar that loads on the top of the page, but when finished loading I'd like the bar to stay instead of…
krubkiewicz
  • 105
  • 1
  • 2
  • 9