We always try to keep a blend of fixes and features in each new release. New features are important to attract new customers (important, if we're going to stay...
10494
George Henne
ghenne
Mar 30, 2012 12:47 pm
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...
10495
George Henne
ghenne
Mar 30, 2012 1:13 pm
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...
10496
George Henne
ghenne
Mar 30, 2012 1:15 pm
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...
10497
George Henne
ghenne
Mar 30, 2012 2:02 pm
Have you tried putting something like a full screen picturebox as a base layer for your app?...
10498
scripter93
Mar 30, 2012 5:19 pm
Hello, How can I do this with a jqm 'button39;? <input id='openfile39; type='file39; name='datafile' size='4039;> Thank you...
10499
scripter93
Mar 30, 2012 8:12 pm
It will point out where errors are in the json you paste into it....
10500
brianwelsh73
Mar 30, 2012 8:35 pm
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...
10501
Lee Church
lchurchmts
Mar 31, 2012 5:35 am
I'm using just a straight retrieve on a JS file: head = document.getElementByTagName newScript = document.createElement newScript.type = "text/javascript" ...
10502
gopalakrishna
sgjoisa
Mar 31, 2012 11:30 am
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...
10503
computerhusky
Mar 31, 2012 11:42 am
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...
10504
gopalakrishna
sgjoisa
Mar 31, 2012 1:59 pm
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...
10505
Thomas Gruber
computerhusky
Mar 31, 2012 2:28 pm
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...
10506
George Henne
ghenne
Mar 31, 2012 3:41 pm
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....
10507
kynao.yooky
Mar 31, 2012 3:43 pm
I suggest CoffeeScript (http://coffeescript.org/) support into NSBasic. Description : "CoffeeScript is a little language that compiles into JavaScript....
10508
Rachel Loyd
Just4Fun00
Mar 31, 2012 3:51 pm
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...
10509
George Henne
ghenne
Mar 31, 2012 3:54 pm
We've batted this one around here, too. George Henne NS BASIC Corporation http://www.nsbasic.com...
10510
the_kid_speed72
Mar 31, 2012 4:28 pm
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,...
10511
Lee Church
lchurchmts
Apr 1, 2012 3:31 am
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...
10512
Helen
hsandoz1
Apr 1, 2012 10:25 am
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....
10513
Thomas Gruber
computerhusky
Apr 1, 2012 10:54 am
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,...
10514
Helen
hsandoz1
Apr 1, 2012 11:34 am
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...
10515
Thomas Gruber
computerhusky
Apr 1, 2012 12:46 pm
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...
10516
kynao.yooky
Apr 1, 2012 2:12 pm
A direct competitor : Kendo UI http://www.kendoui.com/web.aspx...
10517
scripter93
Apr 1, 2012 5:04 pm
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...
10518
scripter93
Apr 1, 2012 5:21 pm
No worries, I figured out how to include versionCode="nnn" in the config.xml file. https://build.phonegap.com/docs/config-xml...
10519
Lee Church
lchurchmts
Apr 1, 2012 8:37 pm
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...
10520
George Henne
ghenne
Apr 1, 2012 9:01 pm
What happens if you do a MsgBox with the result of FormatNumber? I tried a=1000 msgbox FormatNumber(a,2) It worked fine....
10521
jimmy.imossi
Apr 1, 2012 10:02 pm
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...
10522
jamalmortoza
Apr 1, 2012 11:53 pm
I wondered if there are any examples out there on how to do mapping and gis integration along with camera and databases :)...