I have placed 2 buttons on the form and a label box. I have changed the background color of the 1st button to Yellow with Black Text and the 2nd button to Blue...
11051
George Henne
ghenne
Apr 30, 2012 9:08 pm
Where is req defined?...
11052
George Henne
ghenne
Apr 30, 2012 9:12 pm
If you're using the jQuery Mobile framework, the buttons are highly styled by the framework. That style will override your settings when the button gets...
11053
Helen
hsandoz1
Apr 30, 2012 9:33 pm
I don't use phone gap - since I sell directly on my web site, I don't need Apple's AppStore or the Google market. Helen...
11054
Helen
hsandoz1
Apr 30, 2012 9:39 pm
The Kindle Fire is basically an Android device with a few quirks. NSB provides a form size for the Kindle, but I have found it needs a little adjustment to...
11055
Lee Church
lchurchmts
Apr 30, 2012 9:53 pm
Tried setting it up as a global variable – did not work Tried Thomas' suggestion (Function callbackfunc(req)) – did not work...
11056
lotsofcows@...
lotsofcows...
Apr 30, 2012 10:02 pm
Hi I'm designing an online (database not in manifest) database app. It's probably an opinion thing but am I better to use my data from the SQL database and...
11057
Lee Church
lchurchmts
Apr 30, 2012 11:18 pm
We take a significantly different path on applications: we develop line-of-business applications for companies that generate a significant portion of their...
11058
dicksklar
Apr 30, 2012 11:54 pm
Hi I have been using a TextArea object in my app. When its fixed-size area is over-filled with text, I need it to scroll with the user's finger. I have found...
11059
kynao.yooky
May 1, 2012 12:17 am
Just for the news : More news from MS Open Tech: announcing the open source Metro style theme for jQuery Mobile => ...
11060
Lee Church
lchurchmts
May 1, 2012 12:56 am
Most terrible style I could imagine. White text on a black background? Are you kidding me? Impossible to read except under the best of circumstances...
11061
cmc020378
May 1, 2012 1:28 am
George I found a solution to this. I uploaded a sample project (StockSymbolLookup)to the files section. It uses a jquery example that I found online. I added...
11062
gopalakrishna
sgjoisa
May 1, 2012 6:47 am
I have code like this : Dim members(10) members[0] = {"Name":"Rama","Age":"24","add1":"Mangalore"} members[1] = {"Name":"Narayan","Age":"15","add1":"Mumbai"} ...
11063
computerhusky
May 1, 2012 7:16 am
Hi, If you want to allow usage of your app while there's no Internet connection, you have to store the data on the device itself at least temporarily. When and...
11064
Thomas Gruber
computerhusky
May 1, 2012 7:48 am
Hi, have a look at your code - I tested it, and NSBasic changed the word Name to name in the if members[i].Name ... statement. if you use "name" instead of...
11065
gopalakrishna
sgjoisa
May 1, 2012 12:51 pm
This error occurs not only in the case of 'Name'; In my another app I have details of geographical co ordinates like city[0] =...
11066
George Henne
ghenne
May 1, 2012 12:56 pm
'name' is a also a common term in JavaScript objects, so it was doing case correction. We have changed this in the next build....
11067
George Henne
ghenne
May 1, 2012 1:03 pm
There isn't an easy way to do this yet - I'll put it on the list....
11068
George Henne
ghenne
May 1, 2012 1:04 pm
You could put it into a code module, wrapped in JavaScript ... End JavaScript...
11069
George Henne
ghenne
May 1, 2012 1:05 pm
Have you tried the RadioButton1.setValue() function in code, after reading the data in?...
11070
George Henne
ghenne
May 1, 2012 1:07 pm
No, that should not happen. If you still have this problem, send a short sample which shows this happening. My guess is that this is a problem elsewhere in...
11071
George Henne
ghenne
May 1, 2012 1:19 pm
Each control has its own css style, so it's not possible to change all of them at once. If you know some css, it is possible to modify the css styling, but...
11072
Helen
hsandoz1
May 1, 2012 1:26 pm
Hi George I have no background image for a new project and wanted a specific color for the background of a form. In the form onshow() I used the language in...
11073
jamalmortoza
May 1, 2012 2:04 pm
Thanks George I have been trying out the css settings but there are a good few so it is hit and miss for me. The radio button, the check boxes and the options...
11075
mapperkids
May 1, 2012 5:10 pm
Does it means, your users need to be online in order to use all the function on your apps? Thanks,...
11076
aj_rsm
May 1, 2012 8:51 pm
I see in the KitchenSink example how to create jquery mobile list, but is there a way to include the page transitions? Found here in the jquery mobile...
11077
George Henne
ghenne
May 2, 2012 9:31 am
We actually did a lot of work with transitions - some of the beta testers even got working code. But then we found a trade off. jQuery Mobile, unlike App...
11078
Helen
hsandoz1
May 2, 2012 9:59 am
No, the app runs offline and online equally. Helen...
11079
metex65
May 2, 2012 11:14 am
What is jQuery Mobile Framework? I open NSBASIC Select Vertical Ipad then place the buttons and set the button properties and code. Then test it in Chrome and...
11080
ivano monti
ivanomonti01
May 2, 2012 11:27 am
Jquery Mobile is essentially a mobile theme. WHen you choose from new project jquery you can buil an app with this framework with it's own themes. see: ...