Hi is this still possible within NSB. At one time you could use the Modal setting in the form properties and this would give the impression that the sub form was floating above the main form.
Thanks
Will.
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Are you doing this with a Modal or non Modal form?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>Hi is this still possible within NSB. At one time you could use the
>Modal setting in the form properties and this would give the impression
>that the sub form was floating above the main form.
>
>Thanks
>
>Will.
>
>
Are you doing this with a Modal or non Modal form?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>Hi is this still possible within NSB. At one time you could use the
>Modal setting in the form properties and this would give the impression
>that the sub form was floating above the main form.
>
>Thanks
>
>Will.
>
>
Put this in the style property of the form:
box-shadow: 10px 10px 5px #888888;
More here:
<https://www.w3schools.com/cssref/css3_pr_box-shadow.asp>
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>I'll be doing this on a non modal form.
>
>
>
>Sent from my Samsung Galaxy smartphone.
>
>-------- Original message --------
>From: "'George Henne' g...@nsbasic.com [nsbasic-app]" <nsbasic-
>a...@yahoogroups.com>
>Date: 11/04/2017 09:34 (GMT+00:00)
>To: Nsbasic App <nsbas...@yahoogroups.com>
>Subject: Re: [nsb-appstudio] Putting a Shadow around a Sub Form.
>
>
>Are you doing this with a Modal or non Modal form?
>
>George Henne
>NS BASIC Corporation
>http://www.nsbasic.com
>
>>Hi is this still possible within NSB. At one time you could use the
>>Modal setting in the form properties and this would give the impression
>>that the sub form was floating above the main form.
>>
>>Thanks
>>
>>Will.
>>
>>
>
>
It works OK for me.
Perhaps the extra comma before box is the problem?
From: 'George Henne' g...@nsbasic.com
[nsbasic-app]
Sent: 11 April 2017 11:54
To: Nsbasic
App
Subject: Re: [nsb-appstudio] Putting a Shadow around
a Sub Form.
It works OK
for me.