Tagged Questions

2
votes
1answer
16 views

KRL supports close events for notifications, great. But how about side-tabs and floats or even krl popups ?

The title says it all. Can this be done with KRL ? close_notification() allows you to attach a close event for a notification to an element or set of elements identified by the se …
3
votes
1answer
111 views

A rule which fires only once per day

Is there any way to create a rule that fires only once per day? What I want to do is to create a notify box when user opens a particular site. The notify box will have a 'Close Me' …
4
votes
1answer
81 views

Why can’t I update this textarea with emitted Javascript?

Hello everyone! First of all, let me say that I love developing Kynetx apps! They are fun to develop yet very useful for the end-user as well. Background I'm currently in preli …
1
vote
1answer
55 views

Emiting HTML in a notify message?

Hi everybody! I'm a new intern at Kynetx, and I haven't had much experience actually writing KRL. But I have taken classes in C++ and C#, HTML, and CSS. On my own I have learned a …
3
votes
2answers
43 views

Way to detect if rule has fired that day for client?

I want to fire a notify a limited amount of times so I don't annoy my customers with needless repetition. Is there a simple way to detect if the rule has already fired within a giv …
0
votes
1answer
29 views

Notify failing after annotate_search_results() on google.com

My rule executes as expected when run on yahoo.com and bing.com but fails on google.com The annotate_search_results() executes but the notify() fails to execute. What is causing th …
3
votes
3answers
57 views

Flash window is covering my notify

My notification is being covered up by a Flash window (shown below): Is this normal behavior and is there something I can do to present the notify over the Flash?
0
votes
1answer
29 views

Sticky notify close area option?

When I set notify to be sticky, the user can dismiss/close the notification via the small 'x' in the top right corner of the notification box. I think it would be nice to be able t …
0
votes
1answer
25 views

Flash Notifications

How can I insert a flash file into my noification?
0
votes
1answer
20 views

Notify broken w/out error output?

I noticed that my notify is broken when I do notify("I'm broken"); I don't get any errors on save in AppBuilder and there aren't any errors output in the logging when I run the …