Is it possible to enable native browser autocomplete for textareas. Would like something that works just like the input-text construct, but for textarea in order to support multi-line input.
Hi,
I'm still checking everything out.
I'm wondering what the limitations are if we develop the app using Titanium.
What cannot be done using Titanium, for iPhone and for Android?
What things can only be done using only the the native tools?
I heard that performance could be an issue. How bad is this going to be?
Thank you in advance. :)
At the moment I execute a native process using the following:
java.lang.Process process = Runtime.getRuntime().exec(command);
int returnCode = process.waitFor();
Suppose instead of waiting for the program to return I wish to terminate if a certain amount of time has elapsed. How do I do this?
It looks like you can host native code on Azure: http://msdn.microsoft.com/en-us/library/dd573362.aspx. Is it possible to run a socket server (listening tcp/udp) here? And even hosting a CLR on top?
Hey guys,
I've been reading about the new native client support for chrome and I was wondering what are the advantages/disavantages compared to writing Java applet with a certificate?
Quick note: A java applet with a security certificate can execute code on the user machine and "by-pass" the Java Security Manager.
Thanks,
-hbt
Can anyone suggest a performance analysis tool that runs on win32 on a native c++ app?
How about one that runs on Windows Mobile?
(Preferably one that does not cost too much)
Thank you.
is it possible to someone to invent a new programming language in his native language , and if it possible
how to do that and what the tools he need to write compiler for it .
thanks .
I tend to believe that developing mobile applications in an enterprise environment is best suited by developing intranet web applications. That said I have been asked to think about whether there are specific enterprise applications that could only be accomplished or would be more successful as native applications. I am curious as to what the Stack Overflow community thinks.
Note: As an organization we primarily use BlackBerry devices but are other platform curious.
I'm using 2005 and the Native XML WebServices. The integrated authentication via HTTP:80 works fine. But i need the basic authentication which requires SSL. So if i change the web service to ssl i always get a connection reset (101). I tried several ports 80,443,9999 with the same outcome.
What is the error?
Hello everyone. Does anyone know how to access webcam native controls such as the zoom, brightness level from the command line interface?
How does programs like messenger and skype list those options and are able to control those settings?
I am trying to do this to an AIR 2 app and know that we can access NativeProcesses etc now.
Anyone have any ideas?
Thanks for the help.
It is possible to develop native applications and load application onto iphone/ipod devices before paying a Apple Developer Connection membership fee?If anybody knows please give me some idea about that.
Hi all,
I am developing a Windows Mobile application using WM6 SDK. The application is a Managed code (using C#) & I would like to know the steps to be taken in order to call native functions.
Thanks for the help,
Abdel Olakara
Hi everybody:
I am writing a C++ application that needs to execute SQL queries in a SQL Server DB and I want to do it using SQL Server Native Client.
The MSDN documentation has no a full reference on it and has a few examples so I am looking for some site having more information on how to connect, execute queries and retrieve results using this API.
Do you guys know where can I more info on it?
Thanks in advance,
Ernesto
So this my first question here, let's look how it works.
I'm working on a project, which has to to provide a "Native XML WebService" on a SQL Server 2005. The web service and the WSDL generation works fine. But there are troubles with the authentication.
Is it possible to turn the authentication off (The tests and the documentation by Microsoft say no.)?
And if so how?
Hi,
As we know AWT classes uses native OS libraries for creating GUIs but Swing uses Java library itself for creating the GUI.Can anyone please give me an example of the Windows OS library corresponds to a AWT GUI ?
Thx
I stumbled on a very odd problem while trying to set up a JMenuBar with the native look and feel of Gnome. Here is a screenshot:
http://img23.imageshack.us/i/issuel.png/
It has to say File there but it gets cut out.
http://pastebin.com/CjFhmxcf
http://pastebin.com/gwB3vnC3
Any, help is appreciated!
Anyone have numbers on how many machines / % of internet uses have Google Native Client?
I'm curious about google NaCL as a platform: it seems to combine the best of the web (just a webpage, accessible on any machine) and desktop apps (OpenGL, C/C++ power). The only question is -- what percent of the world actually use it.
Anyone have data on this?
Thanks!
I am building an application in java swing and I am using the following code to give the UI a native OS look
try {
UIManager.setLookAndFeel(
UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {
e.printStackTrace();
}
On a OS X, the look is fine, but on windows (XP and 7) the buttons look like this.
I have used this exact same code on other projects and it works fine. But in this particular project I get a completely different look.
Thanks in advance!
A POM dependency contains native libraries (DLLs inside a JAR file). How do I programmatically look up the path of the downloaded JAR file so I can pass it into "java.library.path"?
Creating an application to send a encrypted message and would like to open the received message in the native inbox via asking the user to enter a key to decrypt the message.
Hi,
What I know that we can't develop a native app in iPhone which uses secure transaction(banking, purchasing etc). If we want to do so, we need to use Browser in app.
Just let me know if I am correct. Is there in link which clarifies my concern.
Thanks
SD
Why isn't there a designer for native api forms in Visual Studio? Similar to Delphi?
If there exist some programs, tools etc, please advice.
What is the best approach to design complex windows in pure API?