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

passing dependencies of dependencies using manual constructor injection in python

My Situation I'm currently writing on a project in python which I want to use to learn a bit more about software architecture. I've read a few texts and watched a couple of talks about dependency injection and learned to love how clear constructor…
0
votes
2 answers

Cassandra: Which is the best choice on manual indexes

First, excuse me for my English. It is not my native language. I'm working on moving a SQL database to Cassandra but I have a question I'm not able to solve. Let's say I have a SQL table where I store songs. Each song has an ID as primary key which…
Janbalik
  • 574
  • 6
  • 15
0
votes
2 answers

How do I read the MSDN and apply?

Okay, so I want to stop asking lots of questions on how to do most programming stuff because most of my questions are given answers that say "Read the MSDN" founded here. Thing is, I have no idea how to read it or most programming languages. For…
Moyle Jack
  • 51
  • 5
0
votes
1 answer

A text version of the MySQL manual

Always open in my editor is a tab with a text version of MySQL's manual (~100k lines in a readable layout), which is extremely helpful. The version I have is very old (when 5.0 was still in beta), and this valuable text-file does not exist in…
Gal Cohen
0
votes
1 answer

MVC3 Manual Authentication

I just need to make an manual autentication on MVC3 and the problem is, when the user access the url from project, i have this code on base class: public class BaseController : Controller { private Usuario loggedUser; protected override void…
0
votes
1 answer

Which methods can I use to manually obfuscate my android app?

I won't to make my android application almost impossible to reverse engineer. I have tried using ProGuard but since it doesn't encrypt my strings at all, it is not very useful for me. I have seen this great obfuscator called Zelix KlassMaster, but I…
MrByte
  • 1,083
  • 2
  • 11
  • 21
0
votes
0 answers

Manually creating Add Row Button in tabular form in APEX 4.1 giving error

I have created manual Add Row button on my tabular form in APEX 4.1. However, when I press ADD Row button the tabular form query is not refreshing. I have partial page refresh set on tabular form region. The Add Row button submits the page. The…
CP007
  • 23
  • 1
  • 3
  • 7
0
votes
1 answer

iOS app crashes/hangs when launched manually but not otherwise

My app hangs at a certain point only when it is launched manually by tapping on the app icon on my device. It runs fine when Xcode launches it on my device and when Xcode launches it on the simulator. Any advice on debugging this situation? I've…
JMLdev
  • 846
  • 2
  • 10
  • 21
0
votes
1 answer

Manual Binding To DetailsView

I Want to bind detailsview to the page manually , for example I Have a linqdatasource as declared here in design mode.. On a page load event I have written following.. protected void Page_Load(object sender, EventArgs e) { DetailsView dv = new…
Vishal Sharma
  • 2,773
  • 2
  • 24
  • 36
0
votes
1 answer

NCOVER without NUNIT Test cases

I understand NCOVER is an awesome tool to instrument .dll and run Nunit test cases. Is it possible to instrument .dll's and run manual test cases using NCOVER? If yes how? If not then is there a .NET tool that can provide such a provision?
Nida Sahar
  • 698
  • 4
  • 13
  • 29
0
votes
1 answer

Manually Start ANT Task

For various reasons that I won't go into (I promise it's necessary to do this with the current code base; I know it's goofy), I want to execute a target twice in the same build task. For example, I want to execute the target foo, then bar, then foo…
Alex Beardsley
  • 20,988
  • 15
  • 52
  • 67
0
votes
1 answer

Generating Manually Scheduled Crystal Reports in C#

I have a SQL Database from which I need to create reports daily, weekly and monthly. I am thinking of Creating Crystal Reports Manually so That I can execute that particular function periodically using a timer. Would this be a good approach or is…
Shehan Tis
  • 177
  • 2
  • 13
0
votes
1 answer

wordpress plugin admin panel creation

I'm looking for a good manual/help page to create an nice admin panel for a wordpress plugin. I have created the basic admin panel and the plugin, but where I run into, is the problem that I want to allow my users to edit information which is stored…
Ralf
  • 253
  • 1
  • 11
0
votes
3 answers

To have Vim-like K in Screen for MySQL

This question is based on this thread. Problem: to access MySQL's manual when the cursor is at the beginning of the word by Ctrl-A Esc Ctrl-m where m reminds about Mysql. How can you build a Vim-like K in Screen for MySQL's manuals?
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
0
votes
1 answer

IPhone App Manual Install with Settings Bundle

I have a problem that i can't solve, i have a little application that uses a settings bundle, i don't have the apple license developer, so to test the app in a real iphone, i have to manual install (copy the application to the applications folder…
MckPT
  • 33
  • 2
  • 7