Tagged Questions

0
votes
1answer
15 views

How to call a VB.NET application from a remote system by Java servlets?

I have an application in VB.NET. I want to call that application from a remote system by using Java servlets. Can anybody tell me the methods for that?
2
votes
2answers
44 views

Is there a way to get to know if the user is on call while using my app?

Is it possible to identify whether the user is on a phone call while using an app. Here is the scenario: I get a call I accept the call Tap the home button Launch an app At th …
1
vote
4answers
148 views

JavaScript IE appendChild() - Unexpected call to method or property access

I have been having this problem in IE. I have two divs which I use to drag selected elements from one to another. Lets say I have a child element (also a div) in div1 and some chil …
0
votes
2answers
32 views

How can I get a method to call in a class while the user is in a view of another class?

I have an iPhone app based on a tabBar and tableViews. I want the user to be able to click on one tab and access options for filtering the data in the initial tableView. The probl …
0
votes
4answers
63 views

Calling PHP Class

Is there any way to call a php class (eg. $var = new className) and have var store the value returned by the className function? Or, is there a way to call a class and not have it …
0
votes
1answer
54 views

Replacing FAR by nothing and PASCAL by __stdcall

I'm accessing a DLL through : int (__stdcall *Send) (char *); Send = (int (__stdcall *)(char *)) GetProcAddress(hmModule,"Send"); The original call uses: int (FAR PASCAL *Send) …
2
votes
3answers
113 views

Call hierarchy and/or data flow tool for Scala.

Hi. Is there an IDE/Tool/script/something that can show call hierarchy and/or data flow in Scala+Java programs (preferably from source code). Or (as a backup plan) is there a tool …
0
votes
2answers
84 views
3
votes
6answers
168 views

Call assembly in buffer in C

Is this possible? I want to place intel assembly code into a char buffer, and then execute that code from within a C program If I placed the assembly code into a buffer, could I …
0
votes
2answers
25 views

How call function jquery in the event inserted of a formview

Is it possible to call the inserted event of formview in asp.net? from jquery for example: $ ('#FormView1').Inserted (function () (/ / code .... how do it???
1
vote
1answer
45 views

jquery scripts inside a page called via an ajax call

So, these script don't want to work. Not sure what to do. If i run the page B by itself, everything works fine. If the page A makes an ajax call to page B, none of the scripts with …
0
votes
2answers
99 views

Call stack corruption between boundaries

This feels a lot like finding a needle in a hay stack but here goes. I'm building a Windows Mobile 6.1 application. Specifically I'm trying to port over the OpenCV framework. Havi …
-1
votes
2answers
111 views

call another applet in an applet

I want to call (just display another applet)one applet from another applet . I just placed a button on my first applet and on its actionperformed method used the getcontextapplet() …
0
votes
1answer
80 views

IPHONE: How do I override the “cancel\call popup-box” that comes when dialling a number programmatically?

Hi.. I'm currently developing a project that at some part calls a number of the user's choosing. I use the snippet below to call the number. [[UIApplication sharedApplication] op …
4
votes
3answers
124 views

Is there a way to tell if your app is being used while the user is on the phone?

There are certain portions of my app that would be better to highlight to the user if they're on the phone. Is there a call to check to see if we're on the phone? Unfortunately, " …

1 2 3 4 5 next
15 30 50 per page