1. Does it work as a web app? 2. On the Samsung, are you using Android Browser or Chrome?...
18176
George Henne
ghenne
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
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
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
Jun 18, 2013 4:17 pm
What keyword did you enter?...
18172
gopalakrishna
sgjoisa
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
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
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
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
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
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
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
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
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...
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
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
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
Jun 17, 2013 4:42 pm
I did not know that...thank you!...
18159
c185driver
Jun 17, 2013 4:40 pm
Thanks, Neil. I too was able to set up an interim 'catcher39; of sorts to capture the 2nd set of clicks. We do what we must! :-)...
18158
Neil
conthemaster
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
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
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
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
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
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
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
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
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
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
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...