Hi,
I have successfully implemented js code to highlight searched text.
But it does not work for my pdf file.
Is there any solution please help.
regards
aamir
hi,
I am new to iphone development.I have created a view and and added a table view using interface builder. Now i want to create a button in footer view at the end of the table view last cell. I have used UIView Controller class.How can i achieve this.
please help me out.
Thanks.
Hi all,
I would like to know how to measure/know that one's storedprocedure is optimum in performance. That storedprocedure can be inserting/deleting/updating or manipulating data in that procedure. Please describe the way/approach how to know performance in MSSQL server. Thanks in advance!
Hi,
I'm very new to Android development.
Please let me know, if possible, the basic steps to develop facebook on android platform.
Thanks & regards,
Sanjay.
Hi,
What are differences between Actions and Commands in the context of Eclipse RCP? I know that they both contribute to the menu entries, but which one is better? And why?
Of all the online resources I read, I could not get a firm understanding of the differences between both. I have not actually tried to use them, but just wanted to understand them to start with from higher level point of view.
Thanks
Hi every one!
Does Page class adds ViewState for Controls created in CreateChildControls, I mean I have a page which I add some controls to the page and all of them are Literal and EnableViewState is false, my question is are there any ViewState entry gor them in Page's ViewState?
Thank you.
Hi all,
I would like to get a list of all the components so that I can further process them. Is this possible, if so, how can I do that? I don't believe I can observe all postCreate events since it is simply an exact match and not a regular expression.
@Observer("org.jboss.seam.postCreate.")
You can only observe those events and not * as it is put into a map where the key is a string.
Any ideas?
Walter
hi what is the easiest way to implement asynch operations on WPF and MVVM, lets say if user if user hits enter when on a field i want to launch a command and then return back while a thread will do some search operations and then come back and update the properties so notification can update the bindings.
thanks!
Hi I have created a java application. I found there is an application menu and about application in Mac. I donot know how to customize those about application dialog. i Want to write my own dialog instead of that dialog. How to do this.
I found that I have to use Application Adapter.
Thanks
Sunil Kumar Sahoo
Hi everybody!
Currently, we use programming registration of WCF proxies in Windsor container using WCF Integration Facility. For example:
container.Register(
Component.For<CalculatorSoap>()
.Named("calculatorSoap")
.LifeStyle.Transient
.ActAs(new DefaultClientModel
{
Endpoint = WcfEndpoint.FromConfiguration("CalculatorSoap").LogMessages()
}
)
);
Is there any way to do the same via Windsor XML configuration file. I can't find any sample of this on google.
Thanks in advance
Hi, having taken a look at a few textbooks that discuss numerical methods and C programming, I was gladly surprised when browsing through "programming in C with numerical methods for engineers" by Rojiani. I understand of course it's important that one need to have a solid background in numerical methods prior to try implementing them on a computer.
I would like to know if someone here has been using this book and if possible point out strengths and weaknesses of this textbook.
Thanks a lot...
Hi All,
I need to understand Continuations in Scheme for my upcoming exams and I have no idea about continuations at all. Can anyone please suggest me sources of how to go about learning continuations?
Regards,
darkie
Hi,
I want to compare two double values till the second digit from decimal point. I am using following statement but I think it is not working properly.
dbl1.ToString("g2", CultureInfo.InvariantCulture).Equals( dbl2.ToString("g2", CultureInfo.InvariantCulture))
Am I missing anything here?
Hi there,
We are using a client application to print out grade sheets from an online application.
This has been working flawlessly until the systems were upgraded to IE 8. I now receive this error (Access Denied): http://img707.imageshack.us/img707/5259/62270489.png
Apparently, this is a known issue and it cannot be solved.
How can I print HTML from a WinForms application without using the IE WebBrowser control?
Thanks,
Martin Wiboe
Hi,
there is a poker-system in java, that uses Collections.shuffle() on all available cards before the cards are dealt.
So a collection of 52 cards 2-9, J, Q, K, A in 4 types.
After that we Collections.shuffle().
The problem is, that it seems (until now we didn't have big statistic, it's possible that we only see a lot of statistic inferences), that the algorithm is VERY unclearly.
So, is Collections.shuffle() okay for a poker algorithm?
Hi I am using Hibernate 3.0
Facing some issue with data saving.
in below code client is pojo that i want to save.
getHibernateTemplate().saveOrUpdate(client);
Issue. data is not reflect in database. but when i restart my web server its show the record in DB.
Hi,
As part of a homework assignment, I have to program a simple chess game in Java. I was thinking of taking the opportunity to experiment with recursion, and I was wondering if there's an obvious candidate in chess for recursive code?
Thank you,
JDelage
Hi there,
I have a strange issue where i have a a HttpHandler having its ProcessRequest() event firing twice.
i have nothing else in the class except a pointer to a static method so i'm lost.
I have done some googling to no avail even thought it appears a few people are having similar issues:
Code:
public bool IsReusable
{
get { return true; }
}
public void ProcessRequest(HttpContext context)
{
Common.Tracker.TrackPageView(context);
}
Hi guys, I am creating a little flash game for the facebook platform, but I am finding it very difficult to get any decent documentation on the graph api, so if anyone has a decent resource for a beginner to go and learn the basics, I would appreciate it very much, as I am struggling to grasp the concept.
Thanx!
Hi there,
I only wanted to know if it's possible to change the style of the font (font-size, color) of the legend text in the Google Chart API.
Thanks for your answers!
Greetings
Sebastian
Hi!
Is it possible to set 'clipping bounds' in JOGL? Like in Java/Swing i would like to set clipping bounds and all drawing/rendering outside those bounds would be ignored.
Hi,
I want to execute the following code:
methodName := thisContext sender method selector.
aClass selectors do: [:current | current == methodName ifTrue: aBlock].
Although the strings are equal, it never steps into the "ifTrue", I've tried converting both of them to ByteArray\String and it steel didn't work. Any ideas of how to compare them so I will get to the "ifTrue"?
Thanks in advance
Hi,
When I write the following class, I get the following compilation error:
could not resolve property
How can I achive the following:
class Employee{
String Name
String Email
Employee Manager
static hasMany = [desginations:Designation]
static constraints = {
Name(unique:true)
Email(unique:true)
}
Thanks,
Much appreciated.
Hi all,
Im making a simple alternative to the default linux system monitor.
Im looking to know how it lifts the process stats, which is displays in the Processes tab.
It probably runs off /proc, but im unsure.
Also, where could i find the source code for the system monitor program?
Regards
Paul
Hi,
I just updated my iPhone OS to 3.1.2(7D11) but when i tried to debug application in my device its not working. It is showing
Code Sign error: Provisioning profile 'AF7973F9-B977-44F5-98C4-0C1976A41B10' can't be found
Also in the organizer window its showing "XCode cannot find the software image to install the version"
Can anyone help me in solving this.. please help needed
Thanks,
Shibin