On Thu, Jun 14, 2018 at 6:54 PM, Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Victoria/Hackers,
>
> On Tue, Jun 12, 2018 at 9:52 PM, Victoria Henry wrote:
>
>> Hi Aditya,
>>
>>
>> It is not possible to fire event in another tab/new browser window. For
> example, query too
Hi Victoria/Hackers,
On Tue, Jun 12, 2018 at 9:52 PM, Victoria Henry wrote:
> Hi Aditya,
>
>
> It is not possible to fire event in another tab/new browser window. For
example, query tool can be open in another tab. And thus, changes are not
reflected there. There are solutions availabl
Hi Aditya,
It is not possible to fire event in another tab/new browser window. For
>>> example, query tool can be open in another tab. And thus, changes are not
>>> reflected there. There are solutions available like updating the
>>> localStorage of the browser but those are not reliable and does
Hi Harshal,
On Mon, Jun 11, 2018 at 6:37 PM, Harshal Dhumal <
harshal.dhu...@enterprisedb.com> wrote:
> On Mon, Jun 11, 2018 at 6:02 PM, Aditya Toshniwal enterprisedb.com> wrote:
>
>> Hi Hackers,
>>
>> This is regarding RM3294 which I am working on, where user needs to reset
>> the layout to see
On Mon, Jun 11, 2018 at 6:02 PM, Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> This is regarding RM3294 which I am working on, where user needs to reset
> the layout to see the changed preferences parameters. I am able to
> implement it, and have used the following
Hi Hackers,
This is regarding RM3294 which I am working on, where user needs to reset
the layout to see the changed preferences parameters. I am able to
implement it, and have used the following approach:
1) when preference changed, fire a custom event - prefChangedEvent
2) listent to prefChangedE