Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nsbasic-app · NSB/AppStudio

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 744
  • Category: Basic
  • Founded: Nov 15, 2010
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 9153 - 9182 of 17567   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9153 George Henne
ghenne Send Email
Feb 1, 2012
9:27 am
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...
9154 John Calhoun
johncalhoun16 Send Email
Feb 1, 2012
2:56 pm
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='"...
9155 Thomas Gruber
computerhusky Send Email
Feb 1, 2012
3:26 pm
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...
9156 leslie.peaker Send Email Feb 1, 2012
3:32 pm
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...
9157 John Calhoun
johncalhoun16 Send Email
Feb 1, 2012
3:36 pm
George: I may be doing something wrong here but I used the following code and it did not call the AjaxDone function: ...
9158 leslie.peaker Send Email Feb 1, 2012
3:39 pm
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...
9159 George Henne
ghenne Send Email
Feb 1, 2012
4:09 pm
It could be that changing the code forced a recompile of the code module and resolved whatever the issue was. Everything OK now?...
9160 George Henne
ghenne Send Email
Feb 1, 2012
4:09 pm
This one might be tough. I'll ask the guy working on it....
9161 leslie.peaker Send Email Feb 1, 2012
4:22 pm
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...
9162 Lee Church
lchurchmts Send Email
Feb 1, 2012
5:03 pm
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,...
9163 George Henne
ghenne Send Email
Feb 1, 2012
5:11 pm
Yes, please do!...
9164 George Henne
ghenne Send Email
Feb 1, 2012
5:15 pm
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...
9165 yahn
awtz_infatua... Send Email
Feb 1, 2012
5:22 pm
is it possible to create a fish-eye menu in nsbasic using javascript?...
9166 George Henne
ghenne Send Email
Feb 1, 2012
5:31 pm
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...
9167 bhill_80@...
tryinghard1129 Send Email
Feb 1, 2012
5:32 pm
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...
9168 bhill_80@...
tryinghard1129 Send Email
Feb 1, 2012
5:49 pm
I will concede the end platform could make a major difference, I was referring to IDE issues Bob...
9169 George Henne
ghenne Send Email
Feb 1, 2012
6:01 pm
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...
9170 haisiko Send Email Feb 1, 2012
6:02 pm
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('txtData2&#39;).innerHTML =...
9171 bhill_80@...
tryinghard1129 Send Email
Feb 1, 2012
6:09 pm
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...
9172 bhill_80@...
tryinghard1129 Send Email
Feb 1, 2012
6:13 pm
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...
9173 Lee Church
lchurchmts Send Email
Feb 1, 2012
6:40 pm
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...
9174 Thomas Gruber
computerhusky Send Email
Feb 1, 2012
7:07 pm
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...
9175 bhill_80@...
tryinghard1129 Send Email
Feb 1, 2012
7:18 pm
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...
9176 Christian Probst
winvetpro Send Email
Feb 1, 2012
7:30 pm
So you can't play audio with src assigned at runtime. Different thing! I suspect your assignment doesn't work. Best reagards Christian...
9177 George Henne
ghenne Send Email
Feb 1, 2012
7:32 pm
Have a look at the ReadFile sample. I think you want to do is the same as the "ReadFile local" button....
9178 Thomas Gruber
computerhusky Send Email
Feb 1, 2012
7:32 pm
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...
9179 Thomas Gruber
computerhusky Send Email
Feb 1, 2012
7:33 pm
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...
9180 bhill_80@...
tryinghard1129 Send Email
Feb 1, 2012
7:36 pm
So, I have to specify multiple src names assigned to the audio control In properties? If so, how do I do that? Bob...
9181 Thomas Gruber
computerhusky Send Email
Feb 1, 2012
7:37 pm
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,...
9182 Marcello Ladeira
marcello_lad... Send Email
Feb 1, 2012
7:42 pm
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...
Messages 9153 - 9182 of 17567   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help