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: 753
  • Category: Basic
  • Founded: Nov 15, 2010
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 18148 - 18177 of 18177   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
18177 George Henne
ghenne Send Email
Jun 18, 2013
4:41 pm
1. Does it work as a web app? 2. On the Samsung, are you using Android Browser or Chrome?...
18176 George Henne
ghenne Send Email
Jun 18, 2013
4:39 pm
You need to set up the labels as regular labels, then assign them to an array: lblGV[0] = Label0 lblGV[1] = Label1 lblGV[2] = Label1 ... Here's another idea......
18175 Thomas Gruber
computerhusky Send Email
Jun 18, 2013
4:32 pm
Hi Charles, you have to build the select statement as a string, containing the contents of the text box. like this: Dim selectstring selectstring = "SELECT *...
18174 George Henne
ghenne Send Email
Jun 18, 2013
4:26 pm
Good question! Simply changing TextArea.Height doesn't do the job. Try this: TextArea1.style.maxHeight="100%" We'll see if we can make this happen...
18173 George Henne
ghenne Send Email
Jun 18, 2013
4:17 pm
What keyword did you enter?...
18172 gopalakrishna
sgjoisa Send Email
Jun 18, 2013
4:11 pm
It is difficult to add array of labels to a form . For example I have 12 labels in a form and i want to set their id as lblGV[0] , lblGV[1] , lblGV[2] ........
18171 c185driver Send Email Jun 18, 2013
1:17 pm
The text box value is a string, but the text box is an object so needs to be inserted into the sql statement differently: sqlList3[0] = ["SELECT * FROM Events...
18170 mikexyzzy Send Email Jun 18, 2013
1:09 pm
Sorry, I'm missing something very basic with the new controls. I can't expand the height of a TextArea, although I can make it less. And I can manipulate the...
18169 c185driver Send Email Jun 18, 2013
1:06 pm
If it's always going to be the same db field, you could track that in a single array and call it from the click event: ownid = [] ownid[i] =...
18168 inpcle Send Email Jun 18, 2013
11:15 am
Hi all, I have made a listbox with values from a db. I can get multiple values in to the listbox but on a click event I want to have 1 of those multiple values...
18167 christophe7991 Send Email Jun 18, 2013
11:11 am
Scratch that: don't waste your time. Blind newb here: the first function referred to txtFirstNo.value twice. That explains it....
18166 christophe7991 Send Email Jun 18, 2013
11:08 am
Hi Thomas and all, Thank you for your response. I have uploaded a file (see Add2Form for debugging). Bug is as follows. When I increment the first number only,...
18165 inpcle Send Email Jun 18, 2013
11:02 am
Hi all, I want to get some data from the db based on a value of a textbox. I put data from the sql db in to a list and on click the selected value is displayed...
18164 christophe7991 Send Email Jun 18, 2013
10:32 am
Sorry about the late reply: I broke my foot and was out of circulation (Not looking for the sympathy vote, just apoligising for the late thanks to you both. As...
18163 jeff.binns@...
jeff.binns... Send Email
Jun 18, 2013
7:59 am
Hi Erkan, I made a very simple app to test your code. It has one button. ... Function btnSave_onclick() IniFileName = "test" backToString = "This is a test" ...
18162 George Henne
ghenne Send Email
Jun 17, 2013
9:13 pm
3D hardware acceleration is best seen when moving controls around on the screen. There isn't much else that can be accelerated. This means using the...
18161 Bilbo1972
rober_en Send Email
Jun 17, 2013
9:00 pm
Is there any way to use the hardware accelerated 3d hardware in Android to improve Nsbasic APP perfomance? In this post is explained how to use, but I don't...
18160 c185driver Send Email Jun 17, 2013
4:42 pm
I did not know that...thank you!...
18159 c185driver Send Email Jun 17, 2013
4:40 pm
Thanks, Neil. I too was able to set up an interim 'catcher&#39; of sorts to capture the 2nd set of clicks. We do what we must! :-)...
18158 Neil
conthemaster Send Email
Jun 17, 2013
4:14 pm
This was causing a major issue on my grid selections. My App needs to allow different rows to be selected on my grids and the double click was causing rows to...
18157 computerhusky Send Email Jun 17, 2013
3:43 pm
Hi, your final question is justified - but don't forget that the "onclick" is already a summary event, on a mouse of button press and button release, on a...
18156 George Henne
ghenne Send Email
Jun 17, 2013
3:34 pm
The problem has been fixed in the next build, but the workaround is easy. In Form properties, set fullscreen to true. (You can change it back)....
18155 c185driver Send Email Jun 17, 2013
3:31 pm
Thank you, Thomas. Are you responding to the original post or to Neil's S4 experience? I'm using the iWebKit menu and it's in the Chrome browser. Thanks to the...
18154 Care
care_o_and_g Send Email
Jun 17, 2013
10:00 am
Hi, I have an app which use ongesture to rotate image using webkit transform , rotate. It works on iOS but does not work on android samsung. I used phonegap...
18153 Thomas Gruber
computerhusky Send Email
Jun 16, 2013
9:05 pm
Hi, which type of menu do you mean, jqWidgets or iWebKit? The behavior is different! I just tested this on a HTC One for - here are the functions that work: ...
18152 Neil
conthemaster Send Email
Jun 16, 2013
6:23 pm
I'm having the same issue and thought it was my new device.( S4) It's occurred on buttons and grid controls so far as I can tell. Sent from Samsung Mobile on...
18151 c185driver Send Email Jun 16, 2013
5:24 pm
I recently discovered a problem on my Android device where touching a menu item results in the onclick event firing four times rather than the (already...
18150 Neil
conthemaster Send Email
Jun 16, 2013
12:49 pm
This could be related to my picturebox issues on Samsung S3/S4... Sent from Samsung Mobile on O2 ... From: Thomas Gruber <computerhusky@...> Date:...
18149 willrob1968 Send Email Jun 16, 2013
12:24 pm
I know it's not ideal but what I did was to open up my old apps in 3.12 (create a new project first) select all the data on each form and copy and then paste...
18148 elombert Send Email Jun 16, 2013
12:20 pm
Yes, if I set the fullscreen to true it shows the titlebar now. I did not try that because the new features of 3.1.3 says it sets fullscreen to true by default...
Messages 18148 - 18177 of 18177   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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