All Questions
0
votes
0answers
4 views
Set color to be used for an array masked values plotted with matplotlib contourf
When I plot an array with masked values, using matplotlib countourf, the masked values appear white. I want them to appear grey.
I tried the set_bad method, but it seems countourf doesn't recognize ...
0
votes
0answers
3 views
Lync PowerShell: Enable a User for Enterprise Voice
I have the below code used for enabling a user for Lync using Power Shell commands. The code has two steps, the first one is to enable the user, the second one is to enable Enterprise Voice.
using ...
0
votes
0answers
6 views
Android Supporting Multiple Screens
Hi I created my own Android App it worked well but when I tested it by multiple devices i noticed that it is not support Multiple Screens although my app call HTML files from assets directory .
...
0
votes
0answers
5 views
How to show only week and time in DatePickerView?
In my application, i want to raise the notification using selected day and time, not with date.So i have to show the day and time only in DatePickerView. Would you please help me in this problem. ...
0
votes
0answers
7 views
singleton object animation animates only once
I am a newbie to oop and have several issues with grasping concepts in java script about scope. I tried some reads but none has helped so far any suggestions are more than welcome. Anyway, here is my ...
0
votes
0answers
2 views
Google Maps APIv2 SHA conflict
I have an app that I successfully converted to Google Maps APIv2, but it's stopped working with a strange error. when I load the app onto a connected device via eclipse, and try to access maps, the ...
0
votes
0answers
2 views
svn commit files with tag - part of of the file name of each file
I'm trying to do the following: Search through a directory and find not committed files (new, added or updated) and for each file that is found to commit it with tag containing part of the name of the ...
0
votes
0answers
2 views
Sencha Touch 2: setActiveItem replaces the whole view. But, main menu needs to be on top
The code from the controller is
Ext.Viewport.setActiveItem({xtype:'newPage'});//OK
And it works fine (when button tapped), but the main top menu needs to be on top. It disappears after newPage ...
0
votes
0answers
4 views
Reading from a constantly changing file, and plotting the results with jqplot
in my project I've to read some values from an inc file with ajax, and then plot these with the jqplot.
My inc file constains values like this:
...
0
votes
0answers
2 views
Why the page displays differently in IE8 and in chm (CSS “display: inline-block” issue)
On a Windows 7 with IE8, I find display: inline-block works quite well. However, after I compile the html file into chm, the page inside chm does not display well, as if inline-block does not take any ...
0
votes
0answers
12 views
passing a C# object to Javascript never get the assigned value
In c# code behind i am creating an object and try to access that in front-end javascript. but it is always getting instantiate value but not the object value; Please see the code below:
public class ...
0
votes
0answers
10 views
How to club two or more images in a single image
The image which i have attached as a next and prev button on top of the usual next and prev button. The image is tiff format and if i open it i can navigate the other images using the suspicious ...
0
votes
0answers
9 views
placement new - constructor inside constructor
We have a base class A, class B derived from A.
Now class B is allocated using placement new operator.
As a part of my code, I have added class C inside class A
Now the placement new just uses ...
0
votes
0answers
5 views
How to stop using nested forms with double nested models association?
I have three models and I want to create User profile using one form.
Models
Profile
belongs_to :person
Person
has_one :profile
has_many :emails
Email
belongs_to :person
I want to decoupling ...
0
votes
0answers
5 views
Web Service to post the string of xml file
I have a xml file in the string with the soap header and i want to post that to web service. but i am getting a error please help.
public void Main()
{
string strSql;
...