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
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
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 ...
>
George
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
>
>
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-
>
>
>
>
>