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
Hi,
Is there any way to change default font of controls in winforms.
I must change font in about hundred font in recent project and it's coming next project with other fonts and I wanna at start setting properly fonts.
Hi,
I'm using Ubuntu Linux and when I zoom in on a page with "CTRL - +" the images become ugly, i.e. Firefox doesn't scale them correctly. Using Chromium-browser I don't have this issue. I have this problem on several machines with various versions of Firefox (3.5-3.6).
Here is an example: http://xs.to/image-2AA4_4BDA24DE.jpg . Any idea how to change the scaling behaviour of Firefox?
Thanks,
Jabba
Hi All,
I can open contacts,to-do list from "mail/usermail.nsf" file.
But unable to open or access mails from it.
I am using below code to access "calender":
_serverDatabase = _lotesNotesSession.GetDatabase("", "mail\ServerMailFile.nsf", false);
NotesView LotusNotesView = _localDatabase.GetView("Calendar");
Is there any similar way to access mail?
Hi everyone
I got a WPF application and I want to download a file.
I'm using System.Net; and I have the following code:
WebClient ww = new WebClient();
www.DownloadFileAsync(new Uri("http://www.sinvise.net/tester/1.jpg"), AppDomain.CurrentDomain.BaseDirectory + "\\1.jpg");
The problem is, is that it doesn't download the file, it's just showing up as 0kb file and not downloading, I don't know what the problem is, can anyone help?
Thanks a lot
hi,
My safari browser has been set through proxy user name and pass word,so when i communicate
webserver through NSUrl , it returns the data inwhich they have mentioned that we cant reach webserver like that.how can i over come this problem?can i give give user name password for proxy through iphone sdk?is it possible?any help please?
HI all,
I am looking for a way to generate and validate mvc 2 forms using untyped entities. Basically similar how the propertygrid in winforms behaves.
In the utmost basic sample for instance have an dictionary and generate a form from that depending on the datatype in the Dictionary ofcourse it should be able to fill the same dictionary in the controller.
Any ideas or leads or hints?
Best regards,
Emile
Hi,
Could somebody please help me get Clang up and running? (I don't have 3.2)
I've followed numerous tutorials (basically every link off of this page http://stackoverflow.com/questions/961844/using-clang-static-analyzer-from-within-xcode) but I just cant get it to work!
The only thing I've managed to do successfully so far is download clang! Grrrr .... dubbeat smash!
Bear in mind I've never written an apple script before.
I have clang on my desktop
Hi,
I study about today about 2 database design inheritance approaches:
1. Single Table Inheritance
2. Class Table Inheritance
In my student opinion Single Table Inheritance make database more smaller vs other approaches because she use only 1 table.
But i read that the more favorite approach is Class Table Inheritance according Bill Karwin.
My Question is:
Single Table Inheritance pros and cons and in which case it used?
thanks,
Yosef
Hi,
When programming in VHDL, can you use a variable in a case statement? This variable will modified by one of the cases
i.e.
case task is
when 1 =>
when 2 =>
when number =>
is this OK?
Hi Guys,
I am using a preview script via http://cssglobe.com/lab/tooltip/03/
The problem is that when I use SRC tag in this script - I get a big fat red X - in IE7 BEFORE the image is rendered. Once the image appears - all looks ok.
Is there anyway to "hide" this before its loaded or something ? Love an help anyone can provide.
Hi guys,
I have the following schema.
What I'd like to do is to retrieve all customers (and children properties) from a selected StaffAssignment by StaffId.
So I've written the following query:
from c in ObjectContext.Customers.Include("Assignments.Activities")
from a in c.Assignments
from sa in a.StaffAssignments
where sa.StaffId == staffId
select c
But children properties aren't loaded (I added the [Include] in service metadata file as well).
What did I do wrong?
Gtz,
Stéphane.
Hi!
I have a relatively dumb newb question, Im trying to open an xlsx file for reading using the apache POI 3.6.
XSSFWorkbook workBook = new XSSFWorkbook("C:\test.xlsx");
The xlsx file was saved in excel 2007, the error Im seeing is:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
I dont know what the solution is... any ideas and/or example code?
Hi,
I want to create java server socket and j2me client socket which can communicate with each other.
Does anyone know?
Can any one send me the code if done. or any link.
Thanks
Bapi
Hi all,
I want to use Windsor container and its silverlight version in my .net 4.0 framework and silverlight 4.0 solution. I even compiled the source code for .net 4 but unit tests didnt pass. Has anybody tried to do this?
I also tried Unity IOC framework and that doesnt even compile.
Hi,
I'm developing an Eclipse plug-in and I'd like to insert code automatically... sort of create a sample application automatically when the user presses a button. How can I go about it please?
Thanks and regards,
Krt_Malta
Hi guys,
I've got three tables:
cp_user (id, name)
cp_group (id, name)
cp_usergroup (user_id, group_id)
the classical m:n stuff.
Assume the following Data:
cp_user
1, Paul
2, Steven
cp_group
1, Admin
2, Editor
cp_usergroup
1, 1
1, 2
2, 2
So Paul is in the Admin AND Editor group, while Steven is just in the Editor group. I want to generate a list like that from the database:
Paul Admin
Paul Editor
Steven Editor
Any suggestions?
Thanks!
Clemens
Hi folks,
I'm finding it to install pycurl on CentOS 5 quite the mission impossible.
This is the error I'm getting:
>>> import pycurl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: libcurl.so.4: cannot open shared object file: No such file or directory
Some help would be beyond amazing. :|
hi all , I'm writing a wordpress plugin that will execute a certain function when a user submits a comment. The only issue is I'm using the hook "comment_post" which works but if that comment gets stopped by akismet I'm still logging that comment but now my numbers are off from what's on the actual site. Is there a comment_approved type hook I should be using instead?
thanks!
Hi -
I am using Merb. I can't seem to get activemerchant to load using Bundler. All my other gems load fine.
In my Gemfile I am using:
gem 'activemerchant', :require => 'active_merchant'
Here is the relevant error:
uninitialized constant ActiveMerchant::Billing::AuthorizedNetGateway
Anyone run into this or have any ideas?
Thanks ahead of time!
Hi All,
Does anyone know of a hashing method that you can use with .NET, that will output 128 Bytes?
I cannot use SHA-2+ generation hashes, as it's not supported on many client machines.
Thanks,
Kyle
Hi everyone,
I was able to add a Service Reference in VS2008 with no problems at all. However, on the same machine within the same network, I couldn't do that in VS2010. It got a (407) response, Proxy Authentication Required.
Has anyone else encountered this problem before? Are there new settings in VS2010 that need tweaking?
Thanks,
D.
Hi,
I app-get and success install ejabberd on amazon , mounted esb drive as /dev/sda , but then, i terminated the image and fire any new 'same image', attached my esb drive , all my previous installation was lost. anyway to persist my installation or files i added to the os?
Hi,
Is there any extra code need for using rtmp with AS3.
I have the code like this. Is that enough for rtmp or any other code needed?
var strSource:String = "rtmp://myserver.com/file.flv";
var ncConnection = new NetConnection();
var nsStream = new NetStream(ncConnection);
nsStream.play(strSource);