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
1 answer

How can I make it obvious when manual calculations are on in EXCEL?

I've written a little toggle macro for switching between auto and manual calcs (see below). Although a little pop up tells you it's on manual, it'd be cool if the colour scheme could change or some other visually obvious thing to remind them that…
Lucas
  • 401
  • 1
  • 8
  • 20
0
votes
0 answers

Transaction commit failed as flushmode is MANUAL

I am facing a weird issue since migrating to Spring 4. Application makes an Ajax call using dwr. Ajax helper calls the service. Error is org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode…
Sammy Pawar
  • 1,201
  • 3
  • 19
  • 38
0
votes
1 answer

How do you change the color of the highlighted text in the unix manual

I love the look of my black background terminal but when I try to use the unix manual the highlighted text "referring" to the unix command in question is black and invisible against my preferred back ground. Can anyone advise me on how to change the…
Ben Pearce
  • 6,884
  • 18
  • 70
  • 127
0
votes
1 answer

Receive/install application updates from code

I would like to control android app updates (app is published on Google Play). In my situation, automatic updates are turned off in Play Store, and user needs to search for updates (and install if available) manually - by click on button, menu item…
Darkmike
  • 163
  • 2
  • 9
0
votes
3 answers

C++ Memory Management - The stack and the heap

I'm a beginner programmer in C++, and have a question about variables. If, for example, I have this method: int wow() { int x = 99; return 0; } When this method exits (returns 0), does it destroy the variable x? And is this variable stored…
Travier
  • 205
  • 2
  • 9
0
votes
1 answer

Corp Software - Collaborative help?

(.NET WinForms + Web) We have a lot of apps in the company and little to no help for 400 users. We'd like to add a 'write help' button to each panel in each app that when pressed lets the user add their own help , record a how-to video etc to let…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
0 answers

JQuery manual -- how to interpret "index" in something like -- .each( function(index, Element) )

I'm having trouble interpreting something in the JQuery manual. Sometimes it'll show arguments for a function. But I can't see any indicator that the argument is optional. Yet, I find many examples of such functions in use, without any…
thanks_in_advance
  • 2,603
  • 6
  • 28
  • 44
0
votes
1 answer

manual login facebook using username and password

I know it was mentioned before that it violates Facebook policy and it was mentioned here: Facebook Login by sending User Name and Password from my Database Table Login on facebook using username and password. Is there any way to do that? I will use…
Abkarino
  • 1,426
  • 1
  • 12
  • 19
0
votes
1 answer

how to deserealizate manually

i have this strings {\"Data\":null,\"ErrorCode\":0,\"IsSuccess\":false,\"Message\":\"No hay informacion para…
angel
  • 4,474
  • 12
  • 57
  • 89
0
votes
2 answers

iOS Sync in background thread

i need some advice concerning background synchronisation... At the moment I have an app which starts sync in background after app has started and then continues via timer every 2 minutes. Now I want to enable the user to manually start sync process…
Boris
  • 75
  • 1
  • 7
0
votes
1 answer

android - how to force manual sync for all accounts?

I am trying to force sync for all the accounts that show under sync options. This is the code i have tried so far which leads to crash. How can i trigger android to sync all accounts? I want the same effect as when the user is in the sync settings…
Anonymous
  • 4,470
  • 3
  • 36
  • 67
0
votes
1 answer

how do i parse the username from the page source code?

I will be running the javascript through my browser (chrome) like this javascript:codegoeshere, so i cannot use jQuery. The website is not mine, so i cannot modify it. In the source code of the web page the username is stored like this:
bob smith
  • 51
  • 5
0
votes
3 answers

need help in WHERE clause with PHP update into MySQL

I'm getting errors when I tried to update into database. The error said: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE company_id='2'' at line 6 What…
andy
  • 13
  • 5
0
votes
2 answers

mod-rewrite spellbook

Most online guides I've found are lengthy, boring, insufficient, or otherwise lacking. Where can I find a guide that explains mod-rewrite extensively, yet concisely? (The above question sprouts from the following sentiment:) I'm not satisfied with…
Dan Burton
  • 53,238
  • 27
  • 117
  • 198
0
votes
1 answer

Manual Wilcoxon Rank-Sum Test

My statistics professor wants us to perform a manual Wilcoxon Rank-Sum Test using Matlab. Unfortunately, I have no experience with Matlab whatsoever, and I have been discovering as I go along. In short, we are given a list of 24 paired…