As the title says.
I am looking for a way to check if a process is idle, there is the obvious running and not running but how to determine if it's not doing anything?
Thanks
How can I view all the caught and handled exceptions in C# application while debugging, so that I can view where all errors happened and how it was handled.
Hi Guys,
I currently have the DatePicker in my project but there are problems due to the need that I need a specific format to be returned, not the regional format.
Anyway in VS I could manipulate the format to how I wanted but in Blend there is no option, can anyone help me out here?
btw this isn't any custom style.
Thanks.
Hi,
My application works like this.
A database(Mysql) where there is a command. The command is an object(consists of fields many fields like ints ans strings). There is a webservice which interact with the database and get the command from the db and performs some operation.
The way how I am storing the command into db is by stripping all the…
I have DIVs which comes side by side of each other & but there only fourth DIV comes in the first row & other are shifted too the next row.
I want each row first div take no space from left side but is not happened. Here is my code
http://jsfiddle.net/25pwG/
I know i can do it with giving class manual to the new row DIV but i didn't…
How can I remove first two elements of a string array?
I have a code which is something like this.
char *x[10];
..............
..............
..............
char *event[20];
event[0]=strtok(x[i]," ");
event[1]=strtok(NULL," ");
event[2]=strtok(NULL," ");
event[3]=strtok(NULL," ");
event[4]=strtok(NULL," ");
event[5]=strtok(NULL," ");…
I am new in phonegap development and i am developing one project for iphone application with use of phonegap framework.
I am setting http://www.wallpaperbase.com/wallpapers/computer/mac/mac_8.jpg image as a background of my iphone application but its showing problem with image means image not properly displaying on my iphone Device…
I'm running a CAKeyframeAnimation in a subclass of UIViewController. I want to pause the animation on pressing a "Pause" button and start back from where it paused on pressing a "Resume" button.
I've come across an answer to a similar question on this site, but it doesn't work for me.
I would appreciate any help.
I want Function names from the call stack, how do i get Function names from it?
as peek data doesn't return address of the stack. It is returned in GETREGS, how do i get my Functions name from these addresses?
Hi everyone,
I've been reading a lot about threading in C#, WPF and Silverlight but can't get it to work.
My main problem is I have the _load (_Initialized) action and it has a lot of object creation and along with that I have timers working doing different things, this causes the startup time of the program to be very slow and…
I want to write an windows application in c#.net in which I have to save hindi language fonts to the databases and reading them straight away.I have searched lots of websites and read about localization but couldn't make it through.Please help me.
Thanks
I am using jquery to find a first element having a class "error" applied to it using the below code
$('#mainDiv input.error:eq(0)')
But the above one working only for input elements only.
How to make this one to work for both input and select elements?
I have three models where a basiccase has a form. Basic case can create a new form.
class User < ActiveRecord::Base
has_many :basiccases
end
class Basiccase < ActiveRecord::Base
belongs_to :user
has_one :basiccases
end
class Form3C < ActiveRecord::Base
belongs_to :basiccases
end
I want to create an…
Hi all,
I am new to Cassandra. I am trying to insert some values to the columnfamily. The definition of columnfamily in the config file is as follows.
<ColumnFamily Name="CommandQueue"
ColumnType="Super"
CompareWith="TimeUUIDType"
…
I have a service which does its work(perform network operation) depending upon the type of message(message.what) property of the message. Then it returns the resoponse, also as a message to the requesting component(depending upon the message.replyTo).
So, i am trying to write the testcases..…
I have a WCF service to be load balanced with NLB (Windows Network Load Balancer). So I need a Dictionary object to be synced across all the instances of the WCF service.
What is the best possible way to do this?
class A
{
public:
void test ()
{
cout<<"In A";
}
};
class B :public A
{
public:
void test ()
{
cout<<"In B";
}
};
class C : public B
{
public:
int c;
};
int main()
{
C c;
c.test();
}
The result is: In B...
Hi all,
In SharePoint 2010, This is rare error, I got when I deploy and activate Feature using VS2010. Deployment works file but in activation process it get stuct and throws error.
Error occurred in deployment step 'Activate Features': The field with Id {GUID} defined in feature {GUID}…
Hi Team,
Please give me your valuable suggestions regarding the WebAii, Watin and Selenuim.
Actually i have been using WebAii and its working fine for me but at the same time i have not used other frameworks to test Ajax supported web applications.
Please share your thoughts or issues you…
I have configured my emacs to run zsh shell within ansi-term. However, copy/paste no longer works i.e. nothing is getting pasted from kill-ring to the terminal.
Changing the TERM to vt100, or eterm doesn't solve the problem.
Would appreciate any ideas or solution.
Thanks
Sandeep
Mailing lists and question/answers works great for problems that are independently encountered by several people. But sometimes we (as in experienced amateurs) run into problems that aren't so common, nobody has blogged about it and experts advice not readily available.
For IT-admin related…
Earlier this week we had contest ran over the blog where we are giving away USD 198 worth books of Joes 2 Pros.
We had over 500+ responses during the five days of the contest. After removing duplicate and incorrect responses we had a total of 416 valid responses combined total 5 days. We got…
Here's a bit of fun with WebLogic JDBC configurations. I ran into this issue after reading that p13nDataSource and cgDataSource-NonXA should not be configured as multi-source. There were some issues changing them to use the basic JDBC connection string and when rolling back to the bad…