Search:

Type: Posts; User: tuongkha

Search: Search took 0.02 seconds.

  1. Dear Dario, thanks for your help. i found my...

    Dear Dario,
    thanks for your help. i found my error. i forgot call updateItem(), formatValues() method.

    newTable.setClearOnDisconnected(true); //default is false
    newTable.setClearOnRemove(true);...
  2. Thanks Dario very much, now it seem ok. but in...

    Thanks Dario very much, now it seem ok. but in html file, javascript code, when data stock changed, function updateItem(item, updateInfo) doesn't work.

    Last time, i have a question for this issue,...
  3. Dear Dario, Here my ReadBinaryFile() method...

    Dear Dario,

    Here my ReadBinaryFile() method and GetCurrentValues :

    --- "ExternalFeed.cs", ExternalFeedSimulator class---

    public class ExternalFeedSimulator
    {
    private double []...
  4. Dear Dario, Thanks for your help, I tried follow...

    Dear Dario,
    Thanks for your help, I tried follow by your instruction, but after every 5 second when the data file changed, the Data Adapter didn't receive all data and detect the changed data in...
  5. Dear Dario, Let's me explain : Stock Exchange...

    Dear Dario,
    Let's me explain : Stock Exchange send data file (binary file) to the Broker company, this file has information for all stocks (stock symbol, stock name, price, volume, ceiling, floor,...
  6. Hi Dario, I tried follow your instruction, but...

    Hi Dario,
    I tried follow your instruction, but it has error : Out of memory.

    Here my changed
    -------

    public int ComputeNextWaitTime()
    {
    lock (this)
    {
  7. Hi Dario, You mean, StockListDemo work-flow :...

    Hi Dario,
    You mean, StockListDemo work-flow :
    Step 1: Get feed data (simulate) from "ExternalFeed" class

    public ExternalFeedSimulator() {
    _stockGenerators= new Hashtable();...
  8. Could you explain more about _stockGenerators, _snapshotQueue, _snapshotSender?

    Could you explain more about _stockGenerators, _snapshotQueue, _snapshotSender in StockList demo code?

    In "ExternalFeed.cs" file, StockListDemo code (mark by red color) :

    public ExternalFeed()...
Results 1 to 8 of 8
All times are GMT +1. The time now is 04:20 AM.