Hello George and NSBasic Team. I've installed 2.1.0.1 yesterday and today, when I were doing some test with my iPhone I realize that my app zoom's the screen...
Hi I have NSB version 2.1.0.1 and the .getValue() and .value() properties of radio buttons don't seem to work properly. This is even the case in the sample...
I ran into a very strange limitation on numeric values. I have a modal form with a calculator keypad, for the user to enter strictly numeric values based upon...
Hi, Just did a new build of my app and when I went to activate it on Google, the versionCode was 1 ! My previous versionCode was 220. Any ideas? Ted...
Hi Helen, unless you take special precautions in your code (checking for the browser accessing it, and stopping if it isn't a mobile browser), it is much...
You're right, Tom. I was trying to copy in the middle. When I scrolled to the top I could get a selection rectangle. Tap on the bottom of the rectangle and...
Hi Helen, a very nice tool! I managed to copy part of the source, by tapping at the beginning of a line - a selection rectangle appears. This can be enlarged,...
Heads up - OSXDaily posted an article on how to view source code for any web page on an iPad or iPhone. I did not find a way to actually copy the source code....
Interesting post, but here's an alternative view: My focus is on getting applications out the door quickly and efficiently, but my clients are companies that...
Hi Since a form is not scroolable in nsbasic, i´ve read that i can "push everything into an html view". I assume that thei were talking about listcontrols,...
Hi Peter: I was in the same boat as you are when I tried to get my head around NSBasic App. There were a number of technologies beyond Basic that I felt I...
I suggest CoffeeScript (http://coffeescript.org/) support into NSBasic. Description : "CoffeeScript is a little language that compiles into JavaScript....
I would set up a log of events to see what is going on. In each js file, add some code to log the operation and time stamp, then analyse where the delay is....
Hi, do you have 2 records with the same primary key field in your data? That's not possible. If you don't have a field that is unique for each record and can...
My table has primary key . But after displaying the error message data table displays the same record (in which the error occurs ). If primary key is not...
Hi, This is a typical message from SQL that happens when an index or primary key condition isn't fulfilled. Do your tables have a primary key field? Then...
While trying to copy the data from json file to sql error message says "(19 constraint failed)(Code1)" . There are 26 tables each starting from each alphabetic...
I'm using just a straight retrieve on a JS file: head = document.getElementByTagName newScript = document.createElement newScript.type = "text/javascript" ...
audio1.play() audio1.pause() ???????????????????? audio2.play() Is it possible to have this happen in middle of code without a button push. It looks like the...
You might also look at information on HTML. App Studio translates your project into HTML, and many HTML features can be controlled within App Studio. For...
I assume you're using Ajax() to get the files. Do you have something like this to watch for completion? Function done() If req.readyState<>4 Then Exit Function...
I'm not holding my breath on this one. The problem is existed for 4 years and I don't know how many versions of Chrome. If Google wanted to fix this, they...