Tagged Questions
The changing tag has no wiki summary.
13
votes
13answers
5k views
Downgrading from ClearCase to SVN/Mercurial
At work, we're using ClearCase right now. However, there's a lot of overhead required, especially when someone does something stupid (like erase a view with multiple reserved check-outs on the ...
3
votes
2answers
56 views
Constant is magically changing in Objective-C?
In my program I have a #define MAXIMUM_SCALE 10 at the top
The only time this constant is EVER used is in this section of code:
float newScale = [scrollView zoomScale] * ZOOM_STEP;
NSLog(@"%f", ...
2
votes
1answer
95 views
how to remap S to shift ( in Vim?
To go forward a sentence in Vim you have to press Shift and (
to go back a sentence Shift+)
How can I remap this to avoid having to press Shift?
I was hoping to remap something like s to equal Shift+(
...
2
votes
2answers
307 views
Jquery change elements within div
I'm stuck with this kinda stupid problem. I saw examples of my problem, but it seems I can't find correct loop. In any case, I'll better provide examples:
<table border="1" id="inline" ...
1
vote
1answer
19 views
Why are there exceptions after changing Webservice Url dynamically?
In my webform project, I let the user input a new WSDL url.
I already set the property of the webservice as dynamic, and use
service.url = strNewWebserviceUrl
But when I try to call the function ...
1
vote
0answers
81 views
Qt QTabWidget current changing
I'm using a QTabWidget and I need a way to handle the change of the current tab before it actually happens, and possibly cancel it if certain conditions are met. The QTabWidget::currentChanged signal ...
1
vote
2answers
50 views
How to add jars into the classpath and get effected without restarting the hadoop cluster?
I wrote some mapreduce jobs that reference a few external jars.
so I added them into the CLASSPATH of the "running" cluster in order to run jobs.
Once I tried to run them, I got class not found ...
1
vote
2answers
166 views
ChangeType, Convert - Converting from one type to another
I've looked at the various options that seem to be available on the .NET framework (I think). In particular, I've looked at
1. TypeConverter
2. Convert.Toxxx
3. Convert.ChangeType
Each of them for ...
1
vote
1answer
553 views
Changing Local Security Policy Programatically
hi
i want to change Local Security Policy "Interactive logon: do not require ctlr+alt+del" in c# how can i do this
Regards
Ehtsham
0
votes
1answer
16 views
Parse and change elements from database to the XML file
I got XML items.xml file with (almost) the same values as my items table has, I mean fe. there is a field in the items table: level and for any id the level is set to 144, but in the XML file, the ...
0
votes
1answer
53 views
(Cocos2D) Child already add CCMenuItemImage?
I am trying to change the image of my CCMenuItemImage on the fly like this:
- (void)playOrPauseMusic {
MPMusicPlayerController *musicPlayer = [MPMusicPlayerController applicationMusicPlayer];
...
0
votes
1answer
38 views
User to decide which class to load Android
EDIT: I'll try and make it clearer sorry for the confusion.
I have two livewallpapers one is called the Past one is called the Future, what I want to do is put both into one livewallpaper (sort of a ...
0
votes
0answers
99 views
Android/Cocos2d OpenGL view changes size unexpectedly
I am using cocos2d-android-1 and the OpenGL display size is changing on me and I am trying to figure out why :S! I am developing using cocos2d-android-1, Android version 2.1 on the Samgsung GT 10.1
...
0
votes
1answer
39 views
Changing name of Facebook application
About two weeks ago I changed name of FB application in settings and changed it in all places of the code.
But I still have " is playing ." message.
On this site I found the same problem but with one ...
0
votes
0answers
23 views
Can we Have a Manufacturer emulator (changer) for android just like what we have for network provider?
Can we Have a Manufacturer emulator (changer) for android just like what we have for network provider!?
for example change manufacturer from HTC to unknown?! How to Do that?
I need the answer for ...
0
votes
1answer
169 views
MVC 3 Changing Model in Views with RenderPage
I'm having problems when trying to change the model of my view in MVC 3.
First view (index.cshtml) :
@model IEnumerable<MyProgram.MyFrogCollection>
<h1>Welcome to my frog ...
0
votes
3answers
44 views
PHP Saving Session Variable
I am trying a new CAPTCHA Script from here. To call the CAPTCHA code you use: $_SESSION['captcha']['code']
Well that works when I echo it out on the main form, but when I echo it after the form has ...
0
votes
1answer
434 views
changing the position of facebook like button
i just got the code for the new like button (the one that also includes the send button) and i am trying to set it to be in the center of the section it is installed in, however it always stays on the ...
0
votes
3answers
82 views
Changing binary file
I have a file on windows. I'm writing in C++. I have a problem where I need to remove some bytes from the end of the file. I am using ifstream, but I don't know how to remove those chars, simple put ...
0
votes
1answer
21 views
How to detect changing of attributes in a class?
here is my problem with a Java program: I have two classes (let's call them Ob1 and Ob2), both with an integer and other attributes. Ob2 has an attributs 'ob1', which is an instance of Ob1. Ob1 ...
0
votes
3answers
34 views
I need my image to remain after the image changes
I have created an app that has multiple image changes. After the original image1 is changed from a pushed button it switches to a new image2.
if i go out of the app and then back in, the image2 is ...
0
votes
1answer
101 views
javascript caller onproperty change
I have a form element who's disabled property is being changed somewhere and I cannot seem to find where it is by looking through the code and disabling code which makes changes to the disabled ...
0
votes
0answers
258 views
Jquery: Changing an ID after a click [closed]
Possible Duplicate:
dynamically changing the selector text
I had posted this in the morning but the post is gone? I have the code below. I am trying to make jquery change the actual ID ...
0
votes
5answers
259 views
dynamically changing the selector text
I have a 'next' button which fades out a div, shows another, changes out a graphic and then... I want it to change the actual ID of the 'next' button but neither .html nor replaceWith seem to be ...
0
votes
1answer
530 views
Custom UITableViewCell changing indexPath While Scrolling?
I have a custom UITableViewCell which I created in Interface Builder. I am successfully Dequeuing cells, but as I scroll, the cells appear to begin calling different indexPaths. In this example, I am ...
0
votes
2answers
171 views
Imagemagik Change an images dpi from 400 to 72
I have an image on my server which I know the dpi of and if it's too high I want to size it down to 72
I still want to keep the same height and width of the image.
Any ideas?
I've played around with ...
0
votes
3answers
120 views
how do i get an always changing value from a string c#
I am working on a program that will automatically get your characters stats and whatnot from the wow armory. I already have the html, and i can identify where the string is, but i need to get the ...
0
votes
1answer
417 views
jquery accessing/changing value attribute of an element
how to deal with value attribute of any element (hidden input in my case)
i have tried with two styles
alert($("#projectManager").attr("value"));
and
alert($("#projectManager").val());
but it ...
0
votes
3answers
126 views
Naming a page index.html changes it? [closed]
I restarted my laptop and it was fine.
Thankyou for the replies
The problem is, I have two pages and they have exactly the same code, the only difference are the file names, which is index and ...
0
votes
1answer
129 views
changing Visibility to hosted winForms element in wpf application
I have ReportViewer winForms control for showing Microsoft Reports in my WPF application hosted over WindowsFormsIntegration.
When the MouseDown event of my textBlock triggers, I would like it to fade ...