I have not tried this for font, but jQuery has a nice tool for designing your own theme: <http://jquerymobile.com/themeroller/> Themes a, b and c come...
Tom: First this is what I do with SQL statements: C = LastName Call AddSingleQuote() ' or move appropriately Replace(C,"'","39;'") A = "UPDATE Names Set Name='"...
Hi John, ... I misunderstood your comment about enclosing in single quotes - inside SQL statements the way you do it is probably the usual way. By the way, if...
I installed 2.0.2.1 and loaded my working project from 2.0.2 and it would not run (worked just fine in 2.0.2). It was saying that it could not find a function...
I often close functions using the -/+ so that I can just work with the code at hand. However the state of these closed functions are not reinstated after...
Yes it works now. I've also noted that sometimes JS translation truncates calls to function names that are like names, for instance DBonGetRecord and...
I need to call an external java library and pass a method with parameter. In Android WebKit, this is enabled by this call addJavascriptInterface(Object,...
addJavascriptInterface() is a Java call out to JavaScript code. I'm not sure that is specifically what you need to do. Have you looking at wrapping the Java...
In theory, yes. You'd have to use the touch events to determine if the user's finger is touching the button, then use a webkit transform call to change its...
Don't get me wrong because I really do love NS Basic, what concerns me are all the issues that pop up when a new version is released. There is almost something...
It may be premature to come to this conclusion. None of the changes we have made so far to the 2.0.1 release were as a result of its new features. Most of them...
Hi George, Thanks for the Post. The Data I want to send back is a JSON string stored in a textfile. I am using document.getElementById('txtData239;).innerHTML =...
Fortunately for me, my only consistent problem I have is getting sounds to play on iPhone ios5. I've tried Mp3, png and they all play in chrome but not on...
Does anyone know of a site that might have sound files that are known to play on iPhone. I can get my audio files to play in chrome but not on ios5. Audio...
From docs on the web: The method allows you to expose some java object to javascript. You can then invoke methods of the object withing javascript and those...
Hi, have you tried the AudioVideo sample (under 4. Features)? That uses a .wav file, which works on my iPhone (iOS 5). A few questions: 1. what server are you...
I deploy to a hosted server and all works from chrome, I have tried .wav without success. Some files will Play if they are the only one assigned to the audio...
Hi, I've also tested an .mp3 file, by replacing the .wav file in the sample with a music file of my own. Be careful, you have to have the name of the music...
Hi, and 1 more: .m4a (AAC) also works. With .wav, .mp3 and .m4a the most popular audio formats should be covered. You can try the test app I deployed on your...
Christian, I've tried changing the music file after first opening the program on the iPhone, and that created an error message. I used the AudioVideo sample,...
Today I deploy a new version to my application at nsbapp, when I try to use this verion on my Chrome Browser or in my iPhone it identifies a new version and...