Questions tagged [setting]
261 questions
0
votes
2 answers
JVM unsupported version in CICS
I am getting The JVM specified is unsupported error while updating JVM path in IBM CICS.
Iam trying to update current CICS jvm path into c:\Program Files\IBM\SDP\runtimes\base_v7\java\jre\bin"\java.exe path.
command I used:
ctgjava -s=c:\Program…
0
votes
1 answer
Save Setting onDestroy
How to save setting after we exit the app using onDestroy?
Example:
When the app start, it will start Main_Activity.class
Button button1;
public class Main_Activity extends Activity {
super.onCreate(savedInstanceState);
…

user2341387
- 303
- 1
- 5
- 14
0
votes
1 answer
Setting values to a struct is not working for me. (C)
I created a typedef matrix:
typedef struct matrix {
int m;
int n;
int **vrednosti;
} matrix ;
and a function that creates a matrix:
matrix* create_matrix(int x, int y, int** val)
but when I set the dimensions (m and n)
mat.n = x;
mat.m =…

user2227379
- 3
- 2
0
votes
1 answer
Error Converting varchar to Int - Sql on Server vs SQL on local PC
I have a Query requiring Varchar to be converted into INT. Iam not currently posting the query itself as I do not believe the problem to be there.
I setup the query on my home PC using a backup from the servers SQL file. I have Server 2008 R2…

Frans
- 1
0
votes
1 answer
Access sites on IIS
I have inherited a system with a number of servers, but I have never worked with IIS before.
Currently there is a web server set up using IIS, it holds a number of 'test' sites and the server is called Staging. I have network access to the files on…

Paul M
- 3,937
- 9
- 45
- 53
0
votes
1 answer
Windows Service doesn't read settings.setting?
I have a Setting.setting have a setting option : isSent - type int - value : 0
And my code :
if (Settings.Default.isSent =! 0)
{
var info = _text.ReadFile(Settings.Default.FilePath);
//Do…

Đức Bùi
- 517
- 1
- 6
- 22
0
votes
2 answers
How to set time settings for different timezones in PHP?
I made a project with PHP that was expected to run inside my country Iran that its timezone is UTC+3:30. I inserted the line below inside my codes:
date_default_timezone_set('Asia/Tehran');
But now, I think it may be used by others from different…

Mohammad Saberi
- 12,864
- 27
- 75
- 127
0
votes
1 answer
How to maintain Galaxy S2 screen active (Android OS)?
In Samsung Galaxy S2, where can I find the option to keep screen active? I've already searched through Menu->Configuration->Application->Development (and every other menu), but the Development option is missing in Application view (the view is a…

Marcelo
- 2,075
- 5
- 21
- 38
0
votes
2 answers
How to locate the preference category in a preference screen in Android?
I implement a notification in the notification area, which can be clicked and go to the Sound Setting preference activity. There's several categories in this page, how can i scroll to a category or a preference item exactly I want? If I do noting…

user1619301
- 21
- 5
0
votes
1 answer
Making new file in android
I have a problem, I want to set a ringtone inside my main acivity, I read this tutorial: http://androidgenuine.com/?tag=set-as-ringtone-android , but function save is not working, to be more specific I can't create a file, function is returning…

Androider
- 435
- 1
- 9
- 22
0
votes
1 answer
How to apply fast scroll using PreferenceActivity?
I'm using ListPreference within PreferenceActivity. With this widget, is it possible to apply a fast scrolling to it? If yes, how can I do it?
Right now, I'm stuck with this screen, without fastscroll:
My .XML source is:

Marcelo
- 2,075
- 5
- 21
- 38
0
votes
1 answer
How to trigger Adobe flash player setting privacy panel from flash?
Anyone know how to trigger Adobe flash player setting privacy panel from flash ?
Here is the example. There is a "click here" , and when clicked it trigger the panel to show up.
http://chatroulette.com/
THank you very much!
0
votes
0 answers
Why width of tablelayout cell cannot be set?
I try to use this table layout:
http://blog.stylingandroid.com/archives/432
and hit at some trouble..
I've been searching reason for long time and i decided to ask smarter :D
my table code:
package com.stylingandroid.ScrollingTable;
import…

xliiv
- 5,399
- 5
- 29
- 35
0
votes
0 answers
Store settings in database to decide whether to force login?
I'd like to mange my website dynamically. I already built database for storing user level and check access to pages successfully. Now I only want to decide whether to force login. Is it good to store pages in database along with its "needLogin"…

Duc Tran
- 6,016
- 4
- 34
- 42
0
votes
1 answer
Changing rhinoslider direction after init
I am trying to change the direction of jQuery Rhinoslider after each animation. I think it's just a matter of changing the slideNextDirection setting, but I don't know too much about the jQuery plugin structure and how to get at that setting.
This…

shauno
- 121
- 2
- 10