The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
41 views

Alternatife Way to Changing Username In ORACLE DB

Is there a way to change username. I want to make test on a database which is already using by others. So I came up with the idea that i create a new DB and creates all the tables functions ...
0
votes
1answer
31 views

Changing an ImageButton image programatically

I have sucessfully set an image to an ImageButton using this code: mGetClickTime.setImageResource(randomImageId); But I'm trying to problematically change the image by calling a method which ...
0
votes
0answers
20 views

Java LWJGL - Fixed a bug, making sure this is the safest fix (Screen resolution changing)

I'm working on a project in Java using the LWJGL and Slick-Util libraries. I had this bug with screen resolution changes where I would reset my openGL projection every time I would change a ...
1
vote
2answers
62 views

The value of a variable changes after it's line of code is run in C#?

I've met this problem a couple times befores. Here's an example code: public void moveRight(int x, int y, int rows, int columns) { char[,] imatrix = ...
0
votes
0answers
47 views

How to create a reports with variable number of parameters in Crystal Reports?

Theses days I'm doing an internship in a factory. First I had to create a Datawarehouse to connect my VB.NET application with it, in this application the user has to create some page printing using ...
0
votes
1answer
47 views

I need to add an array of images that can be changed with button images or number entry using JavaScript

I have a series of images that are being assigned to the numbers 1-200. I want to have a single page that begins by loading image 1, and if the right arrow button is pressed, it goes to page 2, and ...
1
vote
1answer
153 views

Changing the colors of the specific dots in scatterplot vba excel

I would like to change the color of dots in top left part of the scatterplot. I wrote a macro, no errors occured but the color did not change :/ Any ideas why it does not work ? Many thanks in advance ...
0
votes
1answer
51 views

Changing Application Title in VB

I am using the code below to change the title of my application when it loads. I want to be able to make it so that instead of having it separately in a different private sub, I want to be able to ...
0
votes
1answer
163 views

gridview pageindex in update panel

I have a gridview inside an updatepanel ,on first click the page index is changing but later clicks the page indexes are not changing. but the events are triggering when click. this is how i bind ...
0
votes
6answers
63 views

JavaScript - Changing all links on page

I want to change all links on page, it works with links that have no class, but it won't work with links that have class. This is the code I am using: window.onload = function() { /* onload ...
-1
votes
1answer
27 views

IP Changing on Server [closed]

I am planning a project with web services, where thousands of queries might get established each day. The idea is that I gather search criteria, query this on several web engines, and return all ...
0
votes
0answers
25 views

Changing images in DOM using Switch statement

Wondering if there is a way to change your images onclick in HTML using a switch statement? I've gotten as far as getting the image to change but the following image is just a ripped file icon. I'm ...
1
vote
2answers
190 views

Why changing line in string in Python (\n) doesn't work?

In most cases it does the job, but sometimes (it's hard for my to precise, what does it depend on) it falls into an infinite loop, as it doesn't slice the text string. def insertNewlines(text, ...
0
votes
0answers
18 views

Can not change .htaccess settings

Since I didn't want the .php extension in the addressbar, I used this code in my .htaccess file: (from this thread: hide .php extension - htaccess) RewriteEngine On # Unless directory, remove ...
0
votes
0answers
117 views

Font size changing in a SSRS report

Font size changing in a SSRS report for a linked field when sending as an email through subscription. The report looks fines in BIDS but when sent out as an email changes the font size on the linked ...
-1
votes
2answers
53 views

CSS specific table with changing row color? [closed]

I can't figure out how to correctly apply CSS to a specific table, not affecting other tables in the document. This is what I'm trying to get: 1st row of the table has own specific background color ...
1
vote
1answer
353 views

webkit-keyframes pulse background color change

I'm using this great CSS code to slowly automatically change the background colour by cycling through a transition of 4 colours. I want to apply this to several individual Div's and have them all ...
0
votes
0answers
292 views

Changing Webcam Driver Name

I would need to be able to change the name of my Manycam driver name (Manycam Virtual Webcam, by default) How could I do this?
-1
votes
1answer
17 views

How can i make a settings page in vb wich can change the content of the app itself?

I am making an app for companies so they can make a workreport in a blink of an eye by just tapping some togglebuttons and typing some tekst and the app makes a nice layed out email and sends it to an ...
0
votes
0answers
98 views

ASP.NET C# didn't show changed data in MSSQL

I am creating an application on my local PC (win 7 pro 64) using VS 2010 and SQL Server 2008 but I am having a strange issue. I have some tables and views in database, connection and showing data is ...
0
votes
0answers
28 views

How Python plot time-varying time 3-D data extracted from internal clock in the same frame [closed]

I wrote a small code in Python that generates a flight path using internal clock. I need to plot this flight as data is generated. I have no clue what I should write from here on. I appreciate any ...
0
votes
0answers
12 views

sidebar to change content of page

I am currently building a website which has a sidebar. What I would like to do is to change the content displayed on the page depending on which tab you have open. Similar to whats on this website: ...
0
votes
1answer
47 views

Android changing style when application's running

I want to use two styles in my application : android:Theme.Black and android:Theme.Light. In my app user can choose style when application is installed and run. My question : How to change style of ...
-2
votes
1answer
64 views

changing name of an android app [closed]

I have been trying to change android app name. I was told I can do it simply by changing it in res/values/filename.xml but in every single *.apk I download /values/filename.xml is missing, This is the ...
0
votes
1answer
77 views

How to define changing dimension objects in Fortran?

I would like to define an array of blocks and each block will contain an array of nodes of different size. So I wrote a program like the follows, but it won't work. I am wondering how could I do this ...
0
votes
2answers
227 views

CCSprite setTexture creates black square cocos2d (iOS)

I am trying to make a screen where I am listing questions with anwers. Good answer should have a green marker, bad answers should have red markers. When I create the screen, I set all markers to ...
1
vote
0answers
115 views

dynamically changing <div> content after click on the link JSF 2

My site have a few modules. Header, top-navi, content, footer. I'm including these modules () from other xhtml files. Now i want click some link in top-navi and the included file in content will ...
0
votes
1answer
40 views

PHP Polymorphic Root Requires

I have a directory/file tree as follows: index.php /frame/main_class.php /frame/func/function_1.php /frame/func/function_1.php /cfg/config.php //index.php require('frame/main_class.php'); new ...
3
votes
2answers
139 views

BufferedImage Colour Manipulation

I'm currently working on an application that requires the changing of certain colors in a BufferedImage. (For example Black to Red) I've noticed some strange behaviour when using the setRGB method of ...
2
votes
1answer
183 views

Changing a Button's text inside a ListView in Android

I have a custom ListView set up with custom ArrayAdapter. One row is made of 10 buttons. I'm not able to change the buttons caption after clicking the button. Inside the getView method i'm seeting up ...
0
votes
0answers
13 views

Want have a correctly YT Name [closed]

my YT Accound is sharinerLP. I would like to have SharinerLP. I don't want to create a new one. I know, you can't change it, but it inn't a really change of name. You make it only correctly. I hope ...
0
votes
0answers
77 views

Devise, undefined `resource_params' for a modify controller

I'm using Devise for my users. And I want to change the redirection after sending them a mail to change their password. So I have created a personal controller users/passwords_controller class ...
0
votes
1answer
848 views

Changing the size of the seekbar programmatically but cant get the thumb to be larger than the bar

I have to make a seekbar where i can change almost everything programmatically. And now I'm having a problem to change the thumb and the bar size. Everything works great if the bar is larger or the ...
0
votes
2answers
110 views

New to java, trying to set variables of varying names depending on a seperate variable

There's probably a better way to do this, but i basically want a user input that can be set an indefinite amount of times in a new variable each time. I was trying to figure out how to set a variable ...
2
votes
4answers
455 views

change img src on click

I have searched the forum for one particular issue, yet all the solutions I found do not work for my problem. I have an image on the left hand side. On the right hand side, I have different words. ...
2
votes
1answer
96 views

Fortran 90 - Changing the Origin

Here’s what I want to do. I have a 100 x 100 grid of values, and my original origin is (0,0). This origin is at the center (hence my array boundaries being at -99:99, etc). At this origin, I ...
0
votes
2answers
82 views

Java instanceof with changing objects

I need a method where i could pass on a parameter which i assume would be a Class (not sure though) and in that method, instanceof would be used to check if x is an instance of the passed Class. How ...
0
votes
0answers
21 views

Redesigning website: how to get rid of framesets and how to go further?

I am trying to redesign my website, because it has a frameset, that is annoying. It annoys me because I can't see a dropdown menu and a autocomplete suggestion because of it (it overlaps it). So now, ...
0
votes
1answer
90 views

Multiple Polylines - need to change the color

I am new to Google Maps - I am trying to change the color of the second polyline on my map. Here is what I have so far ~ var direction = new GDirections(); direction.load("from: Oregon 99, ...
0
votes
5answers
69 views

python array values changing mysteriously

I am thoroughly perplexed over the following behavior: gap_in_y[i][j] = max((scoreMatrix[i-1][j] - dy), (gap_in_y[i-1][j] - ey)) if i == 3 and j == 1: print gap_in_y ...
0
votes
1answer
63 views

How to change byte on specific addres. Python 2.2

I need to write program that will change bytes in file in specific addreses. I can use only python 2.2 it's game's module so... I read once about mmap but i can't find it in python 2.2
-1
votes
1answer
61 views

How to vary an object's name in a loop? Python 3

I'm trying to create a simple calculator, and I need to vary what my object's name is in a loop. RoR = RoR + 1 "C{0}R{1}".format(CoC, RoR) = int(input("What is your row {0} Column {1} number?: ...
0
votes
2answers
58 views

Both variables changing when i modify one. JAVA

Thanks for your time. Im doing an algorithm in java like this: public int[][] moveLeft(int m[][], int[] index){ Puzzle x = new Puzzle(m); System.out.println(x); int[][] p = m; int ...
2
votes
1answer
106 views

android: how to create a check box that shows its state depending on a changing variable?

the question might be a little confusing, because i didn't actually know how to put it into a normal question. :) i have a list with items that when clicked open a new activity (recipe activity from ...
1
vote
1answer
150 views

Changing single XML tag using XSLT

I am trying to perform a very simple change of an XML tag from one thing to another. I dont want any other things in the xml file to change. For technical reasons I have to use XSLT to perform this. ...
0
votes
1answer
101 views

Java - How to call a class from another

I want to call a class from another. I have 2 classes which both are extending JPanels and i want one to disappear and the other to appear. I have looked at other questions and none of them really ...
3
votes
2answers
2k views

setAttribute and video.src for changing video tag source not working in IE9

I have literally read every stackoverflow thread regarding changing the video tag source dynamically via javascript in IE9, including the useful but not agreed upon posts here and here, but do feel ...
0
votes
0answers
24 views

Is there a way to prevent the view from being changed when two views are already connected in storyboard?

I have my first view controller with a button and I have used reachability to check for internet connection. My first view controller is connected to a navigation controller, which is then connected ...
0
votes
1answer
59 views

Mac App Store like Button Changing with Javascript

Okay so what I would like to do is make a page that looks exactly like the app store interface inside the Mac App Store. I want a page that when you click on a button, (like the one to purchase an app ...
-1
votes
2answers
124 views

How To Replace A Number In Brackets With Regex

Well I have this code: String replacedItemName = ItemDefinitions.getItemDefinitions(usedWith).getName().replaceAll("\\(.\\)", "(6)"); Is \\(.\\) the correct regex to replace anyting in the brackets ...

1 2