[nsb-appstudio] AppStudio 6.2.3 released!

14 views
Skip to first unread message

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Apr 6, 2017, 6:12:49 AM4/6/17
to Nsbasic App
 


We’re pleased to announce AppStudio 6.2.3 is ready.

The centerScreen feature, new in 6.2.2, has been expanded to have a zoom feature as well. It’s been renamed screenMode. If set, your app will zoom or center itself on the screen instead of placing itself in the top left corner. If you do not want to adjust the layout of your app for different screen sizes, this is an easy way to make your app look better. Here’s more info:
<http://wiki.nsbasic.com/ScreenMode>

New and improved stuff includes:

1 Forms: New ScreenMode property: Can be Full Screen, Actual Size, Center or Zoom. Useful for different screen sizes when app is not Responsive.
2 Forms: fullScreen and centerScreen properties moved into screenMode.
3 Controls: scrollbars:true removed from default scroll_options for several controls.
4 Forms: % now allowed in width and height properties.
5 Forms: Problem with Modal forms fixed.
6 Controls: BS Fliptoggle can now be disabled/enabled at runtime.
7 Controls: Image control now hides overflow so rounded corners will work.
8 Controls: Signature borders fixed.
9 Controls: BS Button changeForm property was not working.
10 Controls: jqxChart background color fixed.
11 Samples: New jqxChart sample with line graph: ChartLine.
12 Samples: Pic2Shop bar code reading works on Android too.
13 Samples: Remove “scrollbars:true” from scroll_options.
14 Samples: RssFeed sample removed. Web service it uses no longer exists.
15 Translator: Fix statements with embedded keywords, such as s = “a Chain”

Watch for upcoming blog posts on some of these enhancements – there is some cool new stuff you can do.

Download the latest version from ‘Check for Updates’ under then AppStudio Help menu. It is a free upgrade for AppStudio 6 users.

George Henne
NS BASIC Corporation
http://www.nsbasic.com

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Ricardo Cassolatto sintetik@gmail.com [nsbasic-app]

unread,
Apr 6, 2017, 7:42:53 AM4/6/17
to nsbas...@yahoogroups.com
 

cool

__._,_.___

Posted by: Ricardo Cassolatto <sint...@gmail.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

vagnerbertoni@gmail.com [nsbasic-app]

unread,
Apr 6, 2017, 7:00:37 PM4/6/17
to nsbas...@yahoogroups.com
 

The scroll bar continues to show even with only 1 item, always.
The modal form continues to be shortened in small devices ... before I was able to give a width of 320px, now it is only 250px in devices. When I put a style min-width: 320px, it even works for width, but the form goes crazy and goes down on the screen. I tried to put min-top: 0, but it did not work. All my modal forms are 320 px and the components inside are extrapolating the form because it is short ... this happens in the modal example itself ...

__._,_.___

Posted by: vagner...@gmail.com

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Apr 7, 2017, 7:51:58 AM4/7/17
to Nsbasic App
 

Re Modal form:

I believe the behaviour on narrow screens is the same as before. It's not up to us - this is controlled by the library we use:

<http://jquerymodal.com/>

You'd need to modify that to change how it works.

I believe this all started in 6.0.5 when we updated to the latest version of the library.



>The scroll bar continues to show even with only 1 item, always.
>The modal form continues to be shortened in small devices ... before I
>was able to give a width of 320px, now it is only 250px in devices. When
>I put a style min-width: 320px, it even works for width, but the form
>goes crazy and goes down on the screen. I tried to put min-top: 0, but
>it did not work. All my modal forms are 320 px and the components inside
>are extrapolating the form because it is short ... this happens in the
>modal example itself ...
>

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

vagnerbertoni@gmail.com [nsbasic-app]

unread,
Apr 10, 2017, 2:19:27 PM4/10/17
to nsbas...@yahoogroups.com
 

George 


I tried http://jquerymodal.com/  reducing the screen and modal still in the same size (320), i belive it is something in appstudio
 

__._,_.___

Posted by: vagner...@gmail.com

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

.

__,_._,___

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Apr 10, 2017, 4:15:27 PM4/10/17
to Nsbasic App
 

Can you send me a minimal app which shows the problem?


George Henne
NS BASIC Corporation
http://www.nsbasic.com

>George 
>
>
>I tried http://jquerymodal.com/  reducing the screen and modal still in
>the same size (320), i belive it is something in appstudio

>

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

vagnerbertoni@gmail.com [nsbasic-app]

unread,
Apr 10, 2017, 6:40:29 PM4/10/17
to nsbas...@yahoogroups.com

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

'George Henne' gh@nsbasic.com [nsbasic-app]

unread,
Apr 11, 2017, 4:41:59 AM4/11/17
to Nsbasic App
 

Have you tried changing the width of TextArea1 to 100%? It will then be the actual width of the modal window.



>i did it in this post:
>
>https://groups.yahoo.com/neo/groups/nsbasic-app/conversations/topics/
>34286;_ylc=X3oDMTM3cXUzNDVuBF9TAzk3Mz
>U5NzE0BGdycElkAzcxMzk5NjgwBGdycHNwSWQ
>DMTcwNTAwNjc2NQRtc2dJZAMzNDI4OARzZWMD
>ZnRyBHNsawN2dHBjBHN0aW1lAzE0OTE4NDQwNDYEdHBjSWQDMzQyODY-
>
>
>
>
>

__._,_.___

Posted by: "George Henne" <g...@nsbasic.com>

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

vagnerbertoni@gmail.com [nsbasic-app]

unread,
Apr 11, 2017, 9:02:08 AM4/11/17
to nsbas...@yahoogroups.com
 


I've tried and it works, but on many devices the form gets too narrow, small and does not fit the information, getting ugly. It is many objects to redim.... 

__._,_.___

Posted by: vagner...@gmail.com

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

.

__,_._,___
Reply all
Reply to author
Forward
0 new messages