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 …
3
votes
3answers
91 views
Effective way to ensure CSS consistency on my Kynetx app?
How can I ensure that my Kynetx app looks the same no matter what page or domain it gets run on?
2
votes
1answer
65 views
Sidetab Action message parameter not recognizing data set variables in string
I want to populate a tag with dataset variable information plus html data that will be executed in a sidetab() action. Currently, another action, say notify, recognizes the data s …
3
votes
1answer
29 views
App won’t save because of errors?
I am trying to use the replace_inner action in my rule. I want to remove any content I previously inserted, then reread my dataset to populate new content. Anyway, the replace_inne …
3
votes
1answer
46 views
Copy App debug output from Firebug
It kills me when I run an app and I get a bunch of great debug output that I can see in firebug but then I can't copy and past any of it.
Is there any way I can make it so I can …
2
votes
1answer
111 views
Amazon ItemLookup Response Group Trouble
Background
I'm trying to get amazon reviews on a product based on a search term.
Problem
The returned results appear to be the same every time even when I specify the response_g …
2
votes
1answer
175 views
ajax PUT request failing
Doing an ajax get request works as expected using the following code
$K.ajax({
type: "GET",
contentType: "application/json",
url: "http://someObscureURLThatIWontBeSharing/da …
1
vote
2answers
38 views
Unicode not being saved correctly in rules
It looks like the KNS database tables aren't set to unicode. When I try to put unicode chars into my rules (in notify or emit, for example) they don't output in the browser correct …
2
votes
1answer
49 views
Extended quote variables not effected by emitted JavaScript
Problem
Emitted JavaScript isn't able to manipulate variables used in extended quotes.
Background
In the Extended Quoting documentation it says,
Extended quotes allow multip …
4
votes
1answer
76 views
Dispatch domains not showing up on sites window on card selector
Grrrrr. I can't get my apps info card to work with the card selector. The dispatch domains are not showing up on the card selector. I even created a new app, moved everything over …
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 …
2
votes
1answer
32 views
Intrinsic data surces not working consistently
I have a simple rule that notifies of the current pages domain. When this rule gets executed on google.com and facebook.com it works just fine. When it runs on kynetx.com or twitte …
2
votes
1answer
32 views
How to get good answers
If I am wanting to ask a question here regarding a Kynetx app or code that I'm working on and having trouble with, what should I include to make it easier for anyone to answer my q …
0
votes
1answer
20 views
How can I find the slow parts of my app?
I have noticed that as I build more complicated apps, some of them seem to take a really long time to load. What can I do to track down the sluggish parts of my app?
2
votes
1answer
72 views
Can’t get data out of YQL JSON
I'm using Yahoo's YQL with XPath to get specific parts of an html page for my application and I am having trouble getting the data out of the returned JSON. In my pre block I am pi …
