I'm using just a straight retrieve on a JS file: head = document.getElementByTagName newScript = document.createElement newScript.type = "text/javascript" ...
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...
10499
scripter93
Mar 30, 2012 8:12 pm
It will point out where errors are in the json you paste into it....
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...
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?...
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...
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...
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...
10493
George Henne
ghenne
Mar 30, 2012 12:45 pm
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...
10492
George Henne
ghenne
Mar 30, 2012 12:45 pm
Thanks! George Henne NS BASIC Corporation http://www.nsbasic.com...
10491
Christian Probst
winvetpro
Mar 30, 2012 11:47 am
Good point Bob! I'm sure George is careful anyway with that. Best regards Christian...
10490
NsBasic_Apps
tryinghard1129
Mar 30, 2012 11:39 am
George, as I monitor the list(not doing any coding due to health), I see many excellent suggestions for new features. New features are great, but for the...
10489
kynao.yooky
Mar 30, 2012 6:23 am
As we are he in the context of fast prototyping, i also suggest the use of Redbean http://www.redbeanphp.com which allow to define the db models through the...
10488
kynao.yooky
Mar 29, 2012 8:58 pm
For sharing it, i opened a space dedicated to such things on assembla => http://www.assembla.com/spaces/NSBasic/wiki/bMpQvaEAur4BwkacwqjQYw...
I have an application that downloads several files from the server, reads the records into a database, and then reads the records back to populate combo boxes...
10485
baldwin_peter@...
baldwin_pete...
Mar 29, 2012 7:55 pm
I have been using NSbasic for a couple of months and trying to configure some of the properties in Controls such as Grid (such as how to define the parameters...
10484
kynao.yooky
Mar 29, 2012 7:47 pm
Excellent. It's also mentioned : "It would be great to have the window resize automatically in Chrome, but that does not work". I imagine you will make a blog...
10483
scripter93
Mar 29, 2012 5:34 pm
Thank you!...
10482
brianwelsh73
Mar 29, 2012 4:59 pm
Thanks for the idea. That kind of stinks creating your own through code. Now I have to find some software that is free to tear the gif apart so that I can do...
10481
brianwelsh73
Mar 29, 2012 4:30 pm
I think that I have it figured out as far as a control. I can have it pop up with a msgbox and tell me where I touched the control. How do you have it tell...
10480
George Henne
ghenne
Mar 29, 2012 1:56 pm
Have a look at the Four Stroke Engine sample in the Files section here. George Henne NS BASIC Corporation http://www.nsbasic.com...
10479
George Henne
ghenne
Mar 29, 2012 1:52 pm
touches will give the x any y coordinates of the touch. Make a little test program to output the values after a touch so you can see how they work. You can...
10478
George Henne
ghenne
Mar 29, 2012 1:45 pm
There's a blog post here on this topic: <http://www.nsbasic.com/blog/?p=425>...
10477
George Henne
ghenne
Mar 29, 2012 1:33 pm
Yes, you can do this. The manifest has a NETWORK section for this purpose. <http://www.html5rocks.com/en/tutorials/appcache/beginner/>...
10476
George Henne
ghenne
Mar 29, 2012 1:25 pm
You can also sell desktop versions of your apps on the Chrome Web Store: <http://www.nsbasic.com/app/technotes/TN10.htm> George Henne NS BASIC Corporation ...
10475
lazaroinfo
Mar 29, 2012 12:49 pm
Hi all !! How to copy data base of mine desktop (chrome) for mine tablet android? I go to deliver in tablet already with the table products filled, this table...
10474
brianwelsh73
Mar 29, 2012 12:27 pm
What is the correct coding for moving an object. I saw the ongesture example that shows the rotate and the sizing. I want to be able to move an object. I saw...
10473
brianwelsh73
Mar 29, 2012 12:20 pm
Does anyone know if there is a way around the gif animations not working on the droid....