After installing the new server, I am facing an issue.
I have lot of .vbs files, all need to run in wscript, reason, I use all those command like WScript.Echo "hello"
I want to be able to see the output when I double click the VBScript file.
But when I right click on the vbs file, I see console, I want to change the default to Windows host, globally!
How can I do that?
I want to create a simple clock using Java. The code is so simple that I will give an example:
for(int i=0;i<=60;i++)
jLabel11.setText( Integer.toString(i) );
The problem is while I'm running my program the result didn't show each update in sequence.
It show only the 60 digit immediately, without showing the change from 1 to 2 to 3 ...
How can i fix this problem?
How do I stop VS 2010 (RC) from autocompleting html helpers with new object { ... } when I just want to pass in an anonymous type? Backspacing is driving me crazy.
e.g., VS wants:
<%=Html.ActionLink("Register", "Register", new object { controller = "Account" }) %>
I know the helper is declared expecting object, which is why it does this, but can I change this behavior just for mvc helpers?
I am using JFreeChart and want to be able to change the label on the range axis from a number to something more meaningful for the domain I am in. I only see options for customizing the look of the label and no way to override the content of the label based on the position of the tick.
Does anyone know how to override the text of the tickLabel?
Hi,
I use an uiwebview into my iphone app.
When i display a javascript alert box, his title is my iphone app name.
How can i change it ?
Thank you,
Mo'
I have a console application which has target .NET 2.0
It is very short but full of unsafe code.
I converted it to VS 2010. I run it OK.
When I try to change "target framework" in properties to 3.5 or 4.0 it shows message box:
TargetFrameworkMoniker: Error parsing application configuration file at line 0. XML document must have a top level element.
the target then stays 2.0 anyway...
Any thoughts?
Hi,
I set cells of the first column of my grid, with a class as follow:
$("#myGrid").jqGrid('setCell',rowid,'column_1', '', '**ui-state-default**');
How to change the class of a cell when the mouse is over on it ?
Thanks you so much !
With the latest changes to the developer agreement by Apple, how inherant is the risk of using any kind of framework to develop Apps for devices now? Should shops risk using things like MonoTouch, Three20, Appcelerator since this change?
How are some iPhone/iPad developers here handling it?
http://www.pcworld.com/article/193916/apples_new_iphone_app_policy_unreasonable_and_unjustifiable.html
http://www.wired.com/gadgetlab/2010/04/iphone-flash-policy-steve-jobs/
http://37signals.com/svn/posts/2273-five-rational-arguments-against-apples-331-policy
I have realised after making about 20 tables that I need to user utf8_unicode as opposed to utf8_general. What is the fastest way to change it using PHPMyAdmin?
I had one idea:
Export the database as SQL then using notepad run a find and replace on it and then reimport it... but it sounds like a bit of a headache.
Is there a better way?
I am using visual inheritance and was wondering if there is a way to change the properties of inherited controls at design time, preferably in the form designer. If not, then in the designer code.
I have my control declared as Public in the base class. I can access it in the child form code, but not in the form designer. Is this just not possible?
is there any way to create one animation with ObjectAnimator to change the background of a View with a crossfade animation?
Something like
ObjectAnimator.ofObject(<myView.background>, <crossfade or fade in -fade out>, <resources_1>, <resources_2>);
I know I can do a fade out of one image, set a listener to detect the end of the animation, and fade in the other image. I'd just like to know if there's a more elegant way...
Thanks
I have a custom Sharepoint 2007 site definition with custom content types for the different page layouts. When editing a page using a custom layout from the main "View all contents" tree view, the page content type is fine, but if I view the page directly and edit it from there, the content type gets stripped and replaced with "Page." I can change it back by viewing and editing it from the main list, but not from its subsite home location.
what the IIS featuer need to install in pc have windows 7 home to work sql server 2005 (32 bit) ssrs not work
i change all windows featuer in the PC
what i need to install in pc
Hey,
I want to change the SelectItem[] array in the second SelectOneMenu, if the value is changed in the first one. Is that possible?
Thanks in advance!
How do I change the BackColor of the textbox area in an asp.net DropDownList from white to another color? The Backcolor property changes only the drop down section.
Hello everyone
In one project, I hope to change UIBarButtonItem and style in runtime
editBarItemButton links to a UIBarButtonItem which original status are
style:UIBarButtonItemStyleBordered
title:Edit
if I press the bar item button, it will execute the codes below:
[editBarItemButton setStyle: UIBarButtonItemStyleDone];
[editTarBarItemButton setTitle:@"Done" ];
but neither the style nor title has changed.
Welcome any comment
Thanks
interdev
Hiya.
I have some MovieClips that act like buttons, how can i do that when the user hovers on the movieclip, the mouse cursor will change to a hand or the default cursor when it hovers a button.
i don't want to create my own custom cursor, i want to use the default set of cursors that come with flash. thanks
using flash cs4, action script 3
I have a text file which contains:
Cycle code
Cycle month
Cycle year
Event type ID
Event ID
Network start time
I want to change this text so that when ever there is a space, I want to replace it with a _. And after that, I want the characters to lower case letter like below:
cycle_code
cycle_month
cycle_year
event_type_id
event_id
network_start_time
How could I accomplish this?
I'd like to do two things on my progress bar.
Change the green colour to red.
Remove the blocks and make it in one color.
Any information about those two things I wonder how to accomplish will be greatfuly appreaciated!
Thanks.
when we expand the notification expanded view ,we get a default white background with small squares. how can i change this white background to some other color.
when we expand the notification expanded view ,we get a default white background with small squares. how can i change this white background to some other color.
I am learning objective c and am making some small programs. for my current project i am taking a NSBox and changing it's location based on a random number. How do I change the box's location? With C# it was a simple "box.location = anotherLocation" but I can't figure out how to do this in objective c. Any help would be greatly appreciated.
Thanks.