Hi,
As per My requirements i need to generate a histogram chart using cocoa framework and objective c.
If any one knows the solution please let me know ASAP.
Thanks,
Ravi
The $.getJSON() documentation states:
If the specified URL is on a remote server, the request is treated as JSONP instead. See the discussion of the jsonp data type in $.ajax() for more details.
The $.ajax() documentation for the jsonp data type states (emphasis mine):
Loads in a JSON block using JSONP. Will add an extra "?callback=?" to…
Hello All,
I'm trying to encrypt a incoming document in C#, and I'm using GnuPG with input redirection. I need to use -se(sign and encrypt) in a single step, which requires entering passphrase. But for some reason, input redirection is not working. Appreciate your help.
Control is going to else block.
I'm not sure if there is deadlock or child…
I'm working on a utility to update a list of entities in a database as a group. The database contains a list of entities. The result of the update is a new list. The API accepts this new list.
The update may end up modifying some of the entities in the list, creating new ones and deleting some. So at the entity level, I may have to do any of…
I'm working on a REST API. The key objects ("nouns") are "items", and each item has a unique ID. E.g. to get info on the item with ID foo:
GET http://api.example.com/v1/item/foo
New items can be created, but the client doesn't get to pick the ID. Instead, the client sends some info that represents that item. So to create a new item:
POST…
Could you tell me which is the best MVVM pattern someone have to follow (like Prism). where can i found hands on exmaple. Actually i was little confused which one to follow?
Thnx
Hi All,
I have a code like this
<script type="text/javascript" src="http://www.clipul.com/play/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('http://montsmile.com/jwplayer/player.swf','mpl','480','380','8');…
We have recently shifted to asp.net mvc, but we still need to support some legacy urls. What is the best way to handle this situation. Is it Application_PreRequestHandlerExecute() event in global.asax, that I need to use or is there any better way?
I have one TextBox and one listbox for searching a collection of data. While searching a text inside a Listbox if that matching string is found anywhere in the list it should show in Green color with Bold.
eg. I have string collection like
"Dependency Property, Custom Property, Normal Property". If I type in the Search…
Hi all,
I have a code as shown below
var so = new SWFObject('http://montsmile.com/jwplayer/player.swf','mpl','480','380','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','310');
so.addVariable('width','470');…
I am converting my exising Application using WPF using MVVM pattern.
I have different storyboards in my view .
eg. 1. showing splashscreen while loading the app
2. while clicking Menu Toggle button/Radio Button to show the slide in and Slide out animation effect
…
Could you tell me which is the best MVVM pattern someone have to follow. where can i found hands on exmaple. Actually i was little confused which one to follow?
Thnx
Hi all,
I have written a file using html and javascript.
In that Vertical scrolling should be there, but i want to stop horizontal scrolling.
How can I do that?
Hi,
I am trying to construct a graph using cocoa.To display the points on x -axis and y- axis i used methods called drawATPoint and drawinRect which allows to draw apoint inside rect not out side .
So please mention if there is any solution to display the points.I am…
I have one TextBox and One listbox for searching a collection of data. While searching a text inside a Listbox if that matching string found in anywhere in the list it should show in Green color with Bold.
eg. I have string collection like
"Dependency Property,…
HI all,
I have an account in getresponse.com
I want to send emails to the members in my mailing list after one hour of their joining.
Please tell me how can i do this
If anybody wants to convert a Normal WPF project to MVVM enabled one,
what are the main points to be keep in mind while restructuring the entire application.
What are the main hurdles to accomplish the task?
I want a clickable logo on bottom right corner of the flash jw player.
If any one clicks on the logo it will take to a new page.
Please any one help on this.
Thanks in advance.