In the properties window at design time, you can place CSS style info into the cellstyle or style boxes (they appear to have the same effect on a grid control...
17650
c185driver
May 23, 2013 4:08 pm
Oops, meant to place the two border styles together since that is what you were asking about: border:1px solid gray; border-collapse:collapse; border-collapse...
17651
gopalakrishna
sgjoisa
May 23, 2013 5:08 pm
I am doing this in Form1 . Menu1 is situated in Form2 . After I am doing ChangeForm(Form2) . But I tried several projects to test it . Just now tested your...
17652
pkbkk
12:06 am
c185driver, Thank you so much for the sample codes. I'm really excite to test it, and I will try it this evening at home....
17653
rqtek
2:13 am
Works, fantastic thanks...
17654
rqtek
2:18 am
I am populating a List at runtime which works fine however when I click on the runtime list item it does not return an index using List1.getItem(I) as per the...
17655
Leslie Peaker
leslie.peaker
2:46 am
We know we must use an image object to achieve this, but I'm pretty sure that the new full screen option will solve different screen sizes by setting the image...
17656
jeff.binns@...
jeff.binns...
4:38 am
I've seen from a few threads that people have been trying to send data to Dropbox. I was wondering whether anyone has had any success with this? I just want to...
17657
Enno Bussmann
ebussmann...
8:26 am
I want to use a modified jquery button but am missing something. The sample is not really helping unlike the exceptional bit on local storage. Any additional...
17658
Enno Bussmann
ebussmann...
8:32 am
I'm actually working on a small app in French and have problems with letters like _é_ and the like in button 'values39;. Any remedy ? I'm actually working on a...
17659
Enno Bussmann
ebussmann...
9:00 am
I'm actually working on a small app in French and have problems with letters like _é_ and the like when trying f.i. to change a button's value in code....
17660
porterdude21
9:20 am
I'm trying to work with a large (map) image in picturebox. The image is 6500 X 5000 px, (1 MB file)... ...it won't load on the iPad and I'm assuming it's too...
17661
rqtek
10:54 am
Please disregard. Error with type of value entered....
17662
George Henne
ghenne
11:01 am
PictureBox is based on the HTML5 Canvas element. I was able to find this: <http://stackoverflow.com/questions/6081483/maximum-size-of-a-canvas-element> George...
17663
porterdude21
12:30 pm
Thanks George. The link was helpful in explaining why my images would load OK in Chrome but not in Safari on the iPad. I wasn't able to find the maximum size...
17664
Raphael Carvalho
raphael.duar...
2:15 pm
I need some help here to identify the devices screen size. There goes my project http://www.sendspace.com/file/0goxr9 There is any other way to get those data...
17665
c185driver
3:03 pm
SysInfo 0, 1, 2, 3, 108, 109 each identify aspects of your device's screen size so maybe your issue is something other than wanting to know the screen size as...
17666
care@yahoo
care_o_and_g
4:09 pm
Hi, I got an error when accessing file on the server as follows: ERROR whitelist rejection: url='http://.......... Any idea what is it ? Thank you Tim...
17667
Raphael Carvalho
raphael.duar...
4:49 pm
The verification that SysInfo (2) and (3) do is only on the startup screen size or it will take the new value if I change the orientation? As you can see in my...
17668
inpcle
5:30 pm
Hi all, I am trying to post a md5 string/information with ajax and put also a token value in a string. With: ...
17669
George Henne
ghenne
6:02 pm
<http://wiki.nsbasic.com/Sysinfo> George Henne NS BASIC Corporation http://www.nsbasic.com...
17670
George Henne
ghenne
6:06 pm
I wrote a little program to test this: Function Button1_onclick() Print SysInfo(2) & " " & SysInfo(3) End Function I ran it on a few devices, and got different...
17671
George Henne
ghenne
6:08 pm
Are you running as a web app or a PhoneGap app?...
17672
George Henne
ghenne
6:10 pm
I made a little program: Function Button1_onclick() Button1.value="Géorgé" End Function It change the value perfectly. What are you doing?...
17673
George Henne
ghenne
6:11 pm
The only documentation is on PhoneGap's site: <http://jquerymobile.com/themeroller/index.php> There is a Help tab on the top right....
17674
George Henne
ghenne
6:14 pm
Can you send me your modified CustomFont sample?...
17675
George Henne
ghenne
6:20 pm
One problem I see is that expressions are not allowed in the left property. You have "10*ilargura". You also refer to an icon.png file which does not exist. ...
17676
George Henne
ghenne
6:22 pm
We have reproduced this. It's definitely tied into the AppStudio 3.0 enhancements. We now have to see if we can fix this for Android 2.2 devices without...
17677
Raphael Carvalho
raphael.duar...
6:43 pm
George, I'm testing it into a Motorola Xoom 2 tablet. I also tried into a android, windows phone and a Iphone, and I'm having good results. Only in the tablet...
17678
George Henne
ghenne
6:48 pm
What version of Android does the Motorola Xoom 2 run? Change the second line to this: Print SysInfo(2) & " " & SysInfo(3) & " " & window.orientation Does the...