After you buy, you can return the product by stopping use of it and sending us an email asking us to cancel the sale within 30 days. George Henne NS BASIC...
11769
George Henne
ghenne
Jun 2, 2012 8:30 pm
You're probably trying to do this too soon. If you have thus in the global code, the form has not been shown yet, so it has no height. Try this: Sub Main() ...
11770
George Henne
ghenne
Jun 2, 2012 8:31 pm
What name is the project saved as on your Windows system?...
11771
George Henne
ghenne
Jun 2, 2012 8:45 pm
No, that will not work....
11772
George Henne
ghenne
Jun 2, 2012 8:45 pm
Yes. It's in the Project Properties. See Tech Note 5 for more information....
11773
willrob1968
Jun 2, 2012 9:16 pm
Hi George, When I open any of the projects through the open projects menu none of them are listed as project 4. If I navigate to the folder through the windows...
11774
geoschmid
Jun 2, 2012 9:44 pm
Hi George, since version 2.5 there's behind every checkbox a flipToogle in the backround. If I add a new checkbox, the flipToogle is also added. If I create a...
11775
willrob1968
Jun 2, 2012 11:05 pm
I think I've sorted this now, it still shows as project 4 on the NSbasic server but if I deploy to phonegap the app now shows as the app name and not project...
11776
willrob1968
Jun 2, 2012 11:11 pm
I've added the name of the logo to the manifest i.e logoname.png does the software automatically add the png file to properties files? I deployed to phonegap...
11777
George Henne
ghenne
Jun 2, 2012 11:15 pm
It's the other way around. Add it to Project Properties in icon. The manifest gets taken care of automatically. Please excuse brevity and typos. I'm on a...
11778
cmc020378
Jun 3, 2012 1:04 am
George This works on Android when deployed with PhoneGap....
11779
jimg110
Jun 3, 2012 2:23 am
Hi I just loaded the new version and tried an existing project. In design view my images show up but when I run the project there is an error that it failed to...
11780
alexey_kharitonov
alexey_khari...
Jun 3, 2012 9:08 am
... Yes, the small new project works well. But old form with a large number of controls not always... Now we have to use the delay. And it is not clear -...
11781
George Henne
ghenne
Jun 3, 2012 9:23 am
This could be. In 2.5, we restructured the order of events during startup a bit, so that more controls would work smoothly. The rule is that don't assume...
11782
George Henne
ghenne
Jun 3, 2012 9:24 am
From your description, it sound like the filename is not in the manifest - but you say it is. Double check that: if it is there, send me the URL and I'll try...
11783
George Henne
ghenne
Jun 3, 2012 10:44 am
I can't make this happen here. Make a backup of your project, then try deleting all checkboxes and adding them in again....
11784
lotsofcows@...
lotsofcows...
Jun 3, 2012 11:56 am
Is there an easy way of sorting a grid or 2 dimensional array keeping the data rows intact? Or just simply looping through it and doing it by code?...
11785
willrob1968
Jun 3, 2012 11:59 am
Hi, I have an Icon (Sizes, Width 114 height 114, Pixels 114*114) Can any one tell me the process of changing the launcher Icon to my chosen Icon. At the moment...
11786
nicoftime001
Jun 3, 2012 12:10 pm
hi, folks. i put a standard button on a form. button caption / title will change programmatically. i've tried setting the initial value through: button1.value...
11787
George Henne
ghenne
Jun 3, 2012 1:03 pm
If it is q jQuery Mobile button, there is no easy way to do this....
11788
George Henne
ghenne
Jun 3, 2012 7:48 pm
App Studio 2.5 brings a new dialog box that lets you keep your user advised during long operations: <http://www.nsbasic.com/blog/?p=775> George Henne NS BASIC...
11789
fchabrie
Jun 3, 2012 7:54 pm
Is there nobody out there trying to use custom themes for jquery mobile with nsbasic? I cant believe it... ;-)...
11790
willrob1968
Jun 3, 2012 8:25 pm
Hi, Since I have been messing around trying to import a personal Icon logo I've somehow turned the project properties box into a tiny little drop down menu box...
11791
George Henne
ghenne
Jun 3, 2012 8:57 pm
Could be. We'll try to make a sample, but it will have to wait until we recover from the new release. :-)...
11792
George Henne
ghenne
Jun 3, 2012 8:57 pm
Under the View menu, there is a Reset IDE Panels option. George Henne NS BASIC Corporation http://www.nsbasic.com...
11793
George Henne
ghenne
Jun 3, 2012 8:58 pm
Do a Deploy to have all your files copied to the server....
11794
George Henne
ghenne
Jun 3, 2012 9:01 pm
There is nothing built into App Studio or JavaScript to do this. You can download JavaScript libraries for this, or write your own routine....
11795
William Robinson
willrob1968
Jun 3, 2012 9:03 pm
Hi George, I've done that but it doesn't make any difference?...
11796
cschuchert
Jun 3, 2012 9:58 pm
The problem is solved! i was stupid enough to think that simply selecting the option and clicking OK was supposed to do the deploy. The light finally came on...
11797
nicoftime001
Jun 4, 2012 12:14 am
i see the other button available under the jqwidgets heading, but the button i used, that i can't get to work, is drag-dropped from the basic toolbox....