[nsb-appstudio] Modal still does not work...

10 views
Skip to first unread message

'Tom Clarke' tlclarke@optonline.net [nsbasic-app]

unread,
Apr 6, 2017, 9:43:40 AM4/6/17
to nsbas...@yahoogroups.com
 

I’ve updated to 6.2.3

 

The only code is:

 

Function Button1_onclick

    Modal1.toggle()

End Function

 

The Modal contains the following HTML…

 

<pre>

<h4> Title </h4>

<details>

<summary>Step 1</summary>

<pre>

  Activity

  Activity

&nbs p;   <i>Example ;lka flkj a;ldkfj

  Activity

</pre></details>

<details>

<summary>Step 2</summary>

<pre>

  Activity

  Activity

    <i>Example</I>

  Activity

</pre></details>

 

I’m testing this on a Windows 10 environment… same result in iPhone

 

Link to app… https://testlistgroup-modal-swings-quaintly.volt.live

__._,_.___

Posted by: "Tom Clarke" <tlcl...@optonline.net>
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, 9:49:18 AM4/6/17
to nsbas...@yahoogroups.com
 

Hi there,

Try like this, that is the correct:

modalInit.show({closeExisting:True,clickClose:False,showClose:False,opacity:1})    


RICARDO CASSOLATTO  

Business Consultant
sint...@gmail.com / 21 98196-0504

FastMobile
http://fastmobile.info 
Rua Farani, 23 - apto. 403 - Botafogo - CEP 22231-020 - RJ - BRASIL

  


2017-04-06 10:22 GMT-03:00 'Tom Clarke' tlcl...@optonline.net [nsbasic-app] <nsbas...@yahoogroups.com>:

I’ve updated to 6.2.3

 

The only code is:

 

Function Button1_onclick

    Modal1.toggle()

End Function

 

The Modal contains the following HTML…

 

<pre>

<h4> Title </h4>

<details>

<summary>Step 1</summary>

<pre>

  Activity

  Activity

    <i>Example ;lka flkj a;ldkfj

  Activity

</pre></details>

<details>

<summary>Step 2</summary>

<pre>

  Activity

  Activity

    <i>Example</I>

  Activity

</pre></details>

 

I’m testing this on a Windows 10 environment… same result in iPhone

 

Link to app… https://testlistgroup-modal-swings-quaintly.volt.live


__._,_.___

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.


.

__,_._,___

'Tom Clarke' tlclarke@optonline.net [nsbasic-app]

unread,
Apr 6, 2017, 4:13:34 PM4/6/17
to nsbas...@yahoogroups.com
 

Hi Ricardo… thanks for the suggestion… Note that Modal was working properly with 6.2.1.

 

Here’s the code and the results:

 

Function Button1_onclick

    'Modal1.toggle() My original code which results in gray screen and program locks

 

    'Modal1.show({closeExisting:True,clickClose:False,showClose:False,opacity:1}) Your suggestion and nothing happens when I clicked Button1

 

    Modal1.toggle({closeExisting:True,clickClose:False,showClose:False,opacity:1}) ‘ And this resulted in grey screen and program locks.

 

End Function

-----------------------------

__._,_.___

Posted by: "Tom Clarke" <tlcl...@optonline.net>

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 6, 2017, 4:27:53 PM4/6/17
to Nsbasic App
 

There was a problem in 6.2.2, fixed in 6.2.3.

Does the Modal sample work?


>Hi Ricardo… thanks for the suggestion… Note that Modal was working
>properly with 6.2.1.
>

>
>Here’s the code and the results:
>

>
>Function Button1_onclick
>
>    'Modal1.toggle() My original code which results in gray screen and
>program locks
>

>
>    'Modal1.show({closeExisting:True,
>clickClose:False,showClose:False,opacity:1}) Your suggestion and nothing
>happens when I clicked Button1
>

>
>    Modal1.toggle({closeExisting:True
>,clickClose:False,showClose:False,opacity:1}) ‘ And this resulted in
>grey screen and program locks.
>

>
>End Function
>
>-----------------------------
>

>
>Hi there,
>

>
>Try like this, that is the correct:
>

>
>modalInit.show({closeExisting:True,cl
>ickClose:False,showClose:False,opacity:1})    
>
>
>

>
>RICARDO CASSOLATTO  
>
>Business Consultant
>sint...@gmail.com / 21 98196-0504
>
>FastMobile
>http://fastmobile.info 
>Rua Farani, 23 - apto. 403 - Botafogo - CEP 22231-020 - RJ - BRASIL
>  
>

>

__._,_.___

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.


.

__,_._,___

'Tom Clarke' tlclarke@optonline.net [nsbasic-app]

unread,
Apr 6, 2017, 5:25:53 PM4/6/17
to nsbas...@yahoogroups.com
 

 

Yes, both Modal Form (which I don’t understand, but don’t need right now) and Modal (BS) work.

 

So the Modal (BS) code is

 

Function Button1_onclick()

  Modal1.toggle()

End Function

 

And what I have coded is

 

Function Button1_onclick

    Modal1.toggle()

End Function

 

I fixed the () after …onclick and it STILL doesn’t work… I assume it therefore has to be something I’ve set in the Properties … I don’t know how to get properties to you so I’ll use the brute force method… here are all the Properties:

 

borderColor

borderStyle

borderWidth

 

bottom               50

height

left                       26

right                    20

top                      111

width                  auto

 

backgroundColor

class

color

events

footer                 Footer

footerAlign        left

header

hidden False

id                         Modal1

position              Static

size                      Medium

style                    display:block

value                   (It’s the HTML code I show below in this email)

 

Badge

 

fontFamily

fontSize

fontStyle            normal

fontWeight        normal

 

(all the “Margin” and “Padding” properties are blank.

 

The “Help” windows shows this:

$(#Modal1”) modal(“toggle”) to view Bootstrap

What does this mean?  

===================

__._,_.___

Posted by: "Tom Clarke" <tlcl...@optonline.net>

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:59 AM4/7/17
to Nsbasic App
 

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

Trying to recreate from your description is pretty hit and miss.


>The “Help” windows shows this:
>
>$(#Modal1”) modal(“toggle”) to view Bootstrap


Modal Panel which floats above app. Requires $("#Modal1").modal("toggle") to view. Bootstrap.

While this also workd, just doing Modal1.toggle() is easier.

__._,_.___

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.


.

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