Search found 62 matches

by PaulTomo
Mon Sep 03, 2018 3:21 am
Forum: Announcements
Topic: Exciting News!
Replies: 24
Views: 16703

Re: Exciting News!

Just wondering if the current licences for NeoBook will automatically be transferred over to the newly branded version of VisualNEO for Windows?
by PaulTomo
Thu Jan 19, 2017 4:52 pm
Forum: General NeoBook Discussions
Topic: DateToNum and leap year
Replies: 10
Views: 4426

Re: DateToNum and leap year

Hi Brian

I guess you got the errors because you used a mm/dd/yyyy date format, when it's expecting it to be entered as dd/mm/yyyy.

Hopefully you managed to get things sorted.
by PaulTomo
Sat Jan 14, 2017 9:59 am
Forum: General NeoBook Discussions
Topic: DateToNum and leap year
Replies: 10
Views: 4426

Re: DateToNum and leap year

looks like you have probably worked out the solution. But here is an example I put in a pub just for fun a while back that takes finding someone's age a little further. Create basic pub add button ion the middle and paste in the code below. InputBox "Date of Birth" "Enter a persons Da...
by PaulTomo
Sat Jan 14, 2017 8:16 am
Forum: General NeoBook Discussions
Topic: My own Mini,Maximize button
Replies: 1
Views: 1273

Re: My own Mini,Maximize button

You could just Turn Off the Title Bar under the Book Properties / Window / Window Style option and create your very own title bar that appears along the top of the publication using the page style and images you want as the buttons and then use the NeoBook commands that relate to each of them in tur...
by PaulTomo
Mon Jan 02, 2017 3:30 am
Forum: General NeoAppBuilder Discussion
Topic: NeoAppBuilder Update 17.1.1
Replies: 3
Views: 2890

Re: NeoAppBuilder Update 17.1.1

Many Thanks Dave

Happy New Year
by PaulTomo
Sat Dec 31, 2016 3:31 am
Forum: General NeoAppBuilder Discussion
Topic: NeoAppBuilder Update 16.6.25
Replies: 16
Views: 8546

Re: NeoAppBuilder Update 16.6.25

Today I got the "This Pre-release test version of NeoAppBuilder has expired" prompt.

Is there another beta release due or is that it now?
by PaulTomo
Mon Nov 21, 2016 4:30 pm
Forum: General NeoAppBuilder Discussion
Topic: PhoneGap Build Error
Replies: 2
Views: 2225

Re: PhoneGap Build Error

Okay, I've been trying to solve this and it appears that one or all of the following lines in the compiled Config.xml are causing the failure. <gap:plugin name="org.apache.cordova.device" /> <gap:plugin name="org.apache.cordova.media" /> <gap:plugin name="org.apache.cordova....
by PaulTomo
Mon Nov 21, 2016 3:11 pm
Forum: General NeoAppBuilder Discussion
Topic: PhoneGap Build Error
Replies: 2
Views: 2225

PhoneGap Build Error

Just made a change to one of my test apps and was presented with the following error from Phone Gap. plugin unsupported: org.apache.cordova.device This app uses plugins from the PhoneGap Build repository. These plugins won't be accessible after Nov 15th, 2016 Any suggestions on how to get around thi...
by PaulTomo
Sun May 08, 2016 2:35 am
Forum: General NeoAppBuilder Discussion
Topic: Javascript Grid..
Replies: 14
Views: 5755

Re: Javascript Grid..

I have just been taking a look at this, very interesting. I guess this could be used to load data direct from a database direct in to a grid of an app for editing, adding and deleting, rather than as the demo shows just producing a list that loads from a variable each time the app is run. I can get ...
by PaulTomo
Thu Feb 18, 2016 12:44 am
Forum: General NeoAppBuilder Discussion
Topic: Input boxes being covered when key pad pops up.
Replies: 1
Views: 1600

Input boxes being covered when key pad pops up.

Is there anyway to stop the Input boxes being covered by a large void area that comes up above the popup Key or Number pad on the Android Phone? It only happens on the input boxes that are in the bottom half of the screen, when the key pad pops up, the objects are moved up the screen as you would ex...
by PaulTomo
Mon Feb 08, 2016 1:58 am
Forum: General NeoAppBuilder Discussion
Topic: Multiline Text Input
Replies: 4
Views: 2547

Multiline Text Input

Is there an easy way to change the Text Input Object so that it is possible to have more than just one line of text? I want to add a notes box, I have sized the Text Input to give an area big enough for 3 or 4 lines of text but only the single line across the middle is shown and completed when typin...
by PaulTomo
Tue Dec 29, 2015 7:14 am
Forum: General NeoAppBuilder Discussion
Topic: NeoAppBuilder Beta Test (Interim Update 15.10.30)
Replies: 7
Views: 4267

Re: NeoAppBuilder Beta Test (Interim Update 15.10.30)

Yes, sorry it was an error 404. As I have had some spare time I have now done some research on this and there have been changes to the phone gap build. As of Cordova iOS 4.x and Cordova Android 4.x, whitelist management was moved from the core Cordova project to the cordova-whitelist-plugin, includi...
by PaulTomo
Fri Dec 11, 2015 3:08 am
Forum: General NeoAppBuilder Discussion
Topic: NeoAppBuilder Beta Test (Interim Update 15.10.30)
Replies: 7
Views: 4267

Re: NeoAppBuilder Beta Test (Interim Update 15.10.30)

Yes 100% Just compile your example in v15.10.30 "Sample Ajax Form:" and then test it on an Android phone. Then you will see that via the code in the Forms "fail(data,status)" tab, .fail event passes in two parameters .[data] = information returned by server - usually an error mes...
by PaulTomo
Mon Dec 07, 2015 3:56 am
Forum: General NeoAppBuilder Discussion
Topic: NeoAppBuilder Beta Test (Interim Update 15.10.30)
Replies: 7
Views: 4267

Re: NeoAppBuilder Beta Test (Interim Update 15.10.30)

I have just updated one of my test app's today and the Form Submit now fails? It works from within the Debugger, Chrome etc fine but it fails when it's installed on the Android phone. I have been using the app without any issues since mid year, I made the minor update today and nothing is now return...
by PaulTomo
Sat Sep 12, 2015 5:35 am
Forum: General NeoAppBuilder Discussion
Topic: Android App's White Screen
Replies: 1
Views: 1918

Android App's White Screen

I have just searched forum on this but no obvious fixes or answers posted. When an app is run on the Android phone there is always a moment during startup when the screen is white, may just be milliseconds, then the app displays. If the internet connection is slow, say in a poor signal area, this wh...