[rz] Cookie Based Object *** UPD 2017-Mar-09 ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available, but the discussions may still be helpful for some users.
Forum rules
*** IMPORTANT INFO REGARDING [RZ] EXTENSIONS ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available or supported, but the discussions may still be helpful for some users.
Locked
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

[rz] Cookie Based Object *** UPD 2017-Mar-09 ***

Post by [RZ] »

[rz] Cookie Based Object - v1.2

This extension allows to hide/close objects in a persistent mode between pages during the same browser session.
Sample project included.


HTML 4.01 Transitional
W3C compliant


* New in version 1.2

- New cleanup module: Useful to delete specific cookies without closing and restarting the browser session.
- Improved code.

* New in version 1.1

- Cookies expiration: Browser session or after days, hours and minutes.


How to use?

1. Design the main object, usually a layer with its content.
2. Add a button (or any similar object) to be used to close the main object.
(This object can be optional.)
3. Add a button (or any similar object) to be used to close and not show again the main object.
(This object can be a button or a checkbox; however, in that case, the close button is required to close the main object.)
4. Drag and drop the [rz] CBO extension and put it on top (the last object you add -- also can be placed within the main object, if it is a layer).
5. Open the extension properties dialog and enter the main object id, the "close" button id and the "not show again" button/checkbox id.

How to cleanup cookies?

1. Drag and drop the extension.
2. Enter the instances names of the ones that setup the cookie (the "CBO counterpart/s"; can be one name or multiple names separated by commas).
3.a. Automatic mode: all is done silently.
3.b. Manual mode: call the MyCleanupName.clear(); function to delete manually the specified instances names.

Enjoy!


Note:
In preview mode, means in local mode, some browsers do not allow cookies manipulation.
Last edited by [RZ] on Thu Mar 09, 2017 3:21 pm, edited 1 time in total.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Cookie Based Object, the problem...

Post by [RZ] »

hello
please next time post your question in the original extension thread
if you have a valid license you can send a sample project (that proves the issue even following the steps listed in the info file) to the email - from you received the extension
with kind regards
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Cookie Based Object *** UPD 2014-Jul-29 ***

Post by [RZ] »

a mail to you has been sent - 8 hours and 27 minutes ago
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Cookie Based Object *** UPD 2014-Jul-29 ***

Post by [RZ] »

the mail has been resent
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Cookie Based Object *** UPD 2014-Jul-29 ***

Post by [RZ] »

seems you are having issues accessing/receiving the mails
pls write from the same address you made the transaction via paypal
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Cookie Based Object *** UPD 2017-Mar-09 ***

Post by [RZ] »

* New in version 1.2

- New cleanup module: Useful to delete specific cookies without closing and restarting the browser session.
- Improved code.
Locked