Tagged Questions

1
vote
1answer
15 views

Quick question: Replace_html a second time ??

Hey guy. It's me again :). Apparently I am not allowed in KRL to replace (replace_html) a div a second time !! I seem to have some difficulties doing that ... Can I in RULE B re …
1
vote
1answer
28 views

Replacing an Iframe element

I am trying to replace an element within an Iframe using the replaceWith JQuery function. Specifically in gmail. Using the information found in this question, I was able to find th …
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 …
1
vote
1answer
16 views

Way to exclude sub directory dispatch?

We know that you can prevent rules from executing on subdomains by using regular expressions in the select statement. Does the same thing work for sub directories? For example, if …
2
votes
2answers
58 views

Getting a specific element from a page (extracting from html tags)

I know how to extract a search terms from google search results using the KRL native search term grabber, but I cant figure out a good way of getting the user's google id (the one …
2
votes
1answer
67 views

Apps Calling Another App (passing a user-entered variable)

So a krl app can dynamically call a second one. Nicely explained here by Steve: http://devex.kynetx.com/questions/472/apps-calling-another-app But can variables be passed from app …
2
votes
1answer
45 views

Remembering user-entered variable(s) ???

Let's say that im getting some data from the user (name) to render some information (using this technique (Thank you Alex): http://devex.kynetx.com/questions/505/apps-calling-anoth …
1
vote
2answers
36 views

Global Variables

I can't seem to find documentation on global variables. Is there any? I would like to be able to pass variables between rules or share them with multiple rules. What functionality …
3
votes
1answer
56 views

Rule to Rule communication

My understanding It is my understanding that a kynetx app is inside a closure and each rule in a kynetx app is in it's own closure. Because of this kynetx apps can't talk with oth …
0
votes
1answer
43 views

RSS parser removing <br /> tags from feed content

I have an app that's pulling in an RSS feed as a dataset: dataset posts:RSS <- "http://example.com/posts.xml" cachable for 10 minutes; Some of the content of the entries cont …
1
vote
1answer
39 views

Quick Question: Variable in dataset/source call/url ?

Quick question: Can I put a variable MyVariable in a datasource/set call ? For a certain reason this is not working ... datasource btweets <- "http://backtweets.com/search.json …
3
votes
1answer
117 views

Search annotation discrepancies [closed]

I'm running into an issue using 'domain' option resulting annotation on entries that are not part of dataset for e.g. search on ymca results annotation on 'www.austinymca.org' and …
1
vote
2answers
48 views

How to prevent Kynetx apps from firing with iFrames

How would one stop a rule from firing within an iFrame? Probably a simple issue, and I've simply overlooked the obvious. In particular the Kynetx application under development incl …
1
vote
1answer
61 views

Browser extension enhancements

We would like to see the following enhancements to the browser extension: A way to code sign so that users will see the publisher of the extension Add application icon for FF and …
3
votes
1answer
80 views

How do i capture a specific element on a page and post it?

Can I put a button on a search engine result page that, when clicked, would capture the search terms and post them to - let's say - an API ? Thx Guys :)))

1 2 3 4 5 13 next
15 30 50 per page