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 all,
Am working on file / folder event capturing of OS X 10.5 and 10.6 versions. My application is developed using Python 3.1.1. Donno whether FSEvents are supported by Python 3.1.1.
If FSEvents are not supported by Python 3.x, is there any other way to do this using Python 3.x?
regards,
Kingsley Reuben
Hi
I have written a pgsql function along the lines of what's shown below. How can I get rid of the $1, $2, etc. and replace them with the real argument names to make the function code more readable?
Regards
Peter
CREATE OR REPLACE FUNCTION InsertUser (
UserID UUID,
FirstName CHAR(10),
Surname VARCHAR(75),
Email VARCHAR(75)
)
RETURNS void
AS
$$
INSERT INTO "User" (userid,firstname,surname,email)
VALUES ($1,$2,$3,$4)
$$
LANGUAGE SQL;
hi,
we want to implement a project documentation process for gathering our information and also decide an approach for further use.
we know only oracle AIM which is suitable and well-craftted for this matter but the problem is the price of it.
I want to know is there any similar application like oracle AIM available for doing project documentation process?
regards.
Hi,
I'm using Delphi 2010 to create a SOAP Server. The server is created as a ISAPI/NSAPI DLL. I then add an interface with some sample methods.
If I try and build this project I get this compiler error:
Building Project1.dproj (Debug configuration)
[DCC Fatal Error] Unit1.pas(6): F2063 Could not compile used unit 'msxml.pas'
Failed
Elapsed time: 00:00:01.5
Where should I start looking to resolve this issue?
Regards
AJ
Hi,
What does the "Structured" word means in SQL?
Is it because this(SQL) language statements are organized into Clauses, expressions and predicates?
Because of this organization, is it called "Structured" ?
Kind Regards,
Pavan.
My Application having TreePanel Element and I have to select the root node at the begining to add child node underit.
When I try to click on root node using its XPATH
String locator = "//div[@id='resultPropertyTree']/div/table/tbody/tr/td";
selenium.clickAt(locator,"0,1");
The entire element is going invisible hence script throwing debug exception saying the element is invisible/not got the focus etc.
Can anybody help me out on handling above is appreciated.
Regards
Sai
Hi, i was wondering if it was possible to create email forwading accounts on the fly as I have created subdomains for uses profiles i.e. user.profile.com and was wondering if I could create [email protected] to forward to their email account?
Regards,
Phil
i have a win form named A , A contains lots of different controls ,first contains a main groubbox and this groupbox countains lots of table and others group boxes. i want to find a control which has tab index 9(example) in form A but i dont know which groubox contains this control. how i found this control.
regards
Shailesh
I have download eclipse for php in winodws, i am new to this, can anyone tell me, like how to run a php program in eclipse environment
I need to know the dependencies, i need to install to run eclipse and also tutorial if possible,
Regards,
RAVI
Hello, I'm trying to Start command promt process with args. Now I want to obtain information about errors if they exist.
someProcess = System.Diagnostics.Process.Start(cmd, someArgs);
Best regards, loviji
hello, im writing a Usb driver and i have an issue.
when i insmod the driver with the device already plugged in before, the probe function is not called. it is only called after i disconnect the device and plug it again.
i wanna make it work when i start my pc with the device plugged in.
could someone please help me?
best regards,
jacob.
How can I check this:
$something = array('say' => 'bla', 'say' => 'omg');
How can I check if the $something['say'] has the value of 'bla' or 'omg'
Best Regards,
Is there a way to see the memory usage of NIO buffers? There is the non-heap memory section in JConsole, but I do not think this includes the NIO buffers?
Operating system is Linux (Ubuntu or CentOS) if that would matter.
regards,
Wim
Hi
i hv designed one user control, and used on my aspx pages whereever needed.
my user control does not have tag.
now i want to call some javascript function onload of this user control.
can anyone tell me how to achieve....... ?
any help appreciated
Regards,
Manoj
Hi all,
I am getting data in the Social App in form of JSON. I am using OpenSocial v0.9 Templates to render data in the App with the tag but the problem is I want to render data in tabular form, but with it repeats items in a row so is there any way possible!
Regards,
Abhishek
Hi there,
Does anyone know of a good open source toolkit that allows level designer and graphic designer or someone with basic programming experience to create multiplayer online Role Playing Game ? The game can be a simple 2D interface in a 2d virtual world.
I know Microsoft have a starter kit something like the following :
http://creators.xna.com/en-US/starterkit/roleplayinggame
that allows developer to create RPG game running on XBox platform but i am looking more on multiplayer role playing game on the web platform where player can play directly with their browser.
regards
Andrew
Hi,
our Webpage:
http://www.checkdent.com/mobile/sv.php?id=12332181087788749
looks fine on Android G1, but comes resized on the Google Nexus
(higher resolution)
Half part of the Page is outside of the View!
I implemented as mentioned at several places the:
target-densityDpi=device-dpi
< meta content="minimum-scale=1.0, width=device-width, , target-
densityDpi=device-dpi, maximum-scale=0.6667, user-scalable=no"
name="viewport" /
it works great within the 'android browser' but in my Webview
Application it still resize!!
What can i Do?
Regards Chris
hi all,
all i need to do is,
when i launch my app,contacts of my iphone should come up.
exaclty same as we see on contact.
any suggestion,how can achieve it.
regards
shishir
Is it possible to check if FinalBuilder is running a script with code?
I would like to make a small application that can remotely start building a project on a remote machine, but only if its not running a script already.
regards,
-Vegar
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 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 Guys,i have 5 text views to be added horizontally,and it needs to occupy the displaywidth.When i change the screen orientation,it should change based on it.Is that can be done by Layout or it should be done programmatically
Regards
Rakesh Shankar.P