Hi everybody.
i'm using lightstreamer with jsf + richfaces + tomcat...
the problem is that, with the Iframes the lightstreamer uses, it loads scripts that are being used for richfaces.
the...
Type: Posts; User: mohamida
Hi everybody.
i'm using lightstreamer with jsf + richfaces + tomcat...
the problem is that, with the Iframes the lightstreamer uses, it loads scripts that are being used for richfaces.
the...
Hi everybody.
Please, in the case where i have this in AllMetaExample
public class AllMetaExample extends LiteralBasedProvider {
private static String[] completeList;
static {...
hmmm. i did understand what you're saying.
i think that is difficult for me (because i'm still a novice) to implement my own MetadataProvider, that's why i prefer using the FileBasedProvider, so...
Sorry, but I didin't understand what you said :o
espacially, what did you mean by
and, if i choose to make this, will i have to make changes in the adapter, or the metadataadapter ? (because...
Hi everybody.
is there a way, instead of having this:
var group = "item1 item16 item3";
i get the my group from my DataProvider ?
because i have so many items that i will display, that my...
i found the solution. it's a facelet's problem (i think) with chrome as said here.
i must include this:
in my <body>...</body> section.
now, return to me [object HTMLBodyElement] like...
there's no javascript error in both ie, firefox and chrome.
for the downloaded files, i don't find lsengine in chrome, but i find it in firefox.
i did put that code in the end of the page, in...
i changed the code that i gave, that's why it seemed a little wrong.
i gave you the original unchanged new code.
i moved the code as you said, but this still don't work for me ( but again, work in...
i see this error in chrome:
the sources are attached to this message, also the generated html (because i'm using jsf + richfaces + facelets).
the problem is that message appears every x...
i upgraded my libraries.
the 2 last message don't appear anymore, but still the first one pops up every 2 or 5 seconds, that is:
i've put this code in different places (in the head, in the...
Hi everybody,
i have a windows that pops'up saying:
after 1second or 2, another window pops'upsaying:
after some time, another window pops'upsaying:
this errror occurs only in safari and...
Thnx for your reply.
I'v read the thread you mentionned, and to summarize things, i cannot remove the from status bar
"Waiting for...
Hi everybody.
When using IE to display some stock infos, there is a message showing on the status bar saying
Waiting for...
Hi everybody,
when i change the row attribute using
itemUpdate.setRowAttribute("#888888","#888888","backgroundColor");
this only changes the background of the string, not all the background...
Many thanks to you
What should i put in setDomain(), setLSHost(), and setLSPort() ?
So 2 different ports, 1 network card, 1 public address.
In this case, i have to register for 1 domain ? (www.mycompany.com)
So what to do with the other ? (push.mycompany.com)
In my case, i have the 2 servers (tomcat:80 and lightstreamer:8081) on the same machine.
is there any additional configuration i have to make ? (in addition to having 2 network cards)
And why do...
I'm going to host my website on a Web host service.
Should i ask them to register for 1 domain (www.mycompany.com) or for 2 domains (www.mycompany.com and push.mycompany.com) ?
Should they...
Thank you Mone.
Hi Mone, you said:
How to do that ?
because the function to detect that it's the first snapshot is done in the onItemUpdate funtion, while setting the hotTime attribute is done in the...
Thank you very much Mone
As i said before, the data are being added to the stockGenerators variable (it takes some times), so when the subscribe function is called, it will not send anything to Lightstreamer server (because...
I already got that. In fact, i didin't modify that code at all. I used it as it is:
public void subscribe(String itemName, boolean needsIterator)
throws SubscriptionException {...
Sorry for bothering you again, but here's the senario:
i modified the DataAdapter of the StockListDemo so i can use it. But instead of having random (static) data, i read data from a data feed.
...